OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typedef
(Results
1 - 25
of
196
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/tools/idl_parser/test_parser/
typedef_web.idl
5
/* Test
Typedef
productions
34
*
Typedef
(MyLong)
38
typedef
long MyLong;
41
*
Typedef
(MyLong)
47
typedef
[foo] long MyLong;
50
*
Typedef
(MyLongArray)
55
typedef
long[] MyLongArray;
58
*
Typedef
(MyLongSizedArray)
63
typedef
long[4] MyLongSizedArray;
66
*
Typedef
(MyLongSizedArrayArray
[
all
...]
typedef_ppapi.idl
5
/* Test
Typedef
productions
52
typedef
void foo(int32_t x);
55
*
Typedef
(MyLong)
59
typedef
int32_t MyLong;
62
*
Typedef
(MyLongArray)
67
typedef
str_t[] MyLongArray;
70
*
Typedef
(MyLongArray5)
75
typedef
mem_t[5] MyLongArray5;
78
*
Typedef
(MyLongArrayN5)
84
typedef
handle_t[][5] MyLongArrayN5
[
all
...]
/external/chromium_org/ppapi/api/
pp_instance.idl
20
[assert_size(4)]
typedef
int32_t PP_Instance;
pp_module.idl
19
typedef
int32_t PP_Module;
pp_resource.idl
12
* This
typedef
represents an opaque handle assigned by the browser to the
26
[assert_size(4)]
typedef
int32_t PP_Resource;
pp_time.idl
17
typedef
double_t PP_Time;
30
typedef
double_t PP_TimeTicks;
37
typedef
double_t PP_TimeDelta;
ppb.idl
28
typedef
interface_t PPB_GetInterface([in] str_t interface_name);
pp_stdint.idl
69
typedef
unsigned char uint8_t;
72
typedef
signed char int8_t;
75
typedef
unsigned short uint16_t;
78
typedef
short int16_t;
81
typedef
unsigned int uint32_t;
84
typedef
int int32_t;
87
typedef
__int64 int64_t;
90
typedef
unsigned __int64 uint64_t;
pp_array_output.idl
42
typedef
mem_t PP_ArrayOutput_GetDataBuffer([inout] mem_t user_data,
ppp.idl
127
typedef
int32_t PP_InitializeModule_Func(
134
typedef
void PP_ShutdownModule_Func();
139
typedef
interface_t PP_GetInterface_Func([in] str_t interface_name);
/external/e2fsprogs/lib/uuid/
uuid_types.h.in
9
typedef
unsigned char uint8_t;
10
typedef
signed char int8_t;
13
typedef
int int64_t;
14
typedef
unsigned int uint64_t;
16
typedef
long int64_t;
17
typedef
unsigned long uint64_t;
20
typedef
__signed__ long long int64_t;
22
typedef
signed long long int64_t;
24
typedef
unsigned long long uint64_t;
28
typedef
int int16_t
[
all
...]
/external/chromium_org/ppapi/generators/test_parser/
typedef.idl
7
/* OK
Typedef
(T1) */
8
typedef
int32_t T1;
11
typedef
int32_t T2
13
/* OK
Typedef
(T3) */
14
typedef
int32_t[] T3;
16
/* OK
Typedef
(T4) */
17
typedef
int32_t[][4] T4;
20
typedef
int32_t[4] T5();
22
/* OK
Typedef
(T6) */
23
typedef
int32_t T6([in] int32_t x)
[
all
...]
/frameworks/rs/scriptc/
rs_types.rsh
63
typedef
char int8_t;
67
typedef
short int16_t;
71
typedef
int int32_t;
75
typedef
long long int64_t;
79
typedef
unsigned char uint8_t;
83
typedef
unsigned short uint16_t;
87
typedef
unsigned int uint32_t;
91
typedef
unsigned long long uint64_t;
95
typedef
uint8_t uchar;
99
typedef
uint16_t ushort
[
all
...]
/prebuilts/sdk/renderscript/include/
rs_types.rsh
63
typedef
char int8_t;
67
typedef
short int16_t;
71
typedef
int int32_t;
75
typedef
long long int64_t;
79
typedef
unsigned char uint8_t;
83
typedef
unsigned short uint16_t;
87
typedef
unsigned int uint32_t;
91
typedef
unsigned long long uint64_t;
95
typedef
uint8_t uchar;
99
typedef
uint16_t ushort
[
all
...]
/external/chromium_org/ppapi/generators/test_cgen/
enum_typedef.idl
11
/*
typedef
enum { A = 1, B = 2, C = 3, D = A + B, E = ~D } et1; */
14
/*
typedef
int32_t i; */
15
typedef
int32_t i;
17
/*
typedef
int32_t i2[3]; */
18
typedef
int32_t[3] i2;
20
/*
typedef
int32_t (*i_func)(void); */
21
typedef
int32_t i_func();
23
/*
typedef
int32_t (*i_func_i)(int32_t i); */
24
typedef
int32_t i_func_i([in] int32_t i);
26
/*
typedef
et1 et4[4]; *
[
all
...]
structs.idl
15
/*
typedef
uint8_t s_array[3]; */
16
typedef
uint8_t[3] s_array;
18
/*
typedef
enum { esv1 = 1, esv2 = 2 } senum; */
35
/*
typedef
float (*func_t)(const s_array data); */
36
typedef
float_t func_t([in] s_array data);
38
/*
typedef
func_t (*findfunc_t)(const char* x); */
39
typedef
func_t findfunc_t([in] str_t x);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
dxgitype.idl
26
typedef
struct DXGI_SAMPLE_DESC {
31
typedef
enum DXGI_MODE_ROTATION {
39
typedef
enum DXGI_MODE_SCANLINE_ORDER {
46
typedef
enum DXGI_MODE_SCALING {
52
typedef
struct DXGI_RATIONAL {
57
typedef
struct DXGI_MODE_DESC {
66
typedef
struct DXGI_GAMMA_CONTROL_CAPABILITIES {
74
typedef
struct DXGI_RGB {
80
typedef
struct DXGI_GAMMA_CONTROL {
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgitype.idl
26
typedef
struct DXGI_SAMPLE_DESC {
31
typedef
enum DXGI_MODE_ROTATION {
39
typedef
enum DXGI_MODE_SCANLINE_ORDER {
46
typedef
enum DXGI_MODE_SCALING {
52
typedef
struct DXGI_RATIONAL {
57
typedef
struct DXGI_MODE_DESC {
66
typedef
struct DXGI_GAMMA_CONTROL_CAPABILITIES {
74
typedef
struct DXGI_RGB {
80
typedef
struct DXGI_GAMMA_CONTROL {
/external/e2fsprogs/lib/blkid/
blkid_types.h.in
13
typedef
__U8_TYPEDEF __u8;
15
typedef
unsigned char __u8;
19
typedef
__S8_TYPEDEF __s8;
21
typedef
signed char __s8;
25
typedef
__U16_TYPEDEF __u16;
28
typedef
unsigned int __u16;
31
typedef
unsigned short __u16;
39
typedef
__S16_TYPEDEF __s16;
42
typedef
int __s16;
45
typedef
short __s16
[
all
...]
/external/e2fsprogs/lib/ext2fs/
ext2_types.h.in
13
typedef
__U8_TYPEDEF __u8;
15
typedef
unsigned char __u8;
19
typedef
__S8_TYPEDEF __s8;
21
typedef
signed char __s8;
25
typedef
__U16_TYPEDEF __u16;
28
typedef
unsigned int __u16;
31
typedef
unsigned short __u16;
39
typedef
__S16_TYPEDEF __s16;
42
typedef
int __s16;
45
typedef
short __s16
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
OESTextureHalfFloat.idl
26
typedef
unsigned long GLenum;
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestTypedefs.idl
64
typedef
float DOUBLE;
65
typedef
unsigned long long ULONGLONG;
66
typedef
SerializedScriptValue SCRIPT_VALUE;
67
typedef
long[] ARRAY_OF_LONGS;
68
typedef
SVGPoint SVGPOINT;
69
typedef
DOMString STRING;
70
typedef
DOMString[] ARRAY_OF_STRINGS;
71
typedef
TestCallbackInterface TEST_CALLBACK_INTERFACE;
72
typedef
TestSubObjConstructor T;
73
typedef
Array ARRAY
[
all
...]
/external/chromium_org/ppapi/api/private/
pp_file_handle.idl
14
typedef
HANDLE PP_FileHandle;
18
typedef
int PP_FileHandle;
/external/chromium_org/ppapi/generators/test_namespace/
bar.idl
13
typedef
int32_t PP_Instance;
16
typedef
int32_t PP_Resource;
/external/srtp/
config.hw
184
typedef
unsigned __int8 uint8_t;
185
typedef
unsigned __int16 uint16_t;
186
typedef
unsigned __int32 uint32_t;
187
typedef
unsigned __int64 uint64_t;
188
typedef
__int8 int8_t;
189
typedef
__int16 int16_t;
190
typedef
__int32 int32_t;
191
typedef
__int64 int64_t;
Completed in 1178 milliseconds
1
2
3
4
5
6
7
8