OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:native_type
(Results
1 - 7
of
7
) sorted by null
/frameworks/native/include/ui/
ANativeObjectBase.h
57
template <typename
NATIVE_TYPE
, typename TYPE, typename REF>
58
class ANativeObjectBase : public
NATIVE_TYPE
, public REF
61
// Disambiguate between the incStrong in REF and
NATIVE_TYPE
70
typedef ANativeObjectBase<
NATIVE_TYPE
, TYPE, REF> BASE;
71
ANativeObjectBase() :
NATIVE_TYPE
(), REF() {
72
NATIVE_TYPE
::common.incRef = incRef;
73
NATIVE_TYPE
::common.decRef = decRef;
75
static inline TYPE* getSelf(
NATIVE_TYPE
* self) {
78
static inline TYPE const* getSelf(
NATIVE_TYPE
const* self) {
82
return getSelf(reinterpret_cast<
NATIVE_TYPE
*>(base))
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py
150
def
native_type
(format):
function
412
src_native_type =
native_type
(format)
518
dst_native_type =
native_type
(format)
683
native_type
= 'unsigned'
687
generate_format_unpack(format, channel,
native_type
, suffix)
688
generate_format_pack(format, channel,
native_type
, suffix)
689
generate_format_fetch(format, channel,
native_type
, suffix)
692
native_type
= 'int'
694
generate_format_unpack(format, channel,
native_type
, suffix)
695
generate_format_pack(format, channel,
native_type
, suffix)
[
all
...]
/external/v8/src/compiler/
typer.cc
29
#define
NATIVE_TYPE
(sem, rep) \
32
Type* int8 =
NATIVE_TYPE
(SignedSmall, UntaggedInt8);
33
Type* int16 =
NATIVE_TYPE
(SignedSmall, UntaggedInt16);
34
Type* int32 =
NATIVE_TYPE
(Signed32, UntaggedInt32);
35
Type* uint8 =
NATIVE_TYPE
(UnsignedSmall, UntaggedInt8);
36
Type* uint16 =
NATIVE_TYPE
(UnsignedSmall, UntaggedInt16);
37
Type* uint32 =
NATIVE_TYPE
(Unsigned32, UntaggedInt32);
38
Type* float32 =
NATIVE_TYPE
(Number, UntaggedFloat32);
39
Type* float64 =
NATIVE_TYPE
(Number, UntaggedFloat64);
40
#undef
NATIVE_TYPE
[
all
...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.py
81
src_native_type =
native_type
(format)
201
dst_native_type =
native_type
(format)
246
dst_native_type =
native_type
(format)
646
native_type
= 'uint8_t'
649
generate_swizzle(formats, channel,
native_type
, suffix)
650
generate_unswizzle(formats, channel,
native_type
, suffix)
/external/v8/tools/
js2c.py
422
def BuildMetadata(sources, source_bytes,
native_type
):
429
native_type
: The parameter for the NativesCollection template.
476
"type":
native_type
,
541
def JS2C(source, target,
native_type
, compression_type, raw_file, startup_blob):
544
metadata = BuildMetadata(sources, sources_bytes,
native_type
)
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar
Completed in 154 milliseconds