HomeSort by relevance Sort by last modified time
    Searched full:greater (Results 251 - 275 of 4344) sorted by null

<<11121314151617181920>>

  /frameworks/av/services/audioflinger/
FastThread.h 58 long mUnderrunNs; // underrun likely when write cycle is greater than this value
62 long mWarmupNsMin; // warmup complete when write cycle is greater than or equal to
  /frameworks/base/core/java/com/android/internal/util/
CharSequences.java 59 * is greater than length(), or if start is greater than end
  /frameworks/base/libs/hwui/renderstate/
Stencil.cpp 107 void Stencil::enableDebugTest(GLint value, bool greater) {
109 glStencilFunc(greater ? GL_LESS : GL_EQUAL, value, 0xffffffff);
  /frameworks/native/include/input/
VelocityControl.h 52 // Must be a non-negative value greater than or equal to lowThreshold.
60 // Must be a positive greater than or equal to 1.0.
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
characterdatadeletedataexceedslength.java 32 * "deleteData(offset,count) method is greater than the
41 * is greater than the length of the character data(35).
characterdatareplacedataexceedslengthofarg.java 34 * of the arg string is greater than the specified offset.
41 * specified string is greater that the specified offset.
hc_characterdatadeletedataexceedslength.java 32 * "deleteData(offset,count) method is greater than the
41 * is greater than the length of the character data(35).
hc_characterdatareplacedataexceedslengthofarg.java 34 * of the arg string is greater than the specified offset.
41 * specified string is greater that the specified offset.
  /libcore/luni/src/main/java/java/nio/channels/
GatheringByteChannel.java 48 * {@code offset + length} is greater than the size of
86 * {@code offset + length} is greater than the size of
  /libcore/luni/src/test/java/libcore/java/lang/
OldCharacterTest.java 48 fail("No IOOBE, end greater than length.");
54 fail("No IOOBE, end greater than start.");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/binary.search/
binary_search_comp.pass.cpp 29 assert(std::binary_search(first, last, value, std::greater<int>()) == x);
46 std::sort(v.begin(), v.end(), std::greater<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/
minmax_element_comp.pass.cpp 27 typedef std::greater<int> Compare;
73 typedef std::greater<int> Compare;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.nth.element/
nth_element_comp.pass.cpp 43 std::nth_element(array, array+M, array+N, std::greater<int>());
45 std::nth_element(array, array+N, array+N, std::greater<int>()); // begin, end, end
  /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 57 const bool greater = local
65 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/bin_search_tree_/
split_join_fn_imps.hpp 57 const bool greater = local
65 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/bin_search_tree_/
split_join_fn_imps.hpp 57 const bool greater = local
65 if (!greater && !lesser)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 43 ** copied will be no greater than PROP_VALUE_MAX. Returns
63 ** terminator) will be no greater that PROP_VALUE_MAX.
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
system_properties.h 43 ** copied will be no greater than PROP_VALUE_MAX. Returns
63 ** terminator) will be no greater that PROP_VALUE_MAX.
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
system_properties.h 43 ** copied will be no greater than PROP_VALUE_MAX. Returns
63 ** terminator) will be no greater that PROP_VALUE_MAX.
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
system_properties.h 43 ** copied will be no greater than PROP_VALUE_MAX. Returns
63 ** terminator) will be no greater that PROP_VALUE_MAX.
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
system_properties.h 43 ** copied will be no greater than PROP_VALUE_MAX. Returns
63 ** terminator) will be no greater that PROP_VALUE_MAX.
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
system_properties.h 43 ** copied will be no greater than PROP_VALUE_MAX. Returns
63 ** terminator) will be no greater that PROP_VALUE_MAX.
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 43 ** copied will be no greater than PROP_VALUE_MAX. Returns
63 ** terminator) will be no greater that PROP_VALUE_MAX.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
split_join_fn_imps.hpp 57 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(m_p_head->m_p_right->m_value), PB_DS_V2F(other.m_p_head->m_p_left->m_value)); local
61 if (!greater && !lesser)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 43 ** copied will be no greater than PROP_VALUE_MAX. Returns
63 ** terminator) will be no greater that PROP_VALUE_MAX.

Completed in 507 milliseconds

<<11121314151617181920>>