HomeSort by relevance Sort by last modified time
    Searched refs:LOG (Results 76 - 100 of 318) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebCore/storage/
DatabaseThread.cpp 74 LOG(StorageAPI, "DatabaseThread %p was asked to terminate\n", this);
94 LOG(StorageAPI, "Started DatabaseThread %p", this);
106 LOG(StorageAPI, "About to detach thread %i and clear the ref to DatabaseThread %p, which currently has %i ref(s)", m_threadID, this, refCount());
Database.cpp 139 LOG(StorageAPI, "Database %s for origin %s not allowed to be established", name.ascii().data(), context->securityOrigin()->toString().ascii().data());
146 LOG(StorageAPI, "Failed to open and verify version (expected %s) of database %s", expectedVersion.ascii().data(), database->databaseDebugName().ascii().data());
340 LOG(StorageAPI, "Marking %s (%p) as deleted", stringIdentifier().ascii().data(), this);
344 LOG(StorageAPI, "Database handle %p is on a terminated DatabaseThread, cannot be marked for normal closure\n", this);
518 LOG(StorageAPI, "Current cached version for guid %i is %s", m_guid, currentVersion.ascii().data());
520 LOG(StorageAPI, "No cached version for guid %i", m_guid);
540 LOG(StorageAPI, "Retrieved current version %s from database %s", currentVersion.ascii().data(), databaseDebugName().ascii().data());
542 LOG(StorageAPI, "Setting version %s in database %s that was just created", m_expectedVersion.ascii().data(), databaseDebugName().ascii().data());
558 LOG(StorageAPI, "Database %s does not have its version set", databaseDebugName().ascii().data());
565 LOG(StorageAPI, "page expects version %s from database %s, which actually has version name %s - openDa (…)
    [all...]
SQLStatement.cpp 82 LOG(StorageAPI, "Unable to verify correctness of statement %s - error %i (%s)", m_statement.ascii().data(), result, database->lastErrorMsg());
90 LOG(StorageAPI, "Bind parameter count doesn't match number of question marks");
103 LOG(StorageAPI, "Failed to bind value index %i to statement for query '%s'", i + 1, m_statement.ascii().data());
  /external/webkit/WebKitTools/FindSafari/
FindSafari.cpp 36 #define LOG(header, ...) \
41 #define LOG_WARNING(...) LOG(TEXT("WARNING: "), __VA_ARGS__)
42 #define LOG_ERROR(...) LOG(TEXT("ERROR: "), __VA_ARGS__)
  /external/chromium/base/
base_paths_posix.cc 59 LOG(ERROR) << "Couldn't find your source root. "
global_descriptors_posix.cc 30 LOG(FATAL) << "Unknown global descriptor: " << key;
  /external/chromium/net/proxy/
proxy_server_mac.cc 31 LOG(WARNING) << "Could not find expected key "
proxy_config_service_linux.cc 58 LOG(WARNING) << "Proxy authentication parameters ignored, see bug 16709";
90 LOG(ERROR) << "Failed to parse environment variable " << variable;
194 LOG(INFO) << "~GConfSettingGetterImplGConf: releasing gconf client";
197 LOG(WARNING) << "~GConfSettingGetterImplGConf: leaking gconf client";
213 LOG(ERROR) << "Unable to create a gconf client";
227 LOG(ERROR) << "Error requesting gconf directory: " << error->message;
261 LOG(ERROR) << "Error requesting gconf notifications: " << error->message;
351 LOG(ERROR) << "Error getting gconf value for " << key
380 LOG(INFO) << "gconf change notification for key "
603 LOG(WARNING) <
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
weight.h 128 LOG(ERROR) << "NaturalLess: Weight type is not idempotent and "
mutable-fst.h 82 LOG(ERROR) << "MutableFst::Read: Not an MutableFst: " << ropts.source;
89 LOG(ERROR) << "MutableFst::Read: Unknown FST type \"" << hdr.FstType()
102 LOG(ERROR) << "MutableFst::Read: Can't open file: " << filename;
register.h 94 LOG(ERROR) << "FstRegister::GetEntry: " << dlerror();
101 LOG(ERROR) << "FstRegister::GetEntry: " << dlerror();
164 LOG(ERROR) << "Fst::Convert: Unknown FST type \"" << ftype
  /external/webkit/JavaScriptCore/wtf/
Assertions.h 116 /* WTF logging functions can process %@ in the format string to log a NSObject* but the printf format attribute
281 /* LOG */
284 #define LOG() ((void)0)
286 #define LOG(arg...) ((void)0)
288 #define LOG(channel, ...) ((void)0)
290 #define LOG(channel, ...) WTFLog(&JOIN_LOG_CHANNEL_WITH_PREFIX(LOG_CHANNEL_PREFIX, channel), __VA_ARGS__)
  /external/webkit/WebCore/platform/android/
ScreenAndroid.cpp 33 #undef LOG // FIXME: Still have to do this to get the log to show up
34 #include "utils/Log.h"
  /external/webkit/WebCore/platform/network/qt/
SocketStreamHandleQt.cpp 163 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client);
169 LOG(Network, "SocketStreamHandle %p delete", this);
176 LOG(Network, "SocketStreamHandle %p platformSend", this);
182 LOG(Network, "SocketStreamHandle %p platformClose", this);
  /frameworks/base/core/jni/
