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

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
_endian.py 15 # check _OTHER_ENDIAN attribute (present if typ is primitive type)
  /art/runtime/mirror/
array.cc 68 // Create a multi-dimensional array of Objects or primitive types.
75 // Objects or primitive types.
154 // Explicitly instantiate all the primitive array types.
  /dalvik/libdex/
DexUtf.h 110 * can't name a primitive type (including void). In terms of syntax,
118 * is for a class or array and not a primitive type. */
123 * is for a class and not an array or primitive type. */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Sequence.java 42 ASN1Primitive primitive = ((ASN1Encodable)obj).toASN1Primitive(); local
44 if (primitive instanceof ASN1Sequence)
46 return (ASN1Sequence)primitive;
ASN1StreamParser.java 61 throw new IOException("indefinite length primitive encoding encountered");
149 throw new IOException("indefinite length primitive encoding encountered");
202 // Some primitive encodings can be handled by parsers too...
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
indexedDBViews.css 113 .indexed-db-data-view .data-grid .data-container td.value-column div.primitive-value,
114 .indexed-db-data-view .data-grid .data-container td.key-column div.primitive-value,
115 .indexed-db-data-view .data-grid .data-container td.primaryKey-column div.primitive-value {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_prim_emit.c 42 * Primitive emit to hardware. No support for vertex buffers or any
160 /* Emit each triangle as a single primitive. I told you this was
208 * Create a new primitive setup/render stage. This gets plugged into
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save_loopback.c 138 * caught here. If there is no primitive in progress, execute them
145 /* Use the prim_weak flag to ensure that if this primitive
147 * surrounding primitive.
vbo_split.c 58 /* True if a primitive can be split without copying of vertices, false
142 * on whole-primitive boundaries, otherwise try to split the
156 * module). Try to split on whole-primitive boundaries,
  /external/mesa3d/src/gallium/drivers/i915/
i915_prim_emit.c 42 * Primitive emit to hardware. No support for vertex buffers or any
160 /* Emit each triangle as a single primitive. I told you this was
208 * Create a new primitive setup/render stage. This gets plugged into
  /external/mesa3d/src/mesa/vbo/
vbo_save_loopback.c 138 * caught here. If there is no primitive in progress, execute them
145 /* Use the prim_weak flag to ensure that if this primitive
147 * surrounding primitive.
vbo_split.c 58 /* True if a primitive can be split without copying of vertices, false
142 * on whole-primitive boundaries, otherwise try to split the
156 * module). Try to split on whole-primitive boundaries,
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.renderscript.Mesh.Primitive.html 10 android.renderscript.Mesh.Primitive
74 Class android.renderscript.<A HREF="../../../../reference/android/renderscript/Mesh.Primitive.html" target="_top"><font size="+2"><code>Mesh.Primitive</code></font></A>
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicInteger.java 228 * after a widening primitive conversion.
236 * after a widening primitive conversion.
244 * after a widening primitive conversion.
AtomicLong.java 235 * after a narrowing primitive conversion.
250 * after a widening primitive conversion.
258 * after a widening primitive conversion.
  /frameworks/base/docs/html/reference/renderscript/
rs__mesh_8rsh.html 71 <p>Returns an allocation containing index data or a null allocation if only the primitive is specified</p>
107 <p>Returns the primitive describing how a part of the mesh is rendered</p>
111 <tr><td class="paramname">index</td><td>index of the primitive </td></tr>
115 <dl class="return"><dt><b>Returns:</b></dt><dd>primitive describing how the mesh is rendered </dd></dl>
140 <dl class="return"><dt><b>Returns:</b></dt><dd>number of primitive groups in the mesh. This would include simple primitives as well as allocations containing index data </dd></dl>
  /external/emma/core/java12/com/vladium/jcd/lib/
Types.java 505 else // primitive type
507 return primitive (first);
523 else // primitive type
525 component = primitive (first);
533 Class primitive (char c) throws ClassNotFoundException method in class:Types.typeDescriptorCompiler
563 else // primitive type
564 return primitive (first);
581 else // primitive type
582 component = primitive (first);
589 String primitive (char c method in class:Types.typeDescriptorCompiler2
    [all...]
  /external/iptables/libiptc/
linux_list.h 134 * with another list-mutation primitive, such as list_add_rcu()
155 * with another list-mutation primitive, such as list_add_tail_rcu()
206 * with another list-mutation primitive, such as list_del_rcu()
442 * This list-traversal primitive may safely run concurrently with
461 * This list-traversal primitive may safely run concurrently with
475 * This list-traversal primitive may safely run concurrently with
494 * This list-traversal primitive may safely run concurrently with
561 * with another list-mutation primitive, such as hlist_add_head_rcu()
602 * with another list-mutation primitive, such as hlist_add_head_rcu()
608 * Regardless of the type of CPU, the list-traversal primitive
    [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 278 if (main_jni_conv->GetReturnType() == Primitive::kPrimByte ||
279 main_jni_conv->GetReturnType() == Primitive::kPrimShort) {
281 Primitive::ComponentSize(main_jni_conv->GetReturnType()));
282 } else if (main_jni_conv->GetReturnType() == Primitive::kPrimBoolean ||
283 main_jni_conv->GetReturnType() == Primitive::kPrimChar) {
285 Primitive::ComponentSize(main_jni_conv->GetReturnType()));
292 if (instruction_set == kMips && main_jni_conv->GetReturnType() == Primitive::kPrimDouble &&
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_cmdbuf.c 117 GLuint primitive,
122 assert(!(primitive & R200_VF_PRIM_WALK_IND));
128 rmesa->store.cmd_used/4, primitive, vertex_nr);
132 OUT_BATCH(primitive | R200_VF_PRIM_WALK_LIST | R200_VF_COLOR_ORDER_RGBA |
185 GLuint primitive,
190 radeon_print(RADEON_RENDER, RADEON_VERBOSE, "%s %d prim %x\n", __FUNCTION__, min_nr, primitive);
192 assert((primitive & R200_VF_PRIM_WALK_IND));
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_cmdbuf.c 117 GLuint primitive,
122 assert(!(primitive & R200_VF_PRIM_WALK_IND));
128 rmesa->store.cmd_used/4, primitive, vertex_nr);
132 OUT_BATCH(primitive | R200_VF_PRIM_WALK_LIST | R200_VF_COLOR_ORDER_RGBA |
185 GLuint primitive,
190 radeon_print(RADEON_RENDER, RADEON_VERBOSE, "%s %d prim %x\n", __FUNCTION__, min_nr, primitive);
192 assert((primitive & R200_VF_PRIM_WALK_IND));
  /libcore/luni/src/main/java/java/lang/
Double.java 21 * The wrapper for the primitive type {@code double}.
96 * The {@link Class} object that represents the primitive type {@code
116 * Constructs a new {@code Double} with the specified primitive double
120 * the primitive double value to store in the new instance.
185 * Gets the primitive value of this double.
187 * @return this object's primitive value.
290 * @return the primitive double value represented by {@code string}.
  /dalvik/vm/reflect/
Reflect.cpp 842 * Given a boxed primitive type, such as java/lang/Integer, return the
843 * primitive type index.
879 * Convert primitive, boxed data from "srcPtr" to "dstPtr".
894 * Returns the width in 32-bit words of the destination primitive, or
999 ALOGV("illegal primitive conversion: '%s' to '%s'",
1027 if (srcType == PRIM_NOT) { // didn't pass a boxed primitive in
1028 LOGVV("conv arg: type '%s' not boxed primitive",
1054 * Create a wrapper object for a primitive data type. If "returnType" is
1055 * not primitive, this just casts "value" to an object and returns it.
    [all...]
  /dalvik/vm/native/
java_lang_reflect_Field.cpp 452 * Primitive types need to be boxed.
476 /* if it's primitive, box it up */
486 * When assigning into a primitive field we will automatically extract
502 /* unbox primitive, or verify object type */
518 * Primitive field getters, e.g.:
537 dvmThrowIllegalArgumentException("not a primitive field");
552 dvmThrowIllegalArgumentException("invalid primitive conversion");
558 * Primitive field setters, e.g.:
578 dvmThrowIllegalArgumentException("not a primitive field");
586 dvmThrowIllegalArgumentException("invalid primitive conversion")
    [all...]
  /external/kernel-headers/original/linux/
list.h 104 * with another list-mutation primitive, such as list_add_rcu()
125 * with another list-mutation primitive, such as list_add_tail_rcu()
176 * with another list-mutation primitive, such as list_del_rcu()
521 * This list-traversal primitive may safely run concurrently with
543 * This list-traversal primitive may safely run concurrently with
558 * This list-traversal primitive may safely run concurrently with
576 * This list-traversal primitive may safely run concurrently with
648 * with another list-mutation primitive, such as hlist_add_head_rcu()
711 * with another list-mutation primitive, such as hlist_add_head_rcu()
717 * list-traversal primitive must be guarded by rcu_read_lock()
    [all...]

Completed in 2632 milliseconds

<<11121314151617181920>>