/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
esextcGeometryShaderConstantVariables.cpp | 294 << " is smaller than required minimum value of " << m_min_MaxGeometryAtomicCounterBuffers 307 << int_value << " is smaller than required minimum value of " 321 << int_value << " is smaller than required minimum value of " 335 << " is smaller than required minimum value of " << m_min_MaxGeometryTextureImagesUnits 350 << " is smaller than required minimum value of " << m_min_MaxGeometryShaderStorageBlocks 363 << int_value << " is smaller than required minimum value of " 377 << int_value << " is smaller than required minimum value of " 390 << int_value << " is smaller than required minimum value of " 403 << int_value << " is smaller than required minimum value of " 416 << int_value << " is smaller than required minimum value of [all...] |
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
Sort.java | 36 * This sorts sizes from smaller total size to larger total size. 49 * This sorts instances from larger retained size to smaller retained size. 63 * This sorts instances from larger retained size to smaller retained size. 155 * This sorts sites from larger size to smaller size. 177 * This sorts sites from larger size to smaller size. 188 * This sorts sites from larger size to smaller size, giving preference to 212 * This sorts object infos from larger retained size to smaller size.
|
/external/clang/test/Sema/ |
cast.c | 55 (void) (VoidPtr) v; // expected-warning{{cast to 'VoidPtr' (aka 'void *') from smaller integer type 'Int' (aka 'int')}} 56 (void) (CharPtr) v; // expected-warning{{cast to 'CharPtr' (aka 'char *') from smaller integer type 'Int' (aka 'int')}} 63 (void) (CharPtr) v; // expected-warning{{cast to 'CharPtr' (aka 'char *') from smaller integer type 'Int' (aka 'int')}}
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/ |
PeriodBuilderFactoryTest.java | 44 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { 52 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { 58 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) {
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
PeriodBuilderFactoryTest.java | 41 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { 49 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { 55 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) {
|
/external/kernel-headers/original/uapi/linux/ |
falloc.h | 22 * smaller depending on the filesystem and/or the configuration of the 53 * boundaries, but this boundary may be larger or smaller depending on 70 * block size boundaries, but this boundary may be larger or smaller
|
/frameworks/support/compat/src/main/java/androidx/core/math/ |
MathUtils.java | 28 * number is smaller than the minimum required by the range, then the minimum of the range will 49 * number is smaller than the minimum required by the range, then the minimum of the range will 70 * number is smaller than the minimum required by the range, then the minimum of the range will
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
VoicemailCleanupTest.java | 80 private static void assertBigger(int smaller, int actual) { 81 if (smaller >= actual) { 82 fail("Expected to be bigger than " + smaller + ", but was " + actual);
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/ |
table.h | 32 spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger? 46 const spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger? 59 const spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger?
|
/art/libartbase/base/unix_file/ |
random_access_file.h | 25 // along with the ability to set the length of a file (smaller or greater than 47 // Sets the length of the file to 'new_length'. If this is smaller than the
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/ |
NumberIsTooSmallException.java | 45 * @param wrong Value that is smaller than the minimum. 59 * @param wrong Value that is smaller than the minimum.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/ |
SimpleScalarValueChecker.java | 28 * difference between the objective function values is smaller than a 30 * function values is smaller than another threshold.
|
/external/capstone/ |
config.mk | 23 # more compact: use less memory & smaller in binary size. 37 # non-critical instruction sets of X86, making the binary size smaller by ~60%.
|
/external/deqp/external/openglcts/docs/specs/ |
CTS_ARB_texture_filter_minmax.txt | 66 Render polygon smaller or bigger than texture to a frame buffer. 81 Render polygon smaller than texture size to the frame buffer.
|
/external/elfutils/tests/ |
run-strip-test.sh | 52 # Now strip in-place and make sure it is smaller. 57 { echo "*** failure in-place strip file not smaller $original"; status=1; }
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/ |
TimeUnit.java | 65 /** Returns the next smaller time unit, or null if this is the smallest. */ 66 public TimeUnit smaller() { method in class:TimeUnit
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
TimeUnit.java | 63 /** Returns the next smaller time unit, or null if this is the smallest. */ 64 public TimeUnit smaller() { method in class:TimeUnit
|
/external/libffi/man/ |
ffi_call.3 | 38 types. For smaller-sized return value types, the 60 // Because the return value from foo() is smaller than sizeof(long), it
|
/external/python/cpython2/Modules/_ctypes/libffi/man/ |
ffi_call.3 | 38 types. For smaller-sized return value types, the 60 // Because the return value from foo() is smaller than sizeof(long), it
|
/external/python/cpython3/Modules/_ctypes/libffi/man/ |
ffi_call.3 | 38 types. For smaller-sized return value types, the 60 // Because the return value from foo() is smaller than sizeof(long), it
|
/external/tpm2/ |
RSAKeySieve.h | 12 // the generation of different primes. The smaller tables are used when generating smaller primes.
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/ |
loudest_filter.cc | 33 // A smaller value if audio level corresponds to a louder sound. 72 // A smaller value if audio level corresponds to a louder sound.
|
/libcore/ojluni/src/main/java/sun/security/util/ |
ByteArrayLexOrder.java | 41 * in order until they differ--the array with the smaller entry 42 * is "smaller". If array entries are
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
WidgetItem.java | 73 // If the label is same, put the smaller widget before the larger widget. If the area is 74 // also same, put the widget with smaller height before.
|
/prebuilts/go/darwin-x86/src/crypto/cipher/ |
cipher_test.go | 21 mustPanic(t, "crypto/cipher: output smaller than input", func() { mode.CryptBlocks(buf[:3], buf) }) 25 mustPanic(t, "crypto/cipher: output smaller than input", func() { mode.CryptBlocks(buf[:3], buf) })
|