/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
DOTGenerator.java | 107 /** Do a depth-first walk of the state machine graph and 155 /** Do a depth-first walk of the state machine graph and
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Lexer.java | 90 * Walk through the expression and build a token queue, and a map of the top-level 102 * Walk through the expression and build a token queue, and a map of the top-level
|
/external/chromium/chrome/browser/password_manager/ |
password_form_manager.cc | 441 // so we don't generally need to walk the entire URL path (the else 445 // Walk the origin URL paths one directory at a time to see how
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
getstarted.html | 79 The attribute names are fairly self-descriptive, but let's walk through the 275 walk you through each API in turn.
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility.cc | 149 // Walk up the parent chain. Every time we encounter a Web Area, offset 289 // Walk the children recursively looking for the BrowserAccessibility that
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/ |
update.py | 87 for root, _, files in os.walk(self.archive_cache): 108 for root, _, files in os.walk(self.archive_cache):
|
/external/chromium_org/sandbox/win/src/ |
interception.cc | 180 // Basically, walk the list of interceptions moving them to the config buffer, 210 // walk the interceptions from this point, saving the ones that are
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
StyleBuilderFunctions.cpp.tmpl | 85 // Walk each value and put it into an animation, creating new animations as needed. 393 /* Walk each value and put it into a layer, creating new layers as needed. */
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
filesystem_unittest.py | 189 self.assertEqual(list(fs.walk(d)), [(d, [], [])]) 192 self.assertEqual(list(fs.walk(d)), [(d, [], ['foo'])])
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftoutln.h | 88 /* Walk over an outline's structure to decompose it into individual */ 223 /* box can take much more time as it needs to walk over all segments */ [all...] |
/external/chromium_org/third_party/icu/source/common/ |
rbbinode.cpp | 171 // flattenVariables Walk a parse tree, replacing any variable 208 // flattenSets Walk the parse tree, replacing any nodes of type setRef
|
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | 546 /** An alternate way to walk the children of a node. [all...] |
/external/chromium_org/tools/ |
licenses.py | 320 for _, dirs, files in os.walk(os.path.join(root, path)): 338 for path, dirs, files in os.walk(root):
|
/external/chromium_org/ui/accessibility/ |
ax_tree_serializer.h | 119 // Walk the subtree rooted at |node| and return true if any nodes that 222 // Walk up the tree until the source node's id also exists in the
|
/external/freetype/include/freetype/ |
ftoutln.h | 88 /* Walk over an outline's structure to decompose it into individual */ 223 /* box can take much more time as it needs to walk over all segments */ [all...] |
/external/icu4c/common/ |
rbbinode.cpp | 171 // flattenVariables Walk a parse tree, replacing any variable 208 // flattenSets Walk the parse tree, replacing any nodes of type setRef
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestWalkingChar.java | 354 } else if (!"Walk".equals(animationChannel.getAnimationName())) { 355 animationChannel.setAnim("Walk", 0.7f);
|
/external/jsilver/src/org/clearsilver/jni/ |
JniHdf.java | 354 * Use this in conjunction with objNext to walk the HDF tree. Every node 369 * sibling. Use this in conjunction with objChild to walk the HDF tree.
|
/external/llvm/include/llvm/Support/ |
CFG.h | 284 // graph of basic blocks... and to walk it in inverse order. Inverse order for 346 // graph of basic blocks... and to walk it in inverse order. Inverse order for
|
/external/llvm/lib/Analysis/ |
TargetTransformInfo.cpp | 33 // Walk up the chain and update the top TTI pointer. 41 // Walk up the chain and update the top TTI pointer.
|
/external/llvm/lib/CodeGen/ |
MachineLICM.cpp | 160 /// HoistRegionPostRA - Walk the specified region of the CFG and hoist loop 228 /// dominator tree node if its a leaf or all of its children are done. Walk 234 /// HoistOutOfLoop - Walk the specified loop in the CFG (defined by all 489 /// HoistRegionPostRA - Walk the specified region of the CFG and hoist loop 503 // Walk the entire region, count number of defs for each register, and 663 /// dominator tree node if its a leaf or all of its children are done. Walk 684 /// HoistOutOfLoop - Walk the specified loop in the CFG (defined by all 696 // Perform a DFS walk to determine the order of visit. [all...] |
/external/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | 546 /** An alternate way to walk the children of a node. [all...] |
/bionic/linker/ |
dlfcn.cpp | 196 // walk through every element in gLibDlSymtab,
|
/build/tools/ |
generate-notice-files.py | 174 for root, dir, files in os.walk(input_dir):
|
/cts/tools/dasm/src/java_cup/ |
parse_action_row.java | 84 /* walk down the row and look at the reduces */
|