HomeSort by relevance Sort by last modified time
    Searched refs:LOG_F (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/webrtc/webrtc/modules/audio_device/
audio_device_generic.cc 18 LOG_F(LS_ERROR) << "Not supported on this platform";
23 LOG_F(LS_ERROR) << "Not supported on this platform";
28 LOG_F(LS_ERROR) << "Not supported on this platform";
33 LOG_F(LS_ERROR) << "Not supported on this platform";
38 LOG_F(LS_ERROR) << "Not supported on this platform";
46 LOG_F(LS_ERROR) << "Not supported on this platform";
51 LOG_F(LS_ERROR) << "Not supported on this platform";
56 LOG_F(LS_ERROR) << "Not supported on this platform";
61 LOG_F(LS_ERROR) << "Not supported on this platform";
66 LOG_F(LS_ERROR) << "Not supported on this platform"
    [all...]
  /external/honggfuzz/libhfuzz/
persistent.c 27 LOG_F("LLVMFuzzerMutate() is not supported in honggfuzz yet");
42 LOG_F("writeToFd(size=%zu) failed", sizeof(readyTag));
50 LOG_F("readFromFd(size=%zu) failed", sizeof(rlen));
54 LOG_F("len (%zu) > buf_size (%zu)\n", len, (size_t)_HF_PERF_BITMAP_SIZE_16M);
58 LOG_F("readFromFd(size=%zu) failed", len);
68 LOG_F("LLVMFuzzerTestOneInput() returned '%d' instead of '0'", ret);
82 LOG_F(
88 LOG_F(
instrument.c 49 LOG_F("Received (via envvar) my_thread_no > _HF_THREAD_MAX (%" PRIu32 " > %d)\n",
57 LOG_F(
224 LOG_F("This process has too many PC guards: %tx\n",
  /external/webrtc/webrtc/voice_engine/
voe_network_impl.cc 44 LOG_F(LS_ERROR) << "Failed to locate channel: " << channel;
55 LOG_F(LS_ERROR) << "Failed to locate channel: " << channel;
75 LOG_F(LS_ERROR) << "Invalid packet length: " << length;
81 LOG_F(LS_ERROR) << "Failed to locate channel: " << channel;
85 LOG_F(LS_ERROR) << "No external transport for channel: " << channel;
98 LOG_F(LS_ERROR) << "Invalid packet length: " << length;
104 LOG_F(LS_ERROR) << "Failed to locate channel: " << channel;
108 LOG_F(LS_ERROR) << "No external transport for channel: " << channel;
voe_base_impl.cc 55 LOG_F(LS_ERROR) << "VE_RUNTIME_REC_ERROR";
58 LOG_F(LS_ERROR) << "VE_RUNTIME_PLAY_ERROR";
71 LOG_F(LS_WARNING) << "VE_RUNTIME_REC_WARNING";
74 LOG_F(LS_WARNING) << "VE_RUNTIME_PLAY_WARNING";
247 LOG_F(LS_INFO)
342 LOG_F(LS_ERROR) << "Failed to enable high pass filter.";
346 LOG_F(LS_ERROR) << "Failed to disable drift compensation.";
350 LOG_F(LS_ERROR) << "Failed to set noise suppression level: "
356 LOG_F(LS_ERROR) << "Failed to set analog level limits with minimum: "
361 LOG_F(LS_ERROR) << "Failed to set mode: " << kDefaultAgcMode
    [all...]
  /external/webrtc/webrtc/base/
socketpool.cc 43 LOG_F(LS_VERBOSE) << "(" << remote << ")";
53 LOG_F(LS_VERBOSE) << "Providing cached stream";
60 LOG_F(LS_VERBOSE) << "Providing new stream";
70 LOG_F(LS_VERBOSE) << "(" << it->first << ")";
73 LOG_F(LS_VERBOSE) << "Returning closed stream";
78 LOG_F(LS_VERBOSE) << "Caching stream";
90 LOG_F(LS_WARNING) << "(" << events << ", " << err
97 LOG_F(LS_VERBOSE) << "(" << it->first << ")";
100 LOG_F(LS_VERBOSE) << "Returning closed stream";
162 LOG_F(LS_VERBOSE) << "Creating new socket"
    [all...]
httpbase_unittest.cc 67 LOG_F(LS_VERBOSE) << "chunked: " << chunked << " size: " << data_size;
76 LOG_F(LS_VERBOSE) << "mode: " << mode << " err: " << err;
81 LOG_F(LS_VERBOSE) << "err: " << err;
119 LOG_F(LS_VERBOSE) << "Enter";
137 LOG_F(LS_VERBOSE) << "Exit";
141 LOG_F(LS_VERBOSE) << "Enter";
169 LOG_F(LS_VERBOSE) << "Exit";
174 LOG_F(LS_VERBOSE) << "Enter";
185 LOG_F(LS_VERBOSE) << "Exit";
189 LOG_F(LS_VERBOSE) << "Enter"
    [all...]
optionsfile.cc 32 LOG_F(LS_WARNING) << "Could not open file, err=" << err;
49 LOG_F(LS_WARNING) << "Ignoring malformed line in " << path_;
57 LOG_F(LS_ERROR) << "Error when reading from file";
69 LOG_F(LS_ERROR) << "Could not open file, err=" << err;
98 LOG_F(LS_ERROR) << "Unable to write to file";
diskcache.cc 88 LOG_F(LS_WARNING) << "Cache files open";
106 LOG_F(LS_WARNING) << "Cache overfull";
128 LOG_F(LS_ERROR) << "Couldn't create cache file";
204 LOG_F(LS_ERROR) << "Couldn't remove cache file: " << filename;
235 LOG_F(LS_WARNING) << "All resources are locked!";
244 LOG_F(LS_ERROR) << "Couldn't delete from cache!";
319 LOG_F(LS_WARNING) << "Missing cache entry";
sslsocketfactory.cc 43 LOG_F(LS_ERROR) << "Empty address";
172 LOG_F(LS_ERROR) << "SSL unavailable";
179 LOG_F(LS_ERROR) << "SSL failed to start.";
diskcache_win32.cc 71 LOG_F(LS_ERROR) << "Couldn't delete cache files";
httpbase.cc 126 LOG_F(LS_VERBOSE) << " state: " << state_ << " line: "
494 LOG_F(LS_ERROR) << "(" << error << ")";
576 LOG_F(LS_WARNING) << "danger of starvation";
668 LOG_F(LS_ERROR) << "Read error: " << error;
699 LOG_F(LS_ERROR) << "error";
805 LOG_F(LS_ERROR) << "Read error: " << error;
865 LOG_F(LS_ERROR) << "Unexpected EOS";
870 LOG_F(LS_ERROR) << "Write error: " << write_error;
878 LOG_F(LS_VERBOSE);
  /external/honggfuzz/
honggfuzz.c 145 LOG_F("Parsing of the cmd-line arguments failed");
153 LOG_F("Couldn't load input corpus");
158 LOG_F("Couldn't parse dictionary file ('%s')", hfuzz.dictionaryFile);
162 LOG_F("Couldn't parse stackhash blacklist file ('%s')", hfuzz.blacklistFile);
167 LOG_F("Couldn't parse symbols blacklist file ('%s')", hfuzzl.symsBlFile);
172 LOG_F("Couldn't parse symbols whitelist file ('%s')", hfuzzl.symsWlFile);
178 LOG_F("files_mapSharedMem(sz=%zu, dir='%s') failed", sizeof(feedback_t),
fuzz.c 100 LOG_F(
328 LOG_F("Could not initialize the thread");
339 LOG_F("subproc_Run()");
575 LOG_F("fuzz_prepareFileExternally() failed");
578 LOG_F("fuzz_prepareFileDynamically() failed");
583 LOG_F("fuzz_postProcessFile() failed");
591 LOG_F("fuzz_prepareFileExternally() failed");
595 LOG_F("fuzz_prepareFile() failed");
601 LOG_F("fuzz_postProcessFile() failed");
607 LOG_F("subproc_Run()")
    [all...]
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_not_implemented_ios.mm 37 LOG_F(LS_WARNING) << "Not implemented";
43 LOG_F(LS_WARNING) << "Not implemented";
111 LOG_F(LS_WARNING) << "Not implemented";
180 LOG_F(LS_WARNING) << "Not implemented";
195 LOG_F(LS_WARNING) << "Not implemented";
260 LOG_F(LS_WARNING) << "Not implemented";
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.cc 93 LOG_F(LS_WARNING) << "Failed to make system & display power assertion: "
126 LOG_F(LS_WARNING) << "Switching to the fallback screen capturer.";
207 LOG_F(LS_WARNING) << "Failed to call SetWindowPos: " << GetLastError()
222 LOG_F(LS_WARNING) << "Failed to call MagSetWindowSource: " << GetLastError()
276 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: "
283 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: "
295 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: "
324 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: "
340 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier: "
355 LOG_F(LS_WARNING) << "Failed to initialize ScreenCapturerWinMagnifier:
    [all...]
cursor.cc 115 LOG_F(LS_ERROR) << "Unable to get cursor icon info. Error = "
131 LOG_F(LS_ERROR) << "Unable to get bitmap info. Error = "
159 LOG_F(LS_ERROR) << "Unable to get bitmap bits. Error = "
179 LOG_F(LS_ERROR) << "Unable to get bitmap bits. Error = "
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration_monitor.cc 47 LOG_F(LS_ERROR) << "Event wait timed out.";
76 LOG_F(LS_ERROR) << "Event wait timed out.";
  /external/webrtc/webrtc/system_wrappers/include/
logging.h 37 // LOG_F(sev) Like LOG(), but includes the name of the current function.
123 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
125 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
  /external/honggfuzz/linux/
pt.c 94 LOG_F("pt_errata() failed: %s", pt_errstr(errcode));
99 LOG_F("pt_pkt_alloc_decoder() failed");
126 LOG_F(
perf.c 99 LOG_F("The PERF AUX data has been overwritten. The AUX buffer is too small");
120 LOG_F("The PERF FD is already initialized, possibly conflicting perf types enabled");
124 LOG_F("Intel BTS events (new type) are not supported on this platform");
127 LOG_F("Intel PT events are not supported on this platform");
215 LOG_F("Your <linux/perf_event.h> includes are too old to support Intel PT/BTS");
  /external/honggfuzz/mac/
arch.c 454 LOG_F("Parent: could not create thread to wait for child's exception");
459 LOG_F("Parent: could not detach thread to wait for child's exception");
526 LOG_F("Could not find callstack in crash report %s", description);
535 LOG_F("Could not find callstack start in crash report %s", description);
549 LOG_F("Could not find callstack end in crash report %s", description);
553 LOG_F("Malformed callstack: %s", description);
660 LOG_F("This function should never get called");
668 LOG_F("This function should never get called");
678 LOG_F("Got non EXC_CRASH! This should not happen.");
  /external/webrtc/webrtc/p2p/base/
pseudotcp.cc 359 LOG_F(WARNING) << "packet too large";
475 LOG_F(LS_VERBOSE) << "(" << (force ? "true" : "false") << ")";
652 LOG_F(LS_ERROR) << "wrong conversation";
662 LOG_F(LS_ERROR) << "closed";
676 LOG_F(LS_ERROR) << "Missing control code";
699 LOG_F(LS_WARNING) << "Unknown control code: " << seg.data[0];
865 LOG_F(LS_INFO) << "too new";
867 LOG_F(LS_INFO) << "too old";
966 LOG_F(LS_VERBOSE) << "too many retransmits";
984 LOG_F(LS_VERBOSE) << "packet failed"
    [all...]
  /external/honggfuzz/libcommon/
log.h 54 #define LOG_F(...) \
util.c 50 LOG_F("malloc(size='%zu')", sz);
74 LOG_F("mmap(size='%zu')", sz);
82 LOG_F("strdup(size=%zu)", strlen(s));
124 LOG_F("min:%" PRIu64 " > max:%" PRIu64, min, max);

Completed in 650 milliseconds

1 2 3