HomeSort by relevance Sort by last modified time
    Searched full:successor (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /dalvik/dx/src/com/android/dx/rop/code/
RopMethod.java 159 * the successor's predecessors.
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableExtractor.java 189 * Merge this state into the start state for each successor,
SsaRenamer.java 331 * phis in successor blocks.
587 * Updates the phi insns in successor blocks with operands based
616 SsaBasicBlock successor = ssaMeth.getBlocks().get(i); local
617 successor.forEachPhiInsn(visitor);
SCCP.java 330 int successor = block.getSuccessorList().get(i); local
331 addBlockToWorklist(ssaMeth.getBlocks().get(successor));
  /external/v8/test/cctest/
cctest.h 85 // pseudorandomly select a successor thread and switch execution
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 293 * successor is (normally) relinked to a non-cancelled
302 * successor must avoid races with newly queued nodes to set
305 * updated "tail" when a node's successor appears to be null.
344 /** waitStatus value to indicate successor's thread needs unparking */
356 * SIGNAL: The successor of this node is (or will soon be)
358 * unpark its successor when it releases or
404 * Link to the successor node that the current node/thread
590 * Wakes up node's successor, if one exists.
605 * Thread to unpark is held in successor, which is normally
608 * non-cancelled successor
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
TreeMap.java 1075 static private <K, V> Node<K, V> successor(Node<K, V> x) { method in class:TreeMap
    [all...]
  /external/e2fsprogs/intl/
dcigettext.c 626 for (cnt = 0; domain->successor[cnt] != NULL; ++cnt)
628 retval = _nl_find_msg (domain->successor[cnt], binding,
633 domain = domain->successor[cnt];
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
StdCatchBuilder.java 234 * successor -- if any -- last in the successors list, but
  /external/bluetooth/bluez/tools/
ubcsp.c 893 /* If we have no successor block
935 /* If we have no successor block
    [all...]
  /external/stlport/stlport/stl/
_tree.c 157 __y = _Rb_tree_node_base::_S_minimum(__y->_M_right); // __z's successor. __x might be null.
162 if (__y != __z) { // relink y in place of z. y is z's successor
_tree.h 47 (2) when a node being deleted has two children its successor node is
  /external/v8/src/
jsregexp.cc 3318 RegExpNode* successor = that->on_success(); local
3362 RegExpNode* successor = that->on_success(); local
4593 OutSet* successor = successors()->at(i); local
4934 GuardedAlternative successor = this->alternatives()->at(1); local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Frame.java 285 * context, likely via a throw. Our successor will only need
  /external/skia/include/core/
SkFontHost.h 157 font with no logical successor, it must return 0.
  /external/skia/src/ports/
SkFontHost_android.cpp 628 its successor. If fontID is not in our list, then return the first one
  /external/webkit/WebKitTools/android/flex-2.5.4a/
nfa.c 284 * first - the machine whose successor is to be last
  /prebuilt/common/jython/
LICENSE_CPython.txt 6 as a successor of a language called ABC. Guido remains Python's
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 652 // Yes. In ID space, compare to axisRoot's successor
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 250 * Returns the successor of p, or the head node if p.next has been
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java 398 .appendCodePoint(nextCodePoint) // instead of the last code point, use successor
    [all...]
  /external/libpcap/
optimize.c 1385 * For each edge dominator that matches the successor of this
1386 * edge, promote the edge successor to the its grandchild.
    [all...]
  /external/bluetooth/bluez/
COPYING.LIB 10 as the successor of the GNU Library Public License, version 2, hence
  /external/jdiff/
NOTICE.txt 10 as the successor of the GNU Library Public License, version 2, hence
  /external/qemu/
COPYING.LIB 10 as the successor of the GNU Library Public License, version 2, hence

Completed in 239 milliseconds

12 3 4 5