/external/chromium/net/tools/flip_server/ |
D | sm_connection.cc | 63 VLOG(2) << log_prefix_ << ACCEPTOR_CLIENT_IDENT in ReadyToSend() 70 VLOG(2) << log_prefix_ << ACCEPTOR_CLIENT_IDENT << "EnqueueDataFrame: " in EnqueueDataFrame() 112 VLOG(1) << log_prefix_ << ACCEPTOR_CLIENT_IDENT in InitSMConnection() 116 VLOG(1) << log_prefix_ << ACCEPTOR_CLIENT_IDENT in InitSMConnection() 127 VLOG(2) << log_prefix_ << ACCEPTOR_CLIENT_IDENT in InitSMConnection() 165 VLOG(1) << "setsockopt(CORK): " << errno; in CorkSocket() 172 VLOG(1) << "setsockopt(CORK): " << errno; in UncorkSocket() 190 VLOG(2) << "SSLWrite(" << chunksize << " bytes): " << rv; in Send() 245 VLOG(2) << log_prefix_ << ACCEPTOR_CLIENT_IDENT << "Cleanup: " << cleanup; in Cleanup() 257 VLOG(2) << log_prefix_ << ACCEPTOR_CLIENT_IDENT << "Received: " in HandleEvents() [all …]
|
D | flip_config.cc | 42 VLOG(1) << "Attempting to listen on " << listen_ip_.c_str() << ":" in FlipAcceptor() 74 VLOG(1) << "Listening on socket: "; in FlipAcceptor() 76 VLOG(1) << "\tType : Proxy"; in FlipAcceptor() 78 VLOG(1) << "\tType : SPDY Server"; in FlipAcceptor() 80 VLOG(1) << "\tType : HTTP Server"; in FlipAcceptor() 81 VLOG(1) << "\tIP : " << listen_ip_; in FlipAcceptor() 82 VLOG(1) << "\tPort : " << listen_port_; in FlipAcceptor() 83 VLOG(1) << "\tHTTP Server : " << http_server_ip_ << ":" in FlipAcceptor() 85 VLOG(1) << "\tHTTPS Server : " << https_server_ip_ << ":" in FlipAcceptor() 87 VLOG(1) << "\tSSL : " in FlipAcceptor() [all …]
|
D | http_interface.cc | 42 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: Process Body Data: stream " in ProcessBodyData() 53 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Received Request: " in ProcessHeaders() 60 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "HttpSM: Received Response from " in ProcessHeaders() 69 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: MessageDone. Sending EOF: " in MessageDone() 73 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: MessageDone."; in MessageDone() 90 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Error detected"; in HandleError() 115 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: Initializing server " in InitSMConnection() 128 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: Process read input: stream " in ProcessReadInput() 134 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: Process write input: size " in ProcessWriteInput() 163 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "HttpSM: Reset: stream " in Reset() [all …]
|
D | spdy_interface.cc | 93 VLOG(2) << ACCEPTOR_CLIENT_IDENT in InitSMConnection() 111 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "SpdySM: Creating new HTTP interface"; in NewConnectionInterface() 128 VLOG(2) << ACCEPTOR_CLIENT_IDENT in FindOrMakeNewSMConnectionInterface() 135 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "SpdySM: Reusing connection on " in FindOrMakeNewSMConnectionInterface() 157 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "SpdySM: OnSyn(" in SpdyHandleNewStream() 159 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "SpdySM: headers parsed?: " in SpdyHandleNewStream() 162 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "SpdySM: # headers: " in SpdyHandleNewStream() 168 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "SpdySM: didn't find method or url " in SpdyHandleNewStream() 190 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Request: " << method->second in SpdyHandleNewStream() 200 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Request: " << method->second << " " in SpdyHandleNewStream() [all …]
|
D | acceptor_thread.cc | 65 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "Acceptor: Making new server."; in NewConnection() 75 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "Acceptor: Reusing server."; in FindOrMakeNewSMConnection() 99 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Acceptor: Closing fd " << server_fd; in HandleConnection() 122 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Acceptor: accept fail(" in AcceptFromListenFD() 128 VLOG(1) << ACCEPTOR_CLIENT_IDENT << " Accepted connection"; in AcceptFromListenFD() 138 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Acceptor: accept fail(" in AcceptFromListenFD() 144 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Accepted connection"; in AcceptFromListenFD() 183 VLOG(2) << "have " << tmp_unused_server_connections_.size() in Run() 197 VLOG(2) << ACCEPTOR_CLIENT_IDENT in OnEvent() 204 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Done with connection."; in SMConnectionDone()
|
D | streamer_interface.cc | 28 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "Creating StreamerSM object"; in StreamerSM() 35 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Destroying StreamerSM object"; in ~StreamerSM() 58 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "StreamerSM: Initializing server " in InitSMConnection() 102 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "StreamerSM: Reset"; in Reset() 126 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "StreamerSM: Creating new server " in PostAcceptHook() 154 VLOG(2) << ACCEPTOR_CLIENT_IDENT in ProcessBodyInput() 162 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "StreamerHttpSM: MessageDone."; in MessageDone() 165 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "StraemerHttpSM: MessageDone."; in MessageDone() 170 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpStreamerSM: Process Headers"; in ProcessHeaders() 201 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Error detected"; in HandleError()
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncer_thread.cc | 89 VLOG(1) << "SyncerThread(" << this << ")" << " Server connection changed." in CheckServerConnectionManagerStatus() 100 VLOG(1) << "SyncerThread(" << this << ")" << " Server connection changed." in CheckServerConnectionManagerStatus() 104 VLOG(1) << "SyncerThread(" << this << ")" << " Server connection changed." in CheckServerConnectionManagerStatus() 111 VLOG(1) << "SyncerThread(" << this << ")" << " Start called from thread " in Start() 114 VLOG(1) << "SyncerThread(" << this << ")" << " Starting thread with mode " in Start() 125 VLOG(1) << "SyncerThread(" << this << ")" << " Entering start with mode = " in Start() 150 VLOG(1) << "SyncerThread(" << this << ")" << " Doing StartImpl with mode " in StartImpl() 175 VLOG(1) << "SyncerThread(" << this << ")" << " Wait interval mode : " in DecideWhileInWaitInterval() 224 VLOG(1) << "SyncerThread(" << this << ")" in DecideOnJob() 232 VLOG(1) << "SyncerThread(" << this << ")" in DecideOnJob() [all …]
|
D | syncer.cc | 106 VLOG(1) << "Syncer Begin"; in SyncShare() 121 VLOG(1) << "Cleaning up disabled types"; in SyncShare() 128 VLOG(1) << "Downloading Updates"; in SyncShare() 135 VLOG(1) << "Processing Client Command"; in SyncShare() 141 VLOG(1) << "Verifying Updates"; in SyncShare() 148 VLOG(1) << "Processing Updates"; in SyncShare() 155 VLOG(1) << "Storing timestamps"; in SyncShare() 169 VLOG(1) << "Applying Updates"; in SyncShare() 180 VLOG(1) << "Processing Commit Request"; in SyncShare() 190 VLOG(1) << "Getting the Commit IDs"; in SyncShare() [all …]
|
/external/openfst/src/test/ |
D | algo_test.h | 89 VLOG(1) << "Check destructive and delayed union are equivalent."; in TestRational() 98 VLOG(1) << "Check destructive and delayed concatenation are equivalent."; in TestRational() 109 VLOG(1) << "Check destructive and delayed closure* are equivalent."; in TestRational() 117 VLOG(1) << "Check destructive and delayed closure+ are equivalent."; in TestRational() 125 VLOG(1) << "Check union is associative (destructive)."; in TestRational() 139 VLOG(1) << "Check union is associative (delayed)."; in TestRational() 151 VLOG(1) << "Check union is associative (destructive delayed)."; in TestRational() 162 VLOG(1) << "Check concatenation is associative (destructive)."; in TestRational() 176 VLOG(1) << "Check concatenation is associative (delayed)."; in TestRational() 187 VLOG(1) << "Check concatenation is associative (destructive delayed)."; in TestRational() [all …]
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | equal.h | 33 VLOG(1) << "Equal: mismatched start states"; in Equal() 42 VLOG(1) << "Equal: mismatched # of states"; in Equal() 48 VLOG(1) << "Equal: mismatched states:" in Equal() 56 VLOG(1) << "Equal: mismatched final weights:" in Equal() 66 VLOG(1) << "Equal: mismatched # of arcs" in Equal() 73 VLOG(1) << "Equal: mismatched arc input labels:" in Equal() 80 VLOG(1) << "Equal: mismatched arc output labels:" in Equal() 87 VLOG(1) << "Equal: mismatched arc weights:" in Equal() 94 VLOG(1) << "Equal: mismatched input label:" in Equal()
|
/external/openfst/src/include/fst/ |
D | equal.h | 36 VLOG(1) << "Equal: mismatched start states"; 45 VLOG(1) << "Equal: mismatched # of states"; 51 VLOG(1) << "Equal: mismatched states:" 59 VLOG(1) << "Equal: mismatched final weights:" 69 VLOG(1) << "Equal: mismatched # of arcs" 76 VLOG(1) << "Equal: mismatched arc input labels:" 83 VLOG(1) << "Equal: mismatched arc output labels:" 90 VLOG(1) << "Equal: mismatched arc weights:" 97 VLOG(1) << "Equal: mismatched input label:"
|
D | string.h | 131 VLOG(1) << "StringCompiler::ConvertSymbolToLabel: Symbol \"" << s in ConvertSymbolToLabel() 140 VLOG(1) << "StringCompiler::ConvertSymbolToLabel: Bad label integer " in ConvertSymbolToLabel() 176 VLOG(1) << "StringPrinter::operator(): Fst is not a string."; in operator() 199 VLOG(1) << "StringPrinter::operator(): Unknown token type: " in operator() 212 VLOG(2) << "StringPrinter::FstToLabels: Invalid starting state for " in FstToLabels() 220 VLOG(2) << "StringPrinter::FstToLabels: String fst traversal does " in FstToLabels() 230 VLOG(2) << "StringPrinter::FstToLabels: Transition to invalid " in FstToLabels() 237 VLOG(2) << "StringPrinter::FstToLabels: State with multiple " in FstToLabels() 250 VLOG(2) << "StringPrinter::PrintLabel: Integer " << lab << " is not " in PrintLabel()
|
/external/chromium/chrome/browser/sync/notifier/ |
D | cache_invalidation_packet_handler.cc | 49 VLOG(2) << "CacheInvalidationListenTask started"; in ProcessStart() 56 VLOG(2) << "CacheInvalidationListenTask blocked"; in ProcessResponse() 59 VLOG(2) << "CacheInvalidationListenTask response received"; in ProcessResponse() 74 VLOG(1) << "Stanza received: " in HandleStanza() 77 VLOG(2) << "Queueing stanza"; in HandleStanza() 81 VLOG(2) << "Stanza skipped"; in HandleStanza() 125 VLOG(1) << "Sending message: " in ProcessStart() 128 VLOG(2) << "Error when sending message"; in ProcessStart() 137 VLOG(2) << "CacheInvalidationSendMessageTask blocked..."; in ProcessResponse() 140 VLOG(2) << "CacheInvalidationSendMessageTask response received: " in ProcessResponse() [all …]
|
D | invalidation_notifier.cc | 58 VLOG(1) << "Updating credentials for " << email; in UpdateCredentials() 66 VLOG(1) << "First time updating credentials: connecting"; in UpdateCredentials() 93 VLOG(1) << "OnConnect"; in OnConnect() 97 VLOG(1) << "First time connecting: starting invalidation client"; in OnConnect() 112 VLOG(1) << "OnDisconnect"; in OnDisconnect() 129 VLOG(1) << "WriteState"; in WriteState()
|
D | p2p_notifier.cc | 93 VLOG(1) << "Sending XMPP notification..."; in SendNotification() 111 VLOG(1) << "Sync received P2P notification."; in OnIncomingNotification() 123 VLOG(1) << "Not logged in yet -- not emitting notification"; in MaybeEmitNotification() 127 VLOG(1) << "Notifications not enabled -- not emitting notification"; in MaybeEmitNotification() 131 VLOG(1) << "No enabled types -- not emitting notification"; in MaybeEmitNotification()
|
/external/ceres-solver/internal/ceres/ |
D | trust_region_minimizer.cc | 192 VLOG(1) << "Terminating: Gradient tolerance reached." in Minimize() 210 VLOG(1) << "Terminating: User callback returned USER_SUCCESS."; in Minimize() 214 VLOG(1) << "Terminating: User callback returned USER_ABORT."; in Minimize() 227 VLOG(1) << "Terminating: Maximum number of iterations reached."; in Minimize() 235 VLOG(1) << "Terminating: Maximum solver time reached."; in Minimize() 282 VLOG(1) << "Invalid step: current_cost: " << cost in Minimize() 355 VLOG(2) << "Inner iteration failed."; in Minimize() 362 VLOG(2) << "Inner iteration succeeded; current cost: " << cost in Minimize() 375 VLOG(1) << "Terminating. Parameter tolerance reached. " in Minimize() 384 VLOG(2) << "old cost: " << cost << " new cost: " << new_cost; in Minimize() [all …]
|
/external/chromium/chrome/browser/sync/ |
D | backend_migrator.cc | 51 VLOG(1) << "BackendMigrator::MigrateTypes: STARTED_MIGRATING early-out."; in MigrateTypes() 57 VLOG(1) << "BackendMigrator::MigrateTypes: manager CONFIGURED early-out."; in MigrateTypes() 70 VLOG(1) << "BackendMigrator disabling types; calling Configure."; in MigrateTypes() 76 VLOG(1) << "BackendMigrator restarting migration in OnStateChanged."; in OnStateChanged() 100 VLOG(1) << "BackendMigrator re-enabling types."; in OnStateChanged() 132 VLOG(1) << "BackendMigrator::Observe posting MigrateTypes."; in Observe() 159 VLOG(1) << "BackendMigrator waiting for purge."; in Observe() 167 VLOG(1) << "BackendMigrator: Migration complete for: " << ss.str(); in Observe()
|
/external/chromium/chrome/browser/debugger/ |
D | extension_ports_remote_service.cc | 202 VLOG(1) << "OnConnectionLost"; in OnConnectionLost() 262 VLOG(1) << "Message event: from port " << port_id << ", < " << message << ">"; in OnExtensionMessage() 278 VLOG(1) << "Disconnect event for port " << port_id; in OnExtensionPortDisconnected() 313 VLOG(1) << "tab not found: " << tab_id; in ConnectCommand() 318 VLOG(1) << "Connect: extension_id <" << extension_id in ConnectCommand() 326 VLOG(1) << "Connect: extension_id <" << extension_id in ConnectCommand() 334 VLOG(1) << "Connect failed"; in ConnectCommand() 338 VLOG(1) << "Connected: port " << port_id; in ConnectCommand() 349 VLOG(1) << "Disconnect port " << port_id; in DisconnectCommand() 352 VLOG(1) << "unknown port: " << port_id; in DisconnectCommand() [all …]
|
/external/chromium/chrome/browser/extensions/ |
D | extension_browsertest.cc | 248 VLOG(1) << "Num extensions before: " << base::IntToString(num_before) in InstallOrUpdateExtension() 253 VLOG(1) << " " << (*service->extensions())[i]->id(); in InstallOrUpdateExtension() 255 VLOG(1) << "Errors follow:"; in InstallOrUpdateExtension() 260 VLOG(1) << *iter; in InstallOrUpdateExtension() 385 VLOG(1) << "Got EXTENSION_LOADED notification."; in Observe() 390 VLOG(1) << "Got EXTENSION_UPDATE_DISABLED notification."; in Observe() 395 VLOG(1) << "Got EXTENSION_HOST_DID_STOP_LOADING notification."; in Observe() 400 VLOG(1) << "Got EXTENSION_INSTALLED notification."; in Observe() 406 VLOG(1) << "Got EXTENSION_INSTALL_ERROR notification."; in Observe() 411 VLOG(1) << "Got EXTENSION_PROCESS_CREATED notification."; in Observe() [all …]
|
/external/openfst/src/include/fst/extensions/far/ |
D | equal.h | 39 VLOG(1) << "FarEqual: cannot open input Far file(s)"; 49 VLOG(1) << "FarEqual: key \"" << begin_key << "\" missing from " 68 VLOG(1) << "FarEqual: mismatched keys \"" 75 VLOG(1) << "FarEqual: Fsts for key \"" << key1 << "\" are not equal."; 83 VLOG(1) << "FarEqual: key \""
|
/external/chromium/chrome/browser/ssl/ |
D | ssl_client_auth_handler.cc | 55 VLOG(1) << this << " CertificateSelected " << cert; in CertificateSelected() 70 VLOG(1) << this << " CertificateSelectedNoNotify " << cert; in CertificateSelectedNoNotify() 78 VLOG(1) << this << " DoCertificateSelected " << cert; in DoCertificateSelected() 109 VLOG(1) << "SSLClientAuthObserver::Observe " << this << " " << handler_.get(); in Observe() 114 VLOG(1) << "got notification from ourself " << handler_.get(); in Observe() 123 VLOG(1) << this << " got matching notification for " in Observe()
|
/external/chromium/webkit/glue/ |
D | websocketstreamhandle_impl.cc | 75 VLOG(1) << "Connect url=" << url; in Connect() 83 VLOG(1) << "Send data.size=" << data.size(); in Send() 90 VLOG(1) << "Close"; in Close() 108 VLOG(1) << "DidOpen"; in DidOpenStream() 127 VLOG(1) << "DidClose"; in DidClose() 154 VLOG(1) << "connect url=" << url; in connect()
|
/external/chromium/chrome/browser/chromeos/ |
D | sms_observer.cc | 50 VLOG(1) << "Remove SMS monitor for " << it_observer->first; in UpdateObservers() 64 VLOG(1) << "Add SMS monitor for " << (*it_network)->device_path(); in UpdateObservers() 69 VLOG(1) << "Already has SMS monitor for " << (*it_network)->device_path(); in UpdateObservers() 80 VLOG(1) << "Remove SMS monitor for " << it->first; in DisconnectAll() 100 VLOG(1) << "New message notification from " << message->number in OnNewMessage()
|
/external/chromium/chrome/browser/sync/glue/ |
D | autofill_data_type_controller.cc | 51 VLOG(1) << "Starting autofill data controller."; in Start() 100 VLOG(1) << "Web database loaded observed."; in Observe() 115 VLOG(1) << "Stopping autofill data type controller."; in Stop() 201 VLOG(1) << "Autofill data type controller StartImpl called."; in StartImpl() 236 VLOG(1) << "Autofill association time: " << in StartImpl() 250 VLOG(1) << "Autofill data type controller StartDone called."; in StartDone() 270 VLOG(1) << "Autofill data type controller StartDoneImpl called."; in StartDoneImpl() 285 VLOG(1) << "Autofill data type controller StopImpl called."; in StopImpl()
|
/external/chromium/base/files/ |
D | file_path_watcher_browsertest.cc | 320 VLOG(1) << "Waiting for file creation"; in TEST_F() 324 VLOG(1) << "Waiting for file change"; in TEST_F() 328 VLOG(1) << "Waiting for file deletion"; in TEST_F() 354 VLOG(1) << "Create File"; in TEST_F() 356 VLOG(1) << "Waiting for file creation"; in TEST_F() 360 VLOG(1) << "Waiting for file modification"; in TEST_F() 385 VLOG(1) << "Waiting for file deletion"; in TEST_F() 389 VLOG(1) << "Waiting for file creation"; in TEST_F() 402 VLOG(1) << "Waiting for directory creation"; in TEST_F() 406 VLOG(1) << "Waiting for file1 creation"; in TEST_F() [all …]
|