HomeSort by relevance Sort by last modified time
    Searched full:primitive (Results 151 - 175 of 1879) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/test/mjsunit/
object-toprimitive.js 69 valueOfValue = ["not primitive"];
76 toStringValue = ["not primitive"];
82 valueOfValue = ["not primitive"];
  /libcore/ojluni/src/main/java/java/io/
Bits.java 29 * Utility methods for packing/unpacking primitive values in/out of byte arrays
35 * Methods for unpacking primitive values from byte arrays starting at
80 * Methods for packing primitive values into byte arrays starting at given
ObjectStreamField.java 51 /** field type (Object.class if unknown non-primitive type) */
75 * field is non-primitive, object values are serialized and deserialized as
132 * ObjectStreamField (if non-primitive) will return Object.class (as
155 * Get the type of the field. If the type is non-primitive and this
194 * @return null if this field has a primitive type.
224 * Return true if this field has a primitive type.
226 * @return true if and only if this field corresponds to a primitive type
277 * that signature strings are returned for primitive fields as well).
  /external/opencv3/modules/core/include/opencv2/core/
traits.hpp 55 /** @brief Template "trait" class for OpenCV primitive data types.
57 A primitive OpenCV data type is one of unsigned char, bool, signed char, unsigned short, signed
59 tuple have the same type. Any primitive type from the list can be defined by an identifier in the
62 single instance of such a primitive data type is Vec. Multiple instances of such a type can be
66 The DataType class is basically used to provide a description of such primitive data types without
68 anything to primitive C/C++ data types). This technique is known in C++ as class traits. It is not
  /frameworks/base/tools/layoutlib/bridge/src/android/text/
StaticLayout_Delegate.java 13 import android.text.Primitive.PrimitiveType;
150 List<Primitive> primitives =
176 private static List<Primitive> computePrimitives(@NonNull char[] text, @NonNull float[] widths,
180 List<Primitive> primitives = new ArrayList<Primitive>(((int) Math.ceil(length * 1.833)));
193 Primitive p;
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicInteger.java 284 * after a widening primitive conversion.
285 * @jls 5.1.2 Widening Primitive Conversions
293 * after a widening primitive conversion.
294 * @jls 5.1.2 Widening Primitive Conversions
302 * after a widening primitive conversion.
303 * @jls 5.1.2 Widening Primitive Conversions
  /art/runtime/
transaction_test.cc 187 ASSERT_EQ(booleanField->GetTypeAsPrimitiveType(), Primitive::kPrimBoolean);
192 ASSERT_EQ(byteField->GetTypeAsPrimitiveType(), Primitive::kPrimByte);
197 ASSERT_EQ(charField->GetTypeAsPrimitiveType(), Primitive::kPrimChar);
202 ASSERT_EQ(shortField->GetTypeAsPrimitiveType(), Primitive::kPrimShort);
207 ASSERT_EQ(intField->GetTypeAsPrimitiveType(), Primitive::kPrimInt);
212 ASSERT_EQ(longField->GetTypeAsPrimitiveType(), Primitive::kPrimLong);
217 ASSERT_EQ(floatField->GetTypeAsPrimitiveType(), Primitive::kPrimFloat);
222 ASSERT_EQ(doubleField->GetTypeAsPrimitiveType(), Primitive::kPrimDouble);
228 ASSERT_EQ(objectField->GetTypeAsPrimitiveType(), Primitive::kPrimNot);
289 ASSERT_EQ(booleanField->GetTypeAsPrimitiveType(), Primitive::kPrimBoolean)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstFieldRef.java 28 * primitive type. For example, if given {@link Type#INT}, this
32 * @param primitiveType {@code non-null;} the primitive type
  /dalvik/dx/src/com/android/dx/rop/cst/
CstFieldRef.java 28 * primitive type. For example, if given {@link Type#INT}, this
32 * @param primitiveType {@code non-null;} the primitive type
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DefaultTransformer.java 28 * into a primitive double or to turn a String representation of a Number into
40 * @return a double primitive representation of the Object o.
  /external/deqp/doc/testspecs/GLES3/
functional.fbo.msaa.txt 32 + Coverage value computation in primitive rasterization
33 - Will be covered in primitive rasterization test set (2012.2)
functional.fence_sync.txt 27 - With varying number of primitive draws
29 - With varying number of primitive draws
functional.transform_feedback.txt 34 + All primitive modes
40 + Interaction with primitive restart
  /external/deqp/doc/testspecs/GLES31/
functional.tessellation.txt 44 - Use either the 'precise' qualifier or carefully chosen primitive
89 verifies that the primitive is drawn iff the glFrontFace value matches the
97 color; for the gl_PatchVerticesIn cases, just one primitive is drawn and the
120 triangles of differing inner layers of the tessellated primitive. The gap cases
121 draw a single primitive deformed so as to reveal possible errors in the
122 triangulation. The overlap cases draw a single primitive with different colors
137 primitive. Two variants exist, with different methods for avoiding cracks:
161 The exact manner in which a "triangles" or "quads" primitive is divided into
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.hpp 43 rr::GeometryShaderOutputType mapGLGeometryShaderOutputType (deUint32 primitive);
44 rr::GeometryShaderInputType mapGLGeometryShaderInputType (deUint32 primitive);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstFieldRef.java 28 * primitive type. For example, if given {@link Type#INT}, this
32 * @param primitiveType {@code non-null;} the primitive type
  /external/guava/guava/src/com/google/common/collect/
ClassToInstanceMap.java 32 * for primitive types, and a primitive type and its corresponding wrapper type
  /external/guava/guava/src/com/google/common/primitives/
package-info.java 18 * Static utilities for working with the eight primitive types and {@code void},
26 * primitive utilities</a>.
  /frameworks/base/core/java/android/hardware/camera2/marshal/
MarshalQueryable.java 25 * primitive queryable will support all primitive to/from managed mappings (as long as they are
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
hash_bytes.h 42 // All of them are based on a primitive that hashes a pointer to a
49 // A similar hash primitive, using the FNV hash algorithm. This
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
hash_bytes.h 42 // All of them are based on a primitive that hashes a pointer to a
49 // A similar hash primitive, using the FNV hash algorithm. This
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
hash_bytes.h 42 // All of them are based on a primitive that hashes a pointer to a
49 // A similar hash primitive, using the FNV hash algorithm. This
  /prebuilts/misc/common/swig/include/2.0.11/d/
d.swg 11 // Typemaps for primitive types.
14 // Typemaps for non-primitive types (C/C++ classes and structs).
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
hash_bytes.h 42 // All of them are based on a primitive that hashes a pointer to a
49 // A similar hash primitive, using the FNV hash algorithm. This
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 360 cur_type_(Primitive::kPrimVoid), is_split_long_or_double_(false) {
376 Primitive::Type GetParamPrimitiveType() const {
382 Primitive::Type type = GetParamPrimitiveType();
383 if (UNLIKELY((type == Primitive::kPrimDouble) || (type == Primitive::kPrimFloat))) {
384 if (type == Primitive::kPrimDouble && kQuickDoubleRegAlignedFloatBackFilled) {
410 return GetParamPrimitiveType() == Primitive::kPrimNot;
414 Primitive::Type type = GetParamPrimitiveType();
415 return type == Primitive::kPrimLong || type == Primitive::kPrimDouble
    [all...]

Completed in 653 milliseconds

1 2 3 4 5 67 8 91011>>