HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 251 - 275 of 1184) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 703 void show_scope ( OSet* /* of DiAddrRange */ scope, HChar* who )
706 VG_(printf)("Scope \"%s\" = {\n", who);
707 VG_(OSetGen_ResetIter)( scope );
709 range = VG_(OSetGen_Next)( scope );
717 /* Add the variable 'var' to 'scope' for the address range [aMin,aMax]
721 invariant that the ranges in 'scope' cover the entire address range
724 /*MOD*/OSet* /* of DiAddrRange */ scope,
739 if (0) show_scope( scope, "add_var_to_arange(1)" );
745 first = VG_(OSetGen_Lookup)( scope, &aMin );
771 nyu = VG_(OSetGen_AllocNode)( scope, sizeof(DiAddrRange) )
883 OSet* \/* of DiAddrRange *\/ scope; local
1035 OSet* scope = *(OSet**)VG_(indexXA)(di->varinfo, i); local
    [all...]
  /external/chromium_org/mojo/public/tests/
bindings_handle_passing_unittest.cc 45 AllocationScope scope; variable
78 AllocationScope scope; local
88 AllocationScope scope; local
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMWrapper.cpp 76 V8WrapperInstantiationScope scope(creationContext, isolate);
78 V8PerContextData* perContextData = V8PerContextData::from(scope.context());
103 v8::HandleScope scope(v8::Isolate::GetCurrent());
ScriptRegexp.cpp 43 v8::Context::Scope scope(context);
74 v8::Context::Scope scope(context);
  /external/chromium_org/third_party/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/chromium_org/v8/test/cctest/
test-heap.cc 278 // Allocate an object. Unrooted after leaving the scope.
319 HandleScope scope(isolate);
345 v8::HandleScope scope(CcTest::isolate());
365 HandleScope scope(isolate);
418 HandleScope scope(isolate);
459 HandleScope scope(isolate);
504 HandleScope scope(isolate);
843 v8::HandleScope scope(CcTest::isolate());
895 v8::HandleScope scope(CcTest::isolate());
934 v8::HandleScope scope(CcTest::isolate())
    [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...]
  /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
  /external/chromium_org/v8/test/webkit/
exception-try-finally-scope-error.js 37 var test = "outer scope";
38 with({test:"inner scope"})
39 (function () { try { throw ""; } finally { result = test; shouldBe("result", '"inner scope"'); return;}})()
  /external/chromium_org/v8/test/webkit/fast/js/kde/
scope.js 29 f = function(a) { return a*x; } // remember scope chain
53 eval("var g;") //Change the scope of g half-ways through the loop
58 shouldBe("g", "'foo'"); //Before the eval, g was in outer scope, but not after!
  /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/chromium_org/chrome/browser/extensions/
extension_pref_value_map.cc 50 ExtensionPrefsScope scope,
52 PrefValueMap* prefs = GetExtensionPrefValueMap(ext_id, scope);
61 ExtensionPrefsScope scope) {
62 PrefValueMap* prefs = GetExtensionPrefValueMap(ext_id, scope);
159 ExtensionPrefsScope scope) {
162 switch (scope) {
178 ExtensionPrefsScope scope) const {
181 switch (scope) {
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 410 Node* FocusController::findFocusableNodeAcrossFocusScope(FocusDirection direction, FocusNavigationScope scope, Node* currentNode)
416 found = foundInInnerFocusScope ? foundInInnerFocusScope : findFocusableNodeRecursively(direction, scope, currentNode);
418 found = findFocusableNodeRecursively(direction, scope, currentNode);
423 Node* owner = scope.owner();
426 scope = FocusNavigationScope::focusNavigationScopeOf(owner);
431 found = findFocusableNodeRecursively(direction, scope, owner);
437 Node* FocusController::findFocusableNodeRecursively(FocusDirection direction, FocusNavigationScope scope, Node* start)
440 Node* found = findFocusableNode(direction, scope, start);
447 return foundInInnerFocusScope ? foundInInnerFocusScope : findFocusableNodeRecursively(direction, scope, found);
456 return foundInInnerFocusScope ? foundInInnerFocusScope :findFocusableNodeRecursively(direction, scope, found)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.h 73 PassRefPtr<IDBTransaction> transaction(ExecutionContext* context, PassRefPtr<DOMStringList> scope, const String& mode, ExceptionState& exceptionState) { return transaction(context, *scope, mode, exceptionState); }
  /external/chromium_org/third_party/WebKit/Source/web/
WebRange.cpp 121 ContainerNode* scope = selectionRoot ? selectionRoot : webFrame->document()->documentElement(); local
122 return PlainTextRange(start, start + length).createRange(*scope);
  /external/chromium_org/tools/gn/
filesystem_utils.h 159 SourceDir GetCurrentOutputDir(const Scope* scope);
160 SourceDir GetCurrentGenDir(const Scope* scope);
input_conversion.cc 15 #include "tools/gn/scope.h"
84 Scope scope(&settings);
87 Value result = expression->Execute(&scope, &nested_err);
scope.h 25 // Scope for the script execution.
27 // Scopes are nested. Writing goes into the toplevel scope, reading checks
31 // A containing scope can be const or non-const. The const containing scope is
33 // many invocations. A const containing scope, however, prevents us from
35 // variables. So you should use a non-const containing scope whenever possible.
36 class Scope {
45 ProgrammaticProvider(Scope* scope) : scope_(scope) {
    [all...]
  /external/chromium_org/v8/src/
compilation-cache.cc 123 // into the caller's handle scope.
124 { HandleScope scope(isolate());
183 // into the caller's handle scope.
184 { HandleScope scope(isolate());
219 // Once outside the manacles of the handle scope, we need to recheck
221 // handle created in the caller's handle scope.
264 HandleScope scope(isolate());
275 // scope. Otherwise, we risk keeping old tables around even after
279 { HandleScope scope(isolate());
330 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...]

Completed in 543 milliseconds

<<11121314151617181920>>