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

<<11121314151617181920>>

  /external/icu4c/test/intltest/
tsdtfmsy.cpp 187 errln("ERROR: setEras() failed");
193 errln("ERROR: setMonths() failed");
199 errln("ERROR: setShortMonths() failed");
206 errln("ERROR: setMonths(FORMAT,WIDE) failed");
213 errln("ERROR: setMonths(FORMAT,ABBREVIATED) failed");
220 errln("ERROR: setMonths(FORMAT,NARROW) failed");
227 errln("ERROR: setMonths(STANDALONE,WIDE) failed");
234 errln("ERROR: setMonths(STANDALONE,ABBREVIATED) failed");
241 errln("ERROR: setMonths(STANDALONE,NARROW) failed");
247 errln("ERROR: setWeekdays() failed");
    [all...]
  /external/openssh/
ssh-pkcs11.c 103 error("C_CloseSession failed: %lu", rv);
106 error("C_Finalize failed: %lu", rv);
204 error("C_FindObjectsInit failed (nattr %lu): %lu", nattr, rv);
209 debug("C_FindObjects failed (nfound %lu nattr %lu): %lu",
214 error("C_FindObjectsFinal failed: %lu", rv);
248 error("RSA_get_app_data failed for rsa %p", rsa);
270 error("C_Login failed: %lu", rv);
283 error("C_SignInit failed: %lu", rv);
291 error("C_Sign failed: %lu", rv);
366 error("C_OpenSession failed: %lu", rv)
    [all...]
  /dalvik/vm/test/
TestIndirectRefTable.cpp 94 ALOGE("trivial add1 failed");
113 ALOGE("fifo deletion failed");
137 ALOGE("trivial add2 failed");
145 ALOGE("lifo deletion failed");
164 ALOGE("trivial add3 failed");
174 ALOGE("unorder deletion1 failed");
185 ALOGE("unorder deletion2 failed");
206 ALOGE("trivial add4 failed");
210 ALOGE("remove 1 of 4 failed");
219 ALOGE("remove 1/3 failed");
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
main_winsvc.c 193 printf("Failed to initialize wpa_supplicant\n");
218 printf("RegEnumKeyEx failed: 0x%x\n",
252 printf("SetServiceStatus() failed: %d\n",
269 printf("OpenSCManager failed: %d\n", (int) GetLastError());
279 printf("CreateService failed: %d\n\n", (int) GetLastError());
287 printf("ChangeServiceConfig2 failed: %d\n",
310 printf("OpenSCManager failed: %d\n", (int) GetLastError());
316 printf("OpenService failed: %d\n\n", (int) GetLastError());
327 printf("ControlService failed: %d\n",
337 printf("DeleteService failed: %d\n", (int) GetLastError())
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
main_winsvc.c 187 printf("Failed to initialize wpa_supplicant\n");
212 printf("RegEnumKeyEx failed: 0x%x\n",
246 printf("SetServiceStatus() failed: %d\n",
263 printf("OpenSCManager failed: %d\n", (int) GetLastError());
273 printf("CreateService failed: %d\n\n", (int) GetLastError());
281 printf("ChangeServiceConfig2 failed: %d\n",
304 printf("OpenSCManager failed: %d\n", (int) GetLastError());
310 printf("OpenService failed: %d\n\n", (int) GetLastError());
321 printf("ControlService failed: %d\n",
331 printf("DeleteService failed: %d\n", (int) GetLastError())
    [all...]
  /dalvik/tests/045-reflect-array/src/
Main.java 38 throw new RuntimeException("store should have failed");
42 throw new RuntimeException("store should have failed");
62 throw new RuntimeException("cast should have failed");
152 throw new RuntimeException("long-as-float failed - " + f);
155 throw new RuntimeException("long1 failed");
171 throw new RuntimeException("store should have failed");
189 throw new RuntimeException("store of Integer should have failed");
206 throw new RuntimeException("store should have failed");
225 throw new RuntimeException("store should have failed");
252 throw new RuntimeException("store should have failed");
    [all...]
  /device/moto/stingray/ril/
libmoto_qmi_ril.so 
extract-embedded-files 
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ArrayTest.java 45 fail("Passing non-array failed to throw exception");
55 fail("Invalid index failed to throw exception");
78 fail("Passing non-array failed to throw exception");
88 fail("Invalid index failed to throw exception");
111 fail("Passing non-array failed to throw exception");
121 fail("Invalid index failed to throw exception");
144 fail("Passing non-array failed to throw exception");
154 fail("Invalid index failed to throw exception");
178 fail("Passing non-array failed to throw exception");
188 fail("Invalid index failed to throw exception")
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ObservableTest.java 93 assertEquals("Failed to add observer", 1, observable.countObservers());
126 assertEquals("Failed to delete observer",
145 assertEquals("Failed to delete observers",
167 assertEquals("Failed to notify",
176 assertTrue("Failed to notify all", observer1.updateCount() == 1
178 assertEquals("Failed to delete all", 0, observable.countObservers());
184 assertTrue("Failed to notify all 2", observer1.updateCount() == 1
186 assertEquals("Failed to delete all 2", 0, observable.countObservers());
202 assertEquals("Failed to notify",
204 assertTrue("Failed to pass Object arg", ((TestObserver) observer).obj
    [all...]
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
SignatureTest.java 68 assertTrue("initVerify() failed", s.runEngineInitVerify);
79 assertTrue("initVerify() failed", s.runEngineInitVerify);
90 assertTrue("initSign() failed", s.runEngineInitSign);
101 assertTrue("initSign() failed", s.runEngineInitSign);
126 assertTrue("sign() failed", s.runEngineSign);
151 assertTrue("verify() failed", s.runEngineVerify);
184 assertTrue("verify() failed", s.runEngineVerify);
204 assertTrue("update() failed", s.runEngineUpdate1);
225 assertTrue("update() failed", s.runEngineUpdate2);
246 assertTrue("update() failed", s.runEngineUpdate2)
    [all...]
  /external/chromium/chrome/browser/chromeos/
network_login_observer.cc 59 network_failures_[wifi->service_path()] = wifi->failed();
64 network_failures_[vpn->service_path()] = vpn->failed();
73 // Check to see if we have any newly failed wifi network.
77 if (wifi->failed()) {
82 // that has previously failed, we don't want to show an error.
86 // If this network was in a failed state previously, then it's not new.
91 // Always re-display the login dialog for added networks that failed to
98 // There should only be one wifi network that failed to connect.
105 // Check to see if we have any newly failed virtual network.
111 if (vpn->failed()) {
    [all...]
  /external/openssh/regress/
scp.sh 33 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
38 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
43 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
49 $SCP $scpopts ${COPY} somehost:${DIR} || fail "copy failed"
55 $SCP $scpopts ${COPY} ${DIR} || fail "copy failed"
61 $SCP $scpopts somehost:${COPY} ${DIR} || fail "copy failed"
68 $SCP $scpopts -r ${DIR} somehost:${DIR2} || fail "copy failed"
75 $SCP $scpopts -r ${DIR} ${DIR2} || fail "copy failed"
82 $SCP $scpopts -r somehost:${DIR} ${DIR2} || fail "copy failed"
93 verbose "$tid: skipped file after scp -p with failed chown+utimes
    [all...]
  /external/qemu/target-i386/
hax-darwin.c 28 dprint("Failed to open the hax module\n");
51 dprint("Failed to allocate %x memory\n", size);
82 dprint("has set phys mem failed\n");
95 dprint("Failed to get HAX capability\n");
109 dprint("Failed to get HAX version\n");
194 dprint("Failed to notify qemu API version\n");
212 dprint("Failed to create vcpu %x\n", vcpuid);
225 dprint("Failed to get the devfs\n");
232 dprint("Failed to open the vcpu devfs\n");
244 dprint("Failed to setup the hax tunnel\n")
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
HistoryDelegate.cpp 87 if (FAILED(navigationData->url(&urlBSTR)))
95 if (FAILED(navigationData->title(&titleBSTR)))
103 if (FAILED(navigationData->originalRequest(&request)))
107 if (FAILED(request->HTTPMethod(&httpMethodBSTR)))
115 if (FAILED(navigationData->response(&response)))
119 if (FAILED(response->QueryInterface(&httpResponse)))
123 if (FAILED(httpResponse->statusCode(&statusCode)))
127 if (FAILED(navigationData->hasSubstituteData(&hasSubstituteData)))
131 if (FAILED(navigationData->clientRedirectSource(&clientRedirectSourceBSTR)))
209 if (FAILED(webView->mainFrameURL(&urlBSTR))
    [all...]
  /frameworks/base/telephony/mockril/src/com/android/internal/telephony/mockril/
MockRilController.java 65 Log.v(TAG, "send command : %d failed: " + e.getStackTrace());
95 Log.v(TAG, "failed to get response");
121 Log.v(TAG, "send set radio state request failed.");
126 Log.v(TAG, "failed to get response for setRadioState");
147 Log.v(TAG, "send CMD_SET_MT_CALL request failed");
166 Log.v(TAG, "send CTRL_CMD_HANGUP_CONN_REMOTE request failed");
178 * @return true if the request is successful, false if it failed to set the flag
186 Log.v(TAG, "send CTRL_CMD_SET_CALL_TRANSITION_FLAG request failed");
199 Log.v(TAG, "send CTRL_CMD_SET_CALL_ALERT request failed");
212 Log.v(TAG, "send CTRL_CMD_SET_CALL_ACTIVE request failed");
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ObservableTest.java 101 assertEquals("Failed to add observer", 1, observable.countObservers());
137 assertEquals("Failed to delete observer",
157 assertEquals("Failed to delete observers",
191 assertEquals("Failed to notify",
200 assertTrue("Failed to notify all", observer1.updateCount() == 1
202 assertEquals("Failed to delete all", 0, observable.countObservers());
208 assertTrue("Failed to notify all 2", observer1.updateCount() == 1
210 assertEquals("Failed to delete all 2", 0, observable.countObservers());
226 assertEquals("Failed to notify",
228 assertTrue("Failed to pass Object arg", ((TestObserver) observer).obj
    [all...]
  /system/netd/
TetherController.cpp 67 ALOGE("Failed to open ip_forward (%s)", strerror(errno));
72 ALOGE("Failed to write ip_forward (%s)", strerror(errno));
84 ALOGE("Failed to open ip_forward (%s)", strerror(errno));
90 ALOGE("Failed to read ip_forward (%s)", strerror(errno));
112 ALOGE("pipe failed (%s)", strerror(errno));
121 ALOGE("fork failed (%s)", strerror(errno));
131 ALOGE("dup2 failed (%s)", strerror(errno));
155 ALOGE("execl failed (%s)", strerror(errno));
208 ALOGE("Failed to parse DNS server '%s'", servers[i]);
227 ALOGE("Failed to send update command to dnsmasq (%s)", strerror(errno))
    [all...]
  /external/bluetooth/glib/tests/
patterntest.c 103 g_print ("failed \t(match_type: %s, expected %s)\n",
112 g_print ("failed \t(pattern: \"%s\", expected \"%s\")\n",
121 g_print ("failed \t(pattern_length: %d, expected %d)\n",
130 g_print ("failed \t(min_length: %d, expected %d)\n",
155 g_print ("failed \t(unexpected %s)\n", (match ? "mismatch" : "match"));
177 g_print ("failed \t{%s, %u, \"%s\"} %s {%s, %u, \"%s\"}\n",
196 failed++; \
204 failed++; \
212 failed++; \
220 gint failed = 0 local
    [all...]
  /external/quake/quake/src/QW/client/
cd_win.c 49 Con_DPrintf("MCI_SET_DOOR_OPEN failed (%i)\n", dwReturn);
58 Con_DPrintf("MCI_SET_DOOR_CLOSED failed (%i)\n", dwReturn);
74 Con_DPrintf("CDAudio: drive ready test - get status failed\n");
87 Con_DPrintf("CDAudio: get tracks - status failed\n");
133 Con_DPrintf("MCI_STATUS failed (%i)\n", dwReturn);
148 Con_DPrintf("MCI_STATUS failed (%i)\n", dwReturn);
165 Con_DPrintf("CDAudio: MCI_PLAY failed (%i)\n", dwReturn);
189 Con_DPrintf("MCI_STOP failed (%i)", dwReturn);
209 Con_DPrintf("MCI_PAUSE failed (%i)", dwReturn);
236 Con_DPrintf("CDAudio: MCI_PLAY failed (%i)\n", dwReturn);
    [all...]
  /external/quake/quake/src/WinQuake/
cd_win.cpp 49 Con_DPrintf("MCI_SET_DOOR_OPEN failed (%i)\n", dwReturn);
58 Con_DPrintf("MCI_SET_DOOR_CLOSED failed (%i)\n", dwReturn);
74 Con_DPrintf("CDAudio: drive ready test - get status failed\n");
87 Con_DPrintf("CDAudio: get tracks - status failed\n");
133 Con_DPrintf("MCI_STATUS failed (%i)\n", dwReturn);
148 Con_DPrintf("MCI_STATUS failed (%i)\n", dwReturn);
165 Con_DPrintf("CDAudio: MCI_PLAY failed (%i)\n", dwReturn);
189 Con_DPrintf("MCI_STOP failed (%i)", dwReturn);
209 Con_DPrintf("MCI_PAUSE failed (%i)", dwReturn);
236 Con_DPrintf("CDAudio: MCI_PLAY failed (%i)\n", dwReturn);
    [all...]
  /external/stlport/test/eh/
LeakCheck.h 67 bool failed = false; local
69 for (long count = 0; !succeeded && !failed && count < max_iters; ++count) {
86 failed = gTestController.ReportLeaked();
87 EH_ASSERT( !failed );
92 EH_ASSERT( succeeded || failed ); // Make sure the count hasn't gone over
105 bool failed = false; local
107 for (long count = 0; !succeeded && !failed && count < max_iters; ++count) {
122 failed = gTestController.ReportLeaked();
123 EH_ASSERT( !failed );
128 EH_ASSERT( succeeded || failed ); // Make sure the count hasn't gone ove
147 bool failed = false; local
    [all...]
  /external/dbus/dbus/
dbus-auth-util.c 77 goto failed;
109 goto failed;
120 goto failed;
125 failed:
146 goto failed;
150 failed:
  /external/e2fsprogs/lib/ext2fs/
tst_iscan.c 36 int failed = 0; variable
55 failed++;
179 failed++;
191 failed++;
214 if (!failed)
216 return failed;
  /frameworks/base/test-runner/src/android/test/
TestPrinter.java 81 public void failed(String className, Throwable exception) { method in class:TestPrinter
82 Log.i(mTag, "failed: " + className);
88 private void failed(Test test, Throwable t) { method in class:TestPrinter
90 failed(test.toString(), t);
94 failed(test, t); method
98 failed(test, t); method

Completed in 768 milliseconds

<<11121314151617181920>>