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

1 2

  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
spyware.cc 26 std::wstring logged; local
32 logged.append(1, static_cast<wchar_t>(i));
34 logged.append(1, '?');
40 if (logged.size()) {
42 logged.c_str());
  /external/chromium_org/chrome/browser/resources/ntp4/
logging.js 10 /* Stack of events that has been logged. */
17 * and the time is logged. Otherwise, just push the event on the event
  /external/chromium_org/tools/cygprofile/
mergetraces.py 11 Merging will use timestamps (i.e. the first two columns of logged calls) to
38 tuple conisiting of 1) an ordered list of the logged calls, as an array of
58 """Funcition is a sanity check to make sure that calls are only logged once.
61 calls: list of calls logged
77 calls: list of calls logged
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
logtesting.py 25 Provides support for unit-testing messages logged using the built-in
70 """Assert that the given messages match the logged messages.
128 Only messages logged at or above the given level are logged
129 to the stream. Messages logged to the stream are formatted
189 # The latter ensures that no extra log messages are getting logged that
  /external/smack/src/org/apache/harmony/javax/security/auth/login/
LoginContext.java 91 // Shows overall status - whether this LoginContext was successfully logged
263 int[] logged = new int[4]; local
274 ++logged[module.getFlag()];
309 * Use 'logged[xx] != total[xx]' instead. This is because some modules
316 if (logged[REQUIRED] != total[REQUIRED] || logged[REQUISITE] != total[REQUISITE]) {
322 if (logged[OPTIONAL] != 0 || logged[SUFFICIENT] != 0) {
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 37 amount of static data that is logged can be controlled at runtime.
202 indicates all classes of commands are to be logged.
240 by <name>. Logged commands which reference the named texture object or
254 Any logged commands which reference <pointer> or an address between
279 Statements equivalent to the following will then be logged:
  /external/mesa3d/docs/OLD/
MESA_trace.spec 37 amount of static data that is logged can be controlled at runtime.
202 indicates all classes of commands are to be logged.
240 by <name>. Logged commands which reference the named texture object or
254 Any logged commands which reference <pointer> or an address between
279 Statements equivalent to the following will then be logged:
  /external/chromium_org/chrome/browser/resources/sync_internals/
chrome_sync.js 55 // exceptions thrown by a listener are caught and logged.
  /external/chromium_org/chrome/browser/resources/user_manager/
user_manager.js 38 // logged in and the screen is "locked", so we must re-enabled it
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 44 during execution, issue diagnostic function calls that are logged
  /external/mesa3d/docs/
MESA_shader_debug.spec 44 during execution, issue diagnostic function calls that are logged
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_internals.js 95 // exceptions thrown by a listener are caught and logged.
  /external/dnsmasq/src/
dnsmasq.c 923 if (!res->logged)
925 res->logged = 1;
929 res->logged = 0;
    [all...]
dnsmasq.h 365 int is_default, logged; member in struct:resolvc
  /external/chromium/chrome/browser/resources/net_internals/
main.js 230 // True when viewing a log file rather than actively logged events.
477 // captured log entries before the passively logged entries are received.
479 // When that happens, we create a copy of the actively logged entries, delete
480 // all entries, and, after handling all the passively logged entries, add back
481 // the deleted actively logged entries.
    [all...]
sourceentry.js 261 * first entry that was logged to this source. However, we skip over the
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 600 boolean logged = false;
627 if (!logged) {
632 logged = true;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py 312 # larger values mean less information being logged. If you need specific
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py 312 # larger values mean less information being logged. If you need specific
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 96 // If user logged in before, skip the login page.
  /external/chromium/chrome/browser/resources/sync_internals/
chrome_sync.js 48 // exceptions thrown by a listener are caught and logged.
  /external/chromium_org/remoting/webapp/
host_screen.js 135 * @param {string} msg The message (which will not be localized) to be logged.
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 151 // that will cause the user to see the logged-in experience in the current page.
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 151 // that will cause the user to see the logged-in experience in the current page.

Completed in 614 milliseconds

1 2