HomeSort by relevance Sort by last modified time
    Searched refs:lesser (Results 1 - 25 of 34) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
split_join_fn_imps.hpp 61 const bool lesser = local
65 if (!greater && !lesser)
68 if (lesser)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
split_join_fn_imps.hpp 61 const bool lesser = local
65 if (!greater && !lesser)
68 if (lesser)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
split_join_fn_imps.hpp 61 const bool lesser = local
65 if (!greater && !lesser)
68 if (lesser)
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
split_join_fn_imps.hpp 61 const bool lesser = local
65 if (!greater && !lesser)
68 if (lesser)
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
split_join_fn_imps.hpp 61 const bool lesser = local
65 if (!greater && !lesser)
68 if (lesser)
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
split_join_fn_imps.hpp 61 const bool lesser = local
65 if (!greater && !lesser)
68 if (lesser)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 112 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(*(other.end() - 1)), local
115 if (!greater && !lesser)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 112 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(*(other.end() - 1)), local
115 if (!greater && !lesser)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 112 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(*(other.end() - 1)), local
115 if (!greater && !lesser)
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 112 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(*(other.end() - 1)), local
115 if (!greater && !lesser)
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 112 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(*(other.end() - 1)), local
115 if (!greater && !lesser)
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 112 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(*(other.end() - 1)), local
115 if (!greater && !lesser)
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/
Helpers.java 193 T lesser = valuesInExpectedOrder.get(j);
194 assertTrue(comparator + ".compare(" + lesser + ", " + t + ")",
195 comparator.compare(lesser, t) < 0);
216 T lesser = valuesInExpectedOrder.get(j);
217 assertTrue(lesser + ".compareTo(" + t + ')', lesser.compareTo(t) < 0);
218 assertFalse(lesser.equals(t));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Helpers.java 195 T lesser = valuesInExpectedOrder.get(j);
196 assertTrue(comparator + ".compare(" + lesser + ", " + t + ")",
197 comparator.compare(lesser, t) < 0);
218 T lesser = valuesInExpectedOrder.get(j);
219 assertTrue(lesser + ".compareTo(" + t + ')', lesser.compareTo(t) < 0);
220 assertFalse(lesser.equals(t));
  /cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
BaseDumpsysTest.java 117 protected static void assertLesserOrEqual(String lesser, String greater) {
118 final long lLesser = assertNonNegativeInteger(lesser);
121 assertTrue("[" + lesser + "] <= [" + greater + "]", lLesser <= lGreater);
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 71 SkOpSpan* lesser = startSpan->starter(endSpan); local
72 int testWinding = lesser->windSum();
74 testWinding = lesser->computeWindSum();
SkOpSegment.cpp 1650 const SkOpSpan* lesser = start->starter(end); local
1673 SkOpSpan* lesser = start->starter(end); local
    [all...]
  /cts/hostsidetests/incident/src/com/android/server/cts/
NetstatsIncidentTest.java 68 private void assertGreaterOrEqual(long greater, long lesser) {
69 assertTrue("" + greater + " expected to be greater than or equal to " + lesser,
70 greater >= lesser);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 88 const bool lesser = local
92 if (!greater && !lesser)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 88 const bool lesser = local
92 if (!greater && !lesser)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 88 const bool lesser = local
92 if (!greater && !lesser)
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 88 const bool lesser = local
92 if (!greater && !lesser)
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 88 const bool lesser = local
92 if (!greater && !lesser)
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 88 const bool lesser = local
92 if (!greater && !lesser)
  /external/ImageMagick/www/api/
memory.php 338 <p>ResizeMagickMemory() changes the size of the memory and returns a pointer to the (possibly moved) block. The contents will be unchanged up to the lesser of the new and old sizes.</p>
364 <p>ResizeQuantumMemory() changes the size of the memory and returns a pointer to the (possibly moved) block. The contents will be unchanged up to the lesser of the new and old sizes.</p>

Completed in 1016 milliseconds

1 2