HomeSort by relevance Sort by last modified time
    Searched full:failed (Results 501 - 525 of 9525) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderServiceTest.java 71 fail("getType() failed");
74 fail("getAlgorithm() failed");
77 fail("getProvider() failed");
80 fail("getClassName() failed");
83 fail("supportsParameter() failed");
98 fail("getAttribute(aaa) failed");
108 fail("getAttribute(bbb) failed");
111 fail("getAttribute(attribute) failed");
114 fail("getAttribute(KeySize) failed");
  /libcore/luni/src/test/java/tests/api/java/util/
BitSetTest.java 44 assertEquals("Failed to round BitSet element size", 128, bs.size());
55 assertTrue("Clone failed to return equal BitSet", eightbs.equals(bs));
103 assertFalse("Failed to clear bit", eightbs.get(7));
110 assertFalse("Failed to clear bit", eightbs.get(165));
175 assertEquals("Failed to grow BitSet", 64, bs.size());
180 assertFalse("Failed to clear bit " + i, bs.get(i));
191 assertFalse("Failed to clear bit " + i, bs.get(i));
202 assertFalse("Failed to clear bit " + i, bs.get(i));
223 assertFalse("Failed to clear bit " + i, bs.get(i));
251 assertFalse("failed to clear bit " + i, bs.get(i))
    [all...]
  /libcore/luni/src/test/java/tests/java/security/
SecureRandomTest.java 64 fail("next failed");
75 fail("setSeed failed");
85 fail("nextBytes failed");
133 fail("getInstance failed");
143 fail("getInstance failed");
206 fail("getInstance failed");
254 fail("setSeed failed");
262 fail("getSeed failed");
271 fail("generateSeed failed");
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex7.c 48 puts ("failed to compile pattern \"a\"");
62 puts ("re_search failed to fill the -1 sentinel");
73 puts ("failed to compile pattern /\\(\\(\\(a\\)\\)\\)/");
87 puts ("re_match failed to fill the -1 sentinel");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 20 ParseFileFailure_s=Failed to parse %1$s file
24 AndroidJUnitLaunchAction_LaunchFail=Failed to launch test
31 AndroidJUnitTab_LoadInstrError_s=Failed to load instrumentations from %1$s
38 RemoteAdtTestRunner_RunFailedMsg_s=Test run failed: %1$s
  /system/core/toolbox/
ln.c 32 fprintf(stderr, "link failed %s\n", strerror(errno));
  /system/security/keystore/
keystore_cli.cpp 54 puts("Failed to connect");
71 puts("Failed to receive");
80 puts("Failed to receive");
87 puts("Failed to receive");
  /external/icu4c/test/cintltst/
