HomeSort by relevance Sort by last modified time
    Searched refs:LOG (Results 26 - 50 of 2830) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
verify.h 46 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(ERROR) << "Verify: Fst final weight of state " << s << " is invalid"
    [all...]
  /external/webrtc/src/system_wrappers/source/
condition_variable_unittest.cc 27 #define LOG(...) WEBRTC_TRACE(kTraceStateInfo, kTraceUtility, -1, __VA_ARGS__);
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("Thread waiting")
    [all...]
critical_section_unittest.cc 33 #define LOG(...) WEBRTC_TRACE(kTraceStateInfo, kTraceUtility, -1, __VA_ARGS__);
53 LOG("Inc to %d", count_);
82 LOG("Test looped %d times\n", loop_counter);
91 LOG("Wait starting");
93 LOG("Wait incrementing");
95 LOG("Wait returning");
122 LOG("Wait starting");
124 LOG("Wait incrementing");
127 LOG("Wait returning");
  /external/chromium/chrome/browser/first_run/
upgrade_util_linux.cc 40 LOG(WARNING) << "Failed to get FilePath object for FILE_EXE.";
45 LOG(WARNING) << "Failed to get FileInfo object for FILE_EXE - "
  /external/chromium_org/third_party/libjingle/source/talk/base/
linux_unittest.cc 44 LOG(LS_INFO) << "GetNumCpus: " << out_cpus;
49 LOG(LS_INFO) << "GetNumPhysicalCpus: " << out_cpus_phys;
55 LOG(LS_INFO) << "cpu family: " << out_family;
61 LOG(LS_INFO) << "Processor: " << out_processor;
69 LOG(LS_INFO) << "model: " << out_model;
73 LOG(LS_INFO) << "stepping: " << out_stepping;
77 LOG(LS_INFO) << "processor: " << out_processor;
82 LOG(LS_INFO) << "vendor_id: " << out_str;
posix.cc 107 // we can log them.
120 LOG(LS_ERROR) << "waitpid() chose wrong child???";
124 LOG(LS_ERROR) << "Intermediate child killed uncleanly"; // Probably crashed
130 LOG(LS_WARNING) << "Child reported probles calling chdir()";
134 LOG(LS_WARNING) << "Child reported problems calling fdwalk()";
137 LOG(LS_WARNING) << "Child reported problems calling close()";
141 LOG(LS_ERROR) << "Failed to daemonize";
systeminfo_unittest.cc 35 LOG(LS_INFO) << "CpuVendor: " << info.GetCpuVendor();
57 LOG(LS_INFO) << "CpuArchitecture: " << info.GetCpuArchitecture();
75 LOG(LS_INFO) << "CpuCacheSize: " << info.GetCpuCacheSize();
85 LOG(LS_INFO) << "MachineModel: " << machine_model;
102 LOG(LS_WARNING) << "Machine Model Unknown: " << machine_model;
109 LOG(LS_INFO) << "MaxCpuSpeed: " << info.GetMaxCpuSpeed();
117 LOG(LS_INFO) << "MaxCurSpeed: " << info.GetCurCpuSpeed();
125 LOG(LS_INFO) << "MemorySize: " << info.GetMemorySize();
132 LOG(LS_INFO) << "MaxCpus: " << info.GetMaxCpus();
139 LOG(LS_INFO) << "MaxPhysicalCpus: " << info.GetMaxPhysicalCpus()
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
libudevsymboltable.cc 52 LOG(LS_ERROR) << "libudev.so.0 and libudev.so.1 unsafely point to the"
61 LOG(LS_WARNING)
filevideocapturer.cc 45 LOG(LS_ERROR) << "Unable to open file " << filename << " err=" << err;
57 LOG(LS_ERROR) << "File not opened yet";
63 LOG(LS_ERROR) << "Unable to calculate the data size of the frame";
84 LOG(LS_ERROR) << "Failed to write frame header";
93 LOG(LS_ERROR) << "Failed to write frame data";
180 LOG(LS_ERROR) << "The file video capturer is already running";
186 LOG(LS_ERROR) << "Unable to open the file " << filename << " err=" << err;
192 LOG(LS_ERROR) << "Failed to read the first frame header";
198 LOG(LS_ERROR) << "Failed to seek back to beginning of the file";
223 LOG(LS_ERROR) << "The file video capturer is already running"
    [all...]
  /external/chromium/base/
