HomeSort by relevance Sort by last modified time
    Searched defs:compare (Results 501 - 525 of 3512) sorted by null

<<21222324252627282930>>

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
AlbumDataAdapter.java 113 public int compare(PhotoSource.AlbumData a, PhotoSource.AlbumData b) { method in class:AlbumDataAdapter.AccountComparator
115 return recency.compare(a, b);
152 public int compare(PhotoSource.AlbumData a, PhotoSource.AlbumData b) { method in class:AlbumDataAdapter.RecencyComparator
154 return title.compare(a, b);
163 public int compare(PhotoSource.AlbumData a, PhotoSource.AlbumData b) { method in class:AlbumDataAdapter.TitleComparator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 221 * @param __other The locale to compare against.
231 * @param __other The locale to compare against.
239 * @brief Compare two strings according to collate.
241 * Template operator to compare two strings using the compare function of
249 * @param __s1 First string to compare.
250 * @param __s2 Second string to compare.
543 // We must actually compare all the _M_names: can be all equal!
574 * This facet encapsulates the code to compare strings in a localized
630 * @brief Compare two strings
642 compare(const _CharT* __lo1, const _CharT* __hi1, function in class:collate
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_classes.h 221 * @param __other The locale to compare against.
231 * @param __other The locale to compare against.
239 * @brief Compare two strings according to collate.
241 * Template operator to compare two strings using the compare function of
249 * @param __s1 First string to compare.
250 * @param __s2 Second string to compare.
543 // We must actually compare all the _M_names: can be all equal!
574 * This facet encapsulates the code to compare strings in a localized
630 * @brief Compare two strings
642 compare(const _CharT* __lo1, const _CharT* __hi1, function in class:collate
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
difflib.py 110 uses SequenceMatcher both to compare sequences of lines, and to compare
249 second sequence, so if you want to compare one sequence S against
275 second sequence, so if you want to compare one sequence S against
515 # block so lengthened remains the block to compare against.
520 # new block to compare against.
770 SequenceMatcher both to compare sequences of lines, and to compare
818 Finally, we compare the two:
820 >>> result = list(d.compare(text1, text2)
884 def compare(self, a, b): member in class:Differ
    [all...]
pstats.py 234 stats_list.sort(key=cmp_to_key(TupleComp(sort_tuple).compare))
455 each tuple-index. The compare functions can then be used as the function
462 def compare (self, left, right): member in class:TupleComp
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sort.py 9 def check(tag, expected, raw, compare=None):
16 if compare:
17 raw.sort(compare)
194 def compare(x, y): function in function:TestDecorateSortUndecorate.test_cmp_and_key_combination
199 data.sort(cmp=compare, key=str.lower)
  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py 110 uses SequenceMatcher both to compare sequences of lines, and to compare
249 second sequence, so if you want to compare one sequence S against
275 second sequence, so if you want to compare one sequence S against
515 # block so lengthened remains the block to compare against.
520 # new block to compare against.
770 SequenceMatcher both to compare sequences of lines, and to compare
818 Finally, we compare the two:
820 >>> result = list(d.compare(text1, text2)
884 def compare(self, a, b): member in class:Differ
    [all...]
pstats.py 234 stats_list.sort(key=cmp_to_key(TupleComp(sort_tuple).compare))
455 each tuple-index. The compare functions can then be used as the function
462 def compare (self, left, right): member in class:TupleComp
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sort.py 9 def check(tag, expected, raw, compare=None):
16 if compare:
17 raw.sort(compare)
194 def compare(x, y): function in function:TestDecorateSortUndecorate.test_cmp_and_key_combination
199 data.sort(cmp=compare, key=str.lower)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.cpp 4367 bool compare = false; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 110 uses SequenceMatcher both to compare sequences of lines, and to compare
249 second sequence, so if you want to compare one sequence S against
275 second sequence, so if you want to compare one sequence S against
515 # block so lengthened remains the block to compare against.
520 # new block to compare against.
770 SequenceMatcher both to compare sequences of lines, and to compare
818 Finally, we compare the two:
820 >>> result = list(d.compare(text1, text2)
884 def compare(self, a, b): member in class:Differ
    [all...]
pstats.py 234 stats_list.sort(key=cmp_to_key(TupleComp(sort_tuple).compare))
455 each tuple-index. The compare functions can then be used as the function
462 def compare (self, left, right): member in class:TupleComp
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sort.py 9 def check(tag, expected, raw, compare=None):
16 if compare:
17 raw.sort(compare)
194 def compare(x, y): function in function:TestDecorateSortUndecorate.test_cmp_and_key_combination
199 data.sort(cmp=compare, key=str.lower)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 110 uses SequenceMatcher both to compare sequences of lines, and to compare
249 second sequence, so if you want to compare one sequence S against
275 second sequence, so if you want to compare one sequence S against
515 # block so lengthened remains the block to compare against.
520 # new block to compare against.
770 SequenceMatcher both to compare sequences of lines, and to compare
818 Finally, we compare the two:
820 >>> result = list(d.compare(text1, text2)
884 def compare(self, a, b): member in class:Differ
    [all...]
pstats.py 234 stats_list.sort(key=cmp_to_key(TupleComp(sort_tuple).compare))
455 each tuple-index. The compare functions can then be used as the function
462 def compare (self, left, right): member in class:TupleComp
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sort.py 9 def check(tag, expected, raw, compare=None):
16 if compare:
17 raw.sort(compare)
194 def compare(x, y): function in function:TestDecorateSortUndecorate.test_cmp_and_key_combination
199 data.sort(cmp=compare, key=str.lower)
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
stringpiece.h 109 // All empty StringPiece values compare equal to each other.
300 int compare(StringPiece x) const { function in class:google::protobuf::StringPiece
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java 132 public int compare(IMarker o1, IMarker o2) { method in class:LintColumn
218 public int compare(IMarker marker2, IMarker marker1) { method in class:LintColumn.MessageColumn
354 public int compare(IMarker marker1, IMarker marker2) { method in class:LintColumn.LocationColumn
475 public int compare(IMarker marker1, IMarker marker2) { method in class:LintColumn.LineColumn
523 public int compare(IMarker marker1, IMarker marker2) { method in class:LintColumn.PriorityColumn
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java 175 int compare = compareTemplates(replaces, file); local
176 if (compare > 0) {
196 public int compare(File file1, File file2) {
206 * Compare two files, and return the one with the HIGHEST revision, and if
  /system/core/cpio/
mkbootfs.c 155 static int compare(const void* a, const void* b) { function
206 qsort(names, entries, sizeof(char*), compare);
  /system/core/liblog/
pmsg_reader.c 456 int compare = 0; local
464 compare = (nl > nr) ? 1 : -1;
466 if (compare == 0) {
467 compare = strcmp(names->name, r);
469 if (compare <= 0) {
  /system/sepolicy/tools/
checkfc.c 341 bool compare = false; local
349 compare = true;
382 if (compare && backend != SELABEL_CTX_FILE) {
388 if (compare) {
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
ConditionPriorityBlockingQueueTest.java 319 public int compare(Integer o1, Integer o2) { method in class:ConditionPriorityBlockingQueueTest.IntCompare
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UTF16Test.java 1340 UTF16.StringComparator compare = new UTF16.StringComparator(); local
1422 UTF16.StringComparator compare = new UTF16.StringComparator(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UTF16Test.java 1337 UTF16.StringComparator compare = new UTF16.StringComparator(); local
1419 UTF16.StringComparator compare = new UTF16.StringComparator(); local
    [all...]

Completed in 2093 milliseconds

<<21222324252627282930>>