udatpg_test.c 81 log_err_status(errorCode, "udatpg_open(NULL) failed - %s\n", u_errorName(errorCode));
89 log_err("udatpg_open(de) failed - %s\n", u_errorName(errorCode));
99 log_err("udatpg_clone() failed - %s\n", u_errorName(errorCode));
125 log_err_status(errorCode, "udatpg_open(fi) failed - %s\n", u_errorName(errorCode));
131 log_err("udatpg_getBestPattern failed - %s\n", u_errorName(errorCode));
144 log_err("udatpg_getBestPattern failed in illegal argument - skeleton is NULL.\n");
151 log_err("udatpg_getSkeleton failed - %s\n", u_errorName(errorCode));
163 log_err("udatpg_getSkeleton failed in illegal argument - pattern is NULL.\n");
170 log_err("udatpg_getBaseSkeleton failed - %s\n", u_errorName(errorCode));
182 log_err("udatpg_getBaseSkeleton failed in illegal argument - pattern is NULL.\n")
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
ConnectivityManagerMobileTest.java 75 fail("Device is not connected to Mobile, setUp failed");
180 assertTrue("failed to connect to " + mTestAccessPoint,
195 log("Wifi state transition validation failed.");
202 log("Mobile state transition validation failed.");
215 assertTrue("failed to connect to " + mTestAccessPoint,
226 log("disable Wifi failed");
268 log("Wifi state transition validation failed.");
281 assertTrue("failed to connect to " + mTestAccessPoint,
314 log("Wifi state transition validation failed.");
321 log("Mobile state transition validation failed.")
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 86 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
90 errln("clone()->insert() failed: expected \"" + expectedValue + "\"\n,got \"" + *c + "\"");
97 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
102 errln("replace() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
111 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
116 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
119 errln("length() failed: expected 70, got " + test1.length());
121 errln("length() failed: expected 30, got " + test2.length());
126 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
129 errln("append or length failed for UChar32, expected 2, got " + test3.length())
    [all...]
  /external/dbus/dbus/
dbus-string-util.c 280 _dbus_assert_not_reached ("failed to init string");
297 _dbus_assert_not_reached ("failed to init string");
302 _dbus_assert_not_reached ("failed to set string length");
366 _dbus_assert_not_reached ("failed to init string");
372 _dbus_assert_not_reached ("failed to append string to string\n");
377 _dbus_assert_not_reached ("failed to append byte to string\n");
389 _dbus_assert_not_reached ("failed to init string");
397 _dbus_assert_not_reached ("failed to steal data");
478 _dbus_assert_not_reached ("failed to init string");
523 _dbus_assert_not_reached ("failed to init string")
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 100 if (FAILED(frontendWebView->setHostWindow((OLE_HANDLE)(ULONG64)frontendHwnd)))
105 if (FAILED(frontendWebView->initWithFrame(rect, 0, 0)))
109 if (FAILED(frontendWebView->setUIDelegate(delegate.get())))
119 if (FAILED(tempPreferences->initWithIdentifier(BString(L"WebInspectorPreferences"), &iPreferences)))
124 if (FAILED(preferences->setAutosaves(FALSE)))
126 if (FAILED(preferences->setLoadsImagesAutomatically(TRUE)))
128 if (FAILED(preferences->setAuthorAndUserStylesEnabled(TRUE)))
130 if (FAILED(preferences->setAllowsAnimatedImages(TRUE)))
132 if (FAILED(preferences->setLoadsImagesAutomatically(TRUE)))
134 if (FAILED(preferences->setPlugInsEnabled(FALSE))
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 120 if (FAILED(WebKitCreateInstance(CLSID_WebCookieManager, 0, IID_IWebCookieManager, reinterpret_cast<void**>(&cookieManager))))
123 if (FAILED(cookieManager->cookieStorage(&cookieStorage)) || !cookieStorage)
149 if (FAILED(frame->dataSource(&dataSource))) {
150 if (FAILED(frame->provisionalDataSource(&dataSource)))
155 if (FAILED(dataSource->request(&request)))
159 if (FAILED(request->URL(requestURLString.GetAddress())))
405 if (FAILED(frame->QueryInterface(&framePrivate)))
409 if (FAILED(framePrivate->scrollOffset(&scrollPosition)))
414 if (FAILED(frame->parentFrame(&parent)))
418 if (FAILED(frame->name(&name))
1218 bool failed = FAILED(webView->initWithFrame(clientRect, 0, groupName)); local
    [all...]
  /system/netd/
SoftapController.cpp 50 ALOGE("Failed to open socket");
74 ALOGE("SIOCGIPRIV failed: %d", ret);
122 ALOGE("Softap driver start - failed to open socket");
150 ALOGE("Softap driver stop - failed to open socket");
180 ALOGE("Softap startap - failed to open socket");
185 ALOGE("fork failed (%s)", strerror(errno));
195 ALOGE("execl failed (%s)", strerror(errno));
204 ALOGE("Softap startap - failed: %d", ret);
230 ALOGE("Softap stopap - failed to open socket");
274 ALOGE("Softap set - failed to open socket")
    [all...]
  /external/openssh/openbsd-compat/
port-tun.c 65 debug("%s: failed to open tunnel control interface: %s",
85 goto failed;
91 debug("%s: failed to configure tunnel (mode %d): %s", __func__,
93 goto failed;
103 failed:
151 debug("%s: %s open failed: %s", __func__, name,
172 goto failed;
175 goto failed;
179 goto failed;
185 failed
    [all...]
  /external/openssl/crypto/engine/
enginetest.c 143 printf("Add failed!\n");
150 printf("Remove failed!\n");
158 printf("Add failed!\n");
164 printf("Remove failed!\n");
170 printf("Add failed!\n");
176 printf("Add *should* have failed but didn't!\n");
184 printf("Remove *should* have failed but didn't!\n");
192 printf("Remove failed!\n");
198 printf("Remove failed!\n");
207 printf("Remove failed!i - probably no hardware
    [all...]
  /external/quake/quake/src/QW/client/
cd_linux.c 58 Con_DPrintf("ioctl cdromeject failed\n");
68 Con_DPrintf("ioctl cdromclosetray failed\n");
79 Con_DPrintf("ioctl cdromreadtochdr failed\n");
124 Con_DPrintf("ioctl cdromreadtocentry failed\n");
147 Con_DPrintf("ioctl cdromplaytrkind failed\n");
152 Con_DPrintf("ioctl cdromresume failed\n");
172 Con_DPrintf("ioctl cdromstop failed (%d)\n", errno);
187 Con_DPrintf("ioctl cdrompause failed\n");
206 Con_DPrintf("ioctl cdromresume failed\n");
356 Con_DPrintf("ioctl cdromsubchnl failed\n")
    [all...]
  /external/quake/quake/src/WinQuake/
cd_linux.cpp 58 Con_DPrintf("ioctl cdromeject failed\n");
68 Con_DPrintf("ioctl cdromclosetray failed\n");
79 Con_DPrintf("ioctl cdromreadtochdr failed\n");
124 Con_DPrintf("ioctl cdromreadtocentry failed\n");
147 Con_DPrintf("ioctl cdromplaytrkind failed\n");
152 Con_DPrintf("ioctl cdromresume failed\n");
172 Con_DPrintf("ioctl cdromstop failed (%d)\n", errno);
187 Con_DPrintf("ioctl cdrompause failed\n");
206 Con_DPrintf("ioctl cdromresume failed\n");
356 Con_DPrintf("ioctl cdromsubchnl failed\n")
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse-simple.so 
libpulse-simple.so.0 
libpulse-simple.so.0.0 
libpulse-simple.so.0.0.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpulse-simple.so 
libpulse-simple.so.0 
libpulse-simple.so.0.0 

Completed in 1701 milliseconds

<<21222324252627282930>>