Searched refs:scope (Results 276 - 300 of 998) sorted by relevance

<<11121314151617181920>>

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DIdentity2Test.java142 public IdentitySubclass(String name, IdentityScope scope) argument
144 super(name, scope);
174 IdentityScope scope = new IdentityScopeSubclass();
175 IdentitySubclass sub = new IdentitySubclass("test", scope);
177 assertEquals("Wrong Scope returned", scope, returnedScope);
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_cache_listener.cc97 version_->scope().GetOrigin(),
110 version_->scope().GetOrigin(),
123 version_->scope().GetOrigin(),
136 version_->scope().GetOrigin(),
147 version_->scope().GetOrigin(),
H A Dservice_worker_database_unittest.cc59 EXPECT_EQ(expected.scope, actual.scope);
165 data1.scope = URL(origin, "/foo");
208 data2.scope = URL(origin, "/bar");
247 data1.scope = URL(origin1, "/foo");
258 data2.scope = URL(origin2, "/bar");
269 data3.scope = URL(origin3, "/hoge");
280 data4.scope = URL(origin3, "/fuga");
346 data1.scope = URL(origin1, "/foo");
356 data2.scope
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
H A DStyleSheetInvalidationAnalysis.cpp51 // This picks the widest scope, not the narrowest, to minimize the number of found scopes.
100 ContainerNode* scope = ownerElement; local
102 scope = scope->containingShadowRoot()->shadowHost();
103 } while (scope->isInShadowTree());
104 return scope;
/external/chromium_org/v8/src/arm64/
H A Ddelayed-masm-arm64.cc25 UseScratchRegisterScope scope(masm_);
26 DoubleRegister temp1 = scope.AcquireD();
27 DoubleRegister temp2 = scope.AcquireD();
186 UseScratchRegisterScope scope(masm_);
187 DoubleRegister temp = scope.AcquireD();
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-evaluate-locals-optimized-double.js93 assertEquals(debug.ScopeType.Local, frame.scope(0).scopeType());
94 assertEquals(debug.ScopeType.Global, frame.scope(1).scopeType());
98 frame.scope(0).scopeObject().value()[name]);
105 frame.scope(0).scopeObject().value()[arg_name]);
136 // The bottom frame only have the global scope.
138 assertEquals(debug.ScopeType.Global, frame.scope(0).scopeType());
H A Ddebug-evaluate-locals-optimized.js84 assertEquals(debug.ScopeType.Local, frame.scope(0).scopeType());
85 assertEquals(debug.ScopeType.Global, frame.scope(1).scopeType());
89 frame.scope(0).scopeObject().value()[name]);
96 frame.scope(0).scopeObject().value()[arg_name]);
127 // The bottom frame only have the global scope.
129 assertEquals(debug.ScopeType.Global, frame.scope(0).scopeType());
/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c758 void show_scope ( OSet* /* of DiAddrRange */ scope, const HChar* who ) argument
762 VG_(OSetGen_ResetIter)( scope );
764 range = VG_(OSetGen_Next)( scope );
772 /* Add the variable 'var' to 'scope' for the address range [aMin,aMax]
776 invariant that the ranges in 'scope' cover the entire address range
779 /*MOD*/OSet* /* of DiAddrRange */ scope,
794 if (0) show_scope( scope, "add_var_to_arange(1)" );
800 first = VG_(OSetGen_Lookup)( scope, &aMin );
826 nyu = VG_(OSetGen_AllocNode)( scope, sizeof(DiAddrRange) );
835 VG_(OSetGen_Insert)( scope, ny
778 add_var_to_arange( OSet* scope, Addr aMin, Addr aMax, DiVariable* var ) argument
938 OSet* /* of DiAddrRange */ scope; local
1090 OSet* scope = *(OSet**)VG_(indexXA)(di->varinfo, i); local
[all...]
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/signin/
H A DOAuth2TokenServiceTest.java95 String scope = "http://example.com/scope";
97 String oauth2Scope = "oauth2:" + scope;
99 // Add an account with given auth token for the given scope, already accepted auth popup.
109 mContext, null, account, scope, 5, TimeUnit.SECONDS);
/external/chromium_org/chrome/browser/resources/
H A Dpolicy.js13 '.scope-column')).display == 'none';
39 * @param {string} scope The policy scope, either "device" or "user".
42 initialize: function(scope, status) {
43 if (scope == 'device') {
109 // Populate the remaining columns with policy scope, level and value if a
112 this.querySelector('.scope').textContent =
113 loadTimeData.getString(value.scope == 'user' ?
531 // Add a status box for each scope that has a cloud policy status.
532 for (var scope i
[all...]
/external/chromium_org/google_apis/gaia/
H A Dfake_gaia.cc296 std::string scope; local
297 if (!GetQueryParameter(request.content, "scope", &scope) ||
298 GaiaConstants::kOAuth1LoginScope != scope) {
456 std::string scope; local
457 GetQueryParameter(request.content, "scope", &scope);
475 if (GaiaConstants::kOAuth1LoginScope != scope) {
477 LOG(ERROR) << "Invalid scope for /o/oauth2/token - " << scope;
548 std::string scope; local
[all...]
/external/chromium_org/printing/backend/
H A Dwin_helper.h108 EPrintTicketScope scope,
114 EPrintTicketScope scope,
121 EPrintTicketScope scope,
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc126 // 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/tools/gn/
H A Dinput_conversion.cc16 #include "tools/gn/scope.h"
25 PARSE_SCOPE, // Treat the input as code and return the resulting scope.
81 scoped_ptr<Scope> scope(new Scope(settings));
83 Value result = parse_root->Execute(scope.get(), err);
87 // When we want the result as a scope, the result is actually the scope
91 result = Value(origin, scope.Pass());
143 if (input_conversion == "scope")
171 " \"scope\"\n"
172 " Execute the block as GN code and return a scope wit
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc126 // 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/
H A Dtest-heap.cc249 // Allocate an object. Unrooted after leaving the scope.
295 HandleScope scope(isolate);
322 v8::HandleScope scope(CcTest::isolate());
342 HandleScope scope(isolate);
397 HandleScope scope(isolate);
439 HandleScope scope(isolate);
485 HandleScope scope(isolate);
576 HandleScope scope(isolate);
872 v8::HandleScope scope(CcTest::isolate());
924 v8::HandleScope scope(CcTes
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRHashMap.h69 - (id)lookup:(NSString *)s Scope:(int)scope;
71 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DASTTreeParser.stg277 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/sync/
H A Dprofile_sync_auth_provider.cc74 const std::string& scope)
79 oauth2_scope_.insert(scope);
71 ProfileSyncAuthProvider( ProfileOAuth2TokenService* token_service, const std::string& account_id, const std::string& scope) argument
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/zoom/
H A Dpopup.js49 if (scopeRadios[i].value == zoomSettings.scope)
121 '[ZoomDemoExtension] Must specify values for both mode & scope.');
125 chrome.tabs.setZoomSettings(tabId, { mode: modeVal, scope: scopeVal },
/external/chromium_org/content/child/service_worker/
H A Dweb_service_worker_registration_impl.cc111 blink::WebURL WebServiceWorkerRegistrationImpl::scope() const { function in class:content::WebServiceWorkerRegistrationImpl
112 return handle_ref_->scope();
/external/chromium_org/content/common/service_worker/
H A Dservice_worker_types.h124 GURL scope; member in struct:content::ServiceWorkerObjectInfo
132 GURL scope; member in struct:content::ServiceWorkerRegistrationObjectInfo
/external/chromium_org/extensions/browser/
H A Dextension_pref_value_map.cc52 ExtensionPrefsScope scope,
54 PrefValueMap* prefs = GetExtensionPrefValueMap(ext_id, scope);
63 ExtensionPrefsScope scope) {
64 PrefValueMap* prefs = GetExtensionPrefValueMap(ext_id, scope);
182 ExtensionPrefsScope scope) {
185 switch (scope) {
201 ExtensionPrefsScope scope) const {
204 switch (scope) {
50 SetExtensionPref(const std::string& ext_id, const std::string& key, ExtensionPrefsScope scope, base::Value* value) argument
60 RemoveExtensionPref( const std::string& ext_id, const std::string& key, ExtensionPrefsScope scope) argument
180 GetExtensionPrefValueMap( const std::string& ext_id, ExtensionPrefsScope scope) argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScheduledAction.cpp85 WTF_LOG(Timers, "ScheduledAction::execute %p: worker scope", this);
98 ScriptState::Scope scope(m_scriptState.get());
117 ScriptState::Scope scope(m_scriptState.get());
H A DScriptState.cpp76 v8::HandleScope scope(m_isolate);
87 v8::HandleScope scope(m_isolate);

Completed in 3279 milliseconds

<<11121314151617181920>>