HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 176 - 200 of 2375) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 28 scope {
  /external/elfutils/config/
Makefile.am 31 EXTRA_DIST = elfutils.spec.in known-dwarf.awk 10-default-yama-scope.conf
  /external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/
HighlightLocalClassUsagesTest.java 69 final LocalSearchScope scope = new LocalSearchScope(file); local
71 List<PsiReference> refs = Lists.newArrayList(ReferencesSearch.search(target, scope).findAll());
  /external/v8/src/compiler/
ast-loop-assignment-analyzer.h 16 class Scope;
33 int GetAssignmentCountForTesting(DeclarationScope* scope, Variable* var);
54 static int GetVariableIndex(DeclarationScope* scope, Variable* var);
  /external/v8/src/interpreter/
bytecode-generator.h 124 void BuildNewLocalBlockContext(Scope* scope);
125 void BuildNewLocalCatchContext(Variable* variable, Scope* scope);
126 void BuildNewLocalWithContext(Scope* scope);
154 void VisitInScope(Statement* stmt, Scope* scope);
179 inline Scope* current_scope() const { return current_scope_; }
180 inline void set_current_scope(Scope* scope) { current_scope_ = scope;
    [all...]
  /external/vixl/benchmarks/aarch64/
bench-branch.cc 70 ExactAssemblyScope scope(&masm, buffer_size);
82 ExactAssemblyScope scope(&masm, remaining * kInstructionSize);
bench-dataop.cc 69 ExactAssemblyScope scope(&masm, buffer_size);
79 ExactAssemblyScope scope(&masm, remaining * kInstructionSize);
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/solver/types/
PrimitiveColumnTypeAdapter.kt 74 scope: CodeGenScope) {
75 scope.builder()
80 scope: CodeGenScope) {
81 scope.builder()
  /libcore/ojluni/src/main/java/java/security/
Signer.java 78 * Creates a signer with the specified identity name and scope.
82 * @param scope the scope of the identity.
85 * with the same name in the scope.
87 public Signer(String name, IdentityScope scope)
89 super(name, scope);
  /prebuilts/go/darwin-x86/test/
func1.go 7 // Test that result parameters are in the same scope as regular parameters.
  /prebuilts/go/linux-x86/test/
func1.go 7 // Test that result parameters are in the same scope as regular parameters.
  /bionic/libc/bionic/
pthread_attr.cpp 216 int pthread_attr_setscope(pthread_attr_t*, int scope) {
217 if (scope == PTHREAD_SCOPE_SYSTEM) {
220 if (scope == PTHREAD_SCOPE_PROCESS) {
226 int pthread_attr_getscope(const pthread_attr_t*, int* scope) {
227 *scope = PTHREAD_SCOPE_SYSTEM;
  /external/v8/src/libplatform/tracing/
trace-object.cc 36 const char* scope, uint64_t id, uint64_t bind_id, int num_args,
46 scope_ = scope;
69 alloc_size += GetAllocLength(name) + GetAllocLength(scope);
113 const char* scope, uint64_t id, uint64_t bind_id, int num_args,
124 scope_ = scope;
  /external/webrtc/webrtc/base/
profiler.cc 107 ExclusiveScope scope(&lock_);
118 SharedScope scope(&lock_);
132 SharedScope scope(&lock_);
159 SharedScope scope(&lock_);
166 ExclusiveScope scope(&lock_);
  /external/selinux/libsepol/tests/
test-common.c 31 scope_datum_t *scope; local
39 /* make sure its scope is correct */
40 scope = hashtab_search(p->scope[sym_type].table, id);
41 CU_ASSERT_FATAL(scope != NULL);
42 CU_ASSERT(scope->scope == scope_type);
43 CU_ASSERT(scope->decl_ids_len == len);
44 if (scope->decl_ids_len != len)
45 fprintf(stderr, "sym %s has %d decls, %d expected\n", id, scope->decl_ids_len, len)
    [all...]
  /external/v8/src/runtime/
runtime-function.cc 19 HandleScope scope(isolate);
34 HandleScope scope(isolate);
60 HandleScope scope(isolate);
75 HandleScope scope(isolate);
90 HandleScope scope(isolate);
142 HandleScope scope(isolate);
164 HandleScope scope(isolate);
184 // Set the code, scope info, formal parameter count, and the length
273 HandleScope scope(isolate);
289 HandleScope scope(isolate)
    [all...]
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/writer/
DatabaseWriter.kt 68 val scope = CodeGenScope(this)
72 val fieldName = scope.getTmpVar("_$name")
101 val scope = CodeGenScope(this)
110 val openHelperVar = scope.getTmpVar("_helper")
111 val openHelperCode = scope.fork()
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/v8/src/ast/
scopes.h 34 Zone* zone, Scope* scope, const AstRawString* name, VariableMode mode,
56 explicit Delegate(Scope* scope,
58 : scope_(scope), statement_(statement), next_(nullptr) {}
62 Scope* scope() const { return scope_; } function in class:v8::internal::SloppyBlockFunctionMap::Delegate
65 Scope* scope_;
85 // JS environments are represented in the parser using Scope, DeclarationScope
86 // and ModuleScope. DeclarationScope is used for any scope that hosts 'var
    [all...]
  /external/v8/src/tracing/
trace-event.h 35 // By default, const char* asrgument values are assumed to have long-lived scope
48 // this macro to add a scope string.
49 #define TRACE_ID_WITH_SCOPE(scope, id) \
50 trace_event_internal::TraceID::WithScope(scope, id)
89 // const char* scope,
164 // event if the category is enabled. Also adds the end event when the scope
210 trace_event_trace_id.scope(), trace_event_trace_id.raw_id(), \
231 // Enter and leave a context based on the current scope.
292 WithScope(const char* scope, uint64_t raw_id)
293 : scope_(scope), raw_id_(raw_id) {
295 const char* scope() const { return scope_; } function in class:v8::internal::tracing::TraceID::WithScope
319 const char* scope() const { return scope_; } function in class:v8::internal::tracing::TraceID::DontMangle
387 const char* scope() const { return scope_; } function in class:v8::internal::tracing::TraceID
    [all...]
  /build/blueprint/
ninja_defs.go 77 // that are set within the build statement's scope in the Ninja file.
100 func parsePoolParams(scope scope, params *PoolParams) (*poolDef,
136 func parseRuleParams(scope scope, params *RuleParams) (*ruleDef,
150 if r.Pool != nil && !scope.IsPoolVisible(r.Pool) {
151 return nil, fmt.Errorf("Pool %s is not visible in this scope", r.Pool)
154 value, err := parseNinjaString(scope, params.Command)
161 value, err = parseNinjaString(scope, params.Depfile)
173 value, err = parseNinjaString(scope, params.Description
    [all...]
  /external/deqp/framework/randomshaders/
rsgVariableManager.cpp 248 // Allocate in current scope
310 // Remove from scope stack.
313 ValueScope* scope = *stackIter; local
314 scope->removeValue(variable);
317 // Declare in current scope.
334 // Remove from current scope \note May not exist in there.
341 return DE_NULL; // Only single value scope
345 const ValueScope* scope = *i; local
346 ValueEntry* entry = scope->findEntry(variable);
387 void VariableManager::pushVariableScope (VariableScope& scope)
455 const ValueScope* scope = *scopeIter; local
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.cpp 130 AllocationCallbackRecord AllocationCallbackRecord::allocation (size_t size, size_t alignment, VkSystemAllocationScope scope, void* returnedPtr)
137 record.data.allocation.scope = scope;
143 AllocationCallbackRecord AllocationCallbackRecord::reallocation (void* original, size_t size, size_t alignment, VkSystemAllocationScope scope, void* returnedPtr)
151 record.data.reallocation.scope = scope;
167 AllocationCallbackRecord AllocationCallbackRecord::internalAllocation (size_t size, VkInternalAllocationType type, VkSystemAllocationScope scope)
174 record.data.internalAllocation.scope = scope;
179 AllocationCallbackRecord AllocationCallbackRecord::internalFree (size_t size, VkInternalAllocationType type, VkSystemAllocationScope scope)
598 const VkSystemAllocationScope scope = record.type == AllocationCallbackRecord::TYPE_ALLOCATION ? record.data.allocation.scope local
617 const VkSystemAllocationScope scope = (VkSystemAllocationScope)scopeNdx; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTTreeParser.stg 222 ruleRef(rule,label,elementIndex,args,scope) ::= <<
234 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
240 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
249 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
255 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
261 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
267 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
273 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
281 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTTreeParser.stg 239 ruleRef(rule,label,elementIndex,args,scope) ::= <<
254 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
260 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
269 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
275 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
281 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
286 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
292 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
301 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<

Completed in 1503 milliseconds

1 2 3 4 5 6 78 91011>>