HomeSort by relevance Sort by last modified time
    Searched full:less (Results 426 - 450 of 8160) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 46 * 9 5, except its value can t be less than zero.
67 * - sVLCSelect is less than 0.
  /frameworks/base/core/java/android/util/
Pools.java 87 * @throws IllegalArgumentException If the max pool size is less than zero.
145 * @throws IllegalArgumentException If the max pool size is less than zero.
  /frameworks/base/location/lib/java/com/android/location/provider/
LocationRequestUnbundled.java 41 * such as this often consumes less power.
50 * such as this often consumes less power.
  /frameworks/base/media/tests/audiotests/
shared_mem_test.cpp 131 * Error is less than 3lsb
150 * Error is less than 3lsb
  /libcore/luni/src/main/java/java/nio/
DoubleBuffer.java 46 * if {@code capacity} is less than zero.
141 * @return a negative value if this is less than {@code other}; 0 if this
259 * the number of doubles to read, must be no less than zero and
282 * the index, must not be negative and less than limit.
381 * if {@code remaining()} is less than {@code src.length}.
400 * the number of doubles to write, must be no less than zero and
404 * if {@code remaining()} is less than {@code doubleCount}.
458 * the index, must not be negative and less than the limit.
FloatBuffer.java 45 * if {@code capacity} is less than zero.
142 * @return a negative value if this is less than {@code otherBuffer}; 0 if
260 * the number of floats to read, must be no less than zero and no
283 * the index, must not be negative and less than limit.
380 * if {@code remaining()} is less than {@code src.length}.
399 * the number of floats to write, must be no less than zero and
403 * if {@code remaining()} is less than {@code floatCount}.
457 * the index, must not be negative and less than the limit.
IntBuffer.java 43 * if {@code capacity} is less than zero.
138 * @return a negative value if this is less than {@code other}; 0 if this
246 * the number of ints to read, must be no less than zero and not
269 * the index, must not be negative and less than limit.
366 * if {@code remaining()} is less than {@code src.length}.
385 * the number of ints to write, must be no less than zero and not
389 * if {@code remaining()} is less than {@code intCount}.
446 * the index, must not be negative and less than the limit.
LongBuffer.java 45 * if {@code capacity} is less than zero.
140 * @return a negative value if this is less than {@code otherBuffer}; 0 if
248 * the number of longs to read, must be no less than zero and not
271 * the index, must not be negative and less than limit.
370 * if {@code remaining()} is less than {@code src.length}.
389 * the number of longs to write, must be no less than zero and
393 * if {@code remaining()} is less than {@code longCount}.
447 * the index, must not be negative and less than the limit.
ShortBuffer.java 45 * if {@code capacity} is less than zero.
140 * @return a negative value if this is less than {@code otherBuffer}; 0 if
249 * the number of shorts to read, must be no less than zero and
272 * the index, must not be negative and less than limit.
369 * if {@code remaining()} is less than {@code src.length}.
388 * the number of shorts to write, must be no less than zero and
392 * if {@code remaining()} is less than {@code shortCount}.
446 * the index, must not be negative and less than the limit.
  /libcore/luni/src/main/java/java/util/
NavigableSet.java 17 * respectively less than, less than or equal, greater than or equal,
59 * Returns the greatest element in this set strictly less than the
63 * @return the greatest element less than {@code e},
73 * Returns the greatest element in this set less than or equal to
77 * @return the greatest element less than or equal to {@code e},
201 * Returns a view of the portion of this set whose elements are less than
213 * @return a view of the portion of this set whose elements are less than
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
copy_alloc.pass.cpp 39 typedef test_compare<std::less<int> > C;
74 typedef test_compare<std::less<int> > C;
initializer_list_compare_alloc.pass.cpp 27 typedef test_compare<std::less<int> > C;
51 typedef test_compare<std::less<int> > C;
iter_iter_comp.pass.cpp 39 typedef test_compare<std::less<int> > C;
63 typedef test_compare<std::less<int> > C;
iter_iter_comp_alloc.pass.cpp 41 typedef test_compare<std::less<int> > C;
67 typedef test_compare<std::less<int> > C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
copy_alloc.pass.cpp 39 typedef test_compare<std::less<int> > C;
65 typedef test_compare<std::less<int> > C;
initializer_list_compare.pass.cpp 25 typedef test_compare<std::less<int> > Cmp;
58 typedef test_compare<std::less<int> > Cmp;
initializer_list_compare_alloc.pass.cpp 26 typedef test_compare<std::less<int> > Cmp;
62 typedef test_compare<std::less<int> > Cmp;
iter_iter_comp.pass.cpp 40 typedef test_compare<std::less<int> > C;
70 typedef test_compare<std::less<int> > C;
iter_iter_comp_alloc.pass.cpp 41 typedef test_compare<std::less<int> > C;
73 typedef test_compare<std::less<int> > C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
copy.pass.cpp 38 typedef test_compare<std::less<int> > C;
73 typedef test_compare<std::less<int> > C;
copy_assign.pass.cpp 38 typedef test_compare<std::less<int> > C;
73 typedef test_compare<std::less<int> > C;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_array.hpp 33 #include <functional> // for std::less
158 return std::less<T*>()(a.get(), b.get());
  /ndk/tests/device/test-gnustl-full/unit/
map_test.cpp 49 typedef map<char, int, less<char> > maptype;
79 typedef multimap<char, int, less<char> > mmap;
121 typedef multimap<int, char, less<int> > mmap;
146 typedef map<int, char, less<int> > int_map;
157 typedef multimap<int, char, less<int> > mmap;
229 typedef map<char, int, less<char> > maptype;
276 typedef map<int, int, less<int>, StackAllocator<pair<const int, int> > > MapInt;
277 less<int> intLess;
setdiff_test.cpp 79 back_inserter(diff), less<char>());
129 set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff), less<char>());
  /ndk/tests/device/test-stlport/unit/
map_test.cpp 49 typedef map<char, int, less<char> > maptype;
79 typedef multimap<char, int, less<char> > mmap;
121 typedef multimap<int, char, less<int> > mmap;
146 typedef map<int, char, less<int> > int_map;
157 typedef multimap<int, char, less<int> > mmap;
229 typedef map<char, int, less<char> > maptype;
276 typedef map<int, int, less<int>, StackAllocator<pair<const int, int> > > MapInt;
277 less<int> intLess;

Completed in 990 milliseconds

<<11121314151617181920>>