OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:primitive
(Results
276 - 300
of
1457
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Longs.java
46
* The number of bytes required to represent a
primitive
{@code long}
67
* @param value a
primitive
{@code long} value
92
* @param target a
primitive
{@code long} value
110
* @param target a
primitive
{@code long} value
164
* @param target a
primitive
{@code long} value
338
*
primitive
{@code long} values.
/art/runtime/verifier/
reg_type.cc
554
Primitive
::Type RegType::GetPrimitiveType() const {
556
return
Primitive
::kPrimNot;
558
return
Primitive
::kPrimBoolean;
560
return
Primitive
::kPrimByte;
562
return
Primitive
::kPrimShort;
564
return
Primitive
::kPrimChar;
566
return
Primitive
::kPrimFloat;
568
return
Primitive
::kPrimInt;
570
return
Primitive
::kPrimDouble;
573
return
Primitive
::kPrimLong
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Set.java
44
ASN1Primitive
primitive
= ((ASN1Encodable)obj).toASN1Primitive();
local
46
if (
primitive
instanceof ASN1Set)
48
return (ASN1Set)
primitive
;
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DownloadInfoTest.java
63
* signature: Type getFoo(), where Type is a String or a
primitive
type other than boolean.
95
* signature: Type setFoo(), where Type is a String or a
primitive
type.
174
// This is a
primitive
type that is not boolean, probably an integer.
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_private.h
101
/** Drawing/
primitive
pipeline stages */
340
/* these flags are set if the
primitive
is a segment of a larger one */
415
*
Primitive
processing (pipeline) code:
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_enums.py
116
*
Primitive
names
130
"inside unknown
primitive
",
135
/* Get the name of an enum given that it is a
primitive
type. Avoids
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip.c
92
switch (key->
primitive
) {
147
key.
primitive
= brw->intel.reduced_primitive;
162
if (key.
primitive
== GL_TRIANGLES) {
/external/guava/guava/src/com/google/common/primitives/
UnsignedInteger.java
35
* treat
primitive
{@code int} values as unsigned, using the methods from {@link UnsignedInts}.
172
*
primitive
conversion from {@code int} to {@code float}, and correctly rounded.
181
*
primitive
conversion from {@code int} to {@code double}, and correctly rounded.
UnsignedLong.java
32
* treat
primitive
{@code long} values as unsigned, using the methods from {@link UnsignedLongs}.
169
*
primitive
conversion from {@code long} to {@code float}, and correctly rounded.
183
*
primitive
conversion from {@code long} to {@code double}, and correctly rounded.
/external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h
101
/** Drawing/
primitive
pipeline stages */
340
/* these flags are set if the
primitive
is a segment of a larger one */
415
*
Primitive
processing (pipeline) code:
/external/mesa3d/src/mapi/glapi/gen/
gl_enums.py
116
*
Primitive
names
130
"inside unknown
primitive
",
135
/* Get the name of an enum given that it is a
primitive
type. Avoids
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.c
92
switch (key->
primitive
) {
147
key.
primitive
= brw->intel.reduced_primitive;
162
if (key.
primitive
== GL_TRIANGLES) {
/frameworks/base/docs/html/guide/faq/
framework.jd
57
<h3>
Primitive
Data Types</h3>
59
<p>To share
primitive
data between Activities/Services in an
60
application, use Intent.putExtras(). For passing
primitive
data that
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
Tracer.java
204
* array of
primitive
types like int[] or float[]. Before passing them to this function
230
* This method will not work for arrays of
primitive
types. Arrays of
primitive
types are
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java
69
smb.addIndexSetType(Mesh.
Primitive
.POINT);
75
smb2.addIndexSetType(Mesh.
Primitive
.POINT);
81
smb3.addIndexSetType(Mesh.
Primitive
.POINT);
/packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java
20
import android.renderscript.Mesh.
Primitive
;
68
smb2.addIndexSetType(Mesh.
Primitive
.POINT);
157
backgroundBuilder.addIndexSetType(
Primitive
.TRIANGLE);
/art/runtime/native/
java_lang_reflect_Constructor.cc
35
* with an interface, array, or
primitive
class.
/dalvik/vm/oo/
Array.cpp
78
/*
primitive
array */
109
* Create a new array that holds
primitive
types.
111
* "type" is the
primitive
type letter, e.g. 'I' for int or 'J' for long.
153
ALOGE("Unknown
primitive
type '%c'", type);
166
* Objects or
primitive
types.
266
*
primitive
type's internally-generated class object.
312
/* array of a
primitive
type */
520
* array of primitives. The boxed value must fit in the
primitive
(i.e.
540
*
primitive
type exactly matches the box class, but it's not