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

<<11121314151617181920>>

  /external/libchrome/base/synchronization/
spin_wait.h 10 // those primitive multi-threaded constructs.
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_private.h 36 * Primitive renderer for svga.
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 218 BATCH_BEGIN(nvgl_primitive(swtnl->primitive));
253 /* Primitive rendering */
260 || (swtnl->vertex_count && swtnl->primitive != p)) \
263 swtnl->primitive = p;
  /external/mesa3d/src/mesa/main/
enums.h 45 /* Get the name of an enum given that it is a primitive type. Avoids
  /external/mesa3d/src/mesa/vbo/
vbo_split.h 47 /* True if a primitive can be split without copying of vertices, false
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Item.java 76 * primitive value.
82 * primitive value.
88 * primitive value.
181 * Sets this item to an item that do not hold a primitive value.
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
FrameNode.java 65 * this list can be Integer, String or LabelNode objects (for primitive,
73 * of this list can be Integer, String or LabelNode objects (for primitive,
94 * (for primitive, reference and uninitialized types respectively -
99 * objects (for primitive, reference and uninitialized types
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
MethodInterceptor.java 32 * @param args argument array; primitive types are wrapped
  /external/pdfium/third_party/bigint/
BigInteger.hh 14 * be converted to and from most primitive integer types.
62 // Constructors from primitive integer types
70 /* Converters to primitive integer types
117 * differ from those of primitive integers when negatives and/or zeros
  /external/proguard/src/proguard/classfile/
LibraryField.java 36 * References to primitive types are ignored.
LibraryMethod.java 36 * References to primitive types are ignored.
ProgramField.java 38 * References to primitive types are ignored.
  /external/testng/src/main/java/org/testng/internal/annotations/
Converter.java 11 * Convert a string values into primitive types.
  /external/v8/test/mjsunit/
double-equals.js 163 // to Number too) is converted to primitive using ToPrimitive with NO HINT.
207 // converted to primitive.
217 // Object that can't be converted to primitive.
221 return this; // Not primitive.
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
rsdebug.rs 3 // Testing primitive types
  /libcore/ojluni/src/main/java/java/util/function/
BooleanSupplier.java 30 * {@code boolean}-producing primitive specialization of {@link Supplier}.
DoubleBinaryOperator.java 29 * {@code double}-valued result. This is the primitive type specialization of
DoubleFunction.java 29 * result. This is the {@code double}-consuming primitive specialization for
DoubleSupplier.java 29 * {@code double}-producing primitive specialization of {@link Supplier}.
DoubleToIntFunction.java 29 * int-valued result. This is the {@code double}-to-{@code int} primitive
DoubleToLongFunction.java 29 * long-valued result. This is the {@code double}-to-{@code long} primitive
IntBinaryOperator.java 29 * {@code int}-valued result. This is the primitive type specialization of
IntFunction.java 29 * result. This is the {@code int}-consuming primitive specialization for
IntSupplier.java 29 * {@code int}-producing primitive specialization of {@link Supplier}.
IntToDoubleFunction.java 29 * double-valued result. This is the {@code int}-to-{@code double} primitive

Completed in 3289 milliseconds

<<11121314151617181920>>