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

<<21222324252627282930>>

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.cpp 324 abs_val_list.reverse();
  /libcore/ojluni/src/main/java/java/lang/
Integer.java 1540 public static int reverse(int i) { method in class:Integer
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
SunCertPathBuilder.java 180 // as the first cert in the certpath - i.e. reverse
182 Collections.reverse(certPathList);
  /libcore/tzdata/shared2/src/test/libcore/tzdata/shared2/
FileUtilsTest.java 45 // Delete in reverse order
46 Collections.reverse(testFiles);
  /platform_testing/libraries/app-helpers/tv/src/android/platform/test/helpers/tv/
AbstractLeanbackAppHelper.java 265 object = select(condition, container, Direction.reverse(direction));
505 * Moves a focus in a given direction and reverse direction to select the header
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_strptime.py 230 to_convert = sorted(to_convert, key=len, reverse=True)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
UndoDelegator.py 331 cmds.reverse()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_repr.py 238 actions.reverse()
  /prebuilts/gdb/linux-x86/lib/python2.7/
_strptime.py 230 to_convert = sorted(to_convert, key=len, reverse=True)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
UndoDelegator.py 331 cmds.reverse()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_repr.py 238 actions.reverse()
  /prebuilts/go/darwin-x86/src/net/
lookup.go 320 // LookupAddr performs a reverse lookup for the given address, returning a list
329 // LookupAddr performs a reverse lookup for the given address, returning a list
  /prebuilts/go/darwin-x86/src/sort/
sort_test.go 114 Sort(Reverse(r))
117 t.Errorf("reverse sort didn't sort")
354 modes := []string{"copy", "reverse", "reverse1", "reverse2", "sort", "dither"}
  /prebuilts/go/linux-x86/src/net/
lookup.go 320 // LookupAddr performs a reverse lookup for the given address, returning a list
329 // LookupAddr performs a reverse lookup for the given address, returning a list
  /prebuilts/go/linux-x86/src/sort/
sort_test.go 114 Sort(Reverse(r))
117 t.Errorf("reverse sort didn't sort")
354 modes := []string{"copy", "reverse", "reverse1", "reverse2", "sort", "dither"}
  /prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 230 to_convert = sorted(to_convert, key=len, reverse=True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 331 cmds.reverse()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_repr.py 238 actions.reverse()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 230 to_convert = sorted(to_convert, key=len, reverse=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 331 cmds.reverse()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_repr.py 238 actions.reverse()
  /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
ModuleDefinition.java 104 // Reverse cleaner order, so that last target_preparer to setup is first to clean up.
105 Collections.reverse(mCleaners);
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /art/compiler/utils/
intrusive_forward_list_test.cc 492 TEST(IntrusiveForwardList, Reverse) {
498 ref.reverse();
499 ifl.reverse();

Completed in 538 milliseconds

<<21222324252627282930>>