Searched defs:scope_type (Results 1 – 10 of 10) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | aclhelpers.py | 61 def __init__(self, acl_change_descriptor, scope_type): argument 80 def _Parse(self, change_descriptor, scope_type): argument
|
/external/v8/src/ast/ |
D | scopes.cc | 93 Scope::Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type, in Scope() 116 Scope::Scope(Zone* zone, Scope* inner_scope, ScopeType scope_type, in Scope() 169 void Scope::SetDefaults(ScopeType scope_type, Scope* outer_scope, in SetDefaults() 894 static const char* Header(ScopeType scope_type, FunctionKind function_kind, in Header()
|
D | scopes.h | 390 ScopeType scope_type() const { return scope_type_; } in scope_type() function
|
D | scopeinfo.cc | 302 ScopeType ScopeInfo::scope_type() { in scope_type() function in v8::internal::ScopeInfo
|
/external/selinux/libsepol/tests/ |
D | test-common.c | 29 void test_sym_presence(policydb_t * p, char *id, int sym_type, unsigned int scope_type, unsigned in… in test_sym_presence()
|
/external/v8/src/debug/ |
D | debug-evaluate.cc | 162 ScopeIterator::ScopeType scope_type = it.Type(); in ContextBuilder() local
|
D | debug-scopes.cc | 149 ScopeType scope_type = Type(); in Next() local
|
/external/v8/src/parsing/ |
D | parser-base.h | 332 Scope* NewScope(Scope* parent, ScopeType scope_type) { in NewScope() 338 Scope* NewScope(Scope* parent, ScopeType scope_type, FunctionKind kind) { in NewScope()
|
D | parser.h | 1053 Scope* ParserTraits::NewScope(Scope* parent_scope, ScopeType scope_type, in NewScope()
|
/external/v8/test/cctest/ |
D | test-parsing.cc | 1183 i::ScopeType scope_type; in TEST() member
|