Home
last modified time | relevance | path

Searched defs:scopes (Results 1 – 22 of 22) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getscopes_die.c42 Dwarf_Die *scopes = malloc (depth * sizeof scopes[0]); in scope_visitor() local
63 dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes) in dwarf_getscopes_die()
Ddwarf_getscopes.c42 Dwarf_Die *scopes; member
98 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]); in origin_match() local
184 dwarf_getscopes (Dwarf_Die *cudie, Dwarf_Addr pc, Dwarf_Die **scopes) in dwarf_getscopes()
Ddwarf_getscopevar.c86 dwarf_getscopevar (Dwarf_Die *scopes, int nscopes, in dwarf_getscopevar()
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DInjectConstructorValidator.java103 ImmutableSet<? extends AnnotationMirror> scopes = getScopes(enclosingElement); in validate() local
/external/llvm/include/llvm/IR/
DDebugInfo.h110 iterator_range<scope_iterator> scopes() const { in scopes() function
/external/libnl/lib/route/
Drtnl.c92 static const struct trans_tbl scopes[] = { variable
/external/python/cpython2/Lib/compiler/
Dpycodegen.py1298 scopes = None variable in ModuleCodeGenerator
1312 scopes = None variable in ExpressionCodeGenerator
1327 scopes = None variable in InteractiveCodeGenerator
1350 def __init__(self, func, scopes, isLambda, class_name, mod): argument
1411 scopes = None variable in FunctionCodeGenerator
1415 def __init__(self, func, scopes, isLambda, class_name, mod): argument
1427 scopes = None variable in GenExprCodeGenerator
1431 def __init__(self, gexp, scopes, class_name, mod): argument
1441 def __init__(self, klass, scopes, module): argument
1463 scopes = None variable in ClassCodeGenerator
[all …]
Dsymbols.py447 scopes = d.values() variable
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DReportAggregateMojo.java165 private List<MavenProject> findDependencies(final String... scopes) { in findDependencies()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dalias_analysis.cc198 std::vector<llvm::Metadata*> scopes; in GetNoaliasMetadataForBuffer() local
/external/elfutils/tests/
Daddrscopes.c102 Dwarf_Die *scopes; in handle_address() local
Dfuncscopes.c121 Dwarf_Die *scopes; in handle_function() local
Dvarlocs.c601 Dwarf_Die *scopes; in print_varlocs() local
/external/python/cpython3/Python/
Dsymtable.c459 analyze_name(PySTEntryObject *ste, PyObject *scopes, PyObject *name, long flags, in analyze_name()
548 analyze_cells(PyObject *scopes, PyObject *free) in analyze_cells()
599 update_symbols(PyObject *symbols, PyObject *scopes, in update_symbols()
709 PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL; in analyze_block() local
/external/guice/core/src/com/google/inject/internal/
DInheritingState.java53 private final Map<Class<? extends Annotation>, ScopeBinding> scopes = Maps.newHashMap(); field in InheritingState
/external/elfutils/src/
Dstack.c323 Dwarf_Die *scopes = NULL; in print_inline_frames() local
385 Dwarf_Die *scopes = NULL; in print_frames() local
Daddr2line.c328 Dwarf_Die *scopes; in print_dwarf_function() local
740 Dwarf_Die *scopes = NULL; in handle_address() local
/external/v8/src/heap/
Dgc-tracer.h223 double scopes[Scope::NUMBER_OF_SCOPES]; variable
/external/toybox/toys/net/
Difconfig.c195 char *scopes[] = {"Global","Host","Link","Site","Compat"}, in display_ifconfig() local
/external/v8/src/inspector/
Dv8-debugger.cc781 v8::Local<v8::Value> scopes; in internalProperties() local
792 v8::Local<v8::Value> scopes; in internalProperties() local
/external/autotest/client/cros/networking/
Dshill_proxy.py422 def set_logging(self, level, scopes): argument
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammar.java407 protected Map scopes = new HashMap(); field in Grammar