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

<<11121314151617181920>>

  /external/toolchain-utils/fdo_scripts/
summarize_hot_blocks.py 102 # sort reverse the list in place by the block count number
103 sum_lines.sort(key=GetBlockCount, reverse=True)
  /external/v8/tools/ignition/
linux_perf_report.py 173 handler_counters.sort(key=lambda entry: entry[1], reverse=True)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
FreeformWorkspaceLayoutAlgorithm.java 57 Collections.reverse(freeformTasks);
  /libcore/tzdata/shared2/src/test/libcore/tzdata/shared2/
TimeZoneDistroTest.java 43 // Delete files / directories in reverse order.
44 Collections.reverse(testFiles);
  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsButton.java 106 valueAnimator.reverse();
  /packages/apps/Terminal/src/com/android/terminal/
Terminal.java 47 boolean reverse; field in class:Terminal.CellRun
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
FabDrawable.java 147 mStrokeAnimator.reverse();
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
AospLauncherStrategy.java 91 Direction.reverse(getAllAppsScrollDirection()));
CommonLauncherHelper.java 155 scrollBackToBeginning(container, Direction.reverse(dir));
WearLauncherStrategy.java 93 allAppsContainer, Direction.reverse(getAllAppsScrollDirection()));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_userstring.py 104 data.reverse()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_userstring.py 104 data.reverse()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_userstring.py 104 data.reverse()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_userstring.py 104 data.reverse()
  /system/bt/service/test/
uuid_unittest.cc 123 std::reverse(my_uuid_128.begin(), my_uuid_128.end());
  /system/media/camera/docs/
metadata_validate.py 70 parents.reverse()
  /system/update_engine/payload_generator/
mapfile_filesystem.cc 131 // We parsed the blocks from the end of the line, so we need to reverse
133 std::reverse(mapped_file.extents.begin(), mapped_file.extents.end());
  /test/vts/utils/python/controllers/
adb.py 165 """Starts reverse TCP forwarding.
171 self.reverse("tcp:{} tcp:{}".format(device_port, host_port))
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
explode 111 for $e (reverse @e) {
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
TestFilePushSetup.java 101 // reverse the order so ones provided via command line last can be searched first
102 Collections.reverse(dirs);
  /art/compiler/optimizing/
instruction_builder.h 137 void Binop_22b(const Instruction& instruction, bool reverse, uint32_t dex_pc);
140 void Binop_22s(const Instruction& instruction, bool reverse, uint32_t dex_pc);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
heapq.py 206 Equivalent to: sorted(iterable, reverse=True)[:n]
218 result.sort(reverse=True)
439 Equivalent to: sorted(iterable, key=key, reverse=True)[:n]
459 return sorted(iterable, key=key, reverse=True)[:n]
  /external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/
PatchReaderTest.java 156 Collections.reverse(oldDeltaFriendlyUncompressPlan);
173 Collections.reverse(newDeltaFriendlyRecompressPlan);
  /external/boringssl/src/crypto/x509/
x_x509a.c 202 ASN1_EXP_OPT(X509_CERT_PAIR, reverse, X509, 1)
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 198 llvm::iterator_range<reverse_iterator> reverse() {
201 llvm::iterator_range<const_reverse_iterator> reverse() const {

Completed in 856 milliseconds

<<11121314151617181920>>