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

1 2 3 4 5 6 78 91011>>

  /external/icu4c/test/intltest/
sdtfmtts.cpp 121 errln("ERROR: Copy constructor (or ==) failed");
126 errln("ERROR: Assignment (or !=) failed");
131 errln("ERROR: Clone() (or ==) failed");
151 errln("ERROR: format(Formattable [Date]) failed");
168 errln("ERROR: parse() failed");
188 errln("ERROR: adopt or set DateFormatSymbols() failed");
194 errln("ERROR: getTwoDigitStartDate() failed");
200 errln("ERROR: setTwoDigitStartDate() failed");
206 errln("ERROR: new DateFormatSymbols() failed");
230 errln("ERROR: applyPattern() failed with " + (int32_t) status)
    [all...]
  /external/openssl/crypto/rand/
randtest.c 81 printf ("init failed, the rand method is not properly installed\n");
128 printf("test 1 failed, X=%lu\n",n1);
141 printf("test 2 failed, X=%.2f\n",d);
151 printf("test 2 failed, X=%ld.%02ld\n",d/100L,d%100L);
161 printf("test 3 failed, bit=%d run=%d num=%lu\n",
167 printf("test 3 failed, bit=%d run=%d num=%lu\n",
173 printf("test 3 failed, bit=%d run=%d num=%lu\n",
179 printf("test 3 failed, bit=%d run=%d num=%lu\n",
185 printf("test 3 failed, bit=%d run=%d num=%lu\n",
191 printf("test 3 failed, bit=%d run=%d num=%lu\n"
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/loadso/os2/
SDL_sysloadso.c 42 /* Generate an error message if all loads failed */
44 SDL_SetError("Failed loading %s: %s", sofile, buf);
60 SDL_SetError("Failed loading %s: %s", name, loaderror);
  /external/tinyxml/
tinyxmlerror.cpp 38 "Failed to open file",
39 "Memory allocation failed.",
41 "Failed to read Element name",
  /external/webkit/WebKit/win/WebCoreSupport/
WebPluginHalterClient.cpp 48 if (FAILED(m_webView->pluginHalterDelegate(&d)) || !d)
54 if (FAILED(d->shouldHaltPlugin(m_webView, domNode.get(), isWindowed, BString(pluginName), &shouldHalt)))
63 if (FAILED(m_webView->pluginHalterDelegate(&d)) || !d)
  /external/webkit/WebKitTools/DumpRenderTree/win/
ResourceLoadDelegate.cpp 81 if (FAILED(request->URL(&urlBSTR)))
88 if (FAILED(request->mainDocumentURL(&mainDocumentURLBSTR)))
95 if (FAILED(request->HTTPMethod(&httpMethodBSTR)))
110 if (FAILED(response->URL(&urlBSTR)))
129 if (FAILED(error->domain(&domainSTR)))
136 if (FAILED(error->code(&code)))
157 if (FAILED(error->failingURL(&failingURLSTR)))
222 if (FAILED(request->URL(&urlStr)))
277 if (!challenge || FAILED(challenge->sender(&sender)))
281 if (FAILED(WebKitCreateInstance(CLSID_WebURLCredential, 0, IID_IWebURLCredential, (void**)&credential))
    [all...]
  /external/wpa_supplicant/tests/
test_x509v3.c 42 printf("Failed to read '%s'\n", argv[i]);
48 printf("Failed to parse X.509 certificate\n");
63 printf("\nCertificate chain validation failed: %d\n", reason);
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3.c 42 printf("Failed to read '%s'\n", argv[i]);
48 printf("Failed to parse X.509 certificate\n");
63 printf("\nCertificate chain validation failed: %d\n", reason);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
ITestRunListener.java 29 /** Test failed due to unanticipated uncaught exception. */
31 /** Test failed due to a false assertion. */
82 * Reports test run failed to execute due to a fatal error.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
messages.properties 9 VersionCheck_Plugin_Version_Failed=Failed to get the required ADT version number from the SDK.\n\nThe Android Developer Toolkit may not work properly.
12 AdtPlugin_Failed_To_Start_s=Failed to start %1$s
15 AdtPlugin_Failed_To_Parse_s=Failed to parse:
  /bootable/recovery/
verifier.c 39 LOGE("failed to open %s (%s)\n", path, strerror(errno));
55 LOGE("failed to seek in %s (%s)\n", path, strerror(errno));
62 LOGE("failed to read footer from %s (%s)\n", path, strerror(errno));
91 LOGE("failed to seek in %s (%s)\n", path, strerror(errno));
104 LOGE("malloc for EOCD record failed\n");
109 LOGE("failed to read eocd from %s (%s)\n", path, strerror(errno));
143 LOGE("failed to alloc memory for sha1 buffer\n");
155 LOGE("failed to read data from %s (%s)\n", path, strerror(errno));
182 LOGE("failed to verify whole-file signature\n");
  /external/dropbear/libtomcrypt/
testbuild.sh 6 CFLAGS="$2 $CFLAGS $4" EXTRALIBS="$5" make -f $3 test tv_gen 1>gcc_1.txt 2>gcc_2.txt || (echo "build $1 failed see gcc_2.txt for more information" && cat gcc_2.txt && rm -f testok.txt && exit 1)
  /external/dropbear/libtomcrypt/testprof/
base64_test.c 15 fprintf(stderr, "base64 failed %lu %lu %lu", x, l1, l2);
  /external/e2fsprogs/tests/
run_e2fsck 71 rm -f $test_name.ok $test_name.failed
85 echo "failed"
86 diff $DIFF_OPTS $EXP1 $OUT1 > $test_name.failed
88 diff $DIFF_OPTS $EXP2 $OUT2 >> $test_name.failed
  /external/icu4c/
configure.mk 10 ( autoconf && mv configure configure.tmp && sed -e 's%^ac_cr=.*%ac_cr=`echo X |tr X "\\015"`%' < configure.tmp > configure && chmod a+rx $@ && rm configure.tmp ) || ( rm $@ ; "echo configure build failed" ; /usr/bin/false )
  /external/tcpdump/tests/
esp2.sh 11 echo failed.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
statement-009.js 19 var result = "Failed";
  /external/webkit/LayoutTests/storage/
test-authorizer.html 29 }, function(error) { logAndTerminateTest("Cleanup failed", error); });
39 log(statementType + " statement failed: " + error.message);
127 function(error) { logAndTerminateTest("Write transaction failed", error); },
135 function(error) { logAndTerminateTest("Read 'CREATE TABLE' transaction failed", error); });
139 function(error) { logAndTerminateTest("Write 'CREATE TABLE' transaction failed", error); });
141 function(error) { logAndTerminateTest("Read 'CREATE' transaction failed", error); });
145 function(error) { logAndTerminateTest("Write 'CREATE' transaction failed", error); });
147 function(error) { logAndTerminateTest("Read 'other' transaction failed", error); });
152 function(error) { logAndTerminateTest("Read 'DROP' transaction failed", error); },
  /external/webkit/WebCore/manual-tests/
