Searched refs:ERROR (Results 76 - 100 of 2267) sorted by relevance

1234567891011>>

/external/valgrind/main/helgrind/tests/
H A Dtc03_re_excl.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dtc04_free_lock.stderr.exp12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dtc07_hbl1.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dtc08_hbl2.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dtc11_XCHG.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dtc24_nonzero_sem.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/chromium_org/base/mac/
H A Dlaunchd.cc22 LOG(ERROR) << "launch_data_alloc";
32 LOG(ERROR) << "launch_data_new_string";
54 LOG(ERROR) << "PIDForJob: error " << launch_data_get_errno(response);
56 LOG(ERROR) << "PIDForJob: expected dictionary, got " << response_type;
67 LOG(ERROR) << "PIDForJob: expected integer";
/external/chromium_org/chrome/common/
H A Dmulti_process_lock_linux.cc35 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
40 LOG(ERROR) << "Socket name too long (" << name_.length()
52 PLOG(ERROR) << "Couldn't create sun_path - " << name_;
68 PLOG(ERROR) << "Couldn't create socket - " << name_;
82 PLOG(ERROR) << "close";
90 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
94 DPLOG(ERROR) << "close";
/external/chromium_org/components/translate/core/browser/resources/
H A Dtranslate.js34 var ERROR = {
51 0: ERROR['NONE'],
52 1: ERROR['TRANSLATION_ERROR'],
53 2: ERROR['UNSUPPORTED_LANGUAGE']
59 var errorCode = ERROR['NONE'];
112 errorCode = ERROR['TRANSLATION_TIMEOUT'];
123 errorCode = ERROR['TRANSLATION_ERROR'];
159 return errorCode != ERROR['NONE'];
179 if (!libReady || !finished || errorCode != ERROR['NONE'])
229 errorCode = ERROR['NON
[all...]
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dmobile_config_ui.cc22 LOG(ERROR) << "MobileConfig not ready";
27 LOG(ERROR) << "MobileConfig::LocaleConfig not available";
32 LOG(ERROR) << "MobileConfig setup url is empty";
/external/chromium_org/crypto/
H A Dscoped_test_nss_db.cc33 LOG(ERROR) << "NSS version is < 3.15.1, test DB will not be closed.";
46 PLOG(ERROR) << "SECMOD_CloseUserDB failed: " << PORT_GetError();
50 LOG(ERROR) << "Could not delete temporary directory.";
/external/chromium_org/sandbox/linux/tests/
H A Dunit_tests_unittest.cc40 LOG(ERROR) << "Hello";
47 LOG(ERROR) << "Hello";
57 LOG(ERROR) << "The cow says moo!";
/external/llvm/test/MC/ARM/
H A Dinst-arm-suffixes.s2 @ RUN: | FileCheck -check-prefix CHECK-ERROR %s
12 @ CHECK-ERROR: width suffixes are invalid in ARM mode
14 @ CHECK-ERROR: width suffixes are invalid in ARM mode
H A Dinst-constant-required.s2 @ RUN: | FileCheck -check-prefix CHECK-ERROR %s
14 @ CHECK-ERROR: expected constant expression
H A Dinst-overflow.s2 @ RUN: | FileCheck -check-prefix CHECK-ERROR %s
12 @ CHECK-ERROR: inst operand is too big
/external/openfst/src/include/fst/
H A Dverify.h49 LOG(ERROR) << "Verify: Fst start state ID unset";
52 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states";
66 LOG(ERROR) << "Verify: Fst input label ID of arc at position "
70 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel
76 LOG(ERROR) << "Verify: Fst output label ID of arc at position "
80 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel
86 LOG(ERROR) << "Verify: Fst weight of arc at position "
90 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
94 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
102 LOG(ERROR) << "Verif
[all...]
/external/chromium_org/components/metrics/serialization/
H A Dserialization_utils.cc44 DPLOG(ERROR) << "reading metrics message header";
52 DLOG(ERROR) << "bad read size " << result << ", expecting "
60 DLOG(ERROR) << "message too long : " << message_size;
62 DLOG(ERROR) << "error while skipping message. abort";
74 DPLOG(ERROR) << "reading metrics message body";
93 DLOG(ERROR) << "splitting message on \\0 produced " << parts.size()
111 DLOG(ERROR) << "invalid event type: " << name << ", value: " << value;
125 DPLOG(ERROR) << filename << ": bad metrics file stat";
136 DPLOG(ERROR) << filename << ": cannot open";
141 DPLOG(ERROR) << filenam
[all...]
/external/llvm/test/MC/AsmParser/
H A Dfloating-literals.s2 # RUN: not llvm-mc -triple i386-unknown-unknown %s 2>&1 > /dev/null| FileCheck %s --check-prefix=CHECK-ERROR
60 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
61 # CHECK-ERROR: unexpected token in directive
64 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
65 # CHECK-ERROR: unexpected token in directive
68 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
69 # CHECK-ERROR: unexpected token in directive
72 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
73 # CHECK-ERROR: unexpected token in directive
76 # CHECK-ERROR
[all...]
/external/chromium_org/chrome/browser/chromeos/power/
H A Dfreezer_cgroup_process_manager.cc36 LOG(ERROR) << "Attempting to freeze renderers when the freezer cgroup is "
46 LOG(ERROR) << "Attempting to thaw renderers when the freezer cgroup is not "
62 PLOG(ERROR) << "Writing " << command << " to " << state_path_.value()
66 LOG(ERROR) << "Only wrote " << bytes << " byte(s) when writing "
/external/chromium_org/chrome/browser/first_run/
H A Dupgrade_util.cc25 DLOG(ERROR) << "Launching a new instance of the browser failed.";
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_service.cc22 LOG(ERROR) << "Creating local GATT services currently not supported.";
/external/llvm/test/MC/X86/AlignedBundling/
H A Dbundle-group-too-large-error.s3 # CHECK: ERROR: Fragment can't be larger than a bundle size
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dverify.h46 LOG(ERROR) << "Verify: Fst start state ID unset";
49 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states";
63 LOG(ERROR) << "Verify: Fst input label ID of arc at position "
67 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel
73 LOG(ERROR) << "Verify: Fst output label ID of arc at position "
77 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel
83 LOG(ERROR) << "Verify: Fst weight of arc at position "
87 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
91 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
99 LOG(ERROR) << "Verif
[all...]
/external/chromium_org/chrome/installer/util/
H A Dmove_tree_work_item.cc32 LOG(ERROR) << source_path_.value() << " does not exist";
47 PLOG(ERROR) << "Failed to get backup path in folder "
66 LOG(ERROR) << "Failed to backup source " << source_path_.value()
82 PLOG(ERROR) << "failed moving " << dest_path_.value()
94 PLOG(ERROR) << "failed move " << source_path_.value()
104 LOG(ERROR) << "Can not move " << dest_path_.value()
109 LOG(ERROR) << "failed move " << backup.value()
114 LOG(ERROR) << "Can not restore " << backup.value()
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Ddefault_logger.cc45 #ifdef ERROR // In case ERROR is defined by MSVC (i.e not set to LOG_ERROR).
46 case ERROR:
48 case LOG_ERROR: cout << "ERROR"; break;

Completed in 2416 milliseconds

1234567891011>>