/external/elfutils/libdw/ |
D | dwarf_getscopes_die.c | 42 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()
|
D | dwarf_getscopes.c | 42 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()
|
D | dwarf_getscopevar.c | 86 dwarf_getscopevar (Dwarf_Die *scopes, int nscopes, in dwarf_getscopevar()
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | InjectConstructorValidator.java | 103 ImmutableSet<? extends AnnotationMirror> scopes = getScopes(enclosingElement); in validate() local
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 110 iterator_range<scope_iterator> scopes() const { in scopes() function
|
/external/libnl/lib/route/ |
D | rtnl.c | 92 static const struct trans_tbl scopes[] = { variable
|
/external/python/cpython2/Lib/compiler/ |
D | pycodegen.py | 1298 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 …]
|
D | symbols.py | 447 scopes = d.values() variable
|
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
D | ReportAggregateMojo.java | 165 private List<MavenProject> findDependencies(final String... scopes) { in findDependencies()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | alias_analysis.cc | 198 std::vector<llvm::Metadata*> scopes; in GetNoaliasMetadataForBuffer() local
|
/external/elfutils/tests/ |
D | addrscopes.c | 102 Dwarf_Die *scopes; in handle_address() local
|
D | funcscopes.c | 121 Dwarf_Die *scopes; in handle_function() local
|
D | varlocs.c | 601 Dwarf_Die *scopes; in print_varlocs() local
|
/external/python/cpython3/Python/ |
D | symtable.c | 459 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/ |
D | InheritingState.java | 53 private final Map<Class<? extends Annotation>, ScopeBinding> scopes = Maps.newHashMap(); field in InheritingState
|
/external/elfutils/src/ |
D | stack.c | 323 Dwarf_Die *scopes = NULL; in print_inline_frames() local 385 Dwarf_Die *scopes = NULL; in print_frames() local
|
D | addr2line.c | 328 Dwarf_Die *scopes; in print_dwarf_function() local 740 Dwarf_Die *scopes = NULL; in handle_address() local
|
/external/v8/src/heap/ |
D | gc-tracer.h | 223 double scopes[Scope::NUMBER_OF_SCOPES]; variable
|
/external/toybox/toys/net/ |
D | ifconfig.c | 195 char *scopes[] = {"Global","Host","Link","Site","Compat"}, in display_ifconfig() local
|
/external/v8/src/inspector/ |
D | v8-debugger.cc | 781 v8::Local<v8::Value> scopes; in internalProperties() local 792 v8::Local<v8::Value> scopes; in internalProperties() local
|
/external/autotest/client/cros/networking/ |
D | shill_proxy.py | 422 def set_logging(self, level, scopes): argument
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | Grammar.java | 407 protected Map scopes = new HashMap(); field in Grammar
|