HomeSort by relevance Sort by last modified time
    Searched full:walk (Results 301 - 325 of 1498) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLStyleSheetLibxslt.cpp 176 // We have to locate (by ID) the appropriate embedded stylesheet element, so that we can walk the
188 // Walk the children of the root element and look for import/include elements.
  /external/chromium_org/third_party/libjingle/source/talk/base/
taskrunner.cc 190 // walk through all the tasks looking for the real
204 // walk through all the tasks looking for the one
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
Dominators.java 36 * The basic idea behind this algorithm is to perform a DFS walk, keeping track
251 * Callback for depth-first walk through control flow graph (either
  /external/eigen/debug/gdb/
printers.py 74 # Fixed size matrices have a struct as their storage, so we need to walk through this
142 # Quaternions have a struct as their storage, so we need to walk through this
  /external/elfutils/libelf/
version_xlate.h 61 To recognize them we have to walk the data structure and convert
155 To recognize them we have to walk the data structure and convert
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsCharacter.java 111 * Set the walk direction, works continuously.
115 * @param vec the walk direction to set
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsCharacter.java 107 * Set the walk direction, works continuously.
111 * @param vec the walk direction to set
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloCollision.java 144 * We do not walk yet, we just keep track of the direction the user pressed. */
163 * The setWalkDirection() command is what lets a physics-controlled player walk.
  /external/oprofile/events/i386/p4/
unit_masks 114 0x01 page walk for data TLB miss
115 0x02 page walk for instruction TLB miss
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationPositionTracker.java 86 // Walk backward from the existing position, trying to find a conversation that is not a
108 // Walk forward from the existing position, trying to find a conversation that is not a
  /external/chromium_org/third_party/re2/re2/
regexp.cc 513 // Should never be called: we use Walk not WalkExponential.
525 w.Walk(this, 0);
557 // Should never be called: we use Walk not WalkExponential.
569 w.Walk(this, 0);
597 // Should never be called: we use Walk not WalkExponential.
609 w.Walk(this, 0);
  /external/chromium_org/tools/code_coverage/
croc_test.py 169 """Mock for os.walk().
172 src_dir: Source directory to walk.
582 # Set data for mock walk and scan
615 # Excluded dir should have been pruned from the mock walk data dirnames.
616 # In the real os.walk() call this prunes the walk.
  /external/regex-re2/re2/
regexp.cc 513 // Should never be called: we use Walk not WalkExponential.
525 w.Walk(this, 0);
557 // Should never be called: we use Walk not WalkExponential.
569 w.Walk(this, 0);
597 // Should never be called: we use Walk not WalkExponential.
609 w.Walk(this, 0);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java 97 * this boolean. Saves a linear walk perhaps DFA state creation.
158 * process this node eventually, we'll have to walk all states looking
218 * transition labels so we can simply walk it later rather than doing a
320 // walk the existing list looking for the collision
418 /** Walk each configuration and if they are all the same alt, return
509 /** Walk each NFA configuration in this DFA state looking for a conflict
610 // walk each state with potential conflicting configurations
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py     [all...]
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 282 /// quickly walk the successors of each block in the chain and mark them as
290 // Walk all the blocks in this chain, marking their successors as having
434 // Once we need to walk the worklist looking for a candidate, cleanup the
468 /// This routine is called when we are unable to use the CFG to walk through
470 /// We walk through the function's blocks in order, starting from the
596 // Walk backwards through any straight line of predecessors.
647 // Now walk the successors. We need to establish whether this has a viable
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_item_set.java 90 /* walk down our set and make sure every element is in the other */
169 /* walk down the other set and do the adds individually */
183 /* walk down the other set and do the removes individually */
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 125 /** Walk tree with depth-first-search and fill nodes buffer.
407 // walk nodes looking for start
416 // now walk until we see stop, filling string buffer with text
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTree.cs 252 // walk rest and decrement their child indexes
378 /** <summary>Walk upwards looking for ancestor with this token type.</summary> */
383 /** <summary>Walk upwards and get first ancestor with this token type.</summary> */
BufferedTreeNodeStream.cs 247 /** Walk tree with depth-first-search and fill nodes buffer.
527 // walk nodes looking for start
536 // now walk until we see stop, filling string buffer with text
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTree.cs 301 // walk rest and decrement their child indexes
454 /** <summary>Walk upwards looking for ancestor with this token type.</summary> */
460 /** <summary>Walk upwards and get first ancestor with this token type.</summary> */
BufferedTreeNodeStream.cs 282 /** Walk tree with depth-first-search and fill nodes buffer.
628 // walk nodes looking for start
639 // now walk until we see stop, filling string buffer with text
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BufferedTreeNodeStream.java 139 /** Walk tree with depth-first-search and fill nodes buffer.
449 // walk nodes looking for start
458 // now walk until we see stop, filling string buffer with text
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTree.m 241 // walk rest and decrement their child indexes
410 /** Walk upwards looking for ancestor with this token type. */
416 /** Walk upwards and get first ancestor with this token type. */
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 41 * This class does a pre-order walk of the DOM tree, calling a ContentHandler
71 * Get the ContentHandler used for the tree walk.
73 * @return the ContentHandler used for the tree walk

Completed in 2007 milliseconds

<<11121314151617181920>>