HomeSort by relevance Sort by last modified time
    Searched full:traverse (Results 326 - 350 of 787) sorted by null

<<11121314151617181920>>

  /external/libxml2/include/libxml/
xpath.h 186 * An axis traversal function. To traverse an axis, the engine calls
  /external/llvm/lib/Target/Hexagon/
HexagonExpandPredSpillCode.cpp 81 // Traverse the basic block.
HexagonPeephole.cpp 131 // Traverse the basic block.
HexagonSplitTFRCondSets.cpp 88 // Traverse the basic block.
HexagonCopyToCombine.cpp 428 // Traverse basic blocks.
434 // Traverse instructions in basic block.
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 228 // Fill RelocLs. Traverse Relocs backwards so that relocations in RelocLs
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 86 BasicBlock *Cur = I++; // Advance over block so we don't traverse new blocks
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 181 * Traverse the list given a list iterator
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java 231 // we can just advance the line index sequentially as we traverse
  /art/compiler/sea_ir/ir/
sea.cc 32 void IRVisitor::Traverse(Region* region) {
45 void IRVisitor::Traverse(SeaGraph* graph) {
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 149 * Allows the programmer to traverse the table in hash order without
378 pANTLR3_INT_TRIE_NODE current; /* Used to traverse the TRIE with the next() method */
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 119 walker.traverse(node);
296 walker.traverse(node);
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityObject.cpp 823 // traverse backward by renderer to look for style change
846 // traverse forward by renderer to look for style change
  /external/chromium_org/third_party/WebKit/Source/core/loader/
HistoryController.cpp 557 // The general idea here is to traverse the frame tree and the item tree in parallel,
584 // We now traverse the frame tree and item tree a second time, loading frames that
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtrace.h 489 ** iterator to traverse the QName handles in the Trace database.
529 ** iterator to traverse the RName handles in the Trace database.
  /external/chromium_org/v8/src/
full-codegen.h 230 // number of context chain links to unwind as we traverse the nesting
428 // variable. May emit code to traverse the context chain, loading the
    [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 516 void MigrationContext::traverse(TranslationUnitDecl *TU) { function in class:MigrationContext
578 MigrateCtx.traverse(pass.Ctx.getTranslationUnitDecl());
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 184 /// DiffListIterator - Base iterator class that can traverse the
437 // aliasing registers. Use these iterator classes to traverse the lists.
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 609 // Now traverse upwards to pop ancestors whose offsprings are all done.
647 // If it's a leaf node, it's done. Traverse upwards to pop ancestors.
MachineLICM.cpp 210 /// UpdateBackTraceRegPressure - Traverse the back trace from header to
674 // Now traverse upwards to pop ancestors whose offsprings are all done.
725 // the first child of this node. This means we ultimately traverse the
767 // If it's a leaf node, it's done. Traverse upwards to pop ancestors.
    [all...]
  /external/v8/src/
full-codegen.h 145 // number of context chain links to unwind as we traverse the nesting
343 // variable. May emit code to traverse the context chain, loading the
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 177 * On collisions, indices traverse the arena cyclically in reverse
408 i = (i == 0) ? m : i - 1; // cyclically traverse
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 75 # Traverse the linked list in order.
84 # Traverse the linked list in reverse order.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 75 # Traverse the linked list in order.
84 # Traverse the linked list in reverse order.
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.js 267 function traverse(trie, triePath) {
272 traverse(trie[member], triePath ? triePath + '/' + member : member);
275 traverse(testsTrie, startingTriePath);
    [all...]

Completed in 602 milliseconds

<<11121314151617181920>>