Searched refs:LOG (Results 101 - 125 of 2400) sorted by relevance

1234567891011>>

/external/chromium_org/ui/base/win/
H A Dscoped_ole_initializer.cc20 LOG(ERROR) << "Multiple OleInitialize() calls for thread " << thread_id_;
/external/openfst/src/script/
H A Dscript-impl.cc30 LOG(ERROR) << "FSTs with non-matching arc types passed to " << op_name
H A Dtext-io.cc36 LOG(ERROR) << "ReadPotentials: Can't open file: " << filename;
52 LOG(ERROR) << "ReadPotentials: Bad number of columns, "
74 LOG(ERROR) << "WritePotentials: Can't open file: " << filename;
85 LOG(ERROR) << "WritePotentials: Write failed: "
/external/qemu/android/
H A Dloadpng.c7 #define LOG(x...) fprintf(stderr,"error: " x)
9 #define LOG(x...) do {} while (0) macro
26 LOG("%s: failed to allocate png read struct\n", fn);
32 LOG("%s: failed to allocate png info struct\n", fn);
38 LOG("%s: failed to open file\n", fn);
43 LOG("%s: failed to read header\n", fn);
48 LOG("%s: header is not a PNG header\n", fn);
53 LOG("%s: png library error\n", fn);
94 LOG("%s: unsupported (grayscale?) color type\n");
106 LOG("coul
[all...]
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dtoken_encryptor.cc44 LOG(WARNING) << "System salt key is not available for encrypt.";
59 LOG(WARNING) << "System salt key is not available for decrypt.";
80 LOG(WARNING) << "Failed to initialize Encryptor.";
87 LOG(WARNING) << "Failed to encrypt token.";
102 LOG(WARNING) << "Corrupt encrypted token found.";
111 LOG(WARNING) << "Failed to initialize Encryptor.";
119 LOG(WARNING) << "Failed to decrypt token.";
/external/chromium_org/chrome/browser/
H A Dsxs_linux.cc95 LOG(ERROR) << "Failed to get user data dir path. The profile will not be "
101 LOG(ERROR) << "Failed to add channel mark to the user data dir ("
117 LOG(ERROR) << "Failed to get value of chrome::DIR_USER_DATA";
125 LOG(WARNING) << "Failed to read channels file.";
133 LOG(WARNING) << "User data dir migration is only possible when the profile "
139 LOG(WARNING) << "User data dir migration is only possible when the profile "
149 LOG(ERROR) << "Failed to rename '" << source_path.value()
/external/chromium_org/chrome/installer/util/
H A Dcopy_tree_work_item.cc33 LOG(ERROR) << source_path_.value() << " does not exist";
57 LOG(ERROR) << "failed to copy " << source_path_.value()
86 LOG(ERROR) << "failed moving " << dest_path_.value()
98 LOG(ERROR) << "failed copy " << source_path_.value()
113 LOG(ERROR) << "Can not delete " << dest_path_.value();
118 LOG(ERROR) << "failed move " << backup.value()
124 LOG(ERROR) << "Can not delete " << alternative_path_.value();
H A Dmove_tree_work_item.cc32 LOG(ERROR) << source_path_.value() << " does not exist";
66 LOG(ERROR) << "Failed to backup source " << 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/libjingle/source/talk/media/webrtc/
H A Dwebrtccommon.h54 #define LOG_RTCERR0_EX(func, err) LOG(LS_WARNING) \
56 #define LOG_RTCERR1_EX(func, a1, err) LOG(LS_WARNING) \
58 #define LOG_RTCERR2_EX(func, a1, a2, err) LOG(LS_WARNING) \
61 #define LOG_RTCERR3_EX(func, a1, a2, a3, err) LOG(LS_WARNING) \
64 #define LOG_RTCERR4_EX(func, a1, a2, a3, a4, err) LOG(LS_WARNING) \
67 #define LOG_RTCERR5_EX(func, a1, a2, a3, a4, a5, err) LOG(LS_WARNING) \
70 #define LOG_RTCERR6_EX(func, a1, a2, a3, a4, a5, a6, err) LOG(LS_WARNING) \
/external/chromium_org/third_party/re2/re2/
H A Dset.cc30 LOG(DFATAL) << "RE2::Set::Add after Compile";
43 LOG(ERROR) << "Error parsing '" << pattern << "': " << status.Text();
71 LOG(DFATAL) << "RE2::Set::Compile multiple times";
86 LOG(ERROR) << "Error simplifying during Compile.";
96 LOG(DFATAL) << "RE2::Set::Match without Compile";
104 LOG(DFATAL) << "RE2::Set::Match: DFA ran out of cache space";
109 LOG(DFATAL) << "RE2::Set::Match: match but unknown regexp set";
/external/regex-re2/re2/
H A Dset.cc30 LOG(DFATAL) << "RE2::Set::Add after Compile";
43 LOG(ERROR) << "Error parsing '" << pattern << "': " << status.Text();
71 LOG(DFATAL) << "RE2::Set::Compile multiple times";
86 LOG(ERROR) << "Error simplifying during Compile.";
96 LOG(DFATAL) << "RE2::Set::Match without Compile";
104 LOG(DFATAL) << "RE2::Set::Match: DFA ran out of cache space";
109 LOG(DFATAL) << "RE2::Set::Match: match but unknown regexp set";
/external/chromium_org/tools/android/forwarder2/
H A Dhost_controller.cc33 LOG(ERROR) << "Could not connect HostController socket on port: "
46 LOG(ERROR) << "Device binding error using port " << device_port;
95 LOG(ERROR) << "Did not receive ACCEPT_SUCCESS for port: "
103 LOG(ERROR) << "Could not Connect HostServerData socket on port: "
117 LOG(INFO) << "Will send HOST_SERVER_SUCCESS: " << host_port_;
128 LOG(ERROR) << "Could not connect AdbDataSocket on port: " << adb_port_;
141 LOG(ERROR) << "Device could not handle the new Adb Data Connection.";
157 LOG(ERROR) << "Could not connect to device on port " << adb_port_;
161 LOG(ERROR) << "Could not send unmap command for port " << device_port_;
165 LOG(ERRO
[all...]
/external/smack/src/com/kenai/jbosh/
H A DBodyParserXmlPull.java39 private static final Logger LOG = field in class:BodyParserXmlPull
71 if (LOG.isLoggable(Level.FINEST)) {
72 LOG.finest("Start tag: " + xpp.getName());
86 if (LOG.isLoggable(Level.FINEST)) {
87 LOG.finest("Start element: ");
88 LOG.finest(" prefix: " + prefix);
89 LOG.finest(" URI: " + uri);
90 LOG.finest(" local: " + localName);
115 if (LOG.isLoggable(Level.FINEST)) {
116 LOG
[all...]
H A DServiceLib.java40 private static final Logger LOG = field in class:ServiceLib
75 if (LOG.isLoggable(Level.FINEST)) {
76 LOG.finest("Selected " + ofType.getSimpleName()
124 LOG.log(Level.WARNING,
147 if (LOG.isLoggable(Level.FINEST)) {
148 LOG.finest("Attempting service load: " + className);
155 if (LOG.isLoggable(Level.WARNING)) {
156 LOG.warning(clazz.getName() + " is not assignable to "
172 LOG.log(level,
190 LOG
[all...]
/external/chromium_org/cc/test/
H A Dpixel_test_utils.cc56 LOG(ERROR) << "Cannot read reference image: " << ref_img_path.value();
63 LOG(ERROR)
79 LOG(ERROR) << "Pixels do not match!";
80 LOG(ERROR) << "Actual: " << gen_bmp_data_url;
81 LOG(ERROR) << "Expected: " << ref_bmp_data_url;
/external/chromium_org/net/tools/flip_server/
H A Dspdy_ssl.cc48 LOG(FATAL) << "Unable to create SSL context";
56 LOG(FATAL) << "Unable to use cert.pem as SSL cert.";
61 LOG(FATAL) << "Unable to use key.pem as SSL key.";
65 LOG(FATAL) << "The cert.pem and key.pem files don't match";
109 LOG(ERROR) << buf;
/external/chromium_org/third_party/re2/re2/testing/
H A Dcompile_test.cc110 LOG(ERROR) << "Cannot parse: " << t.regexp;
116 LOG(ERROR) << "Cannot compile: " << t.regexp;
124 LOG(ERROR) << "Incorrect compiled code for: " << t.regexp;
125 LOG(ERROR) << "Want:\n" << t.code;
126 LOG(ERROR) << "Got:\n" << s;
/external/chromium_org/third_party/webrtc/base/
H A Dasynchttprequest.cc53 LOG(LS_INFO) << "HttpRequest cancelled";
61 LOG(LS_INFO) << "HttpRequest completed successfully";
68 LOG(LS_INFO) << "HttpRequest completed with error: " << error;
77 LOG(LS_INFO) << "HttpRequest timed out";
110 LOG(LS_INFO) << "HttpRequest start: " << host_ + client_.request().path;
H A Dlatebindingsymboltable.cc47 LOG(LS_ERROR) << "Error loading symbol " << symbol_name << ": " << err;
52 LOG(LS_ERROR) << "Symbol " << symbol_name << " is NULL";
90 LOG(LS_ERROR) << "We know there are undefined symbols";
117 LOG(LS_WARNING) << "Can't load " << dll_path << ": "
142 LOG(LS_ERROR) << GetDllError();
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Ddesktop.cc25 LOG(LS_ERROR) << "Failed to close the owned desktop handle: "
44 LOG(LS_ERROR) << "Failed to query the desktop name: " << GetLastError();
66 LOG(LS_ERROR) << "Failed to assign the desktop to the current thread: "
81 LOG(LS_ERROR) << "Failed to open the desktop '" << desktop_name << "': "
101 LOG(LS_ERROR) << "Failed to retrieve the handle of the desktop assigned to "
/external/chromium_org/tools/android/common/
H A Dadb_connection.cc42 LOG(ERROR) << "Forward to address is too long: " << forward_to;
58 LOG(ERROR) << "Failed to create adb socket: " << strerror(errno);
72 LOG(ERROR) << "Failed to connect adb socket: " << strerror(errno);
83 LOG(ERROR) << "Failed to send request: " << strerror(errno);
98 LOG(ERROR) << "Bad response from ADB: length: " << response_length
/external/chromium_org/ui/gl/
H A Dgl_context_wgl.cc49 LOG(ERROR) << "Failed to create GL context.";
56 LOG(ERROR) << "Could not share GL contexts.";
81 LOG(ERROR) << "Unable to make gl context current.";
94 LOG(ERROR) << "Could not make current.";
139 LOG(WARNING) <<
/external/chromium_org/win8/test/
H A Dmetro_registration_helper.cc48 LOG(ERROR) << "Could not locate " << kChromeExe << " or " << kRegistrar;
67 LOG(ERROR) << "Win8 registration using "
72 LOG(ERROR) << "Win8 registration using "
89 LOG(ERROR) << std::hex << hr;
97 LOG(ERROR) << std::hex << hr;
/external/regex-re2/re2/testing/
H A Dcompile_test.cc110 LOG(ERROR) << "Cannot parse: " << t.regexp;
116 LOG(ERROR) << "Cannot compile: " << t.regexp;
124 LOG(ERROR) << "Incorrect compiled code for: " << t.regexp;
125 LOG(ERROR) << "Want:\n" << t.code;
126 LOG(ERROR) << "Got:\n" << s;
/external/chromium_org/ppapi/shared_impl/
H A Dunittest_utils.cc31 LOG(ERROR) << "expected type: " << expected.type
40 LOG(ERROR) << "expected id: " << it->second
58 LOG(ERROR) << "expected: " << expected.value.as_bool
65 LOG(ERROR) << "expected: " << expected.value.as_int
72 LOG(ERROR) << "expected: " << expected.value.as_double
79 LOG(ERROR) << "expected: " << expected.value.as_id
89 LOG(ERROR) << "expected: " << expected_var->value()
100 LOG(ERROR) << "expected: " << expected_var->ByteLength()
107 LOG(ERROR) << "expected array buffer does not match actual.";
117 LOG(ERRO
[all...]

Completed in 8790 milliseconds

1234567891011>>