HomeSort by relevance Sort by last modified time
    Searched refs:failed (Results 376 - 400 of 603) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/src/eap_server/
eap_server_ikev2.c 96 goto failed;
114 failed:
218 wpa_printf(MSG_DEBUG, "EAP-IKEV2: Failed to "
332 wpa_printf(MSG_DEBUG, "EAP-IKEV2: Failed to derive "
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestsAutoTest.java 62 public void failed(String layout_file) { method in class:MyTestRecorder
256 Log.w("Layout test: ", file + " failed");
257 mResultRecorder.failed(file);
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 47 static inline void cleanup(int failed)
50 (void)failed;
59 /* unused failed for future reference */
126 /* Failed to remove the module
425 UIM_ERR(" set_baudrate() failed");
447 UIM_ERR(" Failed to write speed-set command");
462 UIM_ERR(" set_custom_baud_rate() failed");
483 UIM_ERR(" Failed to write BD address command");
600 UIM_DBG("open(%s) failed: %s (%d)\n", path, strerror(errno), errno);
617 UIM_ERR("change mode failed for %s (%d)\n", path, errno)
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp 232 #define REGEX_ASSERT(expr) {if ((expr)==FALSE) {errln("%s:%d: RegexTest failure: REGEX_ASSERT(%s) failed \n", __FILE__, __LINE__, #expr);};}
244 #define REGEX_ASSERT_UNISTR(ustr,inv) {if (!(ustr==inv)) {errln("%s:%d: RegexTest failure: REGEX_ASSERT_UNISTR(%s,%s) failed \n", __FILE__, __LINE__, extractToAssertBuf(ustr),inv);};}
3296 UBool failed = FALSE; local
    [all...]
  /external/bluetooth/bluez/audio/
headset.c 190 err < 0 ? strerror(-err) : "Connect failed");
527 error("Failed to send to headset: %s (%d)",
1286 goto failed;
1302 goto failed;
1335 goto failed;
1350 failed:
1379 goto failed;
1386 goto failed;
1418 goto failed;
1431 failed
    [all...]
pcm_bluetooth.c     [all...]
  /build/tools/zipalign/
ZipFile.cpp 99 ALOGD("fopen failed: %d\n", err);
313 ALOGD("initFromCDE failed\n");
328 ALOGD("EOCD check read failed\n");
333 ALOGD("EOCD read check failed\n");
416 bool failed = false; local
419 ALOGD("compression failed, storing\n");
420 failed = true;
432 failed = true;
436 if (failed) {
443 /* handle "no compression" request, or failed compression from above *
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFA.cs 178 recognizer.state.failed = true;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DFA.cs 211 recognizer.state.failed = true;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeParser.java 102 state.failed = false;
  /external/chromium/chrome/browser/extensions/
extension_updater.cc 384 bool failed = false; local
387 LOG(WARNING) << "Failed to create temporary file path";
388 failed = true;
393 LOG(ERROR) << "Failed to write temporary file";
395 failed = true;
398 if (failed) {
681 // Callback from the utility process when parsing failed.
720 VLOG(1) << "Failed to fetch manifest '" << url.possibly_invalid_spec()
838 VLOG(1) << "Failed to fetch extension '" << url.possibly_invalid_spec()
    [all...]
  /external/dbus/bus/
services.c 88 goto failed;
94 goto failed;
100 goto failed;
106 failed:
1041 * might have to undo if the notification-sending failed
1118 * might have to undo if the notification-sending failed
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
  /external/regex-re2/re2/
prog.h 269 // If the DFA runs out of memory, sets *failed to true and returns false.
274 StringPiece* match0, bool* failed,
  /external/v8/src/
math.js 132 // All comparisons failed, one of the arguments must be NaN.
165 // All comparisons failed, one of the arguments must be NaN.
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 281 // overflow elsewhere). If not, marks decoding as failed.
316 bool failed() const { return m_failed; }
  /external/wpa_supplicant_8/src/crypto/
tls_gnutls.c 86 int read_alerts, write_alerts, failed; member in struct:tls_connection
262 wpa_printf(MSG_INFO, "TLS: Failed to initialize new TLS "
296 wpa_printf(MSG_INFO, "TLS: Failed to setup new TLS connection: %s",
323 wpa_printf(MSG_INFO, "Failed to configure "
379 wpa_printf(MSG_INFO, "GnuTLS: Failed to preparare new session "
388 wpa_printf(MSG_INFO, "GnuTLS: Failed to configure credentials "
398 wpa_printf(MSG_INFO, "GnuTLS: Failed to set session "
481 wpa_printf(MSG_WARNING, "TLS: Certificate verification failed,"
538 wpa_printf(MSG_DEBUG, "Failed to read CA cert '%s' "
545 wpa_printf(MSG_DEBUG, "Failed to read CA cert
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 99 ALOGD("fopen failed: %d\n", err);
313 ALOGD("initFromCDE failed\n");
328 ALOGD("EOCD check read failed\n");
333 ALOGD("EOCD read check failed\n");
416 bool failed = false; local
419 ALOGD("compression failed, storing\n");
420 failed = true;
432 failed = true;
436 if (failed) {
443 /* handle "no compression" request, or failed compression from above *
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_fast.c 88 wpa_printf(MSG_DEBUG, "EAP-FAST: SessionTicket failed - fall "
179 wpa_printf(MSG_INFO, "EAP-FAST: Failed to initialize SSL.");
187 wpa_printf(MSG_INFO, "EAP-FAST: Failed to set SessionTicket "
199 wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to enable TLS "
273 wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to derive "
300 wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to derive key block");
449 wpa_printf(MSG_INFO, "EAP-FAST: Failed to initialize "
573 "failed");
785 wpa_printf(MSG_INFO, "EAP-FAST: Failed to generate MSK");
1113 wpa_printf(MSG_INFO, "EAP-FAST: Failed to encrypt a Phase 2
1149 int failed = 0; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 82 wpa_printf(MSG_DEBUG, "EAP-FAST: SessionTicket failed - fall "
173 wpa_printf(MSG_INFO, "EAP-FAST: Failed to initialize SSL.");
181 wpa_printf(MSG_INFO, "EAP-FAST: Failed to set SessionTicket "
193 wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to enable TLS "
267 wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to derive "
294 wpa_printf(MSG_DEBUG, "EAP-FAST: Failed to derive key block");
444 wpa_printf(MSG_INFO, "EAP-FAST: Failed to initialize "
568 "failed");
780 wpa_printf(MSG_INFO, "EAP-FAST: Failed to generate MSK");
1112 wpa_printf(MSG_INFO, "EAP-FAST: Failed to encrypt a Phase 2
1148 int failed = 0; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 128 this.state.failed=false;
133 if ( this.state.failed ) {
283 var success:Boolean = !this.state.failed;
287 this.state.failed=false;
304 <if(backtracking)>if (this.state.failed) return <ruleReturnValue()>;<endif>
307 /** This rule has failed, exit indicating failure during backtrack */
309 <if(backtracking)>if (this.state.backtracking>0) {this.state.failed=true; return <ruleReturnValue()>;}<endif>
673 <if(backtracking)>this.state.failed=false;<endif>
981 if (this.state.backtracking>0) {this.state.failed=true; return -1;}<\n>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 160 state.failed=false;
165 if ( state.failed ) {
333 boolean success = !state.failed;
337 state.failed=false;
354 <if(backtracking)>if (state.failed) return <ruleReturnValue()>;<endif>
357 /** This rule has failed, exit indicating failure during backtrack */
359 <if(backtracking)>if (state.backtracking>0) {state.failed=true; return <ruleReturnValue()>;}<endif>
730 <if(backtracking)>state.failed=false;<endif>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 148 failed=false;
153 if ( failed ) {
300 boolean success = !failed;
304 failed=false;
322 if ($self->state->failed) {
328 /** This rule has failed, exit indicating failure during backtrack */
330 <if(backtracking)>if (backtracking>0) {failed=true; return <ruleReturnValue()>;}<endif>
706 <if(backtracking)>failed=false;<endif>
1051 $self->state->failed = 1;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 141 state.failed=false
146 if ( state.failed ) {
310 val success = !state.failed
314 state.failed=false
331 <if(backtracking)>if (state.failed) return <ruleReturnValue()><endif>
334 /** This rule has failed, exit indicating failure during backtrack */
336 <if(backtracking)>if (state.backtracking>0) {state.failed=true; return <ruleReturnValue()>}<endif>
712 <if(backtracking)>state.failed=false<endif>
    [all...]
  /external/bluetooth/bluez/src/
attrib-server.c 1056 error("Failed to register GAP service record");
1057 goto failed;
1068 error("Failed to register GATT service record");
1069 goto failed;
1074 failed:
1099 goto failed;
1119 failed:

Completed in 1470 milliseconds

<<11121314151617181920>>