Searched refs:LOG (Results 26 - 50 of 2400) sorted by relevance

1234567891011>>

/external/chromium_org/base/mac/
H A Dlaunchd.cc22 LOG(ERROR) << "launch_data_alloc";
32 LOG(ERROR) << "launch_data_new_string";
54 LOG(ERROR) << "PIDForJob: error " << launch_data_get_errno(response);
56 LOG(ERROR) << "PIDForJob: expected dictionary, got " << response_type;
67 LOG(ERROR) << "PIDForJob: expected integer";
/external/chromium_org/net/tools/dns_fuzz_stub/
H A Ddns_fuzz_stub.cc30 LOG(INFO) << "Allocated p=" << p << ". Double-freeing...";
57 LOG(ERROR) << filename << ": couldn't read file.";
63 LOG(ERROR) << filename << ": couldn't parse JSON.";
69 LOG(ERROR) << filename << ": test case is not a dictionary.";
75 LOG(INFO) << filename << ": crash_test is set!";
81 LOG(ERROR) << filename << ": id is missing or not an integer.";
85 LOG(ERROR) << filename << ": id is out of range.";
91 LOG(ERROR) << filename << ": qname is missing or not a string.";
97 LOG(ERROR) << filename << ": qtype is missing or not an integer.";
101 LOG(ERRO
[all...]
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_impl.cc39 LOG(LS_ERROR) << "ViEBase ref count > 0: " << vie_base->GetCount();
45 LOG(LS_ERROR) << "ViECapture ref count > 0: " << vie_capture->GetCount();
52 LOG(LS_ERROR) << "ViECodec ref count > 0: " << vie_codec->GetCount();
59 LOG(LS_ERROR) << "ViEExternalCodec ref count > 0: "
67 LOG(LS_ERROR) << "ViEFile ref count > 0: " << vie_file->GetCount();
74 LOG(LS_ERROR) << "ViEImageProcess ref count > 0: "
81 LOG(LS_ERROR) << "ViENetwork ref count > 0: " << vie_network->GetCount();
87 LOG(LS_ERROR) << "ViERender ref count > 0: " << vie_render->GetCount();
94 LOG(LS_ERROR) << "ViERTP_RTCP ref count > 0: " << vie_rtp_rtcp->GetCount();
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dmobile_config_ui.cc22 LOG(ERROR) << "MobileConfig not ready";
27 LOG(ERROR) << "MobileConfig::LocaleConfig not available";
32 LOG(ERROR) << "MobileConfig setup url is empty";
/external/chromium_org/sandbox/linux/tests/
H A Dunit_tests_unittest.cc40 LOG(ERROR) << "Hello";
47 LOG(ERROR) << "Hello";
57 LOG(ERROR) << "The cow says moo!";
/external/openfst/src/include/fst/
H A Dverify.h49 LOG(ERROR) << "Verify: Fst start state ID unset";
52 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states";
66 LOG(ERROR) << "Verify: Fst input label ID of arc at position "
70 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel
76 LOG(ERROR) << "Verify: Fst output label ID of arc at position "
80 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel
86 LOG(ERROR) << "Verify: Fst weight of arc at position "
90 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
94 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
102 LOG(ERRO
[all...]
/external/chromium_org/chrome/browser/chromeos/power/
H A Dfreezer_cgroup_process_manager.cc26 LOG(WARNING) << "Cgroup freezer does not exist or is not writable. "
36 LOG(ERROR) << "Attempting to freeze renderers when the freezer cgroup is "
46 LOG(ERROR) << "Attempting to thaw renderers when the freezer cgroup is not "
66 LOG(ERROR) << "Only wrote " << bytes << " byte(s) when writing "
H A Dsession_state_controller_delegate_chromeos.cc26 LOG(WARNING) << "Requesting screen lock from SessionStateControllerDelegate";
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_service.cc22 LOG(ERROR) << "Creating local GATT services currently not supported.";
/external/chromium_org/media/video/
H A Dvideo_decode_accelerator.cc15 LOG(FATAL) << "This should only get called in the GPU process";
/external/chromium_org/net/quic/congestion_control/
H A Dloss_detection_interface.cc21 LOG(DFATAL) << "Unknown loss detection algorithm:" << loss_type;
/external/chromium_org/net/quic/crypto/
H A Dquic_decrypter.cc24 LOG(FATAL) << "Unsupported algorithm: " << algorithm;
H A Dquic_encrypter.cc24 LOG(FATAL) << "Unsupported algorithm: " << algorithm;
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_error.cpp20 LOG("--- ERROR: %s\n", buff_);
28 LOG("--- ERROR: %s\n", buff_);
37 LOG("--- ERROR: %s\n", buff_);
47 LOG("--- ERROR: %s\n", buff_);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dremotevideocapturer.cc42 LOG(LS_WARNING)
47 LOG(LS_INFO) << "RemoteVideoCapturer::Start";
54 LOG(LS_WARNING)
59 LOG(LS_INFO) << "RemoteVideoCapturer::Stop";
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dcommon.h34 #define LOG_J(sev, obj) LOG(sev) << "Jingle:" << obj->ToString() << ": "
/external/chromium_org/third_party/webrtc/sound/
H A Dplatformsoundsystemfactory.cc29 LOG(LS_ERROR) << "Can't initialize platform's sound system";
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dverify.h46 LOG(ERROR) << "Verify: Fst start state ID unset";
49 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states";
63 LOG(ERROR) << "Verify: Fst input label ID of arc at position "
67 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel
73 LOG(ERROR) << "Verify: Fst output label ID of arc at position "
77 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel
83 LOG(ERROR) << "Verify: Fst weight of arc at position "
87 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
91 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
99 LOG(ERRO
[all...]
/external/webrtc/src/system_wrappers/source/
H A Dcondition_variable_unittest.cc27 #define LOG(...) WEBRTC_TRACE(kTraceStateInfo, kTraceUtility, -1, __VA_ARGS__); macro
56 LOG("Locking giver_sect");
58 LOG("Locked giver_sect, locking crit_sect");
64 LOG("Pass count is %d", pass_count_);
90 LOG("Wait waiting");
92 LOG("Wait timeout");
104 LOG("Signal waking");
117 LOG("Takeback waiting");
126 LOG("Takeback grab");
149 LOG("Threa
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dlibudevsymboltable.cc52 LOG(LS_ERROR) << "libudev.so.0 and libudev.so.1 unsafely point to the"
61 LOG(LS_WARNING)
/external/chromium_org/third_party/webrtc/base/
H A Dlinux_unittest.cc27 LOG(LS_INFO) << "GetNumCpus: " << out_cpus;
32 LOG(LS_INFO) << "GetNumPhysicalCpus: " << out_cpus_phys;
38 LOG(LS_INFO) << "cpu family: " << out_family;
44 LOG(LS_INFO) << "Processor: " << out_processor;
52 LOG(LS_INFO) << "model: " << out_model;
56 LOG(LS_INFO) << "stepping: " << out_stepping;
60 LOG(LS_INFO) << "processor: " << out_processor;
65 LOG(LS_INFO) << "vendor_id: " << out_str;
H A Dposix.cc103 LOG(LS_ERROR) << "waitpid() chose wrong child???";
107 LOG(LS_ERROR) << "Intermediate child killed uncleanly"; // Probably crashed
113 LOG(LS_WARNING) << "Child reported probles calling chdir()";
117 LOG(LS_WARNING) << "Child reported problems calling fdwalk()";
120 LOG(LS_WARNING) << "Child reported problems calling close()";
124 LOG(LS_ERROR) << "Failed to daemonize";
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
H A Dpairingsession.cc63 LOG(ERROR) << "Attempt to add input encoding to active session";
68 LOG(ERROR) << "Invalid input encoding: " << encoding.ToString();
78 LOG(ERROR) << "Attempt to add output encoding to active session";
83 LOG(ERROR) << "Invalid output encoding: " << encoding.ToString();
94 LOG(ERROR) << "Invalid state: unexpected secret";
99 LOG(ERROR) << "Secret failed local check";
105 LOG(ERROR) << "Failed to extract nonce";
111 LOG(ERROR) << "Failed to get alpha";
120 LOG(INFO) << "Waiting for SecretAck...";
131 LOG(INF
[all...]
H A Dserverpairingsession.cc36 LOG(INFO) << "Waiting for PairingRequest...";
41 LOG(INFO) << "Waiting for Configuration...";
56 LOG(INFO) << "Waiting for Options...";
81 LOG(ERROR) << "Unsupported output encoding requested: "
89 LOG(ERROR) << "Unsupported input encoding requested: "
105 LOG(ERROR) << "Received unexpected ConfigurationAckMessage";
112 LOG(ERROR) << "Received unexpected PairingRequestAckMessage";
/external/ceres-solver/internal/ceres/
H A Dlapack.cc75 LOG(FATAL) << "Ceres was built without a BLAS library.";
86 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
103 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
117 LOG(FATAL) << "Ceres was built without a LAPACK library.";
138 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
156 LOG(FATAL) << "Ceres was built without a LAPACK library.";
181 LOG(FATAL) << "Congratulations, you found a bug in Ceres."

Completed in 5524 milliseconds

1234567891011>>