HomeSort by: relevance | last modified time | path
    Searched defs:failure_reason (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
requirements.cpp 221 std::string failure_reason = ""; local
224 failure_reason.empty() && iter != metadata.end(); iter++) {
230 failure_reason = check_arch(value);
232 failure_reason = check_config(value, config);
234 failure_reason = check_files(value);
236 failure_reason = check_machine(value);
238 failure_reason = check_memory(value);
240 failure_reason = check_progs(value);
242 failure_reason = check_user(value, config);
246 assert(failure_reason.find("require.") != 0)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
recog.h 157 const char *failure_reason; member in class:insn_propagation
174 failure_reason (nullptr)
  /src/external/gpl3/gcc/dist/gcc/
recog.h 176 const char *failure_reason; member in class:insn_propagation
193 failure_reason (nullptr)
  /src/external/bsd/wpa/dist/src/ap/
hostapd.h 144 enum wps_error_indication failure_reason; member in struct:wps_stat
  /src/sys/dev/stbi/
stb_image.c 595 static const char *failure_reason; variable
599 return failure_reason;
605 failure_reason = str;
4388 failure_reason = "";
4556 if (!stbi_gif_header(s, g, comp,0)) return 0; // failure_reason set by stbi_gif_header

Completed in 37 milliseconds