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

1 2 3 4 5 6 78 91011>>

  /frameworks/native/libs/ui/
Region.cpp 84 * vector) will be reversed. Each rectangle in the original list, starting from the bottom, will be
87 * The resulting temporary vector will be a completely reversed copy of the original, without any
195 Vector<Rect> reversed;
196 reverseRectsResolvingJunctions(r.begin(), r.end(), reversed, direction_RTL);
199 reverseRectsResolvingJunctions(reversed.begin(), reversed.end(),
  /libcore/tools/upstream/src/main/java/libcore/
CompareUpstreams.java 109 Collections.sort(comments, Comparator.comparing(map::get).reversed());
  /packages/apps/Settings/src/com/android/settings/accessibility/
VibrationPreferenceFragment.java 152 Comparator.comparing(VibrationIntensityCandidateInfo::getIntensity).reversed());
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
clang-include-fixer.py 102 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
clang-include-fixer.py 102 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
clang-include-fixer.py 102 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
clang-include-fixer.py 102 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
clang-include-fixer.py 102 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
clang-include-fixer.py 102 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/linux-x86/clang-4393122/share/clang/
clang-include-fixer.py 102 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/linux-x86/clang-4479392/share/clang/
clang-include-fixer.py 102 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/linux-x86/clang-4579689/share/clang/
clang-include-fixer.py 102 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/linux-x86/clang-4630689/share/clang/
clang-include-fixer.py 102 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/linux-x86/clang-4639204/share/clang/
clang-include-fixer.py 102 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/
clang-include-fixer.py 102 for op in reversed(sequence.get_opcodes()):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_imageop.py 16 VALUES = tuple( -x for x in reversed(_VALUES) ) + (0,) + _VALUES
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_imageop.py 16 VALUES = tuple( -x for x in reversed(_VALUES) ) + (0,) + _VALUES
  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/BulkDataOperations/src/
CSVProcessor.java 69 * Comparator.reversed(), Arrays.stream(...).</li>
122 br.lines().sorted(isAsc ? cmp : cmp.reversed())
  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/BulkDataOperations/src/
CSVProcessor.java 69 * Comparator.reversed(), Arrays.stream(...).</li>
122 br.lines().sorted(isAsc ? cmp : cmp.reversed())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py 16 VALUES = tuple( -x for x in reversed(_VALUES) ) + (0,) + _VALUES
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 16 VALUES = tuple( -x for x in reversed(_VALUES) ) + (0,) + _VALUES
  /system/extras/perfprofd/scripts/
sorted_collection.py 61 return reversed(self._items)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_calendar.py 239 self.assertEqual(value[::-1], list(reversed(value)))
250 self.assertEqual(value[::-1], list(reversed(value)))
  /external/python/cpython2/Misc/Vim/
python.vim 75 syn keyword pythonBuiltin raw_input reduce reload repr reversed round set
  /external/python/cpython3/Lib/
random.py 271 for i in reversed(range(1, len(x))):
277 for i in reversed(range(1, len(x))):

Completed in 1509 milliseconds

1 2 3 4 5 6 78 91011>>