/art/compiler/optimizing/ |
constant_folding.cc | 150 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 0)); 162 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 1)); 174 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 0)); 186 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimBoolean, 1)); 207 if (Primitive::IsFloatingPointType(input_value->GetType()) && 216 instruction->ReplaceWith(GetGraph()->GetConstant(Primitive::kPrimInt, 225 Primitive::Type type = instruction->GetType(); 226 if (Primitive::IsIntOrLongType(type) && 258 Primitive::Type type = instruction->GetType(); 260 if (!Primitive::IsIntegralType(type)) [all...] |
intrinsics_mips.cc | 61 Primitive::Type type, 64 DCHECK_EQ(type, Primitive::kPrimVoid); 68 DCHECK_NE(type, Primitive::kPrimVoid); 70 if (Primitive::IsIntegralType(type) || type == Primitive::kPrimNot) { 78 if (type == Primitive::kPrimFloat) { 247 Primitive::Type type, 252 DCHECK(type == Primitive::kPrimShort || 253 type == Primitive::kPrimInt || 254 type == Primitive::kPrimLong) [all...] |
code_generator.cc | 60 static bool CheckType(Primitive::Type type, Location location) { 63 return (type == Primitive::kPrimFloat) || (type == Primitive::kPrimDouble); 66 return Primitive::IsIntegralType(type) || (type == Primitive::kPrimNot); 68 return type == Primitive::kPrimLong; 70 return type == Primitive::kPrimDouble; 72 return (Primitive::IsIntegralType(type) && type != Primitive::kPrimLong) 73 || (type == Primitive::kPrimFloat [all...] |
nodes_x86.h | 27 : HExpression(Primitive::kPrimInt, SideEffects::None(), kNoDexPc) {} 62 HX86FPNeg(Primitive::Type result_type, 67 DCHECK(Primitive::IsFloatingPointType(result_type));
|
intrinsics_mips64.cc | 49 Primitive::Type type, 52 DCHECK_EQ(type, Primitive::kPrimVoid); 56 DCHECK_NE(type, Primitive::kPrimVoid); 58 if (Primitive::IsIntegralType(type) || type == Primitive::kPrimNot) { 66 if (type == Primitive::kPrimFloat) { 224 Primitive::Type type, 230 case Primitive::kPrimShort: 234 case Primitive::kPrimInt: 238 case Primitive::kPrimLong [all...] |
nodes.h | 37 #include "primitive.h" 465 HConstant* GetConstant(Primitive::Type type, int64_t value, uint32_t dex_pc = kNoDexPc); [all...] |
/art/runtime/ |
check_jni.cc | 72 * Java primitive types: 314 jmethodID mid, Primitive::Type type, InvokeType invoke) 320 if (type != Primitive::GetType(m->GetShorty()[0])) { 427 * Java primitive types: 658 bool CheckPrimitiveArrayType(ScopedObjectAccess& soa, jarray array, Primitive::Type type) 673 Primitive::Type type) 819 * Verify that the "mode" argument passed to a primitive array Release [all...] |
art_field.cc | 41 Primitive::Type type = GetTypeAsPrimitiveType(); 42 if (type == Primitive::kPrimDouble || type == Primitive::kPrimLong) {
|
reflection.h | 22 #include "primitive.h" 35 mirror::Object* BoxPrimitive(Primitive::Type src_class, const JValue& value) 44 Primitive::Type src_class, Primitive::Type dst_class,
|
/external/deqp/doc/testspecs/GLES31/ |
functional.uniform_location.txt | 25 + Location for all primitive types 29 - With all primitive types 31 - Primitive types only 55 Basic primitive type, array, nested array and min/max cases test with all basic 59 Min/max cases assign a single primitive either the largest valid location as 61 otherwise identical to the basic primitive type cases. 68 All primitive types used in these tests are randomized.
|
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/ |
GrowingArrayUtils.java | 22 * A helper class that aims to provide comparable growth performance to ArrayList, but on primitive 54 * Primitive int version of {@link #append(Object[], int, Object)}. 69 * Primitive long version of {@link #append(Object[], int, Object)}. 84 * Primitive boolean version of {@link #append(Object[], int, Object)}. 127 * Primitive int version of {@link #insert(Object[], int, int, Object)}. 146 * Primitive long version of {@link #insert(Object[], int, int, Object)}. 165 * Primitive boolean version of {@link #insert(Object[], int, int, Object)}.
|
/external/skia/src/gpu/ |
GrPrimitiveProcessor.h | 16 * The GrPrimitiveProcessor represents some kind of geometric primitive. This includes the shape 17 * of the primitive and the inherent color of the primitive. The GrPrimitiveProcessor is 37 * primitive type is associated with one GrPrimitiveProcessor, who has complete control of how 38 * it draws. Each primitive draw will bundle all required data to perform the draw, and these 117 // If this is not set the primitive processor need not produce a color output 120 // If this is not set the primitive processor need not produce a coverage output 123 // If this is not set the primitive processor need not produce local coordinates 126 // If this flag is set then the primitive processor may produce color*coverage as
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1Object.java | 89 * @return the underlying primitive type. 109 * Method providing a primitive representation of this object suitable for encoding. 110 * @return a primitive representation of this object.
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
SoapPrimitive.java | 24 * A class that is used to encapsulate primitive types (represented by a string 27 * Basically, the SoapPrimitive class encapsulates "unknown" primitive types 31 * direction, kSOAP will deserialize any primitive type (=no subelements) that
|
/external/skia/src/gpu/batches/ |
GrVertexBatch.h | 71 // primitive processor. All the draws in a DrawArray share a primitive processor and use the 79 // may use a different primitive processor.
|
/frameworks/rs/ |
rsClosure.h | 27 const int64_t* values, // Allocations or primitive (numeric) types 37 const int64_t* values, // Allocations or primitive (numeric) types 66 // A global could be allocation or any primitive data type.
|
/external/mesa3d/src/mesa/tnl_dd/ |
t_dd_dmatmp.h | 37 * Where various primitive types are unaccelerated by hardware, the 38 * code attempts to fallback to other primitive types (quadstrips to 131 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__); 166 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__); 198 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__); 264 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__); 334 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__); 373 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__); 412 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__); 503 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__) [all...] |
/frameworks/base/rs/java/android/renderscript/ |
Mesh.java | 37 * index sets or primitive types. 47 public enum Primitive { 83 Primitive(int id) { 90 Primitive[] mPrimitives; 143 * @return index set primitive type 146 public Primitive getPrimitive(int slot) { 165 mPrimitives = new Primitive[idxCount]; 179 mPrimitives[i] = Primitive.values()[primitives[i]]; 198 Primitive prim; 287 * @param p primitive typ [all...] |
/art/test/800-smali/smali/ |
b_27799205_1.smali | 4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
|
b_27799205_2.smali | 4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
|
/external/deqp/modules/glshared/ |
glsVertexArrayTests.cpp | 158 std::string Array::primitiveToString (Primitive primitive) 168 return de::getSizedArrayElement<Array::PRIMITIVE_LAST>(primitives, (int)primitive); 707 GLenum ContextArray::primitiveToGL (Array::Primitive primitive) 717 return de::getSizedArrayElement<Array::PRIMITIVE_LAST>(primitives, (int)primitive); 1148 void ContextArrayPack::render (Array::Primitive primitive, int firstVertex, int vertexCount, bool useVao, float coordScale, float colorScale) 1189 m_ctx.drawArrays(ContextArray::primitiveToGL(primitive), firstVertex, vertexCount - firstVertex) [all...] |
/external/fec/ |
init_rs.c | 28 * prim = primitive element to generate polynomial roots
|
init_rs_char.c | 24 * prim = primitive element to generate polynomial roots
|
init_rs_int.c | 24 * prim = primitive element to generate polynomial roots
|
rs-common.h | 15 int prim; /* Primitive element, index form */
|