/external/mesa3d/src/mesa/swrast/ |
s_span.h | 124 GLenum primitive; member in struct:sw_span 173 #define INIT_SPAN(S, PRIMITIVE) \ 175 (S).primitive = (PRIMITIVE); \
|
/external/mockito/src/org/mockito/internal/handler/ |
NullResultGuardian.java | 32 //primitive values cannot be null
|
/external/proguard/src/proguard/classfile/util/ |
AllParameterVisitor.java | 127 // Long and double primitive types. 133 // All other primitive types. 185 // Long and double primitive types. 191 // All other primitive types.
|
/external/proguard/src/proguard/util/ |
ClassNameParser.java | 29 * '%' for a single internal primitive type character (V, Z, B, C, S, I, F, 35 * 'L***;' for a single internal type (class name or primitive type, 37 * 'L///;' for any number of internal types (class names and primitive 162 * Creates a StringMatcher that matches any type (class or primitive type,
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
MessageOrBuilder.java | 115 * not set. For primitive fields, the boxed primitive value is returned. 132 * Gets an element of a repeated field. For primitive fields, the boxed 133 * primitive value is returned. For enum fields, the EnumValueDescriptor
|
/external/testng/src/main/java/org/testng/annotations/ |
Optional.java | 21 * can be primitive/string literals, but not <code>null</code>.</p>
|
/external/v8/test/mjsunit/compiler/ |
receiver-conversion.js | 58 // Test primitive number in sloppy mode. 76 // Test primitive number in strict mode. 95 // Test primitive string in sloppy mode. 113 // Test primitive string in strict mode.
|
/external/valgrind/drd/tests/ |
sigalrm.c | 61 // Primitive argument parsing.
|
/frameworks/base/core/java/android/util/ |
FloatProperty.java | 21 * calls to a {@link #setValue(Object, float) setValue()} function that takes the primitive
|
IntProperty.java | 21 * calls to a {@link #setValue(Object, int) setValue()} function that takes the primitive
|
/frameworks/base/libs/hwui/utils/ |
TestWindowContext.h | 30 exposing only primitive Skia types.
|
/frameworks/base/tools/layoutlib/bridge/src/android/text/ |
GreedyLineBreaker.java | 20 import android.text.Primitive.PrimitiveType; 26 import static android.text.Primitive.PrimitiveType.PENALTY_INFINITY; 32 public GreedyLineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth, 55 Primitive p = mPrimitives.get(i);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
primitives.rs | 3 // Testing primitive types
|
rsdebug.rs | 3 // Testing primitive types
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
primitives.rs | 3 // Testing primitive types
|
rsdebug.rs | 3 // Testing primitive types
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
primitives.rs | 3 // Testing primitive types
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
primitives.rs | 3 // Testing primitive types
|
rsdebug.rs | 3 // Testing primitive types
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
primitives.rs | 3 // Testing primitive types
|
rsdebug.rs | 3 // Testing primitive types
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
primitives.rs | 3 // Testing primitive types
|
rsdebug.rs | 3 // Testing primitive types
|
/libcore/ojluni/src/main/java/java/lang/annotation/ |
Annotation.java | 48 * <li>Two corresponding primitive typed members whose values are 92 * <li>The hash code of a primitive value <tt><i>v</i></tt> is equal to 95 * to the primitive type of <tt><i>v</i></tt> ({@link Byte}, 107 * on the value. (There is one overloading for each primitive
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
Type.java | 31 * array types, type variables and primitive types.
|