HomeSort by relevance Sort by last modified time
    Searched refs:reverse (Results 176 - 200 of 2235) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/autotest/tko/
utils.py 50 sorted_messages = sorted(messages, key=len, reverse=True)
  /external/flatbuffers/android/jni/
msbuild.py 68 msbuilds.sort(lambda x, y: compare_version(x['ver'], y['ver']), reverse=True)
  /external/guava/guava/src/com/google/common/collect/
DescendingImmutableSortedMultiset.java 59 return forward.entrySet().asList().reverse().get(index);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
varsub.bat 33 # -nr Afterwards, run native2ascii -encoding UTF8 -reverse
40 $N2Aoption = ($IN eq '-nr') ? " -reverse " : "";
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
BaseJavadocNodeScanner.java 41 for (Comment comment : Lists.reverse(comments)) {
BaseJavadocTagClasses.java 65 for (AbstractTypeDeclaration node : Lists.reverse(toHide)) {
BaseModifyCommentScanner.java 43 for (Comment comment : Lists.reverse(comments)) {
57 * Comments are passed in the reverse order that they appear in source code to ensure that
  /external/kernel-headers/original/uapi/linux/
x25.h 107 unsigned int reverse; member in struct:x25_facilities
  /external/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/
sort_comp.pass.cpp 41 std::reverse(v.begin(), v.end());
  /external/python/cpython2/Lib/idlelib/idle_test/
test_idlehistory.py 86 def fetch_test(self, reverse, line, prefix, index, bell=False):
91 History.fetch(reverse)
148 self.history.fetch(reverse=True) # initialization
154 self.history.fetch(reverse=True) # initialization
  /external/python/cpython2/Tools/scripts/
rgrep.py 3 """Reverse grep.
52 lines.reverse()
  /external/python/cpython3/Lib/idlelib/idle_test/
test_history.py 86 def fetch_test(self, reverse, line, prefix, index, *, bell=False):
91 History.fetch(reverse)
148 self.history.fetch(reverse=True) # initialization
154 self.history.fetch(reverse=True) # initialization
  /external/syslinux/com32/lib/sys/
ansi.h 40 bool reverse; member in struct:term_state
  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
ByteStream.java 42 * advance() or reverse().
50 * position with advance() & reverse() to keep from "getting lost" in the descriptor stream.
199 * Reverse the logical position in the stream. Affects the running count also.
200 * @param numBytes The (positive) number of bytes to reverse.
204 public void reverse(int numBytes) { method in class:ByteStream
206 // Positive (reverse) offsets only
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 53 /// AddInitialGroup - Add the specified batch of stuff in reverse order.
62 for (Instruction *I : reverse(List)) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 53 /// AddInitialGroup - Add the specified batch of stuff in reverse order.
62 for (Instruction *I : reverse(List)) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 53 /// AddInitialGroup - Add the specified batch of stuff in reverse order.
62 for (Instruction *I : reverse(List)) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 53 /// AddInitialGroup - Add the specified batch of stuff in reverse order.
62 for (Instruction *I : reverse(List)) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 53 /// AddInitialGroup - Add the specified batch of stuff in reverse order.
62 for (Instruction *I : reverse(List)) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 53 /// AddInitialGroup - Add the specified batch of stuff in reverse order.
62 for (Instruction *I : reverse(List)) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 53 /// AddInitialGroup - Add the specified batch of stuff in reverse order.
62 for (Instruction *I : reverse(List)) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 53 /// AddInitialGroup - Add the specified batch of stuff in reverse order.
62 for (Instruction *I : reverse(List)) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 53 /// AddInitialGroup - Add the specified batch of stuff in reverse order.
62 for (Instruction *I : reverse(List)) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 53 /// AddInitialGroup - Add the specified batch of stuff in reverse order.
62 for (Instruction *I : reverse(List)) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 53 /// AddInitialGroup - Add the specified batch of stuff in reverse order.
62 for (Instruction *I : reverse(List)) {

Completed in 1561 milliseconds

1 2 3 4 5 6 78 91011>>