/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/ |
iterator.pass.cpp | 154 std::multimap<int, double, std::less<int>, min_allocator<V>> m(ar, ar+sizeof(ar)/sizeof(ar[0])); 157 std::multimap<int, double, std::less<int>, min_allocator<V>>::iterator i; 159 std::multimap<int, double, std::less<int>, min_allocator<V>>::const_iterator k = i; 199 const std::multimap<int, double, std::less<int>, min_allocator<V>> m(ar, ar+sizeof(ar)/sizeof(ar[0])); 204 std::multimap<int, double, std::less<int>, min_allocator<V>>::const_iterator i;
|
/external/libvpx/libvpx/vpx_mem/memory_manager/include/ |
cavl_impl.h | 74 ** 32 - 64 (inclusive) that is less than or equal to the number of 205 /* Either the "greater than" or the "less than" subtree of 258 /* "Less than" subtree is deeper. */ 328 ** take the less branch. bit 0 gives branch from root, and 518 ** take the less branch. bit 0 gives branch from root, and 565 ** node in the less subtree (of the node to remove), or the least 770 ** less from the node at depth n, if true branch greater. */ 774 ** greater subtree has one more node than its less subtree. */ 783 /* The algorithm relies on a stack of nodes whose less subtree has 848 /* We've completed a less subtree. * [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGpuGL_program.cpp | 33 return GrGLProgramDesc::Less(desc, entry->fProgram->getDesc()); 38 return GrGLProgramDesc::Less(entry->fProgram->getDesc(), desc); 87 ProgDescLess less; local 88 return SkTSearch(fEntries, fCount, desc, sizeof(Entry*), less); 180 SkASSERT(GrGLProgramDesc::Less(a, b)); 181 SkASSERT(!GrGLProgramDesc::Less(b, a));
|
/external/proguard/src/proguard/evaluation/value/ |
LongValue.java | 201 * less than, equal to, or greater than the given LongValue, respectively. 213 * less than, equal to, or greater than the given LongValue, respectively. 355 * less than, equal to, or greater than the given SpecificLongValue, 368 * less than, equal to, or greater than the given SpecificLongValue, 511 * less than, equal to, or greater than the given ParticularLongValue, 524 * less than, equal to, or greater than the given ParticularLongValue,
|
/external/skia/src/gpu/gl/ |
GrGpuGL_program.cpp | 33 return GrGLProgramDesc::Less(desc, entry->fProgram->getDesc()); 38 return GrGLProgramDesc::Less(entry->fProgram->getDesc(), desc); 87 ProgDescLess less; local 88 return SkTSearch(fEntries, fCount, desc, sizeof(Entry*), less); 180 SkASSERT(GrGLProgramDesc::Less(a, b)); 181 SkASSERT(!GrGLProgramDesc::Less(b, a));
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
is_subranged.hpp | 18 #include "boost/mpl/less.hpp" 54 // The '+1' is required since numeric_limits<>::digits gives 1 bit less for signed integral types. 72 typedef typename mpl::less<u_T_digits,S_digits_times_2>::type type ; 84 typedef typename mpl::less<T_digits,S_digits>::type type ; 114 typedef typename mpl::less<T_exponent,S_exponent>::type T_smaller_exponent ; 118 typedef mpl::less<T_mantisa,S_mantisa> T_smaller_mantisa ;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_assertions.py | 239 ["^2 not less than 1$", "^oops$", 240 "^2 not less than 1$", "^2 not less than 1 : oops$"]) 244 ["^2 not less than or equal to 1$", "^oops$", 245 "^2 not less than or equal to 1$", 246 "^2 not less than or equal to 1 : oops$"])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_assertions.py | 239 ["^2 not less than 1$", "^oops$", 240 "^2 not less than 1$", "^2 not less than 1 : oops$"]) 244 ["^2 not less than or equal to 1$", "^oops$", 245 "^2 not less than or equal to 1$", 246 "^2 not less than or equal to 1 : oops$"])
|
/libcore/luni/src/main/java/java/nio/ |
ByteBuffer.java | 274 * @return a negative value if this is less than {@code other}; 0 if this 407 * the index, must not be negative and less than limit. 434 * the index, must not be negative and equal or less than 463 * the index, must not be negative and equal or less than 492 * the index, must not be negative and equal or less than 520 * the index, must not be negative and equal or less than 548 * the index, must not be negative and equal or less than 576 * the index, must not be negative and equal or less than 688 * if {@code remaining()} is less than {@code src.length}. 711 * if {@code remaining()} is less than {@code byteCount} [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorVerificationHelper.java | 74 * @throws IllegalStateException if number of events less than 1. 121 * @throws IllegalStateException if number of events less than 1. 146 * @throws IllegalStateException if number of events less than 2. 170 * @throws IllegalStateException if number of events less than 1. 215 * @throws IllegalStateException if number of events less than 1. 244 * it is less than -threshold, it is considered -1. If it is greater than threshold, it is 252 * @throws IllegalStateException if number of events less than 1. 316 * @throws IllegalStateException if number of events less than 1.
|
/cts/tests/tests/location/src/android/location/cts/ |
GeocoderTest.java | 69 // latitude is less than -90 83 // longitude is less than -180
|
/cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/ |
ProgramStoreTest.java | 119 assertEquals(DepthFunc.LESS, 120 DepthFunc.valueOf("LESS"));
|
/developers/build/prebuilts/gradle/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/basicmultitouch/ |
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.
|
/developers/samples/android/input/multitouch/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/basicmultitouch/ |
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.
|
/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/ |
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.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
RSABlindedEngine.java | 54 * For RSA this is always one byte less than the key size on 66 * For RSA this is always one byte less than the key size on
|
/external/chromium/net/base/ |
ssl_false_start_blacklist.h | 64 return NULL; // no names with less than two labels are in the blacklist. 91 // Hash("example.com"). No names that are less than two labels long are
|
/external/chromium_org/base/ |
safe_numerics.h | 63 // This cast is OK because Dest's max must be less than Source's. 79 // This cast is OK because Dest's max must be less than Source's.
|
/external/chromium_org/chrome/browser/history/android/ |
visit_sql_handler.cc | 38 // a. If the visit count in urls table is less than the visit rows in visit 58 // If created time is updated or new visit count is less than the current
|
/external/chromium_org/chrome/common/extensions/api/ |
alarms.idl | 55 // <code>periodInMinutes</code> to less than <code>1</code> will not be 56 // honored and will cause a warning. <code>when</code> can be set to less
|
/external/chromium_org/chromeos/dbus/ |
update_engine_client.h | 94 // Ideally, the D-Bus client should be state-less, but there are clients 99 // channel. If the target channel is a less stable channel than the
|
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
CHROMIUM_get_multiple.txt | 87 INVALID_VALUE is generated if <bufsize> is less than 0 91 INVALID_OPERATION is returned if <size> is less than the size needed to hold
|
/external/chromium_org/net/quic/crypto/ |
common_cert_set.cc | 47 // Compare returns a value less than, equal to or greater than zero if |a| is 48 // lexicographically less than, equal to or greater than |b|, respectively.
|
/external/chromium_org/remoting/protocol/ |
pairing_authenticator_base.h | 16 // support for PIN-less authentication via device pairing: 26 // informs the client that the PIN-less connection failed and causes
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
AudioResamplerKernel.h | 45 // framesToProcess must be less than or equal to MaxFramesToProcess. 50 // framesToProcess must be less than or equal to MaxFramesToProcess.
|