Searched defs:scope (Results 76 - 100 of 313) sorted by relevance

1234567891011>>

/external/libnl/lib/route/
H A Drtnl.c95 char *rtnl_scope2str(int scope, char *buf, size_t size) argument
97 return __type2str(scope, buf, size, scopes, ARRAY_SIZE(scopes));
/external/libsepol/src/
H A Davrule_block.c4 * or global scope) for a policy module.
69 ebitmap_init(&decl->required.scope[i]);
70 ebitmap_init(&decl->declared.scope[i]);
77 static void scope_index_destroy(scope_index_t * scope) argument
80 if (scope == NULL) {
84 ebitmap_destroy(scope->scope + i);
86 for (i = 0; i < scope->class_perms_len; i++) {
87 ebitmap_destroy(scope->class_perms_map + i);
89 free(scope
155 scope_datum_t *scope = local
[all...]
/external/skia/src/animator/
H A DSkDisplayApply.h55 SkDrawable* getScope() { return scope; }
87 SkDrawable* scope; member in class:SkApply
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DTarget.java117 /** Is scope in @scope::name {action} valid for this kind of grammar?
123 public boolean isValidActionScope(int grammarType, String scope) { argument
126 if ( scope.equals("lexer") ) {return true;}
129 if ( scope.equals("parser") ) {return true;}
132 if ( scope.equals("parser") ) {return true;}
133 if ( scope.equals("lexer") ) {return true;}
136 if ( scope.equals("treeparser") ) {return true;}
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DIdentityScope2Test.java64 public IdentityScopeSubclass(String name, IdentityScope scope) argument
66 super(name, scope);
101 "This Identity is already contained in the scope");
104 "This Identity's public key already exists in the scope");
111 "This Identity is not contained in the scope");
259 IdentityScope scope = IdentityScope.getSystemScope();
261 scope.getIdentity((String) null);
/external/chromium_org/chrome/browser/extensions/api/preference/
H A Dpreference_helpers.cc40 ExtensionPrefsScope* scope) {
42 *scope = kExtensionPrefsScopeRegular;
44 *scope = kExtensionPrefsScopeRegularOnly;
46 *scope = kExtensionPrefsScopeIncognitoPersistent;
48 *scope = kExtensionPrefsScopeIncognitoSessionOnly;
39 StringToScope(const std::string& s, ExtensionPrefsScope* scope) argument
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_schema_graph.py217 class scope(object): class in function:APINodeCursor.Descend
229 return scope()
/external/chromium_org/components/policy/core/common/
H A Dconfig_dir_policy_loader.cc62 PolicyScope scope)
63 : AsyncPolicyLoader(task_runner), config_dir_(config_dir), scope_(scope) {}
59 ConfigDirPolicyLoader( scoped_refptr<base::SequencedTaskRunner> task_runner, const base::FilePath& config_dir, PolicyScope scope) argument
H A Dpolicy_bundle_unittest.cc55 // - kPolicyClashing1 mapped to |value|, with |level| and |scope|
61 PolicyScope scope) {
68 kPolicyClashing1, level, scope, new base::FundamentalValue(value), NULL);
196 // - kPolicyClashing1 comes from bundle1, which has the highest level/scope
57 AddTestPoliciesWithParams(PolicyMap *policy, const char* name, int value, PolicyLevel level, PolicyScope scope) argument
H A Dpolicy_map.cc16 scope(POLICY_SCOPE_USER),
30 copy->scope = scope;
43 return scope > other.scope;
50 scope == other.scope &&
75 PolicyScope scope,
81 entry.scope = scope;
73 Set(const std::string& policy, PolicyLevel level, PolicyScope scope, base::Value* value, ExternalDataFetcher* external_data_fetcher) argument
126 LoadFrom( const base::DictionaryValue* policies, PolicyLevel level, PolicyScope scope) argument
[all...]
H A Dpolicy_test_utils.cc162 std::ostream& operator<<(std::ostream& os, policy::PolicyScope scope) { argument
163 switch (scope) {
173 os << "POLICY_SCOPE_UNKNOWN(" << int(scope) << ")";
230 << " \"scope\": " << e.scope << "," << std::endl
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database_unittest.cc142 const std::vector<int64> scope; local
145 scope,
258 std::set<int64>() /*scope*/,
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_database.h55 GURL scope; member in struct:content::ServiceWorkerDatabase::RegistrationData
/external/chromium_org/extensions/browser/
H A Dpref_names.cc12 bool ScopeToPrefName(ExtensionPrefsScope scope, std::string* result) { argument
13 switch (scope) {
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DThirdPartyTokenFetcher.java100 * @param scope The scope of access request. See http://tools.ietf.org/html/rfc6749#section-3.3.
102 public void fetchToken(String tokenUrl, String clientId, String scope) { argument
111 Uri uri = buildRequestUri(tokenUrl, clientId, scope);
123 private Uri buildRequestUri(String tokenUrl, String clientId, String scope) { argument
126 uriBuilder.appendQueryParameter("scope", scope);
/external/chromium_org/remoting/host/
H A Dtoken_validator_factory_impl_unittest.cc33 // Bad scope: no nonce element.
105 static std::string CreateResponse(const std::string& scope) { argument
109 response_dict.SetString("scope", scope);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DAttr.cpp107 EventQueueScope scope; local
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableCellElement.cpp167 const AtomicString& HTMLTableCellElement::scope() const function in class:blink::HTMLTableCellElement
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBDatabase.h78 IDBTransaction* transaction(ScriptState* scriptState, PassRefPtrWillBeRawPtr<DOMStringList> scope, const String& mode, ExceptionState& exceptionState) { return transaction(scriptState, *scope, mode, exceptionState); } argument
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerGlobalScope.cpp80 String ServiceWorkerGlobalScope::scope(ExecutionContext* context) function in class:blink::ServiceWorkerGlobalScope
82 return ServiceWorkerGlobalScopeClient::from(context)->scope().string();
H A DServiceWorkerRegistration.cpp96 String ServiceWorkerRegistration::scope() const function in class:blink::ServiceWorkerRegistration
98 return m_outerRegistration->scope().string();
112 KURL scopeURL = scriptState->executionContext()->completeURL(scope());
114 if (!scope().isEmpty() && !documentOrigin->canRequest(scopeURL)) {
/external/chromium_org/third_party/WebKit/public/web/
H A DWebServiceWorkerContextClient.h65 // the |scope| attribute of the ServiceWorkerGlobalScope. Immutable per spec.
66 virtual WebURL scope() const { return WebURL(); } function in class:blink::WebServiceWorkerContextClient
70 // downloaded. The scope will not be created and the script will not be loaded until
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dsymbol_table.c32 * The linked list of symbols with the same name is ordered by scope
39 * Link to the next symbol in the table with the same scope
41 * The linked list of symbols with the same scope is unordered. Symbols
57 * exist in the same name space at the same scope level.
86 * Element of the scope stack.
89 /** Link to next (inner) scope level. */
92 /** Linked list of symbols with the same scope. */
104 /** Top of scope stack. */
110 /** Current scope depth. */
137 struct scope_level *scope; local
161 struct scope_level *const scope = table->current_scope; local
189 struct scope_level *const scope = calloc(1, sizeof(*scope)); local
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayList.cpp80 if (apply->scope == match)
82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
86 SkDrawable* scope = *ptr; local
87 if (scope == match)
89 //perhaps should call SearchGroupForMatch here as well (on scope)
/external/chromium_org/tools/gn/
H A Dtarget_generator.cc18 #include "tools/gn/scope.h"
25 Scope* scope,
29 scope_(scope),
59 void TargetGenerator::GenerateTarget(Scope* scope, argument
74 const Label& toolchain_label = ToolchainLabelForScope(scope);
75 Label label(scope->GetSourceDir(), args[0].string_value(),
81 scoped_ptr<Target> target(new Target(scope->settings(), label));
86 CopyTargetGenerator generator(target.get(), scope, function_call, err);
89 ActionTargetGenerator generator(target.get(), scope, function_call,
93 ActionTargetGenerator generator(target.get(), scope, function_cal
24 TargetGenerator(Target* target, Scope* scope, const FunctionCallNode* function_call, Err* err) argument
[all...]

Completed in 731 milliseconds

1234567891011>>