OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:primitive
(Results
101 - 125
of
1457
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/test/mjsunit/
object-toprimitive.js
69
valueOfValue = ["not
primitive
"];
76
toStringValue = ["not
primitive
"];
82
valueOfValue = ["not
primitive
"];
/art/compiler/jni/quick/
calling_convention.h
32
Primitive
::Type GetReturnType() const {
33
return
Primitive
::GetType(shorty_[0]);
37
size_t result =
Primitive
::ComponentSize(
Primitive
::GetType(shorty_[0]));
125
size_t result =
Primitive
::ComponentSize(
Primitive
::GetType(shorty_[param]));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterEffect.h
126
// into account the filter
primitive
subregion of each effect.
199
// The maximum size of a filter
primitive
. In SVG this is the
primitive
subregion in absolute coordinate space.
207
// The subregion of a filter
primitive
according to the SVG Filter specification in local coordinates.
212
// filter
primitive
on a later step.
219
// Should the effect clip to its
primitive
region, or expand to use the combined region of its inputs.
/external/chromium_org/v8/src/
type-info.h
44
//
Primitive
Non-
primitive
60
// We know it's a
primitive
type.
61
static TypeInfo
Primitive
() { return TypeInfo(kPrimitive); }
74
// We know it's a non-
primitive
(object) type.
180
case kPrimitive: return "
Primitive
";
/external/v8/src/
type-info.h
44
//
Primitive
Non-
primitive
60
// We know it's a
primitive
type.
61
static TypeInfo
Primitive
() { return TypeInfo(kPrimitive); }
74
// We know it's a non-
primitive
(object) type.
180
case kPrimitive: return "
Primitive
";
/libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java
52
// copy from
primitive
array into object array
60
// copy from object array into
primitive
array
68
// copy from
primitive
array into an array of another
primitive
type
84
// copy from null into an array of a
primitive
type
92
// copy from a
primitive
array into null
/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/chromium_org/net/quic/
quic_data_writer.h
22
// The QuicDataWriter supports appending
primitive
values (int, string, etc)
24
// dynamically to hold the sequence of
primitive
values. The internal memory
/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
/libcore/libdvm/src/main/java/java/lang/
Class.java
71
*
primitive
types, and those representing array classes.
83
* <h4>Classes representing
primitive
types</h4>
85
* These represent the standard Java
primitive
types and hence share their
86
* names (for example "int" for the {@code int}
primitive
type). Although it is
90
*
primitive
type, and their signatures are:
93
* <li>{@code B} representing the {@code byte}
primitive
type</li>
94
* <li>{@code S} representing the {@code short}
primitive
type</li>
95
* <li>{@code I} representing the {@code int}
primitive
type</li>
96
* <li>{@code J} representing the {@code long}
primitive
type</li>
97
* <li>{@code F} representing the {@code float}
primitive
type</li
[
all
...]
/libcore/luni/src/main/java/java/io/
ObjectStreamField.java
117
* of the compared fields has a
primitive
type and the other one not. If so,
118
* the field with the
primitive
type is considered to be "smaller". If both
132
// If one is
primitive
and the other isn't, we have enough info to
239
* field's type is
primitive
.
255
* Indicates whether this field's type is a
primitive
type.
257
* @return {@code true} if this field's type is
primitive
; {@code false} if
295
//
primitive
type declared in a serializable class
332
* Resolves typeString into type. Returns true if the type is
primitive
/libcore/luni/src/main/java/java/lang/
Byte.java
21
* The wrapper for the
primitive
type {@code byte}.
54
* The {@link Class} object that represents the
primitive
type {@code byte}.
63
* Constructs a new {@code Byte} with the specified
primitive
byte value.
66
* the
primitive
byte value to store in the new instance.
86
* Gets the
primitive
value of this byte.
88
* @return this object's
primitive
value.
189
* @return the
primitive
byte value represented by {@code string}.
205
* @return the
primitive
byte value represented by {@code string} using
Short.java
21
* The wrapper for the
primitive
type {@code short}.
55
* The {@link Class} object that represents the
primitive
type {@code
78
* Constructs a new {@code Short} with the specified
primitive
short value.
81
* the
primitive
short value to store in the new instance.
188
* @return the
primitive
short value represented by {@code string}.
204
* @return the
primitive
short value represented by {@code string} using
221
* Gets the
primitive
value of this short.
223
* @return this object's
primitive
value.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/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
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_tris.c
69
assert(intel->prim.
primitive
!= ~0);
77
_3DPRIMITIVE | intel->prim.
primitive
| (used - 2);
85
intel->prim.
primitive
= ~0;
100
/* Emit a slot which will be filled with the inline
primitive
106
intel->prim.
primitive
= prim;
118
GLuint prim = intel->prim.
primitive
;
144
/** Sets the
primitive
type for a
primitive
sequence, flushing as needed. */
153
if (prim != intel->prim.
primitive
) {
155
intel->prim.
primitive
= prim
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c
69
assert(intel->prim.
primitive
!= ~0);
77
_3DPRIMITIVE | intel->prim.
primitive
| (used - 2);
85
intel->prim.
primitive
= ~0;
100
/* Emit a slot which will be filled with the inline
primitive
106
intel->prim.
primitive
= prim;
118
GLuint prim = intel->prim.
primitive
;
144
/** Sets the
primitive
type for a
primitive
sequence, flushing as needed. */
153
if (prim != intel->prim.
primitive
) {
155
intel->prim.
primitive
= prim
[
all
...]
/art/runtime/interpreter/
interpreter.cc
625
template<FindFieldType find_type,
Primitive
::Type field_type, bool do_access_check>
630
template<FindFieldType find_type,
Primitive
::Type field_type, bool do_access_check>
636
find_type,
Primitive
::FieldSize(field_type),
654
case
Primitive
::kPrimBoolean:
657
case
Primitive
::kPrimByte:
660
case
Primitive
::kPrimChar:
663
case
Primitive
::kPrimShort:
666
case
Primitive
::kPrimInt:
669
case
Primitive
::kPrimLong:
672
case
Primitive
::kPrimNot
[
all
...]
Completed in 4851 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>