inspector-document-methods-override.html 8 alert dialogs appear, you have failed the test.</p>
location-host-canonicalization.html 12 if you see "www.example.com:0" the test has failed. You should see "www.example.com:"</p>
  /external/webkit/WebCore/manual-tests/redirectHistory/
redir-1.html 8 <p>Wait a few seconds for the redirect to occur. If you return to this page after the redirect, then the test passed. If you end up at redir-2.html, then the test failed.</p>
  /external/webkit/WebKit/android/wds/
Connection.cpp 47 log_errno("Failed to create file descriptor");
67 log_errno("Failed to bind to local host");
73 log_errno("Failed to listen");
83 log_errno("Accept failed");
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_osx.m 68 wpa_printf(MSG_DEBUG, "OSX: WirelessGetInfo failed: %d",
94 wpa_printf(MSG_DEBUG, "OSX: WirelessGetInfo failed: %d",
132 "failed");
141 "failed: 0x%08x", (unsigned int) err);
147 wpa_printf(MSG_DEBUG, "OSX: WirelessScan failed: "
216 wpa_printf(MSG_DEBUG, "OSX: Failed to get association info");
263 wpa_printf(MSG_DEBUG, "OSX: WirelessAssociate failed: 0x%08x",
292 wpa_printf(MSG_DEBUG, "OSX: WirelessSetKey failed: "
303 wpa_printf(MSG_DEBUG, "OSX: WirelessSetWPAKey failed: "
350 wpa_printf(MSG_ERROR, "OSX: WirelessAttach failed: %d"
    [all...]
  /frameworks/base/cmds/keystore/
keystore_cli.c 59 puts("Failed to connect");
74 puts("Failed to receive");
82 puts("Failed to receive");
89 puts("Failed to receive");
  /frameworks/base/services/jni/
onload.cpp 24 LOGE("GetEnv failed!");

Completed in 74 milliseconds

1 2 3 4 5 6 78 91011>>