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

  /external/webkit/Source/WebCore/platform/wx/
LoggingWx.cpp 52 Vector<String> logs; local
54 wkLoggingEnv.split(",", logs);
56 for (size_t i = 0; i < logs.size(); ++i) {
57 WTFLogChannel* channel = getChannelFromName(logs[i]);
  /external/chromium/chrome/browser/
bug_report_data.cc 53 void BugReportData::SyslogsComplete(chromeos::LogDictionaryType* logs,
57 if (logs)
58 delete logs;
63 sys_info_ = logs; // Will get deleted when SendReport() is called.
bug_report_data.h 22 // we do not want it to just delete the logs it just gathered, and we
46 void SyslogsComplete(chromeos::LogDictionaryType* logs,
80 // Content of the compressed system logs.
  /external/apache-http/src/org/apache/commons/logging/
LogSource.java 61 static protected Hashtable logs = new Hashtable(); field in class:LogSource
195 Log log = (Log) (logs.get(name));
198 logs.put(name, log);
254 * all logs known to me.
257 return (String[]) (logs.keySet().toArray(new String[logs.size()]));
  /external/chromium/chrome/browser/chromeos/cros/
syslogs_library.cc 30 // Reads system logs, compresses content if requested.
106 LogDictionaryType* logs = NULL; local
108 logs = chromeos::GetSystemLogs(
114 // Load compressed logs.
122 std::string*>(logs, zip_content));
130 LOG(ERROR) << "Cannot read compressed logs file from " <<
  /external/dbus/dbus/
Android.mk 1 # Set to true to write libdbus logs to logcat instead of stderr
2 # See also config.h to turn on verbose logs
  /external/qemu/distrib/sdl-1.2.12/src/audio/dc/
aica.c 66 /* int logs[] = {
88 const static unsigned char logs[] = { variable
113 #define AICA_VOL(x) (0xff - logs[128 + (((x) & 0xff) / 2)])
114 //#define AICA_VOL(x) (0xff - logs[x&255])
  /external/mesa3d/docs/OLD/
MESA_trace.spec 34 of the generated log can be controlled. The resulting logs are
  /external/webkit/Tools/Scripts/
prepare-ChangeLog 292 # Find the change logs.
341 my @logs = ();
343 push @logs, File::Spec->catfile($prefix || ".", "ChangeLog");
346 if (@logs && $updateChangeLogs && $isSVN) {
348 open ERRORS, "-|", $SVN, "update", @logs
440 if ($openChangeLogs && @logs) {
444 system ((split ' ', $editor), @logs);
448 system "open", "-a", $editor, @logs;
450 system "open", "-e", @logs;
    [all...]
  /frameworks/compile/libbcc/runtime/make/
AppleBI.mk 15 # Log full compile lines in B&I logs and omit summary lines.
  /external/chromium/chrome/browser/resources/net_internals/
proxyview.js 102 // Prevents display of partial logs.
  /external/chromium/chrome/browser/resources/gpu_internals/
browser_bridge_tests.js 31 name: "logs",
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h 2179 log_record_t logs[1]; member in struct:wlc_extlog_results
2328 assert_record_t logs[1]; member in struct:assertlog_results
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 2179 log_record_t logs[1]; member in struct:wlc_extlog_results
2328 assert_record_t logs[1]; member in struct:assertlog_results
    [all...]
  /prebuilt/common/http-client/
commons-logging-1.1.1.jar 
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js     [all...]
  /ndk/build/core/
definitions.mk 645 # used to perform pretty-printing for logs.
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css     [all...]

Completed in 432 milliseconds