HomeSort by relevance Sort by last modified time
    Searched defs:compare (Results 1 - 25 of 3512) 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)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/v850/
compare.s 3 .global compare
4 compare: label
  /art/test/044-proxy/src/
MethodComparator.java 21 public int compare(Method m1, Method m2) { method in class:MethodComparator
  /external/ltp/testcases/network/tcp_fastopen/
tcp_fastopen_run.sh 50 compare() function
84 compare
93 compare
  /toolchain/binutils/binutils-2.27/config/
bootstrap-debug-big.mk 4 # until the final compare.
8 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
bootstrap-debug-lib.mk 12 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
bootstrap-debug.mk 12 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
  /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/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 31 def compare(self, x): member in class:TraceTest
41 self.compare(x)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
pr18458c.c 9 compare (void (*f)(void)) function
  /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
  /libcore/ojluni/src/main/java/sun/security/util/
ByteArrayTagOrder.java 41 * Compare two byte arrays, by the order of their tags,
42 * as defined in ITU-T X.680, sec. 6.4. (First compare
45 * @param bytes1 first byte array to compare.
46 * @param bytes2 second byte array to compare.
54 public final int compare(byte[] bytes1, byte[] bytes2) { method in class:ByteArrayTagOrder
  /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/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) {

Completed in 1067 milliseconds

1 2 3 4 5 6 7 8 91011>>