Searched
full:walk (Results
526 -
550 of
1479) sorted by null
<<21222324252627282930>>
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
| ANTLRCommonTree.m | 276 * are set. Walk depth first, visit bottom up. Only updates nodes
|
| /external/antlr/antlr-3.4/runtime/Python/ |
| setup.py | 38 for root, dirs, files in os.walk(path, topdown=True):
|
| /external/antlr/antlr-3.4/runtime/Ruby/lib/ |
| antlr3.rb | 61 defines the stream classes used by ANTLR recognizers to walk sequentially
|
| /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
| ACyclicDFACodeGenerator.java | 56 //System.out.println("walk "+s.stateNumber+" in dfa for decision "+dfa.decisionNumber);
|
| /external/apache-xml/src/main/java/org/apache/xalan/serialize/ |
| SerializerUtils.java | 110 * Given a result tree fragment, walk the tree and
|
| /external/chromium/chrome/browser/ |
| memory_details_linux.cc | 80 // Walk /proc and get information on all the processes running on the system.
|
| /external/chromium/chrome/browser/resources/gpu_internals/ |
| timeline_model.js | 154 // Walk through events
|
| /external/chromium_org/chrome/common/extensions/docs/server2/ |
| cron_servlet.py | 142 for root, _, files in server_instance.host_file_system.Walk(
|
| /external/chromium_org/chrome_frame/crash_reporting/ |
| nt_loader_unittest.cc | 134 // Walk them, while checking we get an entry for each, and that it
|
| /external/chromium_org/native_client_sdk/src/build_tools/ |
| parse_dsc.py | 158 for root, _, files in os.walk(srcpath):
|
| /external/chromium_org/sandbox/win/src/ |
| interception_unittest.cc | 23 // buffer (in): the buffer to walk.
|
| /external/chromium_org/third_party/WebKit/Source/core/dom/ |
| MessagePort.cpp | 201 // Walk the incoming array - if there are any duplicate ports, or null ports or cloned ports, throw an error (per section 8.3.3 of the HTML5 spec).
|
| /external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
| HTMLEntityParser.cpp | 128 // We've consumed too many characters. We need to walk the
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
| RenderSVGModelObject.cpp | 105 // We don't walk into SVG trees at all - just report their container.
|
| /external/chromium_org/third_party/WebKit/Source/core/svg/ |
| SVGUseElement.cpp | 686 // We don't walk the target tree element-by-element, and clone each element, 705 // to walk it completely and expand all <use> elements. 730 // We don't walk the target tree element-by-element, and clone each element, 775 // We don't walk the target tree element-by-element, and clone each element, [all...] |
| /external/chromium_org/third_party/WebKit/Source/web/ |
| SharedWorkerRepository.cpp | 133 // Walk our list of pending loaders and shutdown any that belong to this context.
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
| files.py | 211 for dirpath, dirnames, filenames in os.walk(dirname, topdown=True):
|
| /external/chromium_org/third_party/bintrees/bintrees/ |
| __init__.py | 75 walk forward/backward, O(log(n))
|
| /external/chromium_org/third_party/harfbuzz-ng/src/ |
| hb-ot-shape-complex-arabic-fallback.hh | 136 /* Now that the first-glyphs are sorted, walk again, populate ligatures. */
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| selfmt.cpp | 429 // walk through the hash table and create a deep clone
|
| /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
| vmw_fence.c | 33 * walk through them checking for signaled status each time we receive a
|
| /external/chromium_org/third_party/mesa/src/src/glsl/ |
| lower_ubo_reference.cpp | 163 * dereference, walk over the type and emit loads into a temporary.
|
| /external/chromium_org/third_party/protobuf/python/ |
| setup.py | 120 for (dirpath, dirnames, filenames) in os.walk("."):
|
| /external/chromium_org/tools/gn/ |
| item_tree.cc | 191 // Walk backwards since the dependency arrows point in the reverse direction.
|
| /external/chromium_org/tools/telemetry/telemetry/core/timeline/ |
| thread.py | 165 We do the same deepest-to-shallowest walk of the subrows trying to fit
|
Completed in 1875 milliseconds
<<21222324252627282930>>