HomeSort by relevance Sort by last modified time
    Searched full:successor (Results 126 - 150 of 529) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/common/
content_settings_pattern.cc 598 return ContentSettingsPattern::SUCCESSOR;
637 return ContentSettingsPattern::SUCCESSOR;
656 return ContentSettingsPattern::SUCCESSOR;
673 return ContentSettingsPattern::SUCCESSOR;
  /external/chromium_org/sync/api/
sync_data.h 90 // TODO(zea): Query methods for other sync properties: parent, successor, etc.
  /external/chromium_org/sync/engine/
get_commit_ids_command.h 75 // commit. Entries are added in root->child order and predecessor->successor
  /external/chromium_org/sync/protocol/
sync_enums.proto 119 // This is the successor to GetUpdatesSource. It merges the "normal mode"
  /external/chromium_org/sync/syncable/
mutable_entry.h 109 // Adjusts the successor and predecessor entries so that they no longer
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.pyx 100 """ Get successor (k,v) pair of key, raises KeyError if key is max key
treemixin.py 107 * succ_item(key) -> get (k,v) pair as a 2-tuple, where k is successor to key, O(log(n))
108 * succ_key(key) -> k, get the successor of key, O(log(n))
497 """ Get successor (k,v) pair of key, raises KeyError if key is max key
513 """ Get successor to key, raises KeyError if key is max key
walker.py 124 """ Get successor (k,v) pair of key, raises KeyError if key is max key
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 193 /// processCFGElement - Called by CoreEngine. Used to generate new successor
218 /// ProcessBranch - Called by CoreEngine. Used to generate successor
236 /// processIndirectGoto - Called by CoreEngine. Used to generate successor
240 /// ProcessSwitch - Called by CoreEngine. Used to generate successor
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 176 "Entry block must have 1 successor.");
183 // Get the solitary successor.
406 // Only 1 successor: the indirect goto dispatch block.
447 "Blocks with no terminator should have at most 1 successor.");
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
LocalVariableExtractor.java 172 * Merge this state into the start state for each successor,
RopMethod.java 159 * the successor's predecessors.
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LocalVariableExtractor.java 189 * Merge this state into the start state for each successor,
SsaRenamer.java 364 * phis in successor blocks.
625 * Updates the phi insns in successor blocks with operands based
657 SsaBasicBlock successor = ssaMeth.getBlocks().get(i); local
658 successor.forEachPhiInsn(visitor);
  /external/llvm/include/llvm/Analysis/
Interval.h 80 /// isSuccessor - find out if a basic block is a successor of this Interval
LoopInfoImpl.h 62 /// getExitBlocks - Return all of the successor blocks of this loop. These
133 // The predecessor has exactly one successor, so it is a preheader.
140 /// the predecessor to have exactly one successor.
467 // Push the next DFS successor onto the stack.
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 23 // * the successor blocks of the loop
  /external/llvm/include/llvm/Support/
InstIterator.h 110 // the end() of the current BasicBlock and there are successor BBs.
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 122 /// Predict that a successor which leads necessarily to an
147 // Skip probabilities if this block has a single successor or if all were
248 // Skip probabilities if this block has a single successor.
602 << IndexInSuccessors << " successor weight to "
DominanceFrontier.cpp 69 // Does Node immediately dominate this successor?
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 60 /// only has one predecessor, and that predecessor only has one successor.
66 // pred, and if there is only one distinct successor of the predecessor, and
90 // Move all definitions in the successor to the predecessor...
379 // Update the conditional branch's successor for the following
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
swim.c 29 * clause at DFARS 252.227-7013 and/or in similar or successor
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
swim.c 29 * clause at DFARS 252.227-7013 and/or in similar or successor
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
swim.c 29 * clause at DFARS 252.227-7013 and/or in similar or successor
  /external/skia/include/ports/
SkTypeface_android.h 61 * font with no logical successor, it must return NULL.

Completed in 358 milliseconds

1 2 3 4 56 7 8 91011>>