OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declare_type
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/v8/src/
cpu-profiler.h
58
#define
DECLARE_TYPE
(type, ignore) type,
61
CODE_EVENTS_TYPE_LIST(
DECLARE_TYPE
)
64
#undef
DECLARE_TYPE
131
#undef
DECLARE_TYPE
types.h
227
#define
DECLARE_TYPE
(type, value) k##type = (value),
228
BITSET_TYPE_LIST(
DECLARE_TYPE
)
229
#undef
DECLARE_TYPE
frames.h
188
#define
DECLARE_TYPE
(type, ignore) type,
191
STACK_FRAME_TYPE_LIST(
DECLARE_TYPE
)
197
#undef
DECLARE_TYPE
/external/v8/src/
cpu-profiler.h
55
#define
DECLARE_TYPE
(type, ignore) type,
58
CODE_EVENTS_TYPE_LIST(
DECLARE_TYPE
)
61
#undef
DECLARE_TYPE
170
#undef
DECLARE_TYPE
frames.h
145
#define
DECLARE_TYPE
(type, ignore) type,
148
STACK_FRAME_TYPE_LIST(
DECLARE_TYPE
)
154
#undef
DECLARE_TYPE
/external/checkpolicy/
module_compiler.h
34
type_datum_t *
declare_type
(unsigned char primary, unsigned char isattr);
module_compiler.c
307
type_datum_t *
declare_type
(unsigned char primary, unsigned char isattr)
function
[
all
...]
policy_define.c
1095
if (
declare_type
(TRUE, TRUE) == NULL) {
1367
if ((datum =
declare_type
(TRUE, FALSE)) == NULL) {
[
all
...]
Completed in 343 milliseconds