sha1_win.cc 21 LOG(ERROR) << "CryptAcquireContext failed: " << GetLastError();
28 LOG(ERROR) << "CryptCreateHash failed: " << GetLastError();
34 LOG(ERROR) << "CryptHashData failed: " << GetLastError();
43 LOG(ERROR) << "CryptGetHashParam(HP_HASHSIZE) failed: " << GetLastError();
53 LOG(ERROR) << "CryptGetHashParam(HP_HASHVAL) failed: " << GetLastError();
58 LOG(ERROR) << "Returned hash value is wrong length: " << hash_len
  /external/chromium/chrome/browser/
crash_recovery_browsertest.cc 20 LOG(ERROR) << "SimulateRendererCrash, before WaitForNotification";
23 LOG(ERROR) << "SimulateRendererCrash, after WaitForNotification";
46 LOG(ERROR) << "Before WaitForNavigationInCurrentTab";
48 LOG(ERROR) << "After WaitForNavigationInCurrentTab";
73 LOG(ERROR) << "Before WaitForNavigationInCurrentTab";
75 LOG(ERROR) << "After WaitForNavigationInCurrentTab";
  /external/harfbuzz/src/
harfbuzz-stream.c 35 #define LOG(x) _hb_log x
48 #define LOG(x) do {} while (0)
64 LOG(( "_hb_stream_pos() -> %ld\n", stream->pos ));
79 LOG(( "_hb_stream_seek(%ld) -> 0x%04X\n", pos, error ));
103 LOG(( "_hb_stream_frame_enter(%ld) -> 0x%04X\n", count, error ));
113 LOG(( "_hb_stream_frame_exit()\n" ));
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-stream.c 35 #define LOG(x) _hb_log x
48 #define LOG(x) do {} while (0)
64 LOG(( "_hb_stream_pos() -> %ld\n", stream->pos ));
79 LOG(( "_hb_stream_seek(%ld) -> 0x%04X\n", pos, error ));
103 LOG(( "_hb_stream_frame_enter(%ld) -> 0x%04X\n", count, error ));
113 LOG(( "_hb_stream_frame_exit()\n" ));
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctputils.cc 62 LOG(LS_WARNING) << "Could not read OPEN message type.";
66 LOG(LS_WARNING) << "Data Channel OPEN message of unexpected type: "
73 LOG(LS_WARNING) << "Could not read OPEN message channel type.";
79 LOG(LS_WARNING) << "Could not read OPEN message reliabilility prioirty.";
84 LOG(LS_WARNING) << "Could not read OPEN message reliabilility param.";
89 LOG(LS_WARNING) << "Could not read OPEN message label length.";
94 LOG(LS_WARNING) << "Could not read OPEN message protocol length.";
98 LOG(LS_WARNING) << "Could not read OPEN message label";
102 LOG(LS_WARNING) << "Could not read OPEN message protocol.";
  /external/chromium_org/ui/keyboard/
keyboard_ui_handler.cc 53 LOG(ERROR) << "insertText failed: bad argument";
60 LOG(ERROR) << "insertText failed: no root window";
65 LOG(ERROR) << "insertText failed";
72 LOG(ERROR) << "getInputContext failed: bad argument";
81 LOG(ERROR) << "getInputContext failed: no root window";
87 LOG(ERROR) << "getInputContext failed: no input method";
114 LOG(ERROR) << "SendKeyEvent failed: bad argument";
121 LOG(ERROR) << "sendKeyEvent failed: no dispatcher";
131 LOG(ERROR) << "sendKeyEvent failed";
  /external/chromium/chrome/browser/ui/views/
