HomeSort by relevance Sort by last modified time
    Searched refs:walk (Results 226 - 250 of 267) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 365 /// walk recursively from start until stop. You can always return
721 /// Walk tree with depth-first-search and fill nodes buffer.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_math.js 126 // representation, which we can speak and walk.
selection_util.js 230 // First, walk up the DOM until we find a node with a bounding rectangle.
238 // Walk up the DOM, ensuring each element is visible inside its parent.
  /external/oprofile/events/i386/nehalem/
unit_masks 24 0x01 any Counts all load misses that cause a page walk
155 0x01 any Counts the number of misses in the STLB which causes a page walk
156 0x02 walk_completed Counts number of misses in the STLB which resulted in a completed page walk
196 0x01 any Counts the number of misses in all levels of the ITLB which causes a page walk
197 0x02 walk_completed Counts number of misses in all levels of the ITLB which resulted in a completed page walk
198 0x04 walk_cycles Counts ITLB miss page walk cycles
events 60 event:0x63 counters:0,1 um:cache_lock_cycles minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A lock is asserted when there is a locked memory access, due to uncacheable memory, a locked operation that spans two cache lines, or a page walk from an uncacheable page table.
  /external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 681 for root, _, files in os.walk(fileroot):
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py     [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 89 Walker.walk(*this);
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 667 for root, dirnames, filenames in os.walk(path):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 311 for dirpath, dirnames, filenames in os.walk(dir_name):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 311 for dirpath, dirnames, filenames in os.walk(dir_name):
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 200 for root, dirs, files in os.walk(source_dir):
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js 180 function walk(k, v) {
185 n = walk(i, v[i]);
201 return typeof filter === 'function' ? walk('', j) : j;
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js 180 function walk(k, v) {
185 n = walk(i, v[i]);
201 return typeof filter === 'function' ? walk('', j) : j;
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-tagcloud.js 180 function walk(k, v) {
185 n = walk(i, v[i]);
201 return typeof filter === 'function' ? walk('', j) : j;
    [all...]
  /external/chromium_org/v8/tools/
generate-runtime-tests.py     [all...]
  /external/lldb/test/
dotest.py     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp 843 // we walk ts to describe consecutive intersections. Since a pair of ts can
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalker.cpp 843 // we walk ts to describe consecutive intersections. Since a pair of ts can
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]

Completed in 401 milliseconds

1 2 3 4 5 6 7 8 91011