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

<<11121314151617181920>>

  /frameworks/base/tests/backup/
backup_helper_test.cpp 81 int failed = 0; local
92 failed++;
93 printf("failed\n");
103 if (failed == 0) {
106 printf("Tests failed: (%d of %d)\n", failed, testCount);
  /packages/apps/Nfc/jni/
com_android_nfc_list.cpp 31 ALOGE("Mutex creation failed (errno=0x%08x)", errno);
47 ALOGE("Mutex destruction failed (errno=0x%08x)", errno);
65 ALOGE("Failed to malloc");
111 ALOGE("Failed to deallocate (list empty)");
141 ALOGE("Failed to deallocate (not found %8p)", pData);
173 ALOGE("Failed to deallocate (list empty)");
  /external/icu4c/test/cintltst/
utf16tst.c 106 log_err("ERROR: UTF16_NEED_MULTIPLE_UCHAR failed for %lx\n", c);
154 log_err("ERROR: UTF16_GET_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c);
159 log_err("ERROR: U16_GET_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c);
165 log_err("ERROR: UTF16_GET_CHAR_SAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i+1], c);
170 log_err("ERROR: U16_GET failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i+1], c);
175 log_err("ERROR: UTF16_GET_CHAR_SAFE(strict) failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i+2], c);
224 log_err("ERROR: UTF16_NEXT_CHAR_UNSAFE failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
228 log_err("ERROR: UTF16_NEXT_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c);
234 log_err("ERROR: U16_NEXT_CHAR_UNSAFE failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
238 log_err("ERROR: U16_NEXT_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c)
    [all...]
  /cts/suite/audio_quality/lib/src/
SignalProcessingImpl.cpp 73 LOGE("SignalProcessingImpl::init fork failed %d", errno);
78 CHILD_LOGE("execl %s %s failed %d", SimpleScriptExec::PYTHON_PATH,
123 LOGE("send failed");
134 LOGE("send failed");
138 LOGE("send failed");
152 LOGE("send failed");
160 LOGE("read failed");
182 LOGE("read failed");
188 LOGE("read failed");
195 LOGE("alloc failed");
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
NetworkInfo_DetailedStateTest.java 31 assertEquals(DetailedState.FAILED, DetailedState.valueOf("FAILED"));
50 assertEquals(DetailedState.FAILED, expected[9]);
  /cts/tests/tests/os/src/android/os/cts/
VibratorTest.java 38 fail("testVibratorCancel failed!");
44 fail("testVibratorCancel failed!");
53 fail("vibrate failed!");
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
TestSummaryXmlTest.java 33 "<Summary failed=\"1\" notExecuted=\"2\" pass=\"3\" timeout=\"4\"/>" +
38 "<Foo failed=\"1\" notExecuted=\"2\" pass=\"3\" timeout=\"4\"/>" +
53 // expect failed and timeout to be summed
  /development/tools/yuv420sp2rgb/
debug.h 49 FAILIF(NULL == m, "malloc(%d) failed!\n", size);
55 FAILIF(NULL == m, "calloc(%d, %d) failed!\n", num_entries, entry_size);
61 FAILIF(NULL == m, "realloc(%p, %d) failed!\n", ptr, size);
  /device/moto/stingray/ril/
tty2ttyd 
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
WriteAbortedExceptionTest.java 38 fail("Failed to generate expected Exception");
52 assertTrue("WriteAbortedException::getMessage() failed"
57 fail("Failed to generate expected Exception");
  /external/chromium/chrome/browser/chromeos/login/
camera_controller.h 25 // Called when camera failed to initialize or get the next frame.
63 // Counts how many times in a row capture failed.
66 // Counts how many times camera initialization failed.
  /external/chromium/chrome/browser/webdata/
token_service_table.cc 34 NOTREACHED() << "Statement prepare failed";
49 NOTREACHED() << "Statement prepare failed";
71 NOTREACHED() << "Statement prepare failed";
  /external/e2fsprogs/tests/u_mke2fs/
script 29 rm -f $test_name.failed
32 ln -f $test_name.log $test_name.failed
33 echo "failed"
  /external/guava/guava/src/com/google/common/base/
AbstractIterator.java 37 READY, NOT_READY, DONE, FAILED,
51 checkState(state != State.FAILED);
63 state = State.FAILED; // temporary pessimism
  /external/icu4c/test/intltest/
sdtfmtts.cpp 123 errln("ERROR: Copy constructor (or ==) failed");
128 errln("ERROR: Assignment (or !=) failed");
133 errln("ERROR: Clone() (or ==) failed");
153 errln("ERROR: format(Formattable [Date]) failed");
170 errln("ERROR: parse() failed");
190 errln("ERROR: adopt or set DateFormatSymbols() failed");
196 errln("ERROR: getTwoDigitStartDate() failed");
202 errln("ERROR: setTwoDigitStartDate() failed");
208 errln("ERROR: new DateFormatSymbols() failed");
232 errln("ERROR: applyPattern() failed with " + (int32_t) status)
    [all...]
  /external/junit/src/org/junit/rules/
TestWatchman.java 19 * public void failed(Throwable e, FrameworkMethod method) {
58 failed(t, method); method
81 public void failed(Throwable e, FrameworkMethod method) {
  /external/openssh/regress/
ssh-com-keygen.sh 52 fail "${keygen} -t $t failed"
57 fail "import public key ($v/$t) failed"
62 fail "import private key ($v/$t) failed"
  /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/skia/src/core/
SkMMapStream.cpp 22 SkDEBUGF(("---- failed to open(%s) for mmap stream error=%d\n", filename, errno));
29 SkDEBUGF(("---- failed to lseek(%s) for mmap stream error=%d\n", filename, errno));
48 SkDEBUGF(("---- failed to mmap(%s) for mmap stream error=%d\n", filename, errno));
  /external/skia/src/gpu/mesa/
SkMesaGLContext.cpp 62 SkDebugf("OSMesaCreateContext failed!\n");
70 SkDebugf("Alloc image buffer failed!\n");
81 SkDebugf("OSMesaMakeCurrent failed!\n");
  /external/tinyxml/
tinyxmlerror.cpp 38 "Failed to open file",
39 "Memory allocation failed.",
41 "Failed to read Element name",
  /external/valgrind/main/drd/tests/
recursive_mutex.stderr.exp-linux 7 second lock call failed !
16 second unlock call failed !
19 second lock call failed !
  /external/valgrind/main/none/tests/
exec-sigmask.c 24 fprintf(stderr, "FAILED: execl failed with %s\n",
36 fprintf(stderr, "child exec failed\n");
  /external/webkit/LayoutTests/storage/
multiple-transactions-on-different-handles.js 26 log(dbName + " " + statementType + " statement failed: " + error.message);
44 log(dbName + " transaction failed: " + error.message);
63 log("Creating the Test table failed: " + error.message);

Completed in 1115 milliseconds

<<11121314151617181920>>