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

<<31323334353637383940>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
IntegerTest.java     [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
X500Name.java 944 Collections.reverse(dnVector);
    [all...]
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 584 if (a.attrs.reverse != b.attrs.reverse) return false;
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 43 static void set_operation_id(NJ_SEARCH_LOCATION *dicinfo, NJ_UINT8 reverse, NJ_RESULT *result);
413 static void set_operation_id(NJ_SEARCH_LOCATION *dicinfo, NJ_UINT8 reverse, NJ_RESULT *result) {
  /packages/services/Car/tools/bootanalyze/
bootanalyze.py 200 for item in sorted(averaged_timing_points, key=lambda entry: entry[1], reverse=True):
239 for item in sorted(timing_points.items(), key=operator.itemgetter(1), reverse = True):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sets.py 429 reverse = {"==": "==",
452 rcase = TestSubsets.reverse[case]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sets.py 429 reverse = {"==": "==",
452 rcase = TestSubsets.reverse[case]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
block.go 82 // index of reverse edge. Invariant:
schedule.go 76 // scheduling order. We queue values in this list in reverse order.
  /prebuilts/go/darwin-x86/src/cmd/vet/
copylock.go 185 // The human-readable path is in reverse order, outermost to innermost.
  /prebuilts/go/darwin-x86/src/text/template/
examplefiles_test.go 168 // Execute the templates in the reverse order to verify the
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
block.go 82 // index of reverse edge. Invariant:
schedule.go 76 // scheduling order. We queue values in this list in reverse order.
  /prebuilts/go/linux-x86/src/cmd/vet/
copylock.go 185 // The human-readable path is in reverse order, outermost to innermost.
  /prebuilts/go/linux-x86/src/text/template/
examplefiles_test.go 168 // Execute the templates in the reverse order to verify the
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 499 void reverse() function in class:slist
500 { _M_non_dbg_impl.reverse(); }
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 499 void reverse() function in class:slist
500 { _M_non_dbg_impl.reverse(); }
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 499 void reverse() function in class:slist
500 { _M_non_dbg_impl.reverse(); }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sets.py 429 reverse = {"==": "==",
452 rcase = TestSubsets.reverse[case]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sets.py 429 reverse = {"==": "==",
452 rcase = TestSubsets.reverse[case]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java 135 // And finally, make sure you can do it in reverse too
136 logln("Reverse iteration...");
157 // And finally, make sure you can do it in reverse too
158 logln("Reverse iteration...");
758 StringBuffer reverse = new StringBuffer();
760 reverse.insert(0, ch);
763 if (!forward.toString().equals(reverse.toString())) {
764 errln("FAIL: Forward/reverse mismatch for input " + hex(input)
765 + ", forward: " + hex(forward) + ", backward: "+hex(reverse));
767 logln("Ok: Forward/reverse for input " + hex(input
786 StringBuffer reverse = new StringBuffer(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java 134 // And finally, make sure you can do it in reverse too
135 logln("Reverse iteration...");
156 // And finally, make sure you can do it in reverse too
157 logln("Reverse iteration...");
757 StringBuffer reverse = new StringBuffer();
759 reverse.insert(0, ch);
762 if (!forward.toString().equals(reverse.toString())) {
763 errln("FAIL: Forward/reverse mismatch for input " + hex(input)
764 + ", forward: " + hex(forward) + ", backward: "+hex(reverse));
766 logln("Ok: Forward/reverse for input " + hex(input
785 StringBuffer reverse = new StringBuffer(); local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APFloat.cpp     [all...]
  /prebuilts/misc/common/robolectric/lib/
maven-project-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.2.1/
maven-project-2.2.1.jar 

Completed in 922 milliseconds

<<31323334353637383940>>