Searched refs:ERROR (Results 126 - 150 of 747) sorted by relevance

1234567891011>>

/external/chromium/sdch/open-vcdiff/src/
H A Dheaderparser.cc96 LOG(ERROR) << "Expected " << variable_description
123 LOG(ERROR) << "Expected " << variable_description
132 LOG(ERROR) << "Value of " << variable_description << "(" << parsed_value
176 LOG(ERROR) << "Source segment length (" << *source_segment_length
187 LOG(ERROR) << "Source segment position (" << *source_segment_position
196 LOG(ERROR) << "Source segment end position (" << source_segment_end
226 LOG(ERROR) << "Delta file contains VCD_TARGET flag, which is not "
237 LOG(ERROR) << "Win_Indicator must not have both VCD_SOURCE"
278 LOG(ERROR) << "Secondary compression of delta file sections "
314 LOG(ERROR) << "Th
[all...]
H A Daddrcache.cc79 LOG(ERROR) << "Near cache size " << near_cache_size_ << " is invalid"
84 LOG(ERROR) << "Same cache size " << same_cache_size_ << " is invalid"
89 LOG(ERROR) << "Using near cache size " << near_cache_size_
226 LOG(ERROR) << "Decoded address " << decoded_address << " is invalid"
230 LOG(ERROR) << "Decoded address (" << decoded_address
301 LOG(ERROR) << "Found invalid variable-length integer "
/external/doclava/src/com/google/doclava/
H A DErrors.java61 int level = (!warningsAreErrors && error.level == WARNING) ? WARNING : ERROR;
71 if (error.level == ERROR || (warningsAreErrors && error.level == WARNING)) {
92 if (m.error.level == ERROR) {
104 public static int ERROR = 2; field in class:Errors
125 public static Error PARSE_ERROR = new Error(1, ERROR);
149 public static Error CHANGED_SYNCHRONIZED = new Error(25, ERROR);
157 public static final Error BAD_ATTR_TAG = new Error(106, ERROR);
161 public static final Error UNAVAILABLE_SYMBOL = new Error(110, ERROR);
169 public static final Error BROKEN_SINCE_FILE = new Error(118, ERROR);
170 public static final Error INVALID_CONTENT_TYPE = new Error(119, ERROR);
[all...]
/external/valgrind/main/memcheck/tests/ppc32/
H A Dpower_ISA2_05.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
20 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
30 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
40 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
50 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/valgrind/main/memcheck/tests/ppc64/
H A Dpower_ISA2_05.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
20 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
30 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
40 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
50 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/chromium/chrome/browser/chromeos/
H A Dsystem_access.cc89 LOG(ERROR) << "GetTimezoneID: Cannot read timezone symlink "
97 LOG(ERROR) << "GetTimezoneID: Timezone symlink is wrong "
116 LOG(ERROR) << "SetTimezoneID: Cannot find timezone file "
127 LOG(ERROR) << "SetTimezoneID: Unable to create symlink "
134 LOG(ERROR) << "SetTimezoneID: Unable to move symlink "
181 LOG(ERROR) << "Got an empty string for timezone, default to " << id;
/external/chromium/net/socket/
H A Dtcp_server_socket_libevent.cc63 PLOG(ERROR) << "socket() returned an error";
81 PLOG(ERROR) << "bind() returned an error";
89 PLOG(ERROR) << "listen() returned an error";
128 PLOG(ERROR) << "WatchFileDescriptor failed on read";
157 PLOG(ERROR) << "close";
175 PLOG(ERROR) << "close";
/external/chromium/net/test/
H A Dtest_server_posix.cc73 LOG(ERROR) << "Failed to poll for the child file descriptor.";
104 PLOG(ERROR) << "Could not create pipe.";
128 LOG(ERROR) << "Failed to launch " << python_command.command_line_string()
146 LOG(ERROR) << "Could not read server_data_len";
153 LOG(ERROR) << "Could not read server_data (" << server_data_len
159 LOG(ERROR) << "Could not parse server_data: " << server_data;
/external/chromium/base/
H A Dsync_socket_posix.cc68 PLOG(ERROR) << "close";
72 PLOG(ERROR) << "close";
85 PLOG(ERROR) << "close";
H A Dnative_library_linux.cc37 LOG(ERROR) << "dlclose failed: " << dlerror();
/external/chromium/chrome/browser/policy/
H A Denterprise_install_attributes.cc40 LOG(ERROR) << "Install attributes invalid.";
50 LOG(ERROR) << "Failed writing attributes";
57 LOG(ERROR) << "Failed locking.";
H A Ddevice_policy_identity_strategy.cc32 LOG(ERROR) << "Failed to get machine model.";
36 LOG(ERROR) << "Failed to get machine serial number.";
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_profile_change_processor.cc91 LOG(ERROR) << "Could not find the id in sync db " << changes[i].id;
139 LOG(ERROR) << "Sync id is not found for " << change->key();
144 LOG(ERROR) << "Could not find sync node for id " << sync_id;
154 LOG(ERROR) << "Sync id is not found for " << change->key();
159 LOG(ERROR) << "Could not find sync node for id " << sync_id;
184 LOG(ERROR) << "could not delete the profile " <<
225 LOG(ERROR) << "could not add autofill profile for guid " << p.guid();
238 LOG(ERROR) << "Could not find the autofill profile to update for " <<
249 LOG(ERROR) << "Could not update autofill profile for " <<
267 LOG(ERROR) << "Coul
[all...]
H A Dtheme_model_associator.cc41 LOG(ERROR) << kNoThemesFolderError;
64 LOG(ERROR) << "Could not create current theme node.";
87 LOG(ERROR) << kNoThemesFolderError;
H A Dextension_sync.cc30 LOG(ERROR) << "Root node with tag " << tag << " does not exist";
140 LOG(ERROR) << GetRootNodeDoesNotExistError(root_node_tag);
148 LOG(ERROR) << "Failed to fetch sync node for id " << id;
154 LOG(ERROR) << "Invalid extensions specifics for id " << id;
219 LOG(ERROR) << GetRootNodeDoesNotExistError(traits.root_node_tag);
224 LOG(ERROR) << "Could not create node for extension " << id;
247 LOG(ERROR) << GetRootNodeDoesNotExistError(traits.root_node_tag);
258 LOG(ERROR) << "Could not update server data for extension "
310 LOG(ERROR) << "Invalid extensions specifics for id " << id
319 LOG(ERROR) << *erro
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dexpanded-fst.h49 LOG(ERROR) << "ExpandedFst::Read: Not an ExpandedFst: " << ropts.source;
56 LOG(ERROR) << "ExpandedFst::Read: Unknown FST type \"" << hdr.FstType()
69 LOG(ERROR) << "ExpandedFst::Read: Can't open file: " << filename;
/external/chromium/chrome/browser/chromeos/input_method/
H A Dxkeyboard.cc110 LOG(ERROR) << "NULL display_ is passed";
194 LOG(ERROR) << "Failed to set auto-repeat rate";
280 LOG(ERROR) << "Failed to execute setxkbmap: " << layout_to_set;
298 LOG(ERROR) << "OnSetLayoutFinish: execute_queue_ is empty. "
324 LOG(ERROR) << "Invalid layout_name: " << layout_name;
330 LOG(ERROR) << "Invalid layout_name: " << layout_name;
354 LOG(ERROR) << "We don't support remaping "
359 LOG(ERROR) << ModifierKeyToString(modifier_map[i].original)
369 LOG(ERROR) << "Incomplete ModifierMap: size=" << modifier_map.size();
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_command.cc27 LOG(ERROR) << "Scoped dir lookup failed!";
H A Dapply_updates_command.cc23 LOG(ERROR) << "Scoped dir lookup failed!";
47 LOG(ERROR) << "Scoped dir lookup failed!";
/external/expat/tests/
H A Dxmltest.sh73 ERROR=0
79 ERROR=`expr $ERROR + 1`
142 echo "Failed: $ERROR"
/external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
H A DDisconnectMessage.java47 public static final String ERROR = "Error"; field in class:DisconnectMessage
/external/llvm/test/MC/AsmParser/
H A Ddirective_lcomm.s3 # RUN: not llvm-mc -triple i386-linux-gnu %s 2>&1 | FileCheck %s -check-prefix=ERROR
11 # ERROR: alignment not supported on this target
/external/chromium/chrome/browser/extensions/
H A Dextension_info_private_api_chromeos.cc58 LOG(ERROR) << "CrosLibrary can't be loaded.";
61 LOG(ERROR) << "Unknown property request: " << property_name;
/external/chromium/chrome/browser/net/
H A Dproxy_service_factory.cc64 LOG(ERROR) << "Cannot use V8 Proxy resolver in single process mode.";
80 LOG(ERROR) << "Invalid switch for number of PAC threads: " << s;
/external/chromium/chrome/browser/remoting/
H A Dsetup_flow_register_step.cc57 LOG(ERROR) << "Access denied by Chromoting Directory.";
62 LOG(ERROR) << "Chromoting Host registration failed: "

Completed in 545 milliseconds

1234567891011>>