/external/mockito/src/org/mockito/internal/handler/ |
NullResultGuardian.java | 32 //primitive values cannot be null
|
/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 163 * Creates a StringMatcher that matches any type (class or primitive type,
|
/external/valgrind/main/drd/tests/ |
sigalrm.c | 61 // Primitive argument parsing.
|
/frameworks/base/core/java/android/util/ |
FloatProperty.java | 23 * calls to a {@link #set(Object, Float) set()} function that takes the primitive
|
IntProperty.java | 23 * calls to a {@link #set(Object, Integer) set()} function that takes the primitive
|
/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/src/com/android/rs/test/ |
primitives.rs | 3 // Testing primitive types
|
rsdebug.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
|
/libcore/luni/src/main/java/java/lang/ |
Void.java | 31 * The {@link Class} object that represents the primitive type {@code void}.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vecprim.h | 1 /* VEC types for primitive types
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vecprim.h | 1 /* VEC types for primitive types
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vecprim.h | 1 /* VEC types for primitive types
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vecprim.h | 1 /* VEC types for primitive types
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_ioctl.c | 126 GLuint primitive, 131 assert(!(primitive & RADEON_CP_VC_CNTL_PRIM_WALK_IND)); 143 OUT_BATCH(primitive | RADEON_CP_VC_CNTL_PRIM_WALK_LIST | 159 OUT_BATCH(primitive | 218 GLuint primitive, 226 fprintf(stderr, "%s %d prim %x\n", __FUNCTION__, min_nr, primitive); 228 assert((primitive & RADEON_CP_VC_CNTL_PRIM_WALK_IND)); 244 OUT_BATCH(primitive | 252 OUT_BATCH(primitive | 267 __FUNCTION__, primitive); [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_ioctl.c | 126 GLuint primitive, 131 assert(!(primitive & RADEON_CP_VC_CNTL_PRIM_WALK_IND)); 143 OUT_BATCH(primitive | RADEON_CP_VC_CNTL_PRIM_WALK_LIST | 159 OUT_BATCH(primitive | 218 GLuint primitive, 226 fprintf(stderr, "%s %d prim %x\n", __FUNCTION__, min_nr, primitive); 228 assert((primitive & RADEON_CP_VC_CNTL_PRIM_WALK_IND)); 244 OUT_BATCH(primitive | 252 OUT_BATCH(primitive | 267 __FUNCTION__, primitive); [all...] |
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstType.java | 23 * Constants that represent an arbitrary type (reference or primitive). 95 * class corresponding to a given primitive type. For example, if 99 * @param primitiveType {@code non-null;} the primitive type 115 throw new IllegalArgumentException("not primitive: " + primitiveType); 235 * component type. If this is a primitive type, this returns "default".
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_split_inplace.c | 129 * primitive starting at 'prim->start', depending on the previous 146 * the primitive to indexed and pass to split_elts(). 200 /* Wrapped the primitive: 213 /* else convert to indexed primitive and pass to split_elts, 215 * vertex primitive for rendering...
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AtomicDouble.java | 32 * <p><a name="bitEquals">This class compares primitive {@code double} 35 * which differs from both the primitive double {@code ==} operator 206 * after a narrowing primitive conversion. 214 * after a narrowing primitive conversion. 222 * after a narrowing primitive conversion.
|
/external/mesa3d/src/mesa/vbo/ |
vbo_split_inplace.c | 129 * primitive starting at 'prim->start', depending on the previous 146 * the primitive to indexed and pass to split_elts(). 200 /* Wrapped the primitive: 213 /* else convert to indexed primitive and pass to split_elts, 215 * vertex primitive for rendering...
|
/art/runtime/ |
object_utils.h | 103 return Primitive::Descriptor(klass_->GetPrimitiveType()); 309 Primitive::Type GetTypeAsPrimitiveType() 311 return Primitive::GetType(GetTypeDescriptor()[0]); 314 Primitive::Type type = GetTypeAsPrimitiveType(); 315 return type != Primitive::kPrimNot; 318 Primitive::Type type = GetTypeAsPrimitiveType(); 319 return Primitive::FieldSize(type); 548 // Get the primitive type associated with the given parameter. 549 Primitive::Type GetParamPrimitiveType(size_t param) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { 554 return Primitive::kPrimNot [all...] |