Searched refs:scope (Results 251 - 275 of 998) sorted by relevance

<<11121314151617181920>>

/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/lldb/include/lldb/Symbol/
H A DVariable.h34 lldb::ValueType scope,
154 ExecutionContextScope *scope,
171 SymbolContextScope *m_owner_scope; // The symbol file scope that this variable was defined in
/external/checkpolicy/
H A Dmodule_compiler.c107 * current scope stack then this would return a 0.
158 if (ebitmap_set_bit(decl->declared.scope + symbol_type,
508 * This function assumes that the ID is within scope. c.f.,
554 * This function assumes that the ID is within scope. c.f.,
613 /* Attempt to require a symbol within the current scope. If currently
648 * previously declared and is in current scope */
671 * was already declared within my scope */
675 /* previous declaration was not in scope or
685 if (ebitmap_set_bit(decl->required.scope + symbol_type,
697 scope_index_t *scope; local
1225 is_scope_in_stack(scope_datum_t * scope, scope_stack_t * stack) argument
1249 scope_datum_t *scope = local
1258 is_perm_in_scope_index(uint32_t perm_value, uint32_t class_value, scope_index_t * scope) argument
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/
H A DOAuth2TokenService.java126 * @param scope The scope to get an auth token for (without Android-style 'oauth2:' prefix).
131 Context context, String username, String scope, final long nativeCallback) {
137 String oauth2Scope = OAUTH2_SCOPE_PREFIX + scope;
151 * Call this method to retrieve an OAuth2 access token for the given account and scope.
155 * @param scope The scope to get an auth token for (without Android-style 'oauth2:' prefix).
159 Account account, String scope,
161 String oauth2Scope = OAUTH2_SCOPE_PREFIX + scope;
167 * Call this method to retrieve an OAuth2 access token for the given account and scope
130 getOAuth2AuthToken( Context context, String username, String scope, final long nativeCallback) argument
158 getOAuth2AccessToken(Context context, @Nullable Activity activity, Account account, String scope, AccountManagerHelper.GetAuthTokenCallback callback) argument
178 getOAuth2AccessTokenWithTimeout( Context context, @Nullable Activity activity, Account account, String scope, long timeout, TimeUnit unit) argument
[all...]
/external/chromium_org/chrome/browser/signin/
H A Dfake_profile_oauth2_token_service.cc99 const ScopeSet& scope,
104 scope,
111 const ScopeSet& scope,
113 CompleteRequests("", false, scope, error, std::string(), base::Time());
135 const ScopeSet& scope,
148 bool scope_matches = all_scopes || it->scopes == scope;
98 IssueTokenForScope( const ScopeSet& scope, const std::string& access_token, const base::Time& expiration) argument
110 IssueErrorForScope( const ScopeSet& scope, const GoogleServiceAuthError& error) argument
132 CompleteRequests( const std::string& account_id, bool all_scopes, const ScopeSet& scope, const GoogleServiceAuthError& error, const std::string& access_token, const base::Time& expiration) argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptEventListener.cpp114 v8::HandleScope scope(toIsolate(document));
121 v8::Handle<v8::Function> function = eventListenerEffectiveFunction(scope.GetIsolate(), object);
135 v8::HandleScope scope(isolate);
150 v8::HandleScope scope(toIsolate(frame));
160 v8::HandleScope scope(toIsolate(document));
167 v8::Handle<v8::Function> function = eventListenerEffectiveFunction(scope.GetIsolate(), object);
/external/chromium_org/v8/src/
H A Drewriter.cc233 Scope* scope = function->scope(); local
234 DCHECK(scope != NULL);
235 if (!scope->is_global_scope() && !scope->is_eval_scope()) return true;
240 scope->NewTemporary(info->ast_value_factory()->dot_result_string());
251 // of an immediate inner scope. For example in
254 // coincides with the end of the with scope which is the position of '1'.
H A Dcompilation-cache.cc93 // into the caller's handle scope.
94 { HandleScope scope(isolate());
154 // into the caller's handle scope.
155 { HandleScope scope(isolate());
190 // Once outside the manacles of the handle scope, we need to recheck
192 // handle created in the caller's handle scope.
216 HandleScope scope(isolate());
226 HandleScope scope(isolate());
228 // scope. Otherwise, we risk keeping old tables around even after
244 return scope
[all...]
H A Druntime.cc333 HandleScope scope(isolate);
454 HandleScope scope(isolate);
568 HandleScope scope(isolate);
584 HandleScope scope(isolate);
599 HandleScope scope(isolate);
610 HandleScope scope(isolate);
621 HandleScope scope(isolate);
632 HandleScope scope(isolate);
656 HandleScope scope(isolate);
672 HandleScope scope(isolat
[all...]
/external/libnl/lib/fib_lookup/
H A Dlookup.c44 unsigned char scope; member in struct:fib_result_nl
106 res->fr_scope = fr->scope;
133 nl_dump(p, "scope %s error %s (%d)\n",
214 int tos, scope, table; local
219 scope = flnl_request_get_scope(req);
224 fr.fl_scope = scope >= 0 ? scope : RT_SCOPE_UNIVERSE;
/external/lldb/source/Symbol/
H A DTypeList.cpp187 GetTypeScopeAndBasename(const char* name_cstr, std::string &scope, std::string &basename, bool *exact_ptr) argument
207 scope.assign (name_cstr, basename_cstr - name_cstr);
208 if (scope.size() >= 2 && scope[0] == ':' && scope[1] == ':')
215 scope.erase(0,2);
295 // Our match scope ends with the type scope we were lookikng for,
297 // type scope is a namepace boundary in case we are trying to match:
321 // is no type scope
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DRule.java73 /** the attributes defined with "scope {...}" inside a rule */
76 /** A list of scope names (String) used by this rule */
367 /** Return the scope containing name */
369 AttributeScope scope = getLocalAttributeScope(name);
370 if ( scope!=null ) {
371 return scope;
374 scope = ruleScope;
376 return scope;
381 AttributeScope scope = null;
383 scope
[all...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DDefineGrammarItemsWalker.g39 scope AttributeScopeActions {
78 // form is (header ... ) ( grammar ID (scope ...) ... ( rule ... ) ( rule ... ) ... )
125 scope AttributeScopeActions;
130 : ^( 'scope' name=ID attrScopeAction* attrs=ACTION )
132 AttributeScope scope = grammar.defineGlobalScope($name.text,$attrs.getToken());
133 scope.isDynamicGlobalScope = true;
134 scope.addAttributes($attrs.text, ';');
136 scope.defineNamedAction(action, $AttributeScopeActions::actions.get(action));
165 String scope=null;
170 {scope
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DBuffer.py36 use_bufstruct_declare_code(node.scope)
37 use_py2_buffer_functions(node.scope)
38 node.scope.use_utility_code(empty_bufstruct_utility)
46 def handle_scope(self, node, scope):
47 # For all buffers, insert extra variables in the scope.
51 in scope.entries.iteritems()
58 in scope.entries.iteritems()
64 for (name, entry) in scope.entries.iteritems():
72 raise CompileError(node.pos, "Buffer vars not allowed in module scope")
87 cname = scope
[all...]
H A DBuiltin.py67 entry = self_type.scope.declare(self.py_name, self.cname, field_type, None, 'private')
72 def declare_in_scope(self, scope):
76 scope.declare_builtin_cfunction(self.py_name, func_type, self.cname,
89 self_type.scope.declare_builtin_cfunction(
342 # set up builtin scope
369 scope = StructOrUnionScope(name)
371 scope.declare_var(attribute_name, attribute_type, None,
374 name, "struct", scope, 1, None, cname = cname)
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-scheduler.cc107 HandleAndZoneScope scope; local
108 Schedule schedule(scope.main_zone());
117 HandleAndZoneScope scope; local
118 Schedule schedule(scope.main_zone());
129 HandleAndZoneScope scope; local
132 Schedule schedule(scope.main_zone());
156 HandleAndZoneScope scope; local
157 Schedule schedule(scope.main_zone());
167 HandleAndZoneScope scope; local
168 Schedule schedule(scope
179 HandleAndZoneScope scope; local
190 HandleAndZoneScope scope; local
202 HandleAndZoneScope scope; local
226 HandleAndZoneScope scope; local
247 HandleAndZoneScope scope; local
268 HandleAndZoneScope scope; local
311 HandleAndZoneScope scope; local
340 HandleAndZoneScope scope; local
378 HandleAndZoneScope scope; local
402 HandleAndZoneScope scope; local
428 HandleAndZoneScope scope; local
453 HandleAndZoneScope scope; local
485 HandleAndZoneScope scope; local
510 HandleAndZoneScope scope; local
537 HandleAndZoneScope scope; local
563 HandleAndZoneScope scope; local
595 HandleAndZoneScope scope; local
621 HandleAndZoneScope scope; local
632 HandleAndZoneScope scope; local
647 HandleAndZoneScope scope; local
674 HandleAndZoneScope scope; local
819 HandleAndZoneScope scope; local
931 HandleAndZoneScope scope; local
1178 HandleAndZoneScope scope; local
1507 HandleAndZoneScope scope; local
1649 HandleAndZoneScope scope; local
1668 HandleAndZoneScope scope; local
1691 HandleAndZoneScope scope; local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-compiler.cc87 v8::HandleScope scope(CcTest::isolate());
106 v8::HandleScope scope(CcTest::isolate());
124 v8::HandleScope scope(CcTest::isolate());
143 v8::HandleScope scope(CcTest::isolate());
149 v8::HandleScope scope(CcTest::isolate());
164 v8::HandleScope scope(CcTest::isolate());
195 v8::HandleScope scope(CcTest::isolate());
215 v8::HandleScope scope(CcTest::isolate());
252 v8::HandleScope scope(CcTest::isolate());
264 v8::HandleScope scope(CcTes
[all...]
H A Dtest-decls.cc56 HandleScope scope(isolate);
122 HandleScope scope(isolate);
149 HandleScope scope(CcTest::isolate());
233 HandleScope scope(CcTest::isolate());
284 HandleScope scope(isolate);
366 HandleScope scope(CcTest::isolate());
421 HandleScope scope(CcTest::isolate());
481 HandleScope scope(CcTest::isolate());
527 HandleScope scope(CcTest::isolate());
577 HandleScope scope(context
[all...]
/external/libsepol/src/
H A Dlink.c249 scope_datum_t *scope = NULL; local
262 scope =
265 if (scope == NULL) {
269 if (scope->scope == SCOPE_DECL) {
605 scope_datum_t *scope; local
646 /* Get the scope info for this boolean to see if this is the declaration,
648 scope = hashtab_search(state->cur->policy->p_bools_scope.table, id);
649 if (!scope)
651 if (scope
672 scope_datum_t *scope; local
714 scope_datum_t *scope; local
1833 scope_datum_t *scope, *base_scope; local
2031 scope_datum_t *scope; local
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkTraceEvent.h33 // Events can be INSTANT, or can be pairs of BEGIN and END in the same scope:
38 // these are used in the same scope. Use ASYNC_BEGIN/ASYNC_END macros if you
166 // By default, const char* argument values are assumed to have long-lived scope
182 // scope, with 0, 1 or 2 associated arguments. If the category is not
218 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) (void)0
219 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \
221 #define UNSHIPPED_TRACE_EVENT_INSTANT2(category_group, name, scope, \
232 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) \
233 TRACE_EVENT_INSTANT0(category_group, name, scope)
234 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \
[all...]
/external/skia/src/core/
H A DSkTraceEvent.h33 // Events can be INSTANT, or can be pairs of BEGIN and END in the same scope:
38 // these are used in the same scope. Use ASYNC_BEGIN/ASYNC_END macros if you
166 // By default, const char* argument values are assumed to have long-lived scope
182 // scope, with 0, 1 or 2 associated arguments. If the category is not
218 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) (void)0
219 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \
221 #define UNSHIPPED_TRACE_EVENT_INSTANT2(category_group, name, scope, \
232 #define UNSHIPPED_TRACE_EVENT_INSTANT0(category_group, name, scope) \
233 TRACE_EVENT_INSTANT0(category_group, name, scope)
234 #define UNSHIPPED_TRACE_EVENT_INSTANT1(category_group, name, scope, \
[all...]
/external/chromium_org/tools/gn/
H A Dparse_tree.h86 virtual Value Execute(Scope* scope, Err* err) const = 0;
112 // Access an array or scope element.
124 // of a constant scope. Supporting this would also add a lot of complications
126 // in the const root scope that shouldn't be modified. Without a strong
141 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
163 Value ExecuteArrayAccess(Scope* scope, Err* err) const;
164 Value ExecuteScopeAccess(Scope* scope, Err* err) const;
184 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
216 // Set has_scope if this block introduces a nested scope.
221 virtual Value Execute(Scope* scope, Er
[all...]
/external/chromium_org/printing/backend/
H A Dwin_helper.cc37 EPrintTicketScope scope,
44 EPrintTicketScope scope,
53 EPrintTicketScope scope,
201 EPrintTicketScope scope,
206 scope,
214 EPrintTicketScope scope,
221 scope,
230 EPrintTicketScope scope,
236 scope,
198 ConvertDevModeToPrintTicket(HPTPROVIDER provider, ULONG devmode_size_in_bytes, PDEVMODE devmode, EPrintTicketScope scope, IStream* print_ticket) argument
210 ConvertPrintTicketToDevMode( HPTPROVIDER provider, IStream* print_ticket, EDefaultDevmodeType base_devmode_type, EPrintTicketScope scope, ULONG* devmode_byte_count, PDEVMODE* devmode, BSTR* error_message) argument
227 MergeAndValidatePrintTicket(HPTPROVIDER provider, IStream* base_ticket, IStream* delta_ticket, EPrintTicketScope scope, IStream* result_ticket, BSTR* error_message) argument
/external/clang/lib/CodeGen/
H A DCGCleanup.h31 /// A protected scope for zero-cost EH handling.
72 /// Always a multiple of the scope-stack alignment.
76 /// this one). If this is the top cleanup scope, all the fixups
77 /// from this index onwards belong to this scope.
133 /// A scope which attempts to handle some, possibly all, types of
136 /// Objective C \@finally blocks are represented using a cleanup scope
137 /// after the catch scope.
215 /// A cleanup scope which generates the cleanup blocks lazily.
217 /// The nearest normal cleanup scope enclosing this one.
220 /// The nearest EH scope enclosin
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sLongShaderTests.cpp148 void makeNames (ShaderScope& scope, const deUint32 count)
151 scope.insert(next());
311 ShaderScope scope;
316 m_nameGen.makeNames(scope, m_spec.variablesPerBlock);
318 m_scopes.push_back(scope);
320 for (ShaderScope::const_iterator nameIter = scope.begin(); nameIter != scope.end(); nameIter++)
332 ShaderScope& scope = *(m_scopes.end()-1);
336 m_varNames.erase((m_varNames.begin() + (m_varNames.size() - scope.size())), m_varNames.end());

Completed in 845 milliseconds

<<11121314151617181920>>