HomeSort by relevance Sort by last modified time
    Searched defs:failed (Results 251 - 275 of 391) sorted by null

<<111213141516

  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c 321 APPL_TRACE_WARNING("bta_jv_free_sr_rfc_cb():failed, ignore port state:%d, scn:"
2162 int failed = TRUE; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
schematron.c 324 "Failed to compile test expression %s",
408 "Failed to compile context expression %s",
1604 int failed; local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 985 // True if any write to the underlying stream failed. (We don't just
988 bool failed() const { return failed_; } function in class:google::protobuf::TextFormat::Printer::TextGenerator
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_auth.c 70 SCTPDBG(SCTP_DEBUG_AUTH1, "sctp_alloc_chunklist: failed to get memory!\n");
2119 int failed = 0; local
2282 int failed = 0; local
    [all...]
  /external/chromium_org/v8/src/
debug.h 699 inline bool failed() { return failed_; } function in class:v8::internal::BASE_EMBEDDED
parser.h 299 bool failed() { return failed_; } function in class:v8::internal::BASE_EMBEDDED
599 // nodes) if parsing failed.
633 // Returns NULL if parsing failed.
669 // which is set to false if parsing failed; it is unchanged otherwise.
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 54 bool OnFinalize(bool failed);
58 bool WEAK OnFinalize(bool failed) {
59 return failed;
151 Printf("ThreadSanitizer: failed to open memory profile file '%s'\n",
343 bool failed = false; local
362 failed = true;
371 failed = true;
383 failed = OnFinalize(failed);
387 return failed ? flags()->exitcode : 0
    [all...]
  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp 265 UBool failed = FALSE; local
273 failed = TRUE;
282 // If memory allocation failed, roll back and delete fZoneStrings
283 if (failed) {
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 112 int state, failed = 0; local
135 failed = 1;
151 failed = 1;
159 failed = 1;
165 failed = 1;
173 failed = 1;
181 failed = 1;
222 failed = 1;
229 if (failed)
260 printf("Tested %d finite values, %d non-finite, %d OK (%d failed) %d minor
    [all...]
  /external/libxml2/
schematron.c 324 "Failed to compile test expression %s",
408 "Failed to compile context expression %s",
1604 int failed; local
    [all...]
  /external/lldb/test/
dotest.py 227 # By default, recorded session info for errored/failed test are dumped into its
253 failed = False variable
462 group.add_argument('-s', metavar='name', help='Specify the name of the dir created to store the session files of tests with errored or failed status. If not specified, the test driver uses the timestamp as the session dir name')
1606 failed = failed or not result.wasSuccessful() variable
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 84 wpa_printf(MSG_DEBUG, "EAP-FAST: SessionTicket failed - fall "
177 wpa_printf(MSG_INFO, "EAP-FAST: Failed to initialize SSL.");
185 wpa_printf(MSG_INFO, "EAP-FAST: Failed to set SessionTicket "
197 wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to enable TLS "
209 wpa_printf(MSG_INFO, "EAP-FAST: Failed to load PAC file");
216 wpa_printf(MSG_INFO, "EAP-FAST: Failed to load PAC file");
282 wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to derive "
309 wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to derive key block");
459 wpa_printf(MSG_INFO, "EAP-FAST: Failed to initialize "
583 "failed");
1181 int failed = 0; local
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 189 fprintf(stderr, "Failed to instantiate decoder for '%s'.\n", mime);
246 bool failed = false; local
261 failed = true;
271 if (failed) {
830 bool failed = true; local
848 failed = false;
862 failed = false;
867 if (failed) {
869 "failed on file '%s'.\n", filename);
    [all...]
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 125 failed(test.toString(), t);
130 failed(test.toString(), t);
158 void failed(String className, Throwable execption); method in interface:TestRunner.Listener
216 public void failed(String className, Throwable exception) { method in class:TestRunner
220 mListeners.get(i).failed(className, exception);
273 failed(className, e); method
326 failed(className, e); method
363 failed(test.toString(), e);
516 failed(test.toString(), excep);
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-tests.jar 
  /external/chromium_org/third_party/re2/re2/
dfa.cc 76 // memory), it sets *failed and returns false.
79 bool* failed, const char** ep, vector<int>* matches);
263 failed(false),
275 bool failed; // "out" parameter: whether search gave up member in struct:re2::DFA::SearchParams
346 bool init_failed_; // initialization failed (out of memory)
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
regexp_benchmark.cc 133 // Benchmark: failed search for regexp in random text.
808 bool failed = false; local
810 NULL, &failed, NULL),
812 CHECK(!failed);
896 bool failed = false; local
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 1622 int failed = _run_test(test->name, test->function, current_state, local
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 282 if (!Failed)
284 Failed = true;
292 bool failed() { function in class:llvm::yaml::Scanner
293 return Failed;
499 bool Failed;
710 , Failed(false) {
728 , Failed(false) {
1532 bool Stream::failed() { return scanner->failed(); } function in class:Stream
1634 bool Node::failed() const { function in class:Node
2056 bool Document::failed() const { function in class:Document
    [all...]
  /external/regex-re2/re2/
dfa.cc 74 // memory), it sets *failed and returns false.
77 bool* failed, const char** ep, vector<int>* matches);
261 failed(false),
273 bool failed; // "out" parameter: whether search gave up member in struct:re2::DFA::SearchParams
344 bool init_failed_; // initialization failed (out of memory)
    [all...]
  /external/regex-re2/re2/testing/
regexp_benchmark.cc 133 // Benchmark: failed search for regexp in random text.
808 bool failed = false; local
810 NULL, &failed, NULL),
812 CHECK(!failed);
896 bool failed = false; local
    [all...]
  /external/strace/
process.c 496 int failed = 0; local
532 failed = 1;
538 if (failed)
555 int failed = 0; local
595 failed = 1;
601 if (failed)
613 int failed = 0; local
649 failed = 1;
655 if (failed)
672 int failed = 0 local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 96 int read_alerts, write_alerts, failed; member in struct:tls_connection
244 cryptoapi_error("CryptCreateHash failed");
251 cryptoapi_error("CryptGetHashParam failed");
263 cryptoapi_error("CryptSetHashParam failed");
275 cryptoapi_error("CryptSignHash failed");
329 cryptoapi_error("Failed to open 'My system store'");
381 wpa_printf(MSG_WARNING, "CryptoAPI: Failed to allocate memory "
412 cryptoapi_error("Failed to acquire a private key for the "
492 wpa_printf(MSG_DEBUG, "%s: failed to open system cert store "
514 "Failed to add ca_cert to OpenSSL
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 381 RADIUS_ERROR("Failed to add authlog entry into sqlite database: %s",
636 RADIUS_DEBUG("Failed to create a new session");
680 RADIUS_DEBUG("Failed to initialize EAP state machine for the "
719 RADIUS_DEBUG("Failed to allocate reply message");
727 RADIUS_DEBUG("Failed to add State attribute");
733 RADIUS_DEBUG("Failed to add EAP-Message attribute");
767 RADIUS_DEBUG("Failed to add MPPE key attributes");
786 RADIUS_DEBUG("Failed to add WFA-HS20-SubscrRem");
794 RADIUS_DEBUG("Failed to add WFA-HS20-SubscrRem");
800 RADIUS_DEBUG("Failed to copy Proxy-State attribute(s)")
1518 int line = 0, mask, failed = 0, i; local
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 603 protected final void failed(CharSequence error) { method in class:RemotePrintDocument.AsyncCommand
725 failed(error);
730 // Failed.
    [all...]

Completed in 2980 milliseconds

<<111213141516