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.py30 def Annotate(cls, symbol_type, children): argument
64 def Annotate(cls, symbol_type, children): argument
167 def Annotate(cls, symbol_type, children): argument
227 def Annotate(cls, symbol_type, children): argument
Dbase_symbol.py15 def __init__(self, symbol_type, children): argument
Dfunction_definition.py17 def Annotate(cls, symbol_type, children): argument
Dclass_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()
155 static int create_symbol(uint32_t symbol_type, hashtab_key_t key, hashtab_datum_t datum, in create_symbol()
197 int declare_symbol(uint32_t symbol_type, in declare_symbol()
716 int require_symbol(uint32_t symbol_type, in require_symbol()
1138 int is_id_in_scope(uint32_t symbol_type, const_hashtab_key_t id) in is_id_in_scope()
/external/google-breakpad/src/common/dwarf/
Delf_reader.cc582 int symbol_type, in VisitSymbols()
1118 int symbol_type) { in VisitSymbols()
1124 int symbol_type, in VisitSymbols()
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dsnippet.py159 def __init__(self, symbol_type, children): argument
/external/selinux/checkpolicy/test/
Ddispol.c295 static void display_id(policydb_t *p, FILE *fp, uint32_t symbol_type, in display_id()
Ddismod.c100 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/selinux/libsepol/src/
Dmodule_to_cil.c493 …th_start(struct policydb *pdb, struct stack *decl_stack, int start, uint32_t symbol_type, char *id) in is_id_in_scope_with_start()
518 …in_ancestor_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) in is_id_in_ancestor_scope()
525 …nt is_id_in_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) in is_id_in_scope()
Dlink.c77 uint32_t symbol_type; member