HomeSort by relevance Sort by last modified time
    Searched defs:failed (Results 226 - 250 of 391) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.h 386 bool failed; member in class:fs_visitor
brw_vec4.h 231 bool failed; member in class:brw::vec4_visitor
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 127 bool failed = false; local
149 failed = true;
152 if (failed) {
161 failed = true;
196 failed = true;
203 if (failed) {
207 return !failed;
    [all...]
  /external/chromium_org/third_party/skia/tests/
MathTest.cpp 133 int failed = 0; local
136 failed = (*blend_functions[0])(0,0,0);
153 failed += 1;
163 SkDebugf("---- failed %d death %d\n", failed, death);
  /external/chromium_org/third_party/skia/tools/
skimage_main.cpp 88 // Store the names of the filenames to report later which ones failed, succeeded, and were
94 // <image> failed for such and such reason
95 // <image> failed for some different reason
168 // First attempt at encoding failed, and the bitmap was already 8888. Making
173 // Encoding failed. Copy to 8888 and try again.
364 "failed to create a directory to write to.",
382 gFailedSubsetDecodes.push_back().printf("Successfully decoded subset %s, but failed "
390 gFailedSubsetDecodes.push_back().printf("Successfully decoded subset%s, but failed "
449 gDecodeFailures.push_back().appendf("Without using getLength, %s failed to decode\n",
455 gDecodeFailures.push_back().appendf("Without using getLength, %s failed to build
819 bool failed = print_strings("Invalid files", gInvalidStreams); local
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp 131 bool Failed;
139 Failed(false), OutTok(Tok) {
148 if (Failed) {
157 void failed() { function in class:__anon21761::LexingFor_PragmaRAII
158 Failed = true;
188 return _PragmaLexing.failed();
200 return _PragmaLexing.failed();
209 return _PragmaLexing.failed();
219 return _PragmaLexing.failed();
    [all...]
  /external/fio/
gettime.c 483 log_err("clock setaffinity failed\n");
537 unsigned long tentries, failed = 0; local
564 failed++;
588 failed++;
592 if (failed) {
593 log_err("Clocksource test: %lu threads failed\n", failed);
599 for (failed = i = 0; i < tentries; i++) {
614 failed++;
620 if (failed)
    [all...]
  /external/harfbuzz_ng/test/api/
test-unicode.c 484 gboolean failed = TRUE; local
506 failed = TRUE;
511 if (failed)
512 g_test_message ("Some property tests failed. You probably have an old version of one of the libraries used.");
757 gboolean failed = FALSE; local
773 failed = TRUE;
779 if (failed)
780 g_test_message ("Some script roundtrip tests failed. You probably have an old version of one of the libraries used.");
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c 176 log_verbose("u_strToUTF32(with length) failed expected: %04X got: %04X at index: %i \n", src32[i], u32Target[i],i);
180 log_verbose("u_strToUTF32(with length) failed expected: %04X got: %04X at index: %i \n", 0, u32Target[i],i);
204 log_verbose("u_strToUTF32(NUL-termination) failed expected: %04X got: %04X \n", src32[i], u32Target[i]);
356 log_verbose("u_strFromUTF32(with length) failed expected: %04X got: %04X at index: %i \n", src16[i] ,uTarget[i],i);
360 log_verbose("u_strFromUTF32(with length) failed expected: %04X got: %04X at index: %i \n", 0,uTarget[i],i);
384 log_verbose("u_strFromUTF32(with NUL-termination) failed expected: %04X got: %04X \n", src16[i] ,uTarget[i]);
519 UBool failed = FALSE; local
536 log_err("u_strToUTF8 failed after preflight. Error: %s\n", u_errorName(err));
544 failed = FALSE;
553 log_verbose("u_strToUTF8() failed expected: %04X got: %04X \n", src8[i], u8Target[i])
1181 UBool failed = FALSE; local
1447 UBool failed = FALSE; local
    [all...]
  /external/jsoncpp/src/test_lib_json/
jsontest.cpp 116 // Adds the failed assertion
161 TestResult::failed() const function in class:JsonTest::TestResult
347 const char *status = result.failed() ? "FAILED"
363 if ( result.failed() )
  /external/kernel-headers/original/uapi/mtd/
mtd-abi.h 243 * @failed: number of uncorrectable errors
249 __u32 failed; member in struct:mtd_ecc_stats
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.h 386 bool failed; member in class:fs_visitor
brw_vec4.h 231 bool failed; member in class:brw::vec4_visitor
  /external/protobuf/src/google/protobuf/
text_format.cc 719 // True if any write to the underlying stream failed. (We don't just
722 bool failed() const { return failed_; } function in class:google::protobuf::TextFormat::Printer::TextGenerator
883 // Output false if the generator failed internally.
884 return !generator.failed();
894 // Output false if the generator failed internally.
895 return !generator.failed();
    [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp 127 bool failed = false; local
149 failed = true;
152 if (failed) {
161 failed = true;
196 failed = true;
203 if (failed) {
207 return !failed;
    [all...]
  /external/skia/tests/
MathTest.cpp 133 int failed = 0; local
136 failed = (*blend_functions[0])(0,0,0);
153 failed += 1;
163 SkDebugf("---- failed %d death %d\n", failed, death);
  /external/skia/tools/
skimage_main.cpp 88 // Store the names of the filenames to report later which ones failed, succeeded, and were
94 // <image> failed for such and such reason
95 // <image> failed for some different reason
168 // First attempt at encoding failed, and the bitmap was already 8888. Making
173 // Encoding failed. Copy to 8888 and try again.
364 "failed to create a directory to write to.",
382 gFailedSubsetDecodes.push_back().printf("Successfully decoded subset %s, but failed "
390 gFailedSubsetDecodes.push_back().printf("Successfully decoded subset%s, but failed "
449 gDecodeFailures.push_back().appendf("Without using getLength, %s failed to decode\n",
455 gDecodeFailures.push_back().appendf("Without using getLength, %s failed to build
819 bool failed = print_strings("Invalid files", gInvalidStreams); local
    [all...]
  /external/strace/linux/
mtd-abi.h 243 * @failed: number of uncorrectable errors
249 __u32 failed; member in struct:mtd_ecc_stats
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 146 printf("Failed to open database %s: %s\n",
235 printf("Failed to update SQN in database for IMSI %s\n",
782 int failed = 0; local
812 failed = 1;
822 if (failed) {
942 printf("Failed to process request\n");
  /external/wpa_supplicant_8/src/crypto/
tls_gnutls.c 86 int read_alerts, write_alerts, failed; member in struct:tls_connection
260 wpa_printf(MSG_INFO, "TLS: Failed to initialize new TLS "
294 wpa_printf(MSG_INFO, "TLS: Failed to setup new TLS connection: %s",
321 wpa_printf(MSG_INFO, "Failed to configure "
377 wpa_printf(MSG_INFO, "GnuTLS: Failed to preparare new session "
386 wpa_printf(MSG_INFO, "GnuTLS: Failed to configure credentials "
396 wpa_printf(MSG_INFO, "GnuTLS: Failed to set session "
479 wpa_printf(MSG_WARNING, "TLS: Certificate verification failed,"
536 wpa_printf(MSG_DEBUG, "Failed to read CA cert '%s' "
543 wpa_printf(MSG_DEBUG, "Failed to read CA cert
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.h 98 Boolean failed; member in struct:ieee802_1x_kay
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/mtd/
mtd-abi.h 146 * @failed: number of uncorrectable errors
152 __u32 failed; member in struct:mtd_ecc_stats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/mtd/
mtd-abi.h 146 * @failed: number of uncorrectable errors
152 __u32 failed; member in struct:mtd_ecc_stats
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 53 self.fail("import of RAnDoM should have failed (case mismatch)") namespace
81 self.fail("import from %s failed: %s" % (ext, err)) namespace
94 self.fail("import from .pyc/.pyo failed: %s" % err) namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 53 self.fail("import of RAnDoM should have failed (case mismatch)") namespace
81 self.fail("import from %s failed: %s" % (ext, err)) namespace
94 self.fail("import from .pyc/.pyo failed: %s" % err) namespace

Completed in 782 milliseconds

1 2 3 4 5 6 7 8 91011>>