HomeSort by relevance Sort by last modified time
    Searched full:walk (Results 151 - 175 of 966) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyTable.java 76 * The main iterator that will walk through the source
164 // Walk through each of the declarations made with xsl:key
  /external/chromium/base/files/
file_path_watcher_win.cc 227 // Start at the target and walk up the directory chain until we succesfully
251 // above code performs races against directory creation. So try to walk back
  /external/chromium/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/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
  /external/webkit/Source/WebCore/xml/
XSLStyleSheetLibxslt.cpp 193 // We have to locate (by ID) the appropriate embedded stylesheet element, so that we can walk the
205 // Walk the children of the root element and look for import/include elements.
  /external/regex-re2/re2/
regexp.cc 502 // Should never be called: we use Walk not WalkExponential.
514 w.Walk(this, 0);
546 // Should never be called: we use Walk not WalkExponential.
558 w.Walk(this, 0);
586 // Should never be called: we use Walk not WalkExponential.
598 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/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 276 /// quickly walk the successors of each block in the chain and mark them as
284 // Walk all the blocks in this chain, marking their successors as having
428 // Once we need to walk the worklist looking for a candidate, cleanup the
462 /// This routine is called when we are unable to use the CFG to walk through
464 /// We walk through the function's blocks in order, starting from the
591 // Walk backwards through any straight line of predecessors.
642 // 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
  /external/icu4c/i18n/unicode/
coleitr.h 54 * The CollationElementIterator class is used as an iterator to walk through
300 * collation object. The cursor will walk thru the source string based on the
313 * collation object. The cursor will walk thru the source string based on the
  /external/libxml2/
list.c 672 * Walk all the element of the first from first to last and
693 * Walk all the element of the list in reverse order and
763 /* Walk the old tree and insert the data into the new one */
  /external/openssl/crypto/
sparccpuid.S 32 call .walk.reg.wins
140 .walk.reg.wins:
148 call .walk.reg.wins

Completed in 454 milliseconds

1 2 3 4 5 67 8 91011>>