HomeSort by relevance Sort by last modified time
    Searched refs:symbol_type (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
__init__.py 60 for symbol_type in ANNOTATED_GROUPINGS:
61 annotated_grouping = symbol_type.Annotate(children)
66 for symbol_type in ANNOTATED_SYMBOLS:
67 annotated_symbol = symbol_type.Annotate(node.type, children)
import_statement.py 25 def Annotate(cls, symbol_type, children):
26 if symbol_type != symbol.dotted_name:
28 return cls(symbol_type, children)
59 def Annotate(cls, symbol_type, children):
60 if (symbol_type != symbol.dotted_as_name and
61 symbol_type != symbol.import_as_name):
63 return cls(symbol_type, children)
158 def Annotate(cls, symbol_type, children):
159 if symbol_type != symbol.import_stmt:
164 return cls(symbol_type, children[0].children
    [all...]
base_symbol.py 9 def __init__(self, symbol_type, children):
10 super(AnnotatedSymbol, self).__init__(symbol_type, children)
class_definition.py 19 def Annotate(cls, symbol_type, children):
20 if symbol_type != symbol.stmt:
function_definition.py 19 def Annotate(cls, symbol_type, children):
20 if symbol_type != symbol.stmt:
  /external/selinux/checkpolicy/
module_compiler.h 29 int declare_symbol(uint32_t symbol_type,
43 int require_symbol(uint32_t symbol_type,
68 int is_id_in_scope(uint32_t symbol_type, hashtab_key_t id);
module_compiler.c 65 static void print_error_msg(int ret, uint32_t symbol_type)
72 yyerror2("Duplicate declaration of %s", flavor_str[symbol_type]);
75 yyerror2("Could not declare %s here", flavor_str[symbol_type]);
154 static int create_symbol(uint32_t symbol_type, hashtab_key_t key, hashtab_datum_t datum,
164 ret = symtab_insert(policydbp, symbol_type, key, datum, scope,
169 hashtab_search(policydbp->symtab[symbol_type].table,
173 if (symbol_type == SYM_LEVELS) {
196 int declare_symbol(uint32_t symbol_type,
201 int ret = create_symbol(symbol_type, key, datum, dest_value, SCOPE_DECL);
207 if (ebitmap_set_bit(decl->declared.scope + symbol_type,
    [all...]
  /bionic/tools/versioner/src/
SymbolDatabase.cpp 110 NdkSymbolType symbol_type; local
112 symbol_type = NdkSymbolType::function;
114 symbol_type = NdkSymbolType::variable;
138 result[symbol_name] = symbol_type;
  /external/toybox/kconfig/
lkc_proto.h 24 P(sym_type_name,const char *,(enum symbol_type type));
26 P(sym_get_type,enum symbol_type,(struct symbol *sym));
lkc.h 56 enum symbol_type stype;
expr.h 62 enum symbol_type { enum
75 enum symbol_type type;
  /toolchain/binutils/binutils-2.25/bfd/
libnlm.h 54 } nlmNAME(symbol_type);
84 nlmNAME (symbol_type) * nlm_symbols;
171 bfd_boolean (*nlm_read_reloc) (bfd *, nlmNAME (symbol_type) *, asection **, arelent *);
177 bfd_boolean (*nlm_read_import) (bfd *, nlmNAME (symbol_type) *);
182 bfd_boolean (*nlm_set_public_section) (bfd *, nlmNAME (symbol_type) *);
som.c 149 unsigned int symbol_type; member in struct:som_misc_symbol_info
4579 unsigned int symbol_type = (flags >> SOM_SYMBOL_TYPE_SH) & SOM_SYMBOL_TYPE_MASK; local
4662 unsigned int symbol_type = local
    [all...]
nlm32-alpha.c 395 nlmNAME (symbol_type) *sym,
601 nlm_alpha_read_import (bfd *abfd, nlmNAME (symbol_type) * sym)
760 nlm_alpha_set_public_section (bfd * abfd, nlmNAME (symbol_type) * sym)
nlm32-ppc.c 435 nlmNAME (symbol_type) *sym,
540 nlmNAME (symbol_type) *sym,
613 nlm_powerpc_read_import (bfd * abfd, nlmNAME (symbol_type) * sym)
894 nlm_powerpc_set_public_section (bfd *abfd, nlmNAME (symbol_type) *sym)
nlm32-i386.c 70 nlmNAME (symbol_type) *sym,
329 nlm_i386_read_import (bfd * abfd, nlmNAME (symbol_type) * sym)
nlm32-sparc.c 90 nlmNAME (symbol_type) *sym ATTRIBUTE_UNUSED,
208 nlm_sparc_read_import (bfd *abfd, nlmNAME (symbol_type) *sym)
  /external/pdfium/xfa/fxfa/parser/
xfa_locale.h 90 const CFX_WideStringC& symbol_type) const;
xfa_locale.cpp 372 const CFX_WideStringC& symbol_type) const {
374 CXFA_Node* pSymbol = GetNodeByName(pSymbols, symbol_type);
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
snippet.py 157 def __init__(self, symbol_type, children):
158 self._type = symbol_type
  /external/curl/packages/vms/
generate_vax_transfer.com 98 $ symbol_type = f$element(2, "=", line_u) - ")"
100 $ if symbol_type .nes. "PROCEDURE"
118 $ write vopt tab, symbol_type, tab, symbol_name
151 $ symbol_type = f$element(2, "=", line_u) - ")"
  /external/skia/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 169 for symbol_type, symbol_bucket in old_children.iteritems():
176 for symbol_type, symbol_bucket in old_children.iteritems():
187 AddSymbolIntoFileNode(current_bucket, symbol_type,
206 def AddSymbolIntoFileNode(node, symbol_type, symbol_name, symbol_size):
212 node = _MkChild(node, symbol_type)
214 node[NODE_SYMBOL_TYPE_KEY] = symbol_type
225 node[NODE_SYMBOL_TYPE_KEY] = symbol_type
237 for symbol_name, symbol_type, symbol_size, file_path in symbols:
240 symbol_type = '@' # hack to categorize these separately
260 depth += AddSymbolIntoFileNode(node, symbol_type, symbol_name, symbol_size
    [all...]
  /system/extras/simpleperf/
read_elf.cpp 296 llvm::object::SymbolRef::Type symbol_type = *symbol_ref->getType(); local
297 if (symbol_type == llvm::object::SymbolRef::ST_Function) {
299 } else if (symbol_type == llvm::object::SymbolRef::ST_Unknown) {
  /external/selinux/libsepol/src/
link.c 76 uint32_t symbol_type; member in struct:missing_requirement
    [all...]
  /external/selinux/checkpolicy/test/
dispol.c 297 static void display_id(policydb_t *p, FILE *fp, uint32_t symbol_type,
300 const char *id = p->sym_val_to_name[symbol_type][symbol_value];

Completed in 718 milliseconds

1 2