HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 226 - 250 of 594) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ST.stg 81 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
AST.stg 144 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
150 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
156 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
162 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
ST.stg 58 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
AST.stg 168 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
174 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
180 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
186 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
AST.stg 119 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
125 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
131 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
137 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
AST.stg 119 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
125 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
131 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
137 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 262 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
269 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
275 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
283 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg 136 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
142 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
148 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
154 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
ST.stg 73 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/checkpolicy/test/
dismod.c 105 scope_datum_t *scope = local
106 (scope_datum_t *) hashtab_search(p->scope[symbol_type].table, id);
107 assert(scope != NULL);
108 if (scope->scope == SCOPE_REQ) {
521 for (j = ebitmap_startbit(&indices->scope[i]);
522 j < ebitmap_length(&indices->scope[i]); j++) {
523 if (ebitmap_get_bit(&indices->scope[i], j)) {
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 163 MDNode *scope = I->Loc.getScope( local
166 Filenames.getFullPath(scope));
  /external/v8/src/
scopes.h 47 Variable* Declare(Scope* scope,
59 // The dynamic scope part holds hash maps for the variables that will
61 // are allocated on-demand from Scope::NonLocal to avoid wasting memory
85 class Scope: public ZoneObject {
90 Scope(Scope* outer_scope, ScopeType type);
92 // Compute top scope and allocate variables. For lazy compilation the top
93 // scope only contains the single lazily compiled function, so this
97 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope)
    [all...]
liveedit.cc 207 // place one in class scope).
690 HandleScope scope; local
764 HandleScope scope; local
798 HandleScope scope; local
809 HandleScope scope; local
825 // Saves full information about a function: its code, its scope info
827 void FunctionInfo(Handle<SharedFunctionInfo> shared, Scope* scope) {
838 Handle<Object> scope_info_list(SerializeFunctionScope(scope));
845 Object* SerializeFunctionScope(Scope* scope)
910 HandleScope scope; local
1076 HandleScope scope; local
1123 HandleScope scope; local
    [all...]
  /external/v8/test/cctest/
test-alloc.cc 126 v8::HandleScope scope; local
148 v8::HandleScope scope; local
  /external/webkit/Source/WebCore/bindings/v8/
WorkerContextExecutionProxy.cpp 151 v8::Context::Scope scope(context);
198 v8::Context::Scope scope(m_context);
  /frameworks/base/media/java/android/media/
MediaDrm.java 338 * @param scope may be a sessionId or a keySetId, depending on the specified keyType.
340 * scope should be set to the sessionId the keys will be provided to. When the keyType
341 * is KEY_TYPE_RELEASE, scope should be set to the keySetId of the keys
358 public native KeyRequest getKeyRequest(byte[] scope, byte[] init,
372 * @param scope may be a sessionId or keySetId depending on the type of the
373 * response. Scope should be set to the sessionId when the response is for either
374 * streaming or offline key requests. Scope should be set to the keySetId when
383 public native byte[] provideKeyResponse(byte[] scope, byte[] response)
  /external/webkit/Source/WebCore/inspector/
InjectedScriptSource.js 501 var scope = {};
502 scope.object = injectedScript._wrapObject(scopeChain[i], "backtrace");
505 scope.type = scopeTypeNames[scopeType];
508 scope.this = injectedScript._wrapObject(callFrame.thisObject, "backtrace");
510 scopeChainProxy.push(scope);
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 2463 Element* scope = selectionRoot ? selectionRoot : range->ownerDocument()->documentElement(); local
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 160 int receiver_offset = info->scope()->num_parameters() * kPointerSize;
166 // Open a frame scope to indicate that there is a frame on the stack. The
167 // MANUAL indicates that the scope shouldn't actually generate code to set up
171 int locals_count = info->scope()->num_stack_slots();
191 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
207 int num_parameters = info->scope()->num_parameters();
209 Variable* var = scope()->parameter(i);
226 Variable* arguments = scope()->arguments();
237 int num_parameters = info->scope()->num_parameters();
268 if (scope()->HasIllegalRedeclaration())
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 167 int receiver_offset = info->scope()->num_parameters() * kPointerSize;
173 // Open a frame scope to indicate that there is a frame on the stack. The
174 // MANUAL indicates that the scope shouldn't actually generate code to set up
178 int locals_count = info->scope()->num_stack_slots();
198 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
214 int num_parameters = info->scope()->num_parameters();
216 Variable* var = scope()->parameter(i);
233 Variable* arguments = scope()->arguments();
244 int num_parameters = info->scope()->num_parameters();
275 if (scope()->HasIllegalRedeclaration())
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 149 int receiver_offset = (info->scope()->num_parameters() + 1) * kPointerSize;
159 // Open a frame scope to indicate that there is a frame on the stack. The
160 // MANUAL indicates that the scope shouldn't actually generate code to set up
170 int locals_count = info->scope()->num_stack_slots();
184 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
201 int num_parameters = info->scope()->num_parameters();
203 Variable* var = scope()->parameter(i);
222 Variable* arguments = scope()->arguments();
232 int num_parameters = info->scope()->num_parameters();
262 if (scope()->HasIllegalRedeclaration())
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 167 int receiver_offset = (info->scope()->num_parameters() + 1) * kPointerSize;
173 // Open a frame scope to indicate that there is a frame on the stack. The
174 // MANUAL indicates that the scope shouldn't actually generate code to set up
184 int locals_count = info->scope()->num_stack_slots();
198 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
215 int num_parameters = info->scope()->num_parameters();
217 Variable* var = scope()->parameter(i);
234 Variable* arguments = scope()->arguments();
245 int num_parameters = info->scope()->num_parameters();
275 if (scope()->HasIllegalRedeclaration())
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 281 struct Scope {
282 Scope(JSGlobalData* globalData, bool isFunction, bool strictMode)
298 Scope(const Scope& rhs)
398 bool collectFreeVariables(Scope* nestedScope, bool shouldTrackClosedVariables)
500 typedef Vector<Scope, 10> ScopeStack;
508 Scope* operator->() { return &m_scopeStack->at(m_index); }
528 AutoPopScopeRef(JSParser* parser, ScopeRef scope)
529 : ScopeRef(scope)
562 m_scopeStack.append(Scope(m_globalData, isFunction, isStrict))
636 ScopeRef scope = pushScope(); local
655 ScopeRef scope = currentScope(); local
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 14 // control transfers out of a particular scope. This can be
95 /// Push an entry of the given size onto this protected-scope stack.
161 EHCleanupScope *Scope =
174 return Scope->getCleanupBuffer();
221 EHCatchScope *scope = local
224 return scope;
378 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin());
380 // As long as Old strictly encloses the scope's enclosing normal
384 Old.strictlyEncloses(Scope.getEnclosingNormalCleanup());
391 EHCleanupScope &Scope) {
989 EHScope &scope = *EHStack.find(i); local
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 299 int scope = attrs & LTO_SYMBOL_SCOPE_MASK; local
300 switch (scope) {
312 (*message)(LDPL_ERROR, "Unknown scope attribute: %d", scope);

Completed in 1439 milliseconds

1 2 3 4 5 6 7 8 91011>>