android_nfc.h 26 #include <utils/Log.h>
31 #define TRACE(...) LOG(LOG_DEBUG, "NdefMessage", __VA_ARGS__)
  /external/chromium/sdch/open-vcdiff/src/
rolling_hash.h 112 LOG(DFATAL) << "RollingHash object instantiated"
180 LOG(ERROR) << "RollingHash window size " << window_size
varint_bigendian.cc 64 LOG(DFATAL) << "Negative value " << v
112 LOG(DFATAL) << "Negative value " << v
  /external/webkit/WebKitTools/Scripts/
commit-log-editor 30 # Script to put change log comments in as default check-in comment.
46 print "Usage: [--help] [--regenerate-log] <log file>\n";
55 my $regenerateLog = checkForArgumentAndRemoveFromARGV("--regenerate-log");
56 my $log = $ARGV[0];
57 if (!$log) {
68 my $builtEditorApplication = "$baseDir/Release/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
72 my $builtEditorApplication = "$baseDir/Debug/Commit Log Editor.app/Contents/MacOS/Commit Log Editor"
    [all...]
  /external/chromium/googleurl/base/
logging.h 42 // Make a bunch of macros for logging. The way to log things is to stream
43 // things to LOG(<a particular severity level>). E.g.,
45 // LOG(INFO) << "Found " << num_cookies << " cookies";
51 // The above will cause log messages to be output on the 1st, 11th, 21st, ...
85 // Where to record logging output? A flat file and/or system debug log via
91 // Indicates that the log file should be locked when being written to.
95 // make each log outut atomic. Other writers will block.
97 // All processes writing to the log file must have their locking set for it to
101 // On startup, should we delete or append to an existing log file (if any)?
105 // Sets the log file name and other global logging state. Calling this functio
    [all...]
  /external/chromium/net/base/
file_stream_win.cc 44 LOG(WARNING) << "Unknown error " << err << " mapped to net::ERR_FAILED";
160 LOG(WARNING) << "Failed to open file: " << error;
187 LOG(WARNING) << "SetFilePointerEx failed: " << error;
206 LOG(WARNING) << "GetFileSizeEx failed: " << error;
236 LOG(WARNING) << "ReadFile failed: " << error;
289 LOG(WARNING) << "WriteFile failed: " << error;
317 LOG(WARNING) << "SetEndOfFile failed: " << error;
  /external/chromium/net/ocsp/
nss_ocsp.cc 210 LOG(INFO) << "OCSP Timed out";
434 LOG(INFO) << "URL [" << url_string << "]";
454 LOG(INFO) << "OCSP create session: host=" << host << " port=" << portnum;
457 LOG(ERROR) << "No URLRequestContext for OCSP handler.";
466 LOG(INFO) << "OCSP keep alive";
474 LOG(INFO) << "OCSP free session";
486 LOG(INFO) << "OCSP create protocol=" << http_protocol_variant
511 LOG(INFO) << "OCSP set post data len=" << http_data_len;
522 LOG(INFO) << "OCSP add header name=" << http_header_name
545 LOG(ERROR) << "data size too large: " << *http_response_data_le
    [all...]
  /external/webkit/WebCore/platform/sql/
SQLiteDatabase.cpp 175 LOG(SQLDatabase, "BusyTimeout set on non-open database");
183 LOG(SQLDatabase, "Busy handler set on non-open database");
213 LOG(SQLDatabase, "Unable to retrieve list of tables from database");
221 LOG(SQLDatabase, "Unable to drop table %s", (*table).ascii().data());
228 LOG(SQLDatabase, "Unable to vacuum database - %s", lastErrorMsg());
  /external/webkit/WebCore/platform/network/mac/
ResourceHandleMac.mm 143 LOG(Network, "Handle %p destroyed", this);
269 LOG(Network, "Handle %p starting connection %p for %@", this, connection, d->m_request.nsURLRequest());
289 LOG(Network, "Handle %p cancel connection %p", this, d->m_connection.get());
302 LOG(Network, "Handle %p setDefersLoading(%s)", this, defers ? "true" : "false");
616 LOG(Network, "Handle %p delegate connection:%p willSendRequest:%@ redirectResponse:%d, Location:<%@>", m_handle, connection, [newRequest description], static_cast<int>([(id)redirectResponse statusCode]), [[(id)redirectResponse allHeaderFields] objectForKey:@"Location"]);
618 LOG(Network, "Handle %p delegate connection:%p willSendRequest:%@ redirectResponse:non-HTTP", m_handle, connection, [newRequest description]);
666 LOG(Network, "Handle %p delegate connectionShouldUseCredentialStorage:%p", m_handle, connection);
679 LOG(Network, "Handle %p delegate connection:%p didReceiveAuthenticationChallenge:%p", m_handle, connection, challenge);
691 LOG(Network, "Handle %p delegate connection:%p didCancelAuthenticationChallenge:%p", m_handle, connection, challenge);
703 LOG(Network, "Handle %p delegate connection:%p didReceiveResponse:%p (HTTP status %d, reported MIMETyp (…)
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_frame.cc 219 LOG(DFATAL) << "INTERNAL_LOGIC_ERROR Headers: \n"
229 LOG(DFATAL) << "INTERNAL_LOGIC_ERROR Headers: \n"
238 LOG(DFATAL) << "INTERNAL_LOGIC_ERROR Headers: \n"
609 LOG(INFO) << "invalid content-length -- no non-whitespace value data";
621 LOG(INFO) << "invalid content-length - non numeric character detected";
632 LOG(INFO) << "content-length overflow";
640 LOG(INFO) << "content_length parsed: " << *length;
770 LOG(INFO) << "******@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**********\n";
798 LOG(INFO) << "[" << i << "]: " << std::string(key_begin, key_len)
    [all...]
  /external/openssl/crypto/
install.com 37 CREATE/DIR/LOG WRK_SSLROOT:[000000]
39 CREATE/DIR/LOG WRK_SSLLIB:
41 CREATE/DIR/LOG WRK_SSLINCLUDE:
121 $ COPY 'tmp' WRK_SSLINCLUDE: /LOG
125 $ COPY [-.'ARCH'.CRYPTO]'tmp' WRK_SSLINCLUDE: /LOG
127 $ COPY [.'D']'tmp' WRK_SSLINCLUDE: /LOG
142 $ COPY 'EXE_DIR''E'.OLB WRK_SSLLIB:'E'.OLB/log
148 $ COPY 'EXE_DIR''E'.EXE WRK_SSLLIB:'E'.EXE/log

Completed in 557 milliseconds

1 2 34 5 6 7 8 91011>>