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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 76 Log.e(TAG, "Failed to create secure container " + cid);
93 Log.i(TAG, "Failed to mount container " + cid + " rc : " + rc);
107 Log.e(TAG, "Failed to unmount " + cid + " with rc " + rc);
121 Log.e(TAG, "Failed to rename " + oldId + " to " +
127 Log.i(TAG, "Failed ot rename " + oldId + " to " + newId +
137 Log.e(TAG, "Failed to get container path for " + cid +
147 Log.i(TAG, "Failed to finalize container " + cid);
152 Log.e(TAG, "Failed to finalize container " + cid +
163 Log.i(TAG, "Failed to destroy container " + cid);
168 Log.e(TAG, "Failed to destroy container " + cid
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
MmiCode.java 31 FAILED
42 * or FAILED states. null otherwise
49 * State becomes CANCELLED unless already COMPLETE or FAILED
  /system/core/toolbox/
umount.c 54 fprintf(stderr,"failed.\n");
62 perror("open loop device failed");
66 perror("ioctl LOOP_CLR_FD failed");
  /external/elfutils/tests/
show-die-info.c 230 puts ("************* DW_AT_low_pc verify failed ************");
232 puts ("************* DW_AT_low_pc form failed ************");
234 puts ("************* DW_AT_low_pc form (2) failed ************");
236 puts ("************* DW_AT_low_pc attr failed ************");
247 puts ("************* DW_AT_high_pc verify failed ************");
249 puts ("************* DW_AT_high_pc form failed ************");
251 puts ("************* DW_AT_high_pc form (2) failed ************");
253 puts ("************* DW_AT_high_pc attr failed ************");
265 puts ("************* DW_AT_byte_size verify failed ************");
272 puts ("************* DW_AT_byte_size form failed ************");
    [all...]
  /external/dbus/bus/
bus.c 297 goto failed;
318 goto failed;
329 goto failed;
352 goto failed;
357 goto failed;
363 goto failed;
374 goto failed;
384 goto failed;
393 failed:
440 goto failed;
    [all...]
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CRC32Test.java 42 assertEquals("Constructor of CRC32 failed", 0, crc.getValue());
67 "update(max) failed to update the checksum to the correct value ",
77 "update(byte[]) failed to update the checksum to the correct value ",
85 // assertEquals("update(int) failed to update the checksum to the
89 assertEquals("reset failed to reset the checksum value to zero", 0, crc
110 "update(int) failed to update the checksum to the correct value ",
113 assertEquals("reset failed to reset the checksum value to zero", 0, crc
135 "update(1) failed to update the checksum to the correct value ",
144 "update(max) failed to update the checksum to the correct value ",
153 "update(min) failed to update the checksum to the correct value "
    [all...]
  /prebuilt/linux-x86/ccache/
ccache 
  /external/bluetooth/bluez/doc/
service-api.txt 23 org.bluez.Error.Failed
32 org.bluez.Error.Failed
44 org.bluez.Error.Failed
55 org.bluez.Error.Failed
62 org.bluez.Error.Failed
  /external/bluetooth/bluez/plugins/
netlink.c 81 error("Failed to allocate netlink handle");
86 error("Failed to connect to generic netlink");
93 error("Failed to allocate generic netlink cache");
100 error("Failed to find Bluetooth netlink family");
107 error("Failed to create netlink IO channel");
  /external/dropbear/libtomcrypt/testprof/
store_test.c 20 fprintf(stderr, "\n32L failed at offset %d\n", y);
26 fprintf(stderr, "\n32H failed at offset %d\n", y);
37 fprintf(stderr, "\n64L failed at offset %d\n", y);
43 fprintf(stderr, "\n64H failed at offset %d\n", y);
68 fprintf(stderr, "\nLTC_FAST failed at offset %d\n", z);
  /external/e2fsprogs/tests/
Makefile.in 31 check-failed:
32 @a=`/bin/ls *.failed 2> /dev/null | sed -e 's/.failed//'`; \
34 echo "No failed tests" ; \
66 $(RM) -f *~ *.log *.new *.failed *.ok test.img test_script
  /external/webkit/WebKitTools/WinLauncher/
WinLauncher.cpp 73 if (FAILED(hr))
77 if (FAILED(hr) || !dataSource)
79 if (FAILED(hr) || !dataSource)
83 if (FAILED(hr) || !request)
87 if (FAILED(hr))
186 if (FAILED(hr))
192 if (FAILED(hr))
198 if (FAILED (hr))
202 if (FAILED(hr))
208 if (FAILED(hr)
    [all...]
  /frameworks/base/tests/backup/
backup_stress_test.sh 30 failed=0
42 ./test_restore.sh "$@" 2>&1 || failed=1
44 if [ "$failed" -ne 0 ]; then
47 echo "FAILED iteration $i of $iterations; $failures failures so far"
48 echo "FAILED iteration $i of $iterations; $failures failures so far" > /dev/stderr
  /external/dropbear/
gendss.c 84 fprintf(stderr, "dss key generation failed\n");
103 fprintf(stderr, "dss key generation failed\n");
120 fprintf(stderr, "dss key generation failed\n");
126 fprintf(stderr, "dss key generation failed\n");
131 fprintf(stderr, "dss key generation failed\n");
138 fprintf(stderr, "dss key generation failed\n");
158 fprintf(stderr, "dss key generation failed\n");
162 fprintf(stderr, "dss key generation failed\n");
171 fprintf(stderr, "dss key generation failed\n");
176 fprintf(stderr, "dss key generation failed\n")
    [all...]
  /external/webkit/WebKitTools/BuildSlaveSupport/
build-launcher-dmg 56 die "Removing previous temp source directory failed" if $?;
60 die "Making a new temp source directory failed" if $?;
64 die "Copying WebKit.app to temp source directory failed" if $?;
68 die "Copying Drosera.app to temp source directory failed" if $?;
72 die "Creating disk image failed" if $?;
76 die "Removing temp source directory failed" if $?;
79 system("mv", "-f", $nightlyLauncherDiskImagePath, "$nightlyLauncherDiskImagePath.uncompressed.dmg") == 0 or die "Renaming disk image failed";
81 die "Compressing disk image failed" if $?;
91 system("rsync", "-vP", $nightlyLauncherDiskImagePath, "$nightlyRemoteHost:$nightlyRemoteDiskImagePath") == 0 or die "Failed uploading disk image";
92 system("ssh", $nightlyRemoteHost, $nightlyRemoteLatestPath, $buildTag, "mac", $nightlyRemoteDiskImagePath, $revision) == 0 or die "Failed linking disk image to latest"
    [all...]
  /system/netd/
ThrottleController.cpp 92 LOGE("Failed to add root qdisc (%s)", strerror(errno));
101 LOGE("Failed to add egress throttling class (%s)", strerror(errno));
110 LOGE("Failed to up ifb0 (%s)", strerror(errno));
119 LOGE("Failed to add root ifb qdisc (%s)", strerror(errno));
128 LOGE("Failed to add ingress throttling class (%s)", strerror(errno));
137 LOGE("Failed to add ingress qdisc (%s)", strerror(errno));
147 LOGE("Failed to add ifb filter (%s)", strerror(errno));
  /external/icu4c/test/intltest/
itrbnfrt.cpp 68 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
86 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
104 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
122 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
140 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
158 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
176 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
194 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
212 errcheckln(status, "failed to construct formatter - %s", u_errorName(status));
230 errcheckln(status, "failed to construct formatter - %s", u_errorName(status))
    [all...]
cpdtrtst.cpp 49 dataerrln("Transliterator construction failed - %s", u_errorName(status));
77 errln("Construction using CompoundTransliterator(UnicodeString&, Direction, UnicodeFilter*) failed");
84 "int32_t count, UnicodeFilter* adoptedFilter = 0) failed");
89 errln("Copy construction failed");
104 errln(UnicodeString("Test for Jitterbug 914 for cpdTrans(UnicodeString(\"Latin-Hangul\"),UTRANS_REVERSE,NULL,err) failed"));
120 dataerrln("construction failed - %s", u_errorName(status));
126 errln("construction failed");
133 errln("copy construction failed");
138 errln("copy construction failed");
148 errln("Error: copy constructors failed");
    [all...]
dcfmapts.cpp 106 errln((UnicodeString)"ERROR: Copy constructor or == failed");
111 errln((UnicodeString)"ERROR: Assignment (or !=) failed");
116 errln((UnicodeString)"ERROR: Clone() failed");
141 errln((UnicodeString)"ERROR: format(Formattable [double]) failed");
148 errln((UnicodeString)"ERROR: format(Formattable [long]) failed");
163 errln((UnicodeString)"ERROR: applyPattern() failed");
167 errln((UnicodeString)"ERROR: Roundtrip failed (via parse()) for " + text);
174 errln((UnicodeString)"ERROR: parse() failed");
177 errln((UnicodeString)"ERROR: Roundtrip failed (via parse()) for " + text);
190 errln((UnicodeString)"ERROR: adopt or set DecimalFormatSymbols() failed");
    [all...]
strtest.cpp 259 errln("StringPiece() failed");
264 errln("StringPiece(NULL) failed");
270 errln("StringPiece(abc_chars) failed");
276 errln("StringPiece(abcdefg_chars, 4) failed");
283 errln("StringPiece(uvwxyz_string) failed");
289 errln("StringPiece(abcd, -1) failed");
293 errln("StringPiece(abcd, 5) failed");
297 errln("StringPiece(abcd, -1) failed");
302 errln("StringPiece(abcd, -1, 8) failed");
306 errln("StringPiece(abcd, 5, 8) failed");
    [all...]
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/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 122 if (FAILED(WebKitCreateInstance(CLSID_WebCookieManager, 0, IID_IWebCookieManager, reinterpret_cast<void**>(&cookieManager))))
125 if (FAILED(cookieManager->cookieStorage(&cookieStorage)) || !cookieStorage)
339 if (FAILED(frame->QueryInterface(&framePrivate)))
343 if (FAILED(framePrivate->scrollOffset(&scrollPosition)))
348 if (FAILED(frame->parentFrame(&parent)))
352 if (FAILED(frame->name(&name)))
362 if (FAILED(frame->childFrames(&enumKids)))
382 if (FAILED(frame->DOMDocument(&document)))
386 if (FAILED(document->documentElement(&documentElement)))
393 if (FAILED(frame->parentFrame(&parent))
1117 bool failed = FAILED(webView->initWithFrame(clientRect, 0, groupName)); local
    [all...]
  /system/vold/
Volume.cpp 129 SLOGE("Failed to remove %s (%s)", filename, strerror(errno));
217 SLOGE("Failed to initialize MBR (%s)", strerror(errno));
225 SLOGE("Failed to format (%s)", strerror(errno));
268 "Volume %s %s mount failed - no media",
289 SLOGE("Failed to get device nodes (%s)\n", strerror(errno));
311 SLOGE("%s failed FS checks (%s)", devicePath, strerror(errno));
322 SLOGE("%s failed to mount via VFAT (%s)\n", devicePath, strerror(errno));
331 SLOGE("Failed to create bindmounts (%s)", strerror(errno));
342 SLOGE("Failed to move mount (%s)", strerror(errno));
367 SLOGE("Failed to rename legacy asec dir (%s)", strerror(errno))
    [all...]
  /external/wpa_supplicant/
main_winsvc.c 174 printf("Failed to initialize wpa_supplicant\n");
199 printf("RegEnumKeyEx failed: 0x%x\n",
233 printf("SetServiceStatus() failed: %d\n",
250 printf("OpenSCManager failed: %d\n", (int) GetLastError());
260 printf("CreateService failed: %d\n\n", (int) GetLastError());
268 printf("ChangeServiceConfig2 failed: %d\n",
291 printf("OpenSCManager failed: %d\n", (int) GetLastError());
297 printf("OpenService failed: %d\n\n", (int) GetLastError());
308 printf("ControlService failed: %d\n",
318 printf("DeleteService failed: %d\n", (int) GetLastError())
    [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...]

Completed in 181 milliseconds

1 2 3 4 56 7 8 91011>>