/external/vboot_reference/tests/ |
test_common.c | 26 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); 39 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); 53 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); 67 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); 79 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); 87 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); 100 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); 111 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname); 122 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname);
|
/external/wpa_supplicant_8/src/ap/ |
vlan_util.c | 48 wpa_printf(MSG_ERROR, "VLAN: failed to open netlink socket"); 54 wpa_printf(MSG_ERROR, "VLAN: failed to connect to netlink: %s", 83 wpa_printf(MSG_ERROR, "VLAN: failed to allocate new link"); 89 wpa_printf(MSG_ERROR, "VLAN: failed to set link type: %s", 99 wpa_printf(MSG_ERROR, "VLAN: failed to set link vlan id: %s", 106 wpa_printf(MSG_ERROR, "VLAN: failed to create link %s for " 134 wpa_printf(MSG_ERROR, "VLAN: failed to open netlink socket"); 140 wpa_printf(MSG_ERROR, "VLAN: failed to connect to netlink: %s", 155 wpa_printf(MSG_ERROR, "VLAN: failed to remove link %s: %s",
|
/frameworks/rs/tests/cppbasic/ |
compute.cpp | 11 bool failed = false; local 49 // We read back the status from the script-side via a "failed" allocation. 56 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed); 99 failed_alloc->copy1DTo(&failed); 103 return failed; 107 bool failed = test_compute(); local 109 if (failed) { 110 printf("TEST FAILED!\n"); 115 return failed;
|
/frameworks/rs/tests/cppbasic-shared/ |
compute.cpp | 11 bool failed = false; local 49 // We read back the status from the script-side via a "failed" allocation. 56 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed); 99 failed_alloc->copy1DTo(&failed); 103 return failed; 107 bool failed = test_compute(); local 109 if (failed) { 110 printf("TEST FAILED!\n"); 115 return failed;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
ParsePositionTest.java | 31 assertTrue("Initialization failed.", pp1.getIndex() == Integer.MIN_VALUE); 32 assertEquals("Initialization failed.", -1, pp1.getErrorIndex()); 43 assertTrue("equals failed.", !pp.equals(pp2)); 46 assertTrue("equals failed.", pp.equals(pp2)); 55 assertEquals("getErrorIndex failed.", 56, pp.getErrorIndex()); 63 assertTrue("getIndex failed.", pp.getIndex() == Integer.MAX_VALUE); 82 assertEquals("setErrorIndex failed.", 4564, pp.getErrorIndex()); 91 assertEquals("setErrorIndex failed.", 4564, pp.getIndex()); 99 assertEquals("toString failed.",
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
Adler32Test.java | 29 assertEquals("Constructor of adl32 failed", 1, adl.getValue()); 45 assertEquals("update(int) failed to update the checksum to the correct value ", 48 assertEquals("reset failed to reset the checksum value to zero", 1, adl 55 assertEquals("update(min) failed to update the checksum to the correct value ", 68 assertEquals("update(int) failed to update the checksum to the correct value ", 71 assertEquals("reset failed to reset the checksum value to zero", 1, adl 83 assertEquals("update(int) failed to update the checksum to the correct value ", 90 assertEquals("update(max) failed to update the checksum to the correct value ", 97 assertEquals("update(min) failed to update the checksum to the correct value ", 112 assertEquals("update(byte[]) failed to update the checksum to the correct value " [all...] |
/system/extras/simpleperf/ |
gtest_main.cpp | 41 PLOG(ERROR) << "failed to create testdata_dir " << testdata_dir; 46 LOG(ERROR) << "failed to read section " << testdata_section; 51 PLOG(ERROR) << "failed to write file " << tmp_file.path; 56 LOG(ERROR) << "failed to open archive " << tmp_file.path; 63 LOG(ERROR) << "failed to start iterating zip entries"; 77 LOG(ERROR) << "failed to create dir for " << path; 82 PLOG(ERROR) << "failed to create file " << path; 87 LOG(ERROR) << "failed to extract entry " << entry_name; 91 LOG(ERROR) << "failed to write file " << path; 105 PLOG(ERROR) << "failed to read /proc/sys/kernel/perf_event_paranoid" [all...] |
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/lib/linux/ |
libclang_rt.asan-arm-android.so | |
/external/doclava/src/com/google/doclava/parser/ |
JavaParser.java | 526 if (state.failed) return ; 539 if (state.failed) return ; 576 if (state.failed) return ; 616 if (state.failed) return ; [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/lib/linux/ |
libclang_rt.asan-i686-android.so | |
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/lib/linux/ |
libclang_rt.asan-i686-android.so | |
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/lib/linux/ |
libclang_rt.asan-i686-android.so | |
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/lib/linux/ |
libclang_rt.asan-i686-android.so | |
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/lib/linux/ |
libclang_rt.asan-i686-android.so | |
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/lib/linux/ |
libclang_rt.asan-i686-android.so | |
/art/test/439-npe/src/ |
Main.java | 106 throw new RuntimeException("Failed to throw NullPointerException."); 112 throw new RuntimeException("Failed to throw NullPointerException."); 118 throw new RuntimeException("Failed to throw NullPointerException."); 124 throw new RuntimeException("Failed to throw NullPointerException."); 130 throw new RuntimeException("Failed to throw NullPointerException."); 136 throw new RuntimeException("Failed to throw NullPointerException."); 142 throw new RuntimeException("Failed to throw NullPointerException."); 148 throw new RuntimeException("Failed to throw NullPointerException."); 154 throw new RuntimeException("Failed to throw NullPointerException."); 160 throw new RuntimeException("Failed to throw NullPointerException.") [all...] |
/frameworks/av/media/libstagefright/ |
SurfaceUtils.cpp | 36 ALOGE("native_window_api_disconnect failed: %s (%d)", strerror(-err), -err); 42 ALOGE("native_window_api_connect failed: %s (%d)", strerror(-err), -err); 49 ALOGE("native_window_set_buffers_dimensions failed: %s (%d)", strerror(-err), -err); 55 ALOGE("native_window_set_buffers_format failed: %s (%d)", strerror(-err), -err); 71 ALOGE("native_window_set_buffers_transform failed: %s (%d)", strerror(-err), -err); 78 ALOGW("failed to get consumer usage bits. ignoring"); 105 ALOGE("native_window_set_usage failed: %s (%d)", strerror(-err), -err); 112 ALOGE("native_window_set_scaling_mode failed: %s (%d)", strerror(-err), -err); 132 ALOGE("error pushing blank frames: api_disconnect failed: %s (%d)", strerror(-err), -err); 138 ALOGE("error pushing blank frames: api_connect failed: %s (%d)", strerror(-err), -err) [all...] |
/external/svox/pico/tts/ |
svox_ssml_parser.cpp | 121 ALOGE("Error: failed to allocate memory for string!\n"); 146 ALOGE("Error: failed to allocate memory for string!\n"); 158 ALOGE("Error: failed to allocate memory for string!\n"); 202 ALOGE("Error: failed to allocate memory for IPA string conversion"); 232 ALOGE("Error: failed to allocate memory for string!"); 244 ALOGE("Error: failed to allocate memory for string!"); 261 ALOGE("Error: failed to allocate memory for string!\n"); 276 ALOGE("Error: failed to allocate memory for string!\n"); 290 ALOGE("Error: failed to allocate memory for string!\n"); 305 ALOGE("Error: failed to allocate memory for string!\n") [all...] |
/development/ndk/sources/android/ndk_helper/ |
shader.h | 52 * return: true if a shader compilation succeeded, false if it failed 65 * return: true if a shader compilation succeeded, false if it failed 80 * return: true if a shader compilation succeeded, false if it failed 94 * return: true if a shader compilation succeeded, false if it failed 107 * return: true if a shader linkage succeeded, false if it failed 117 * return: true if a shader validation succeeded, false if it failed
|
/external/autotest/client/site_tests/graphics_GLAPICheck/src/ |
gl_APICheck.cc | 23 printf("ERROR: XOpenDisplay failed\n"); 34 printf("ERROR: glXChooseVisual failed\n"); 52 printf("ERROR: glXCreateContext failed\n"); 76 printf("ERROR: glGetString(GL_VERSION) failed\n"); 86 printf("ERROR: glGetString(GL_EXTENSIONS) failed\n"); 96 printf("ERROR: glXQueryExtensionsString failed\n");
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
story_run_unittest.py | 39 self.assertTrue(run.failed) 48 self.assertTrue(run.failed) 56 self.assertFalse(run.failed) 65 self.assertFalse(run.failed) 71 self.assertFalse(run.failed) 79 self.assertFalse(run.failed)
|
/external/compiler-rt/test/tsan/ |
fd_dup_norace2.cc | 32 // read failed: n=-1 errno=9 37 // exit(printf("read failed: n=%d errno=%d\n", n, errno)); 46 exit(printf("open failed\n")); 50 exit(printf("dup2 failed\n")); 53 exit(printf("close failed\n")); 55 exit(printf("close failed\n"));
|
/external/google-breakpad/src/common/windows/ |
dia_util.cc | 39 if (FAILED(session->getEnumDebugStreams(&enum_debug_streams))) {
40 fprintf(stderr, "IDiaSession::getEnumDebugStreams failed\n");
49 if (FAILED(temp_debug_stream->get_name(&stream_name))) {
50 fprintf(stderr, "IDiaEnumDebugStreamData::get_name failed\n");
70 if (FAILED(session->getEnumTables(&enum_tables))) {
71 fprintf(stderr, "IDiaSession::getEnumTables failed\n");
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timescale/ |
TimeScaleAPITest.java | 40 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); 55 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); 65 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); 80 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); 90 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); 105 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); 117 logln("PASS: UniversalTimeScale.from failed as expected"); 143 logln("PASS: UniversalTimeScale.from failed as expected"); 159 logln("PASS: UniversalTimeScale.from failed as expected"); 168 logln("PASS: UniversalTimeScale.from failed as expected") [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/ |
TimeScaleAPITest.java | 36 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); 51 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); 61 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); 76 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); 86 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); 101 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); 113 logln("PASS: UniversalTimeScale.from failed as expected"); 139 logln("PASS: UniversalTimeScale.from failed as expected"); 155 logln("PASS: UniversalTimeScale.from failed as expected"); 164 logln("PASS: UniversalTimeScale.from failed as expected") [all...] |