HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 126 - 150 of 598) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 689 void show_scope ( OSet* /* of DiAddrRange */ scope, HChar* who )
692 VG_(printf)("Scope \"%s\" = {\n", who);
693 VG_(OSetGen_ResetIter)( scope );
695 range = VG_(OSetGen_Next)( scope );
703 /* Add the variable 'var' to 'scope' for the address range [aMin,aMax]
707 invariant that the ranges in 'scope' cover the entire address range
710 /*MOD*/OSet* /* of DiAddrRange */ scope,
725 if (0) show_scope( scope, "add_var_to_arange(1)" );
731 first = VG_(OSetGen_Lookup)( scope, &aMin );
757 nyu = VG_(OSetGen_AllocNode)( scope, sizeof(DiAddrRange) )
869 OSet* \/* of DiAddrRange *\/ scope; local
1025 OSet* scope = *(OSet**)VG_(indexXA)(di->varinfo, i); local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.cc 126 // If this is a class member, it needs to be declared in its class scope.
127 string scope = (descriptor_->extension_scope() == NULL) ? "" : local
129 string name = scope + descriptor_->name();
139 vars["scope" ] = scope;
143 // We cannot declare it at class scope because that would require exposing
159 "const int $scope$$constant_name$;\n"
  /external/v8/src/
messages.cc 47 HandleScope scope; local
124 HandleScope scope; local
177 HandleScope scope; local
compilation-cache.cc 122 // into the caller's handle scope.
123 { HandleScope scope(isolate());
176 // into the caller's handle scope.
177 { HandleScope scope(isolate());
208 // Once outside the manacles of the handle scope, we need to recheck
210 // handle created in the caller's handle scope.
246 HandleScope scope(isolate());
257 // scope. Otherwise, we risk keeping old tables around even after
261 { HandleScope scope(isolate());
312 HandleScope scope(isolate())
    [all...]
variables.h 67 // the context object on the heap, starting at 0. scope() is the
68 // corresponding scope.
77 Variable(Scope* scope,
91 // in an outer scope about which we don't know anything (it may not
92 // be the global scope). scope() is NULL in that case. Currently the
93 // scope is only used to follow the context chain length.
94 Scope* scope() const { return scope_; function in class:v8::internal::Variable
    [all...]
  /external/v8/test/cctest/
test-dictionary.cc 43 v8::HandleScope scope; local
104 v8::HandleScope scope; local
127 v8::HandleScope scope; local
test-threads.cc 39 v8::HandleScope scope; local
40 v8::Context::Scope context_scope(v8::Context::New());
71 v8::HandleScope scope; local
72 v8::Context::Scope context_scope(v8::Context::New());
110 v8::HandleScope scope; local
111 v8::Context::Scope context_scope(v8::Context::New());
test-log-stack-tracer.cc 175 v8::HandleScope scope; local
190 v8::HandleScope scope; local
195 v8::HandleScope scope; local
285 v8::HandleScope scope; local
330 v8::HandleScope scope; local
404 v8::HandleScope scope; local
test-assembler-ia32.cc 61 v8::HandleScope scope; local
89 v8::HandleScope scope; local
127 v8::HandleScope scope; local
173 v8::HandleScope scope;
179 { CpuFeatures::Scope fscope(SSE2);
208 v8::HandleScope scope;
214 CpuFeatures::Scope fscope(SSE2);
239 v8::HandleScope scope; local
265 v8::HandleScope scope;
267 CpuFeatures::Scope fscope(SSE2)
346 v8::HandleScope scope; local
401 v8::HandleScope scope; local
414 v8::HandleScope scope; local
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
PageScriptDebugServer.cpp 87 v8::HandleScope scope;
89 v8::Context::Scope contextScope(debuggerContext);
135 v8::HandleScope scope; local
144 v8::HandleScope scope; local
ScriptController.cpp 175 v8::Context::Scope scope(v8Context);
231 v8::Context::Scope scope(v8Context);
271 v8::Context::Scope scope(v8Context);
288 v8::Context::Scope scope(v8Context);
402 v8::Context::Scope scope(v8Context)
    [all...]
ScheduledAction.cpp 113 v8::Context::Scope scope(v8Context);
139 v8::Context::Scope scope(v8Context);
ScriptCallStackFactory.cpp 84 v8::HandleScope scope; local
106 v8::HandleScope scope; local
ScriptEventListener.cpp 91 v8::HandleScope scope;
94 v8::Context::Scope contextScope(context);
107 v8::HandleScope scope;
110 v8::Context::Scope contextScope(context);
NPV8Object.cpp 173 v8::Context::Scope scope(context);
226 v8::Context::Scope scope(context);
275 v8::Context::Scope scope(context);
314 v8::Context::Scope scope(context);
349 v8::Context::Scope scope(context)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashMap.h 41 NSInteger Scope;
69 - (id)lookup:(NSString *)s Scope:(int)scope;
71 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
101 @property (getter=getScope, setter=setScope:) NSInteger Scope;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTTreeParser.stg 277 ruleRef(rule,label,elementIndex,args,scope) ::= <<
290 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
298 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
309 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
316 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
323 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
330 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
337 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
346 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
  /external/webkit/Source/JavaScriptCore/debugger/
Debugger.cpp 81 ExecState* exec = function->scope()->globalObject->JSGlobalObject::globalExec();
83 if (m_debugger == function->scope()->globalObject->debugger())
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js 251 /* -----[ Scope and mangling ]----- */
253 function Scope(parent) {
254 this.names = {}; // names defined in this scope
258 this.refs = {}; // names referenced from this scope
261 this.parent = parent; // parent scope
283 Scope.prototype = {
306 // scope, unless we don't reference the original
307 // name from this scope OR from any sub-scopes!
311 // scope, in the event that the name is not mangled
312 // in the parent scope and we reference that nam
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
via-parser.rb 26 scope {
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTTreeParser.stg 224 ruleRef(rule,label,elementIndex,args,scope) ::= <<
236 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
242 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
251 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
257 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
263 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
269 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
275 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTTreeParser.stg 225 ruleRef(rule,label,elementIndex,args,scope) ::= <<
237 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
243 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
252 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
258 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
264 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
270 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
276 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ST.stg 73 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
74 <ruleRef(rule,label,elementIndex,args,scope)>
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
IdentityScope2Test.java 63 public IdentityScopeSubclass(String name, IdentityScope scope)
65 super(name, scope);
100 "This Identity is already contained in the scope");
103 "This Identity's public key already exists in the scope");
110 "This Identity is not contained in the scope");
258 IdentityScope scope = IdentityScope.getSystemScope(); local
260 scope.getIdentity((String) null);

Completed in 806 milliseconds

1 2 3 4 56 7 8 91011>>