HomeSort by relevance Sort by last modified time
    Searched full:failed (Results 576 - 600 of 5246) sorted by null

<<21222324252627282930>>

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_server.c 55 wpa_printf(MSG_DEBUG, "TLSv1: Failed to derive "
70 wpa_printf(MSG_DEBUG, "TLSv1: Failed to derive key_block");
136 "record failed");
138 goto failed;
151 goto failed;
163 failed:
166 if (conn->state == FAILED) {
172 conn->state = FAILED;
208 wpa_printf(MSG_DEBUG, "TLSv1: Failed to create a record");
258 "failed");
    [all...]
  /packages/apps/CertInstaller/res/values/
strings.xml 57 <string name="cert_too_large_error">Installation failed. Certificate size is too large.</string>
59 <string name="cert_missing_error">Installation failed. Cannot locate the certificate file.</string>
61 <string name="cert_read_error">Installation failed. Cannot read the certificate file.</string>
  /packages/apps/Mms/src/com/android/mms/transaction/
ReadRecTransaction.java 90 Log.v(TAG, "Failed to send M-Read-Rec.Ind.", e);
94 Log.v(TAG, "Failed to load message from Outbox.", e);
102 mTransactionState.setState(TransactionState.FAILED);
RetrieveTransaction.java 144 // Mark this transaction as failed to prevent duplicate
146 mTransactionState.setState(TransactionState.FAILED);
175 // Don't mark the transaction as failed if we failed to send it.
181 mTransactionState.setState(TransactionState.FAILED);
183 Log.e(TAG, "Retrieval failed.");
  /system/core/toolbox/
