/external/regex-re2/re2/ |
compile.cc | 139 // The walk is purely post-recursive: given the machines for the 675 // decided to cut this walk short. 681 // Called before traversing a node's children during the walk. 683 // Cut off walk if we've already failed. 711 // Called after traversing the node's children during the walk. [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | 1537 var walk = function(element, walk, start, match, all, nocash){ function [all...] |
/bionic/libc/bionic/ |
fts.c | 534 * set and it's a physical walk (so that symbolic links can't be directories), 731 /* We walk in directory order so "ls -f" doesn't get upset. */ 802 * If doing a logical walk, or application requested FTS_FOLLOW, do
|
/external/opencv/cv/src/ |
cvhough.cpp | 595 // from the current point walk in each direction 623 // walk along the line using fixed-point arithmetics, 671 // walk along the line using fixed-point arithmetics, [all...] |
/frameworks/base/core/java/android/text/ |
TextLine.java | 418 * Walk the cursor through this line, skipping conjuncts and 421 * <p>This function cannot properly walk the cursor off the ends of the line 597 * conjuncts and zero-width characters. This should not be called to walk [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
message.py | 796 return [part.get_content_charset(failobj) for part in self.walk()] 798 # I.e. def walk(self): ... 799 from email.iterators import walk 797 from email.iterators import walk namespace
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
bundlebuilder.py | 607 def walk(top): function in function:AppBuilder.stripBinaries 613 walk(path) 628 walk(self.bundlepath) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
message.py | 796 return [part.get_content_charset(failobj) for part in self.walk()] 798 # I.e. def walk(self): ... 799 from email.iterators import walk 797 from email.iterators import walk namespace
|
/abi/cpp/src/ |
dynamic_cast.cc | 112 // Helper of __dyanmic_cast to walk the type tree of an object.
|
/art/runtime/mirror/ |
art_method.h | 230 * During a stack walk, a return PC may point to the end of the code + 1
|
/build/tools/ |
java-layers.py | 179 for root, dirs, files in os.walk(d):
|
/development/ndk/tools/ |
headers-diff-bionic-vs-ndk.py | 57 for dirname, dirnames, filenames in os.walk(includes_root):
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
CommonTokenStream.as | 118 * Walk past any token not on the channel the parser is listening to.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BufferedTokenStream.cs | 178 * Walk past any token not on the channel the parser is listening to.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BufferedTokenStream.cs | 205 * Walk past any token not on the channel the parser is listening to.
|
LegacyCommonTokenStream.cs | 187 * Walk past any token not on the channel the parser is listening to.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
SlimTokenStream.cs | 141 * Walk past any token not on the channel the parser is listening to.
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BufferedTokenStream.java | 115 * Walk past any token not on the channel the parser is listening to.
|
LegacyCommonTokenStream.java | 133 * Walk past any token not on the channel the parser is listening to.
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeParser.java | 199 // walk upwards until we see nodes[ni-1] then continue walking
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
CommonTokenStream.js | 79 * Walk past any token not on the channel the parser is listening to.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBufferedTokenStream.m | 171 * Walk past any token not on the channel the parser is listening to.
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 281 def walk method in class:ANTLR3.AST 282 block_given? or return( enum_for( :walk ) ) 417 def walk method in class:ANTLR3.BaseTree 418 block_given? or return( enum_for( :walk ) ) [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFA.java | 269 /** Walk all states and reset their numbers to be a contiguous sequence 289 // walk list of DFAState objects by state number, 334 // walk Vector<Vector<FormattedInteger>> which is the transition[][] table [all...] |
DFAOptimizer.java | 248 /** Walk DFA states, unlinking the nfa configs and whatever else I
|