HomeSort by relevance Sort by last modified time
    Searched refs:log_warning (Results 1 - 11 of 11) sorted by null

  /system/core/logd/
LogAudit.cpp 173 static const char log_warning[] = { KMSG_PRIORITY(LOG_WARNING) }; local
202 : const_cast<char*>(log_warning);
204 last_info ? sizeof(log_info) : sizeof(log_warning);
227 : const_cast<char*>(log_warning);
228 iov[0].iov_len = info ? sizeof(log_info) : sizeof(log_warning);
  /frameworks/base/media/java/android/media/
WebVttRenderer.java 706 log_warning("Not a WEBVTT header", line);
731 log_warning("region setting", name,
736 log_warning("lines", name, "contains an invalid character", value);
742 log_warning("region setting", name, "is not numeric", value);
749 log_warning("region setting", name, "contains no comma", value);
760 log_warning("region setting", name,
767 log_warning("region setting", name,
784 log_warning("region setting", name, "has invalid value", value);
801 log_warning("meta data header has invalid format", line);
877 log_warning("cue setting", name, "has invalid value", value)
955 private void log_warning( method in class:WebVttParser
962 private void log_warning( method in class:WebVttParser
968 private void log_warning(String message, String value) { method in class:WebVttParser
    [all...]
  /system/extras/simpleperf/scripts/
app_profiler.py 138 log_warning("Can't fully compile an app on android version < L.")
141 log_warning("Can't fully compile an app on android version < N on non-root devices.")
143 log_warning("apk file is needed to reinstall the app on android version < N.")
binary_cache_builder.py 54 log_warning("Debug shared libraries on host are not used because can't find readelf.")
218 log_warning('failed to pull %s from device' % device_path)
utils.py 50 def log_warning(msg): function
report.py 185 log_warning('some callgraphs are skipped in brief callgraph mode')
annotate.py 93 log_warning("can't find dso '%s'" % dso_name)
548 log_warning('multiple source for %s, select %s' % (file, result))
581 log_warning("can't find source file for path %s" % key)
  /external/autotest/server/
autotest.py 770 stderr_redirector.log_warning(
775 stderr_redirector.log_warning(
1133 def log_warning(self, msg, warning_type): member in class:BaseClientLogger
    [all...]
  /external/autotest/client/bin/
job.py 528 def log_warning(reason): function in function:base_client_job._run_test_base
530 @disk_usage_monitor.watch(log_warning, "/", self._max_disk_usage_rate)
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 93 static void log_warning(png_structp png_ptr, png_const_charp warning_message) function
108 NULL /* use default errorfn */, log_warning);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 

Completed in 703 milliseconds