Home
last modified time | relevance | path

Searched defs:symbol_type (Results 1 – 12 of 12) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
Dimport_statement.py25 def Annotate(cls, symbol_type, children): argument
60 def Annotate(cls, symbol_type, children): argument
163 def Annotate(cls, symbol_type, children): argument
223 def Annotate(cls, symbol_type, children): argument
Dbase_symbol.py9 def __init__(self, symbol_type, children): argument
Dclass_definition.py17 def Annotate(cls, symbol_type, children): argument
Dfunction_definition.py17 def Annotate(cls, symbol_type, children): argument
/external/selinux/checkpolicy/
Dmodule_compiler.c65 static void print_error_msg(int ret, uint32_t symbol_type) in print_error_msg()
154 static int create_symbol(uint32_t symbol_type, hashtab_key_t key, hashtab_datum_t datum, in create_symbol()
196 int declare_symbol(uint32_t symbol_type, in declare_symbol()
715 int require_symbol(uint32_t symbol_type, in require_symbol()
1129 int is_id_in_scope(uint32_t symbol_type, hashtab_key_t id) in is_id_in_scope()
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dsnippet.py157 def __init__(self, symbol_type, children): argument
/external/selinux/checkpolicy/test/
Ddispol.c297 static void display_id(policydb_t *p, FILE *fp, uint32_t symbol_type, in display_id()
Ddismod.c101 static void display_id(policydb_t * p, FILE * fp, uint32_t symbol_type, in display_id()
/external/toybox/kconfig/
Dexpr.h62 enum symbol_type { enum
/external/u-boot/scripts/kconfig/
Dexpr.h64 enum symbol_type { enum
/external/selinux/libsepol/src/
Dmodule_to_cil.c488 …th_start(struct policydb *pdb, struct stack *decl_stack, int start, uint32_t symbol_type, char *id) in is_id_in_scope_with_start()
513 …in_ancestor_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) in is_id_in_ancestor_scope()
520 …nt is_id_in_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) in is_id_in_scope()
Dlink.c76 uint32_t symbol_type; member