HomeSort by relevance Sort by last modified time
    Searched full:primitive (Results 326 - 350 of 1457) sorted by null

<<11121314151617181920>>

  /external/sfntly/cpp/src/test/tinyxml/
tinystr.cpp 29 // Error value for find primitive
  /external/skia/src/animator/
SkDisplayType.h 96 SkType_Line, // simple line primitive
  /external/tinyxml/
tinystr.cpp 34 // Error value for find primitive
  /external/v8/test/mjsunit/
mjsunit.js 46 // Expected and found values the same objects, or the same primitive
48 // For known primitive values, please use assertEquals.
51 // Expected and found values are identical primitive values or functions
196 // Neither a nor b is primitive.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteClosable.java 24 * This class implements a primitive reference counting scheme for database objects.
  /frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
FountainFboRS.java 48 smb.addIndexSetType(Mesh.Primitive.POINT);
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Constants.java 40 * Tag Primitive/Constructed (P/C) flag
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
profilee.py 38 # 3 primitive calls, 130, 20 and 20 ticks total
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
profilee.py 38 # 3 primitive calls, 130, 20 and 20 ticks total
  /external/dexmaker/javadoc/com/google/dexmaker/
TypeId.html 103 A primitive type, interface or class.
105 <p><strong>Warning:</strong> Use care when dealing with boxed primitive
106 types. Java's lack of support for parameterized primitive types means that
107 a primitive type like <code>int</code> and its boxed type <code>java.lang.Integer</code> have the same type parameter: <code>TypeId&lt;Integer&gt;</code>.
109 <code>java.lang.Integer</code> is used where the primitive type <code>int</code> is
131 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <code>boolean</code> primitive type.</TD>
139 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <code>byte</code> primitive type.</TD>
147 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <code>char</code> primitive type.</TD>
155 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <code>double</code> primitive type.</TD>
163 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <code>float</code> primitive type.</TD
    [all...]
  /art/runtime/hprof/
hprof.cc 579 // c is the superclass of java.lang.Object or a primitive
720 static HprofBasicType PrimitiveToBasicTypeAndSize(Primitive::Type prim, size_t* sizeOut) {
725 case Primitive::kPrimBoolean: ret = hprof_basic_boolean; size = 1; break;
726 case Primitive::kPrimChar: ret = hprof_basic_char; size = 2; break;
727 case Primitive::kPrimFloat: ret = hprof_basic_float; size = 4; break;
728 case Primitive::kPrimDouble: ret = hprof_basic_double; size = 8; break;
729 case Primitive::kPrimByte: ret = hprof_basic_byte; size = 1; break;
730 case Primitive::kPrimShort: ret = hprof_basic_short; size = 2; break;
732 case Primitive::kPrimInt: ret = hprof_basic_int; size = 4; break;
733 case Primitive::kPrimLong: ret = hprof_basic_long; size = 8; break
    [all...]
  /art/runtime/
class_linker.cc 261 // Setup the primitive type classes.
262 SetClassRoot(kPrimitiveBoolean, CreatePrimitiveClass(self, Primitive::kPrimBoolean));
263 SetClassRoot(kPrimitiveByte, CreatePrimitiveClass(self, Primitive::kPrimByte));
264 SetClassRoot(kPrimitiveShort, CreatePrimitiveClass(self, Primitive::kPrimShort));
265 SetClassRoot(kPrimitiveInt, CreatePrimitiveClass(self, Primitive::kPrimInt));
266 SetClassRoot(kPrimitiveLong, CreatePrimitiveClass(self, Primitive::kPrimLong));
267 SetClassRoot(kPrimitiveFloat, CreatePrimitiveClass(self, Primitive::kPrimFloat));
268 SetClassRoot(kPrimitiveDouble, CreatePrimitiveClass(self, Primitive::kPrimDouble));
269 SetClassRoot(kPrimitiveVoid, CreatePrimitiveClass(self, Primitive::kPrimVoid));
336 InitializePrimitiveClass(char_class.get(), Primitive::kPrimChar)
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ImplicitTest.java 212 // decode primitive
216 // encode primitive
  /external/chromium/net/spdy/
spdy_frame_builder.h 20 // The SpdyFrameBuilder supports appending primitive values (int, string, etc)
22 // dynamically to hold the sequence of primitive values. The internal memory
  /external/chromium_org/chrome/test/chromedriver/js/
call_function_test.html 40 function func(primitive, elem) {
41 return [primitive, elem.querySelector('div')];
  /external/chromium_org/net/spdy/
spdy_frame_builder.h 24 // The SpdyFrameBuilder supports appending primitive values (int, string, etc)
26 // dynamically to hold the sequence of primitive values. The internal memory
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_tcl.c 174 /* TODO: Try to extend existing primitive if both are identical,
319 if (!VB->Primitive[i].count)
321 /* If primitive.count is less than MAX_CONVERSION_SIZE
325 const GLuint elt_count =(VB->Primitive[i].count/GET_MAX_HW_ELTS() + 1);
329 if ( (!VB->Elts && VB->Primitive[i].count >= MAX_CONVERSION_SIZE)
468 GLuint prim = _tnl_translate_prim(&VB->Primitive[i]);
469 GLuint start = VB->Primitive[i].start;
470 GLuint length = VB->Primitive[i].count;
  /external/eigen/doc/
I02_HiPerformance.dox 25 Let's start with the most common primitive: the matrix product of general dense matrices.
26 In the BLAS world this corresponds to the GEMM routine. Our equivalent primitive can
  /external/guava/guava/src/com/google/common/primitives/
generate.sh 4 # Args are: primitive type, capitalized primitive type, wrapper type
72 * The number of bytes required to represent a primitive {@code primtyp}
81 * @param value a primitive {@code primtyp} value
139 * @param target a primitive {@code primtyp} value
157 * @param target a primitive {@code primtyp} value
211 * @param target a primitive {@code primtyp} value
433 * primitive {@code primtyp} values.
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
CompactArray.java 39 * Object is indexed and stored in primitive float[]
163 * @return compacted array's primitive size
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.c 174 /* TODO: Try to extend existing primitive if both are identical,
319 if (!VB->Primitive[i].count)
321 /* If primitive.count is less than MAX_CONVERSION_SIZE
325 const GLuint elt_count =(VB->Primitive[i].count/GET_MAX_HW_ELTS() + 1);
329 if ( (!VB->Elts && VB->Primitive[i].count >= MAX_CONVERSION_SIZE)
468 GLuint prim = _tnl_translate_prim(&VB->Primitive[i]);
469 GLuint start = VB->Primitive[i].start;
470 GLuint length = VB->Primitive[i].count;
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
MessageNanoPrinter.java 52 * <p>Employs Java reflection on the given object and recursively prints primitive fields,
121 // Primitive value
  /frameworks/base/core/java/android/util/
ReflectiveProperty.java 92 * object matches the type of the Property. The extra checks for primitive types are because
94 * method/field will probably be a primitive type instead. Accept float as matching Float,
  /frameworks/compile/slang/
slang_rs_export_element.cpp 79 slangAssert(EI->vsize == 1 && "Element not a primitive class (please "
126 // primitive or vector.
slang_rs_type_spec.h 21 ENUM_RS_DATA_TYPE_CLASS(Primitive) \
129 struct RSPrimitiveType base; // base type of vec must be in primitive type

Completed in 565 milliseconds

<<11121314151617181920>>