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

1 2

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
__init__.py 4 from .detection import SCMDetector
detection_unittest.py 33 from .detection import SCMDetector
51 # FIXME: This should make a synthetic tree and test SVN and Git detection in that tree.
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.css 63 .detection-logs-time {
67 .detection-logs-url {
71 td.detection-logs-url {
75 .detection-logs-content-language {
79 .detection-logs-cld-language {
83 .detection-logs-is-cld-reliable {
87 .detection-logs-html-root-language {
91 .detection-logs-adopted-language {
95 .detection-logs-content {
99 td.detection-logs-content div
    [all...]
translate_internals.js 26 var button = $('detection-logs-dump');
311 appendTD(tr, formatDate(new Date(detail['time'])), 'detection-logs-time');
312 appendTD(tr, detail['url'], 'detection-logs-url');
314 'detection-logs-content-language');
316 'detection-logs-cld-language');
317 appendTD(tr, detail['is_cld_reliable'], 'detection-logs-is-cld-reliable');
319 'detection-logs-html-root-language');
321 'detection-logs-adopted-language');
323 'detection-logs-content');
327 var contentTD = tr.querySelector('.detection-logs-content')
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
png.py 33 from webkitpy.common.checkout.scm.detection import SCMDetector
50 detection = self._detector.display_name()
57 if detection == "git":
70 elif detection == "svn":
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
patchreader.py 37 from webkitpy.common.checkout.scm.detection import SCMDetector
73 detection = SCMDetector(fs, Executive()).detect_scm_system(cwd)
74 if detection.display_name() == "git":
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 15 # Check for them, to make sure our rep detection
  /external/pixman/pixman/
Android.mk 45 # Will only be used if runtime detection reports NEON capabilities
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
README 202 Annotations for software defect detection
207 Description: Annotations for software defect detection.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
host.py 34 from webkitpy.common.checkout.scm.detection import SCMDetector
  /frameworks/wilhelm/src/
Android.mk 48 # enable mutex deadlock detection
50 # or -UUSE_DEBUG for no mutex deadlock detection
  /external/chromium_org/v8/test/mjsunit/
leakcheck.js 29 * This test is run with leak detection when running special tests.
eval.js 105 // Try to cheat the 'aliased eval' detection.
  /external/v8/test/mjsunit/
leakcheck.js 29 * This test is run with leak detection when running special tests.
eval.js 105 // Try to cheat the 'aliased eval' detection.
  /external/chromium_org/chrome_frame/cfinstall/src/implementation/
crossdomaininstall.js 60 // detection stuff from XDRPC.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1246.js 39 // Giving these values as the radix argument triggers radix detection.
  /external/oprofile/events/mips/1004K/
events 95 event:0x3d counters:0 um:zero minimum:500 name:SELF_INTERVENTION_LATENCY : 61-0 Latency from miss detection to self intervention
96 event:0x3e counters:0 um:zero minimum:500 name:READ_RESPONSE_LATENCY : 62-0 Read latency from miss detection until critical dword of response is returned
172 event:0x43d counters:1 um:zero minimum:500 name:SELF_INTERVENTION_COUNT : 61-1 Self intervention requests on miss detection
173 event:0x43e counters:1 um:zero minimum:500 name:READ_RESPONSE_COUNT : 62-1 Read requests on miss detection
  /external/v8/test/mjsunit/regress/
regress-1246.js 39 // Giving these values as the radix argument triggers radix detection.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
main.py 28 from webkitpy.common.checkout.scm.detection import detect_scm_system
  /external/chromium_org/chrome/browser/resources/gaia_auth/
saml_injected.js 95 * Handles 'keydown' event to trigger password change detection and
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
cfinstall.js 55 * checkinging for a successful install every 2 seconds. Upon detection of
  /external/sepolicy/
Android.mk 19 # Quick edge case error detection for BOARD_SEPOLICY_REPLACE.
  /external/chromium_org/chrome_frame/
CFInstall.js 7 * the Chrome Frame detection and installation process.
29 // Plugin Detection
260 * checkinging for a successful install every 2 seconds. Upon detection of
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
layout_tests_mover.py 52 from webkitpy.common.checkout.scm.detection import SCMDetector

Completed in 378 milliseconds

1 2