| /external/quake/quake/src/QW/dxsdk/sdk/inc/ |
| d3dcaps.h | 47 /* Description of capabilities for each primitive type */
|
| /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
| D3DCAPS.H | 47 /* Description of capabilities for each primitive type */
|
| /external/tinyxml/ |
| tinystr.h | 58 // Error value for find primitive
|
| /external/v8/src/ |
| preparser.h | 77 // "this.propertyName = {primitive constant or function parameter name);"
|
| /external/webkit/Source/WebCore/platform/graphics/filters/ |
| FEComposite.cpp | 188 // Arithmetic may influnce the compele filter primitive region. So we can't
|
| FilterEffect.cpp | 64 // SVG specification wants us to clip to primitive subregion.
|
| /frameworks/base/core/java/android/animation/ |
| PropertyValuesHolder.java | 78 // type evaluators for the primitive types handled by this implementation 86 // of primitive types (Float vs. float). But most likely, the setter/getter functions 87 // will take primitive types instead. 114 * but the system only knows about the primitive types int and float. Any other [all...] |
| /libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
| ProxyTest.java | 142 assertEquals("Failed primitive type conversion test ", -200, result[0]);
|
| /dalvik/vm/oo/ |
| Object.h | 339 * primitive types). 367 /* (will be NULL for VM-generated, e.g. arrays and primitive classes) */ 392 /* primitive type index, or PRIM_NOT (-1); set for generated prim classes */
|
| /external/clang/docs/ |
| AutomaticReferenceCounting.html | 737 <p>A load or store with <q>primitive semantics</q> has the same 749 <li>For all other objects, the lvalue is loaded with primitive 758 second, the lvalue is loaded with primitive semantics; third, the new 759 pointee is stored into the lvalue with primitive semantics; and [all...] |
| /external/libffi/doc/ |
| libffi.texi | 222 * Primitive Types:: Built-in types. 227 @node Primitive Types 228 @subsection Primitive Types
|
| /external/llvm/include/llvm/ |
| Type.h | 238 // If it's a primitive, it is always sized. 251 /// primitive type. These are fixed by LLVM and are not target dependent. 253 /// primitive type.
|
| /external/proguard/docs/ |
| downloads.html | 149 <li>Fixed obfuscation of potentially ambiguous non-primitive constants in 284 <li>Fixed matching of primitive type wildcards in configuration. 397 <li>Added additional wildcard for matching primitive types.
|
| /frameworks/ex/carousel/java/com/android/ex/carousel/ |
| CarouselController.java | 806 * Whether to use alpha when drawing a primitive: on for translucent, off for opaque. 822 * Set the StoreConfig parameters that will be used for each mesh primitive. 834 * @param configs An array, each element of which corresponds to an ordered mesh primitive
|
| /libcore/luni/src/main/java/java/io/ |
| EmulatedFields.java | 128 * fieldType} corresponds to a primitive type, the field type has to match 150 // Looking for a primitive type field. Types must match 156 // Looking for a non-primitive type field.
|
| /libcore/luni/src/main/java/java/lang/reflect/ |
| Array.java | 49 * the effect of {@code array[index]}. If the array component is a primitive 489 * component is a primitive type, the value is automatically unboxed. 522 throw new IllegalArgumentException("Primitive array can't take null values.");
|
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
| SerializationStressTest1.java | 273 // A primitive instance variable exposes a bug in the serialization 275 // Primitive instance variables are written without primitive data tags 277 // written, reading primitive data will just read bytes from the stream [all...] |
| /frameworks/compile/slang/ |
| slang_rs_export_type.cpp | 100 "vectors of non-primitive types cannot be exported: '%0'"); 580 // Others are primitive types 771 // Ignore all other primitive types 836 "primitive type cannot be exported: '%0'")) [all...] |
| slang_rs_reflection.cpp | 117 slangAssert(false && "GetPrimitiveTypeName : Unknown primitive data type"); 316 slangAssert(false && "GetPackerAPIName : Unknown primitive data type"); 747 "Primitive type cannot have such kind of initializer"); [all...] |
| /external/libpcap/ |
| pcap-dlpi.c | 280 * XXX - check for the DLPI primitive, which 1197 "recv_ack: %s: Unexpected primitive ack %s", 1247 return ("Primitive received not known by provider"); [all...] |
| /docs/source.android.com/src/tech/dalvik/ |
| dalvik-bytecode.html | 357 specified register. In the case where the indicated type is primitive, 358 this will store a reference to the primitive type's degenerate 394 (and not a primitive value), this will necessarily fail at runtime 396 primitive type.</p> 409 (and not a primitive value), this will always result 410 in <code>0</code> being stored if <code>C</code> refers to a primitive [all...] |
| /external/guava/javadoc/com/google/common/primitives/ |
| Floats.html | 256 primitive <code>float</code> values.</TD> 290 <DT><B>Parameters:</B><DD><CODE>value</CODE> - a primitive <code>float</code> value 323 <DT><B>Parameters:</B><DD><CODE>array</CODE> - an array of <code>float</code> values, possibly empty<DD><CODE>target</CODE> - a primitive <code>float</code> value 340 <DT><B>Parameters:</B><DD><CODE>array</CODE> - an array of <code>float</code> values, possibly empty<DD><CODE>target</CODE> - a primitive <code>float</code> value 378 <DT><B>Parameters:</B><DD><CODE>array</CODE> - an array of <code>float</code> values, possibly empty<DD><CODE>target</CODE> - a primitive <code>float</code> value 510 primitive <code>float</code> values. [all...] |
| /external/libffi/src/s390/ |
| ffi.c | 231 /* Now handle all primitive int/pointer/float data types. */ 433 /* Now handle all primitive int/float data types. */ 609 /* Now handle all primitive int/float data types. */
|
| /external/llvm/lib/VMCore/ |
| Type.cpp | 197 // Primitive 'Type' data 376 // Primitive Constructors. 639 "Elements of a VectorType must be a primitive type");
|
| /external/proguard/src/proguard/classfile/util/ |
| ClassUtil.java | 257 * Returns whether the given internal type is a plain primitive type 278 * Returns whether the given internal type is a primitive Category 2 type. 367 * (including an array type). Types involving primitive types are returned [all...] |