browser_actions_container_browsertest.cc 87 LOG(INFO) << "Load extension A done : "
100 LOG(INFO) << "Load extension B done : "
115 LOG(INFO) << "Load extension C done : "
123 LOG(INFO) << "Icon visibility count 1: "
133 LOG(INFO) << "Disable extension A : "
145 LOG(INFO) << "Enable extension A : "
155 LOG(INFO) << "Disable extension C : "
165 LOG(INFO) << "Enable extension C : "
173 LOG(INFO) << "Checkpoint : "
183 LOG(INFO) << "Disable extension A :
    [all...]
  /external/chromium_org/skia/tools/filter_fuzz_stub/
filter_fuzz_stub.cc 20 LOG(ERROR) << filename << ": couldn't read file.";
37 LOG(INFO) << "Valid stream detected.";
49 LOG(INFO) << "Filter DAG rendered successfully";
52 LOG(INFO) << "Invalid stream detected.";
60 LOG(INFO) << "Test case: " << filename;
  /external/chromium_org/tools/android/forwarder2/
command.cc 53 LOG(ERROR) << "Read() error: " << safe_strerror(errno);
55 LOG(ERROR) << "Read() error, endpoint was unexpectedly closed.";
57 LOG(ERROR) << "Read() error, not enough data received from the socket.";
63 LOG(ERROR) << "Could not parse the command port string: "
72 LOG(ERROR) << "Could not parse the command type string: "
  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtcpmuxfilter.cc 50 LOG(LS_ERROR) << "Invalid state for RTCP mux offer";
68 LOG(LS_WARNING) << "Invalid parameters in RTCP mux answer";
72 LOG(LS_ERROR) << "Invalid state for RTCP mux answer";
  /external/chromium_org/base/threading/
thread_restrictions.cc 38 LOG(FATAL) <<
57 LOG(FATAL) << "LazyInstance/Singleton is not allowed to be used on this "
72 LOG(FATAL) << "Waiting is not allowed to be used on this thread to prevent"
  /external/chromium_org/chrome/tools/safe_browsing/
sb_sigutil.cc 32 LOG(ERROR) << "Must specify executable to open with --executable";
36 LOG(ERROR) << "Must specify output file with --output";
52 LOG(ERROR) << "Error writing output file";
  /external/chromium_org/cloud_print/gcp20/prototype/
printer_state.cc 84 LOG(ERROR) << "Cannot open file.";
91 LOG(ERROR) << "Cannot read JSON dictionary from file.";
97 LOG(ERROR) << "Cannot parse |registered| state.";
106 LOG(ERROR) << "Cannot parse |user|.";
112 LOG(ERROR) << "Cannot parse |device_id|.";
118 LOG(ERROR) << "Cannot parse |refresh_token|.";
124 LOG(ERROR) << "Cannot parse |xmpp_jid|.";
130 LOG(ERROR) << "Cannot parse |access_token|.";
136 LOG(ERROR) << "Cannot parse |access_token_update|.";
143 LOG(WARNING) << "Cannot read |local_settings|. Reset to default."
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
safe_shared_memory_pool.cc 123 LOG(ERROR) << "Total handles acquired " << handles_acquired_;
124 LOG(ERROR) << "Total handles open " << handles_consumed_;
125 LOG(ERROR) << "Total address space " << address_space_consumed_;
126 LOG(ERROR) << "Max handles acquired " << max_handles_acquired_;
127 LOG(ERROR) << "Max handles open " << max_handles_consumed_;
128 LOG(ERROR) << "Max address space " << max_address_space_consumed_;
137 LOG(ERROR) << "Total handles acquired " << handles_acquired_;
138 LOG(ERROR) << "Total handles open " << handles_consumed_;
139 LOG(ERROR) << "Total address space " << address_space_consumed_;
140 LOG(ERROR) << "Max handles acquired " << max_handles_acquired_
    [all...]