HomeSort by relevance Sort by last modified time
    Searched full:reverse (Results 526 - 550 of 2571) sorted by null

<<21222324252627282930>>

  /external/srec/portable/src/
LCHAR.c 283 /* We now have the digit of the number in the buffer, but in reverse
284 order. Thus we reverse them now. */
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnDiffFooter.pl 84 Reverse-merged /trunk/Makefile:r33020
100 Reverse-merged /trunk/Makefile:r33020
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
api.py 177 raise ScriptError(message="Failed to apply reverse diff for revision %s because of the following conflicts:\n%s" % (revision, "\n".join(conflicts)))
180 for revision in sorted(revision_list, reverse=True):
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsTransaction.java 45 * Note we insert elements to the head of the list, so that we endTransaction() in the reverse
112 // the reverse order.
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h 47 * __lhbrx - Load Half Word Byte-Reverse Indexed
48 * __lwbrx - Load Word Byte-Reverse Indexed
49 * __sthbrx - Store Half Word Byte-Reverse Indexed
50 * __stwbrx - Store Word Byte-Reverse Indexed
214 * __lhbrx - Load Half Word Byte-Reverse Indexed
224 * __lwbrx - Load Word Byte-Reverse Indexed
234 * __sthbrx - Store Half Word Byte-Reverse Indexed
242 * __stwbrx - Store Word Byte-Reverse Indexed
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StringBuffer2Test.java 502 sb.reverse();
508 sb.reverse();
517 sb.reverse();
524 sb.reverse();
532 * @tests java.lang.StringBuffer#reverse()
536 // java.lang.StringBuffer.reverse()
  /external/guava/guava/src/com/google/common/collect/
