HomeSort by relevance Sort by last modified time
    Searched full:logs (Results 26 - 50 of 644) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/src/importer/linux_perf/
gesture_parser.js 61 * Take these logs above for example, they are the start and end time
85 * Take the logs above for example, they are the start and end time
109 * Take the logs above for example, they are the start and end time
  /external/webkit/Source/WebKit/wx/bindings/python/
wscript 29 import Logs
68 Logs.warn("Cannot find wxPython, wxPython extension will not be built.")
75 Logs.warn("Cannot find location of wxPython .i files, wxPython extension will not be built.")
  /frameworks/base/docs/html/tools/help/
logcat.jd 7 output. Logs from various applications and portions of the system are collected in a series of
12 <a href="{@docRoot}tools/debugging/debugging-log.html">Reading and Writing Logs</a>.</p>
81 <td>Sets the maximum number of rotated logs to <code>&lt;count&gt;</code>. The default value
  /cts/tests/tests/permission/src/android/permission/cts/
NoReadLogsPermissionTest.java 34 * Verify that we'll only get our logs without the READ_LOGS permission.
36 * We test this by examining the logs looking for ActivityManager lines.
ProviderPermissionTest.java 52 * Verify that reading call logs requires permissions.
62 * Verify that writing call logs requires permissions.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
consoleLogs.php 25 <title>Console Logs from Running JUnit Plug-in Tests</title></head>
64 echo "<br>There are no test logs for this build.";
  /external/webkit/Source/WebKit/android/plugins/
PluginDebugAndroid.h 42 /* Logs the given character array and optional arguments. All log entries use
46 /* Logs a user readable description of a plugin event. The relevant contents of
  /packages/inputmethods/LatinIME/java/res/values/
research_strings.xml 24 <!-- Account type allowed for inclusion in user-invoked feedback logs [CHAR LIMIT=38] -->
26 <!-- Account domain allowed for inclusion in user-invoked feedback logs [CHAR LIMIT=38] -->
  /system/core/logwrapper/
logwrapper.c 42 " This logs up to the first 4K and last 4K of the command\n"
43 " being run, and logs the output when the command exits\n"
  /system/core/rootdir/
ueventd.rc 11 # Anyone can read the logs, but if they're not in the "logs"
  /development/samples/ContactManager/res/values/
strings.xml 23 <string name="contactCreationFailure">Contact creation failed, check logs.</string>
  /external/chromium/chrome/browser/prefs/
command_line_pref_store.h 25 // Logs a message and returns false if the proxy switches are
  /external/iptables/extensions/
libip6t_LOG.man 18 and useful for distinguishing messages in the logs.
libipt_LOG.man 18 and useful for distinguishing messages in the logs.
libipt_ULOG.man 16 long, and useful for distinguishing messages in the logs.
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromiumInit.h 31 // Sends chromium logs to logcat
  /external/webkit/Tools/iExploder/iexploder-1.3.2/tools/
osx_last_crash.rb 5 $LogDir=ENV['HOME'] + '/Library/Logs/CrashReporter'
  /frameworks/base/core/res/res/raw-lv/
incognito_mode_start_page.html 4 <title>Jauns inkognito logs</title>
  /frameworks/base/core/res/res/raw-lv-xlarge/
incognito_mode_start_page.html 4 <title>Jauns inkognito logs</title>
  /frameworks/wilhelm/src/
assert.c 17 // Replace bionic/libc/stdlib/assert.c which logs to stderr with our version which does LOGF.
  /hardware/invensense/libsensors_iio/
local_log_def.h 12 /* Note that enabling this logs may affect performance */
  /external/srec/portable/include/
plog.h 201 * Conditionally Logs a message. The message is logged only if module is enabled.
212 * Unconditionally logs an error message.
225 * Creates a logger that logs to a file.
237 * Creates a logger that logs to a circular file.
253 * Runs a function, checks its return-code. In case of an error, logs it and jumps to
259 * Invokes the function with args and if it is not ESR_SUCCESS, logs and
269 * Checks the function return-code and if it is not ESR_SUCCESS, logs and
  /libcore/luni/src/main/java/java/util/logging/
Logger.java 673 * Logs a message indicating that a method has been entered. A log record
696 * Logs a message indicating that a method has been entered. A log record
723 * Logs a message indicating that a method has been entered. A log record
759 * Logs a message indicating that a method is exited. A log record with log
782 * Logs a message indicating that a method is exited. A log record with log
808 * Logs a message indicating that an exception is thrown. A log record with
836 * Logs a message of level {@code Level.SEVERE}; the message is transmitted
847 * Logs a message of level {@code Level.WARNING}; the message is
858 * Logs a message of level {@code Level.INFO}; the message is transmitted
869 * Logs a message of level {@code Level.CONFIG}; the message is transmitte
    [all...]
  /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()]));
  /dalvik/vm/alloc/
Verify.cpp 39 * point to an object. Logs a message when a match is found.
55 * object. Logs a message when a match is found.

Completed in 412 milliseconds

12 3 4 5 6 7 8 91011>>