Searched
full:walk (Results
401 -
425 of
1498) sorted by null
<<11121314151617181920>>
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLRv3Tree.g | 29 /** ANTLR v3 tree grammar to walk trees created by ANTLRv3.g */
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
CompositeGrammar.java | 237 // walk backwards to root, collecting grammars 281 // walk all grammars preorder, priority given to grammar listed first. 458 // first walk to remove all overridden rules 503 // walk all children, adding rules not already defined
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemCopyOf.java | 164 // generated, so we need to only walk the child nodes.
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
KeyIterator.java | 113 // Walk through each of the declarations made with xsl:key
|
/external/ceres-solver/internal/ceres/ |
block_random_access_crs_matrix.cc | 66 // Walk the sparsity pattern and count the number of non-zeros.
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility.cc | 146 // Walk the children recursively looking for the BrowserAccessibility that
|
/external/chromium-trace/trace-viewer/src/tracing/tracks/ |
slice_group_track.js | 148 // We do the same deepest-to-shallowest walk of the subrows trying to fit
|
track.js | 45 // This is a little weird here, but we have to be able to walk up the
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
simplefileflags.py | 107 for root, subdirs, files in os.walk(start):
|
/external/chromium_org/base/mac/ |
objc_property_releaser.h | 78 // inherit from, and to have the base class' -dealloc walk the property lists
|
/external/chromium_org/base/prefs/ |
pref_value_map.cc | 128 // Walk over the maps in lockstep, adding everything that is different.
|
/external/chromium_org/build/util/lib/common/ |
util.py | 44 for root, dirs, files in os.walk(path, topdown=False):
|
/external/chromium_org/chrome/browser/signin/ |
signin_global_error.cc | 60 // Walk all of the status providers and collect any error.
|
/external/chromium_org/chrome/common/extensions/ |
PRESUBMIT.py | 34 for path, dirs, files in os.walk(LOCAL_PUBLIC_TEMPLATES_PATH):
|
/external/chromium_org/chrome/test/chromedriver/ |
util.py | 45 for root, dirs, files in os.walk(path, topdown=False):
|
/external/chromium_org/chrome/utility/media_galleries/ |
itunes_library_parser.cc | 30 // Walk through a dictionary filling in |result| with track information. Return
|
/external/chromium_org/components/policy/core/common/ |
policy_map.cc | 136 // Walk over the maps in lockstep, adding everything that is different.
|
/external/chromium_org/courgette/ |
disassembler_elf_32_x86.cc | 84 // Walk all the bytes in the section, matching relocation table or not
|
/external/chromium_org/media/base/ |
ranges.h | 63 // Walk along the array of ranges until |start| is no longer larger than the
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
verify_ppapi.py | 75 for root, _, files in os.walk(directory_path):
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/ |
NaClAM.js | 218 // Make a copy to walk over
|
/external/chromium_org/net/dns/ |
dns_response.h | 39 // Iterator to walk over resource records of the DNS response packet.
|
/external/chromium_org/ppapi/ |
generate_ppapi_include_tests.py | 60 for root, dirs, files in os.walk(start_root):
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
FlowThreadController.cpp | 213 // Walk the flow chain in reverse order to update the auto-height regions and compute correct sizes for the containing regions. Only after this we can
|
LineWidth.cpp | 78 // based on the margin box. In order to do this, we need to walk back through the floating object list to find
|
Completed in 279 milliseconds
<<11121314151617181920>>