HomeSort by relevance Sort by last modified time
    Searched defs:compare (Results 1 - 25 of 1025) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/tools/lua/
ngrams_aggregate.lua 14 function compare(a, b) function
17 table.sort(countArray, compare)
  /external/skqp/tools/lua/
ngrams_aggregate.lua 14 function compare(a, b) function
17 table.sort(countArray, compare)
  /art/test/044-proxy/src/
MethodComparator.java 21 public int compare(Method m1, Method m2) { method in class:MethodComparator
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
stacktest.py 12 def compare(a, b): function
39 compare(a, b)
  /external/autotest/client/cros/chameleon/
mirror_comparison.py 14 """A class to compare the resolutions and screens for mirrored mode.
16 Calling its member method compare() does the comparison.
35 def compare(self): member in class:MirrorComparer
67 return self._screen_comparer.compare()
resolution_comparison.py 12 """A class to compare the resolutions by using exact match.
14 Calling its member method compare() does the comparison.
24 def compare(self, expected_resolution): member in class:ExactMatchResolutionComparer
71 """A class to compare the resolutions for VGA interface.
73 Calling its member method compare() does the comparison.
83 def compare(self, expected_resolution): member in class:VgaResolutionComparer
screen_comparison.py 15 """A class to compare two screens.
17 Calling its member method compare() does the comparison.
49 def compare(self): member in class:ScreenComparer
  /external/ltp/testcases/network/dccp/
dccp01.sh 12 compare() function
31 tst_res TINFO "compare UDP/DCCP performance"
34 compare DCCP
38 tst_res TINFO "compare UDP/UDP-Lite performance"
41 compare UDP-Lite
  /external/python/cpython2/Tools/compiler/
stacktest.py 12 def compare(a, b): function
39 compare(a, b)
  /external/tensorflow/tensorflow/python/kernel_tests/
trace_op_test.py 32 def compare(self, x): member in class:TraceTest
43 self.compare(x)
  /device/google/marlin/power/
list.h 33 int (*compare)(void *data1, void *data2); member in struct:list_node
  /external/autotest/client/cros/image_comparison/
pdiff_image_comparer.py 22 def compare(self, golden_img_path, test_img_path, box=None): member in class:PdiffImageComparer
30 Defines the rectangular boundary within which to compare.
rgb_image_comparer.py 35 def compare(self, golden_img_path, test_img_path, box=None): member in class:RGBImageComparer
upload_on_fail_comparer.py 25 @param local_comparer: object impementing compare(), local comparer.
26 @param remote_comparer: object implementing compare(), remote comparer.
42 def compare(self, golden_image_path, test_image_path, box=None): member in class:UploadOnFailComparer
47 compare the same images.
68 res = self.local_comparer.compare(golden_image_path,
82 res_remote = self.remote_comparer.compare(golden_image_path,
  /external/autotest/tko/parsers/test/
inspect_parser_result_store.py 33 def compare(left_tag, right_tag): function
  /external/jdiff/src/jdiff/
CompareClassPdiffs.java 6 * Class to compare two ClassDiff objects.
13 * Compare two class diffs by their percentage difference,
16 public int compare(Object obj1, Object obj2){ method in class:CompareClassPdiffs
ComparePkgPdiffs.java 6 * Class to compare two PackageDiff objects.
13 * Compare two package diffs by their percentage difference,
16 public int compare(Object obj1, Object obj2){ method in class:ComparePkgPdiffs
  /development/vndk/tools/header-checker/src/repr/
ir_dumper.cpp 57 auto &&compare = [](const T *lhs, const T *rhs) { local
60 std::stable_sort(xs.begin(), xs.end(), compare);
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p4.cpp 37 int compare(T x, T y);
40 template <> int foo<char>::compare(char x, char y);
41 template <class T> int foo<T>::compare(T x, T y) { function in class:test0::foo
  /external/ltp/testcases/network/tcp_fastopen/
tcp_fastopen_run.sh 40 compare() function
70 compare
82 compare
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
2-1.c 24 int compare(const void *key, const void *amemb) function
66 if (lfind(&tid, tids, &i, sizeof(timer_t), compare) != NULL) {
  /external/mockito/src/main/java/org/mockito/internal/invocation/
InvocationComparator.java 15 public int compare(Invocation o1, Invocation o2) { method in class:InvocationComparator
  /external/mockito/src/main/java/org/mockito/internal/stubbing/
StubbingComparator.java 19 public int compare(Stubbing o1, Stubbing o2) { method in class:StubbingComparator
20 return invocationComparator.compare(o1.getInvocation(), o2.getInvocation());
  /external/proguard/src/proguard/util/
ObjectUtil.java 61 public static int compare(Comparable object1, Comparable object2) method in class:ObjectUtil
  /dalvik/dx/src/com/android/dex/util/
Unsigned.java 25 public static int compare(short ushortA, short ushortB) { method in class:Unsigned
34 public static int compare(int uintA, int uintB) { method in class:Unsigned

Completed in 937 milliseconds

1 2 3 4 5 6 7 8 91011>>