ImmutableList.java 393 * Returns a view of this immutable list in reverse order. For example, {@code
394 * ImmutableList.of(1, 2, 3).reverse()} is equivalent to {@code
397 * @return a view of this immutable list in reverse order
400 public ImmutableList<E> reverse() { method in class:ImmutableList
421 @Override public ImmutableList<E> reverse() { method in class:ImmutableList.ReverseImmutableList
446 reversePosition(toIndex), reversePosition(fromIndex)).reverse();
Ordering.java 45 * if (Ordering.from(comparator).reverse().isOrdered(list)) { ... }}</pre>
314 * Returns the reverse of this ordering; the {@code Ordering} equivalent to
318 // Ordering<String> o = Ordering.<String>natural().reverse();
320 public <S extends T> Ordering<S> reverse() { method in class:Ordering
346 * <p>Note that {@code ordering.lexicographical().reverse()} is not
347 * equivalent to {@code ordering.reverse().lexicographical()} (consider how
453 return reverse().leastOf(iterable, k);
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 477 /// subloop header, add the subloop to its parent in PostOrder, then reverse the
490 // For convenience, Blocks and Subloops are inserted in postorder. Reverse
492 std::reverse(Subloop->getBlocksVector().begin()+1,
494 std::reverse(Subloop->getSubLoopsVector().begin(),
511 /// 1) Discovered and mapped by a reverse CFG traversal.
513 /// 3) Reverse-inserted in the loop in postorder following forward DFS.
  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 383 printf("Reverse channels: %d \n", num_render_channels);
521 trace_stream << "Processed frames: " << reverse_count << " (reverse), "
556 printf("Init at frame: %d (primary), %d (reverse)\n",
562 printf(" Reverse channels: %d \n", msg.num_reverse_channels());
682 trace_stream << "Processed frames: " << reverse_count << " (reverse), "
734 printf("Init at frame: %d (primary), %d (reverse)\n",
888 printf("\nProcessed frames: %d (primary), %d (reverse)\n",
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 563 UnicodeString srcStr, targ, reverse; local
765 reverse = targ;
766 sourceToTarget->transliterate(reverse);
787 if (isSame(srcStr, reverse) == FALSE &&
790 logRoundTripFailure(srcStr,targetToSource->getID(), targ,sourceToTarget->getID(), reverse);
803 if (reverse != reverse2) {
804 logNotCanonical("Target-Source", targ, reverse, targ2, reverse2);
840 reverse = targ;
841 sourceToTarget->transliterate(reverse);
860 if (isSame(srcStr, reverse) == FALSE &&
    [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2003-10-25 215 reverse) instead of convertCharacterOffsetsToUTF8ByteOffsets in this file.
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 642 * java.util.Collections#reverse(java.util.List)
645 // Test for method void java.util.Collections.reverse(java.util.List)
647 Collections.reverse(null);
651 Collections.reverse(ll);
655 assertTrue("Failed to reverse collection",
662 Collections.reverse(myList);
663 assertTrue("Did not reverse correctly--first element is: "
665 assertNull("Did not reverse correctly--second element is: "
674 Collections.reverse(mal);
693 assertTrue("New comparator does not reverse sorting order", l
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 207 // test repeat mode REVERSE
209 anim.setRepeatMode(Animation.REVERSE);
257 // check decelerating delta alpha when reverse. alpha should change form 0.0f to 1.0f
566 anim.setRepeatMode(Animation.REVERSE);
634 myAnimation.setRepeatMode(Animation.REVERSE);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 129 * During fillBuffer(), we can make a reverse index from a set
533 * Given a node, add this to the reverse index tokenTypeToStreamIndexesMap.
589 * Track the indicated token type in the reverse index. Call this
610 * Track the indicated token types in the reverse index. Set
621 * This is not its Token stream index. If there is no reverse map
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 147 * During fillBuffer(), we can make a reverse index from a set
610 * Given a node, add this to the reverse index tokenTypeToStreamIndexesMap.
666 * Track the indicated token type in the reverse index. Call this
687 * Track the indicated token types in the reverse index. Set
698 * This is not its Token stream index. If there is no reverse map
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeWizard.java 103 /** During fillBuffer(), we can make a reverse index from a set
435 /** Given a node, add this to the reverse index tokenTypeToStreamIndexesMap.
481 /** Track the indicated token type in the reverse index. Call this
495 /** Track the indicated token types in the reverse index. Set
502 * This is not its Token stream index. If there is no reverse map
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeWizard.m 186 /** During fillBuffer(), we can make a reverse index from a set
635 /** Given a node, add this to the reverse index tokenTypeToStreamIndexesMap.
681 ** Track the indicated token type in the reverse index. Call this
696 ** Track the indicated token types in the reverse index. Set
703 * This is not its Token stream index. If there is no reverse map
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedMapTest.java 568 Comparator<String> comparator = Ordering.natural().reverse();
582 Comparator<String> comparator = Ordering.natural().reverse();
606 Comparator<String> comparator = Ordering.natural().reverse();
677 assertEquals(Ordering.natural().reverse(), map.comparator());
681 Comparator<String> comparator = Ordering.natural().reverse();
  /external/harfbuzz_ng/test/api/
test-buffer.c 208 /* reverse, test, and reverse back */
218 /* reverse_clusters works same as reverse for now since each codepoint is
232 /* reverse, test, and reverse back */
  /external/icu4c/data/brkitr/
line.txt 32 # The problem occurs in the reverse rules.
47 # (Look-ahead in a reverse rule is looking towards the start)
227 # An engine change is required to write the reverse rule for this.
402 # Reverse Rules.
406 !!reverse;
line_fi.txt 32 # The problem occurs in the reverse rules.
47 # (Look-ahead in a reverse rule is looking towards the start)
230 # An engine change is required to write the reverse rule for this.
408 # Reverse Rules.
412 !!reverse;
line_ja.txt 32 # The problem occurs in the reverse rules.
47 # (Look-ahead in a reverse rule is looking towards the start)
227 # An engine change is required to write the reverse rule for this.
402 # Reverse Rules.
406 !!reverse;
  /external/opencv/cvaux/src/
cvclique.cpp 105 void _FillAdjMatrix( CvGraph* graph, int** connected, int reverse )
112 connected[i][j] = 0|reverse;
122 connected[i][NUMBER(v)] = 1^reverse;
129 void cvStartFindCliques( CvGraph* graph, CvCliqueFinder* finder, int reverse, int weighted, int weighted_edges )
211 _FillAdjMatrix( graph, finder->adj_matr, reverse );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator.h 70 // 24.4.1 Reverse iterators
72 * "Bidirectional and random access iterators have corresponding reverse
75 * iterators. The fundamental relation between a reverse %iterator and its
85 * Reverse iterators can be tricky and surprising at first. Their
272 * Reverse iterators forward many operations to their underlying base()
    [all...]

Completed in 2382 milliseconds

<<21222324252627282930>>