HomeSort by relevance Sort by last modified time
    Searched refs:ERROR (Results 151 - 175 of 1186) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/net/socket/
tcp_server_socket_libevent.cc 63 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/
test_server_posix.cc 57 // bytes has been read or an error has been encountered. Returns true
73 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/sdch/open-vcdiff/src/
addrcache.cc 70 // and providing an exit path in case of error.
79 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_
221 // address is valid; otherwise, prints an error message to the log and
226 LOG(ERROR) << "Decoded address " << decoded_address << " is invalid"
230 LOG(ERROR) << "Decoded address (" << decoded_address
275 // this return value signals an error condition.
301 LOG(ERROR) << "Found invalid variable-length integer "
  /frameworks/base/core/java/android/speech/tts/
PlaybackSynthesisCallback.java 110 // This happens when stop() or error() were called before start() was.
118 // We have to dispatch the error ourselves.
146 return TextToSpeech.ERROR;
152 return TextToSpeech.ERROR;
179 return TextToSpeech.ERROR;
193 return TextToSpeech.ERROR;
209 return TextToSpeech.ERROR;
215 return TextToSpeech.ERROR;
228 public void error() { method in class:PlaybackSynthesisCallback
229 if (DBG) Log.d(TAG, "error() [will call stop]")
    [all...]
  /external/chromium/base/
sync_socket_posix.cc 68 PLOG(ERROR) << "close";
72 PLOG(ERROR) << "close";
85 PLOG(ERROR) << "close";
110 // If there is an error in ioctl, signal that the channel would block.
native_library_linux.cc 18 std::string* error) {
27 if (!dl && error)
28 *error = dlerror();
37 LOG(ERROR) << "dlclose failed: " << dlerror();
  /external/chromium/chrome/browser/policy/
enterprise_install_attributes.cc 40 LOG(ERROR) << "Install attributes invalid.";
50 LOG(ERROR) << "Failed writing attributes";
57 LOG(ERROR) << "Failed locking.";
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_change_processor.cc 91 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) << "Could not find the node in associator " << guid
    [all...]
theme_model_associator.cc 41 LOG(ERROR) << kNoThemesFolderError;
64 LOG(ERROR) << "Could not create current theme node.";
87 LOG(ERROR) << kNoThemesFolderError;
extension_sync.cc 30 LOG(ERROR) << "Root node with tag " << tag << " does not exist";
117 // Gets the boilerplate error message for not being able to find a
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 "
280 std::string* error) {
    [all...]
  /external/openfst/src/extensions/pdt/
pdtcompose.cc 58 LOG(ERROR) << argv[0] << ": Can't take both inputs from standard input.";
68 LOG(ERROR) << argv[0] << ": No PDT parenthesis label pairs provided";
86 LOG(ERROR) << argv[0] << "Unknown compose filter type: "
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
expanded-fst.h 37 // Read an ExpandedFst from an input stream; return NULL on error.
49 LOG(ERROR) << "ExpandedFst::Read: Not an ExpandedFst: " << ropts.source;
56 LOG(ERROR) << "ExpandedFst::Read: Unknown FST type \"" << hdr.FstType()
65 // Read an ExpandedFst from a file; return NULL on error.
69 LOG(ERROR) << "ExpandedFst::Read: Can't open file: " << filename;
  /cts/tests/tests/util/src/android/util/cts/
LogPrinterTest.java 31 int[] priorities = { Log.ASSERT, Log.DEBUG, Log.ERROR, Log.INFO,
  /external/chromium/chrome/browser/sync/engine/
syncer_command.cc 27 LOG(ERROR) << "Scoped dir lookup failed!";
  /external/expat/tests/
xmltest.sh 73 ERROR=0
79 ERROR=`expr $ERROR + 1`
142 echo "Failed: $ERROR"
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
DisconnectMessage.java 47 public static final String ERROR = "Error";
  /external/llvm/test/MC/AsmParser/
directive_lcomm.s 3 # 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/smack/src/org/jivesoftware/smackx/pubsub/packet/
PubSubNamespace.java 25 ERROR("errors"),
  /frameworks/base/core/java/android/net/http/
EventHandler.java 24 * there is an SSL certificate error. error() can occur anywhere
33 * Error codes used in the error() callback. Positive error codes
34 * are reserved for codes sent by http servers. Negative error
40 /** Generic error */
41 public static final int ERROR = -1;
64 /** Generic file error for file:/// loads */
66 /** File not found error for file:/// loads *
119 public void error(int id, String description); method in interface:EventHandler
    [all...]
  /frameworks/base/core/java/android/webkit/
ConsoleMessage.java 22 * <code>console.log('...')</code>) or a JavaScript error on the page. To receive notifications
33 ERROR,
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
Log_Delegate.java 33 case Log.ERROR:
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
util.cpp 48 LOG(ERROR) << "Machine type (" << version << ") unknown";
  /system/core/init/
ueventd.c 139 ERROR("invalid line ueventd.rc line for '%s'\n", args[0]);
159 ERROR("invalid mode '%s'\n", args[1]);
166 ERROR("invalid uid '%s'\n", args[2]);
174 ERROR("invalid gid '%s'\n", args[3]);
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard.cc 110 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();
  /system/media/camera/src/
camera_metadata.c 26 #define ERROR 1
243 if (metadata == NULL) return ERROR;
249 if (metadata == NULL) return ERROR;
298 return ERROR;
329 return ERROR;
341 return ERROR;
347 return ERROR;
358 return ERROR;
369 return ERROR;
382 return ERROR;
    [all...]

Completed in 1119 milliseconds

1 2 3 4 5 67 8 91011>>