/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/ |
malloc.h | 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/ |
malloc.h | 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/ |
malloc.h | 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/ |
malloc.h | 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/ |
malloc.h | 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
token.py | 30 GREATER = 21
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
token.py | 30 GREATER = 21
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
anim1-expected-completion55.txt | 13 android:repeatMode : Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. [enum]
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
tokenization.txt | 106 U+003E GREATER-THAN SIGN (>) 110 HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN 170 U+003E GREATER-THAN SIGN (>) 172 and a U+003E GREATER-THAN SIGN character token. Switch to 196 * U+003E GREATER-THAN SIGN (>) 221 U+003E GREATER-THAN SIGN (>) 245 U+003E GREATER-THAN SIGN (>) 274 U+003E GREATER-THAN SIGN (>) 313 U+003E GREATER-THAN SIGN (>) 356 U+003E GREATER-THAN SIGN (> [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FunctionMultiArgs.java | 38 /** Argument expressions that are at index 3 or greater. 43 * Return an expression array containing arguments at index 3 or greater. 45 * @return An array that contains the arguments at index 3 or greater.
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XNodeSet.java | 449 /** Greater than comparator */ 452 /** Greater than or equal comparator */ 830 * Compare strings or numbers for greater than. 836 * Compare two strings for greater than. 842 * @return true if s1 is greater than s2 851 * Compare two numbers for greater than. 857 * @return true if n1 is greater than n2 866 * Compare strings or numbers for greater than or equal. 872 * Compare two strings for greater than or equal. 878 * @return true if s1 is greater than or equal to s [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
BoolAssignmentChecker.cpp | 78 // the value is possibly < 0 (for a negative value) or greater than 1. 137 // Is it possible for the value to be greater than one? 139 // It is possible for the value to be greater than one. We only
|
/external/llvm/test/CodeGen/SystemZ/ |
atomicrmw-or-04.ll | 87 ; Check the lowest useful OIHL value, which is one greater than above. 115 ; Check the lowest useful OIHH value, which is 1<<32 greater than above. 124 ; Check the lowest useful OIHF value, which is 1<<32 greater again.
|
/frameworks/base/media/java/android/media/projection/ |
MediaProjection.java | 116 * greater than 0. 118 * greater than 0. 119 * @param dpi The density of the virtual display in dpi. Must be greater
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ThreadLocalRandom.java | 111 * @throws IllegalArgumentException if least greater than or equal 156 * @throws IllegalArgumentException if least greater than or equal 187 * @throws IllegalArgumentException if least greater than or equal
|
/system/core/fastboot/ |
fastboot_protocol.txt | 25 packet no greater than 64 bytes. 27 2. Client response with a single packet no greater than 64 bytes. 53 4. Client responds with a single packet no greater than 64 bytes.
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
ObjectVector.java | 196 * Each component in this vector with an index greater or equal to 197 * the specified index is shifted upward to have an index one greater 244 * with an index greater or equal to the object's index is shifted 275 * this vector with an index greater or equal to the specified 296 * The index must be a value greater than or equal to 0 and less
|
/external/deqp/modules/gles2/functional/ |
es2fNegativeVertexArrayApiTests.cpp | 60 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS."); 74 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS."); 94 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS."); 112 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS."); 120 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
ParticleDepositionHeightMap.java | 80 * if caldera is not between 0 and 1. If minParticles is greater than
101 "values must be greater than zero, "
102 + "and minParticles must be greater than maxParticles");
351 "peakWalk must be greater than " + "zero");
387 * @throws JmeException if minParticles are greater than
|
/ndk/tests/device/test-gnustl-full/unit/ |
alg_test.cpp | 54 c = min('a', 'z', greater<char>()); 56 i = max(4, 7, greater<int>()); 163 slist<int>::iterator slit = search_n(slint.begin(), slint.end(), 2, 1, greater<int>()); 173 list<int>::iterator lit = search_n(lint.begin(), lint.end(), 3, 2, greater<int>()); 183 deque<int>::iterator dit = search_n(dint.begin(), dint.end(), 4, 3, greater<int>());
|
/ndk/tests/device/test-stlport/unit/ |
alg_test.cpp | 54 c = min('a', 'z', greater<char>()); 56 i = max(4, 7, greater<int>()); 163 slist<int>::iterator slit = search_n(slint.begin(), slint.end(), 2, 1, greater<int>()); 173 list<int>::iterator lit = search_n(lint.begin(), lint.end(), 3, 2, greater<int>()); 183 deque<int>::iterator dit = search_n(dint.begin(), dint.end(), 4, 3, greater<int>());
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
ChoiceFormatTest.java | 34 "Between one and two", "Greater than two" }; 240 "0#Less than one|1#one|1<Between one and two|2<Greater than two"); 267 assertEquals("Wrong choice for 3", "Greater than two", r); 292 assertEquals("Wrong choice for 2.5", "Greater than two", r); 326 "0#Less than one|1#one|1<Between one and two|2<Greater than two"); 335 assertTrue("Not greater 5", ChoiceFormat.nextDouble(5) > 5); 336 assertTrue("Not greater 0", ChoiceFormat.nextDouble(0) > 0); 337 assertTrue("Not greater -5", ChoiceFormat.nextDouble(-5) > -5); 347 assertTrue("Not greater 0", ChoiceFormat.nextDouble(0, true) > 0); 364 Number result = f1.parse("Greater than two", pos) [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
Helpers.java | 204 T greater = valuesInExpectedOrder.get(j); 205 assertTrue(comparator + ".compare(" + greater + ", " + t + ")", 206 comparator.compare(greater, t) > 0); 227 T greater = valuesInExpectedOrder.get(j); 228 assertTrue(greater + ".compareTo(" + t + ')', greater.compareTo(t) > 0); 229 assertFalse(greater.equals(t));
|
/art/compiler/dex/ |
compiler_enums.h | 139 // @brief Used to do float comparison with greater-than bias. 151 // @brief Used to do double comparison with greater-than bias. 458 kCondUge, // unsigned greater than or same 463 kCondHi, // unsigned greater than 465 kCondGe, // signed greater than or equal 467 kCondGt, // signed greater than 529 kX86CondNge = kX86CondL, // not-greater-equal 532 kX86CondGe = kX86CondNl, // not-greater-equal 535 kX86CondNg = kX86CondLe, // not-greater 538 kX86CondG = kX86CondNle, // greater [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerSubtractTest.java | 33 * The first is greater. 54 * The second is greater. 76 * The first is greater in absolute value. 98 * The second is greater in absolute value. 119 * The first is greater in absolute value. 140 * The second is greater in absolute value. 162 * The first is greater in absolute value. 184 * The second is greater in absolute value. 248 * The first is greater in absolute value. 270 * The second is greater in absolute value [all...] |