HomeSort by relevance Sort by last modified time
    Searched refs:reverse (Results 726 - 750 of 1740) sorted by null

<<21222324252627282930>>

  /build/make/tools/
fat16copy.py 366 records.reverse()
684 grabbed_zones.reverse()
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 168 // Now reverse the animations and verify whether the play order is reversed.
188 set.reverse();
430 set.reverse();
435 // a2 should finish 200ms after reverse started
441 // that the AnimatorSet didn't mistakenly use its start delay in the reverse run.
601 xAnimator.setRepeatMode(ValueAnimator.REVERSE);
613 yAnimator.setRepeatMode(ValueAnimator.REVERSE);
764 a3.setRepeatMode(ValueAnimator.REVERSE);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sets.py 429 reverse = {"==": "==",
452 rcase = TestSubsets.reverse[case]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiCopyMem.asm 72 ; otherwise, do a reverse copy
  /external/autotest/server/cros/dynamic_suite/
suite.py     [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Arrays.java 1104 public static byte[] reverse(byte[] a) method in class:Arrays
1122 public static int[] reverse(int[] a) method in class:Arrays
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/
setup.py 495 # Reverse sort directories.
500 directories.reverse()
502 directories.sort(key=operator.attrgetter('name'), reverse=True)
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/
setup.py 495 # Reverse sort directories.
500 directories.reverse()
502 directories.sort(key=operator.attrgetter('name'), reverse=True)
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 158 constexpr void reverse(Iterator begin, Iterator end) { function in namespace:string_assign
172 reverse(stuff, stuff + n); // expected-note {{cannot refer to element 101 of array of 100 elements}}
  /external/guava/guava-testlib/test/com/google/common/testing/
NullPointerTesterTest.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
TestCharsetDetector.java 605 ltrStrBuf = ltrStrBuf.reverse();
    [all...]
  /external/icu/icu4c/source/data/brkitr/rules/
word.txt 198 !!reverse;
word_POSIX.txt 198 !!reverse;
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 487 LXUtilities::reverse(&fGlyphWidths[glyphBase], glyphCount);
488 LXUtilities::reverse(&fGlyphToCharMap[glyphBase], glyphCount);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
TestCharsetDetector.java 604 ltrStrBuf = ltrStrBuf.reverse();
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 657 // Encode the number of registers saved. (Reverse the list first.)
658 std::reverse(&SavedRegs[0], &SavedRegs[SavedRegIdx]);
696 // register. The list of saved registers is assumed to be in reverse
739 // Reverse the list.
740 std::reverse(&SavedRegs[0], &SavedRegs[CU_NUM_SAVED_REGS]);
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 308 // The reverse post-order traversal of the list gives us an ordering close
352 // the list in reverse. Now that we are using a reverse post-order traversal
354 // we just reverse the list and continue to operate on it in reverse.
355 std::reverse(Order.begin(), Order.end());
504 for (RegionNode *RN : reverse(Order)) {
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 128 std::reverse(OpsToPrint.begin(), OpsToPrint.end());
461 // Because this is a vector, we want to emit from the end. Reverse all of the
463 std::reverse(Instructions.begin(), Instructions.end());
783 // A list of MCOperandPredicates for all operands in use, and the reverse map
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-config/
llvm-config.in.in 444 #print_sets("So far", reverse(@result));
458 return reverse(@result);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterEmitter.cpp 95 std::reverse(OpsToPrint.begin(), OpsToPrint.end());
440 // Because this is a vector, we want to emit from the end. Reverse all of the
442 std::reverse(Instructions.begin(), Instructions.end());
    [all...]
  /external/v8/tools/
ll_prof.py 809 used_code.sort(key=lambda x: x.self_ticks, reverse=True)
819 mmap_infos.sort(key=lambda m: m.ticks, reverse=True)
    [all...]
  /external/v8/tools/release/
common_includes.py 465 wait_plan.reverse()
662 key=SortingKey, reverse=True)[0]
  /external/webrtc/third_party/gtest-parallel/
gtest-parallel 324 tests.sort(reverse=True, key=lambda x: ((1 if x[0] is None else 0), x))
  /frameworks/base/media/java/android/media/
VolumeShaper.java 65 * or {@link VolumeShaper.Operation#REVERSE} after
66 * {@code REVERSE} has no effect.
95 * {@link VolumeShaper.Operation#REVERSE}, then the new curve will
1270 public @NonNull Builder reverse() { method in class:VolumeShaper.Operation.Builder
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/
SpotShadow.java 375 reverse(polygon, len); method
393 private static void reverse(@NonNull float[] polygon, int len) { method in class:SpotShadow

Completed in 1033 milliseconds

<<21222324252627282930>>