date.c 100 fprintf(stderr,"getdate_r failed\n");
106 fprintf(stderr,"getdate_r failed %s\n", strerror(errno));
122 fprintf(stderr,"settimeofday failed %s\n", strerror(errno));
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
VectorTest.java 69 assertEquals("Vector creation failed", 0, v.size());
86 assertEquals("Vector creation failed", 0, v.size());
114 assertEquals("Failed to inc capacity by proper amount",
176 assertTrue("Failed to add Object", tVector.get(45) == o);
177 assertTrue("Failed to fix-up existing indices", tVector.get(46) == prev);
182 assertNull("Failed to add null", tVector.get(50));
183 assertTrue("Failed to fix-up existing indices after adding null",
215 assertTrue("Failed to add Object", tVector.lastElement() == o);
219 assertNull("Failed to add null", tVector.lastElement());
241 assertTrue("Failed to add all elements"
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
CharArrayReaderTest.java 49 assertTrue("Failed to create reader", cr.ready());
90 assertTrue("Test 5: Failed to create reader", cr.ready());
109 fail("Failed to throw exception on read from closed stream");
131 assertEquals("Test 1: Failed to mark correct position;",
289 assertEquals("Test 1: Reset failed to return to marker position.",
313 assertEquals("Test 1: Failed to skip correct number of chars;",
StringReaderTest.java 69 fail("Close failed");
93 assertTrue("Failed to return to mark", new String(buf, 0, 2)
133 assertEquals("Failed to read char", 'T', r);
156 assertTrue("Failed to read chars", r == testString.length());
231 assertTrue("Failed to reset properly", new String(buf, 0, 2)
254 assertTrue("Failed to skip properly", new String(buf, 0, 2)
  /dalvik/vm/
StdioConverter.c 72 LOGW("pipe failed: %s\n", strerror(errno));
76 LOGW("pipe failed: %s\n", strerror(errno));
81 LOGW("dup2(1) failed: %s\n", strerror(errno));
90 LOGW("dup2(2) failed: %d %s\n", errno, strerror(errno));
188 LOGE("select on stdout/stderr failed\n");
240 LOGW("read %s: (%d,%d) failed (%d): %s\n",
  /external/bluetooth/bluez/doc/
adapter-api.txt 59 org.bluez.Error.Failed
71 org.bluez.Error.Failed
88 org.bluez.Error.Failed
101 org.bluez.Error.Failed
129 org.bluez.Error.Failed
145 org.bluez.Error.Failed
  /external/bluetooth/bluez/input/
sixpair.c 51 g_warning ("Getting the master Bluetooth address failed");
74 g_warning ("Getting the device Bluetooth address failed");
116 g_warning ("Setting the master Bluetooth address failed");
223 g_warning ("Reattaching the driver failed: %d", res);
255 g_warning ("libusb_get_device_list failed");
266 g_warning ("libusb_get_device_descriptor failed");
  /external/bluetooth/glib/tests/
unicode-encoding.c 145 fail ("line %d: conversion to ucs4 failed: %s\n", line, error->message);
171 fail ("line %d: conversion back to utf8 failed: %s", line, error->message);
235 fail ("line %d: conversion to ucs16 failed: %s\n", line, error->message);
248 fail ("line %d: conversion to ucs16 failed: %s\n", line, error->message);
268 fail ("line %d: conversion back to utf8 failed: %s\n", line, error->message);
281 fail ("line %d: conversion back to utf8/ucs4 failed\n", line);
  /external/dbus/tools/
dbus-cleanup-sockets.c 62 fprintf (stderr, "Allocation of %d bytes failed\n",
85 fprintf (stderr, "Reallocation of %d bytes failed\n",
170 fprintf (stderr, "Failed to open directory %s: %s\n",
218 fprintf (stderr, "Warning: failed to open a socket to use for connecting: %s\n",
225 fprintf (stderr, "Warning: failed set socket %s nonblocking: %s\n",
297 fprintf (stderr, "Warning: Failed to delete %s: %s\n",
  /external/dropbear/libtomcrypt/testprof/
katja_test.c 83 fprintf(stderr, "katja_decrypt_key failed");
128 fprintf(stderr, "katja_decrypt_key failed");
158 fprintf(stderr, "katja_verify_hash (unsalted, origKey) failed, %d, %d", stat, stat2);
174 fprintf(stderr, "katja_verify_hash (unsalted, privKey) failed, %d, %d", stat, stat2);
190 fprintf(stderr, "katja_verify_hash (unsalted, pubkey) failed, %d, %d", stat, stat2);
206 fprintf(stderr, "katja_verify_hash (salted) failed, %d, %d", stat, stat2);
  /external/guava/src/com/google/common/util/concurrent/
AbstractService.java 205 * {@link State#FAILED}. The service will <b>not be stopped</b> if it
206 * is running. Invoke this method when a service has failed critically or
217 "Service failed to start.", cause));
222 state = State.FAILED;
266 this.result = State.FAILED;
297 if (result == State.FAILED) {
  /external/openssl/crypto/sha/
sha512t.c 96 fprintf(stderr,"\nTEST 1 of 3 failed.\n");
108 fprintf(stderr,"\nTEST 2 of 3 failed.\n");
132 fprintf(stderr,"\nTEST 3 of 3 failed.\n");
145 fprintf(stderr,"\nTEST 1 of 3 failed.\n");
157 fprintf(stderr,"\nTEST 2 of 3 failed.\n");
174 fprintf(stderr,"\nTEST 3 of 3 failed.\n");
  /external/wpa_supplicant/
preauth_test.c 278 wpa_printf(MSG_WARNING, "Failed to get own L2 address\n");
317 printf("Failed to parse target address '%s'.\n", argv[2]);
322 wpa_printf(MSG_ERROR, "Failed to register EAP methods");
327 wpa_printf(MSG_ERROR, "Failed to initialize event loop");
334 printf("Failed to parse configuration file '%s'.\n", argv[1]);
345 printf("Failed to initialize control interface '%s'.\n"
  /external/wpa_supplicant_6/wpa_supplicant/
preauth_test.c 270 wpa_printf(MSG_WARNING, "Failed to get own L2 address\n");
309 printf("Failed to parse target address '%s'.\n", argv[2]);
314 wpa_printf(MSG_ERROR, "Failed to register EAP methods");
319 wpa_printf(MSG_ERROR, "Failed to initialize event loop");
326 printf("Failed to parse configuration file '%s'.\n", argv[1]);
337 printf("Failed to initialize control interface '%s'.\n"
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_wpa.c 209 wpa_printf(MSG_DEBUG, "SUPP: wpa_sm_init() failed");
225 " failed");
312 wpa_printf(MSG_DEBUG, "AUTH: wpa_init() failed");
324 wpa_printf(MSG_DEBUG, "AUTH: wpa_auth_sta_init() failed");
330 wpa_printf(MSG_DEBUG, "AUTH: wpa_validate_wpa_ie() failed");
370 wpa_printf(MSG_ERROR, "Failed to initialize event loop");
test_x509v3_nist2.sh 40 echo "$NUM failed - expected validation success"
46 echo "$NUM failed - expected validation failure"
49 REASON=`grep "Certificate chain validation failed: " $TMPOUT.$NUM`
55 echo "$NUM failed - expected validation result $RES; result was $REASONNUM"
59 echo "$NUM failed - expected validation failure; other type of error detected"
165 echo "Failed tests:$FAILURE"
  /frameworks/base/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 141 LOGE("failed to create a retriever object");
172 LOGE("fstat(%d) failed: %d, %s", fd, ret, strerror(errno));
248 LOGE("failed to capture a video frame");
254 LOGE("failed to create MemoryDealer");
287 LOGE("failed to extract an album art");
293 LOGE("failed to create MemoryDealer object");
  /system/core/nexus/
PropertyManager.cpp 80 LOGE("Failed to register property %s.%s (%s)",
133 LOGE("Failed to convert '%s' to int", value);
141 LOGE("Failed to convert '%s' to ipv4", value);
160 LOGW("String property %s get failed (%s)", p->getName(),
168 LOGW("Integer property %s get failed (%s)", p->getName(),
176 LOGW("IPV4 property %s get failed (%s)", p->getName(),
  /external/v8/src/
debug-debugger.js 1123 ProtocolMessage.prototype.failed = function(message) {
    [all...]
  /bionic/libc/stdlib/
assert.c 40 "assertion \"%s\" failed: file \"%s\", line %d\n",
50 "assertion \"%s\" failed: file \"%s\", line %d, function \"%s\"\n",
  /cts/tests/config_demo/data/result_rep/
cts_result.xsl 29 .failed {background-color : #ff0000}
172 <TD class="failed">failed</TD>
174 <xsl:value-of select="TestResult/Summary/@failed"/>
234 <TD class="failed">
237 <TD class="failed">
301 <TD class="failed">
304 <TD class="failed">

Completed in 96 milliseconds

<<21222324252627282930>>