HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 201 - 225 of 1544) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/v8/test/cctest/
test-microtask-delivery.cc 58 HandleScope scope(isolate.GetIsolate());
96 HandleScope scope(isolate.GetIsolate());
test-weaksets.cc 51 HandleScope scope(isolate);
86 HandleScope scope(isolate);
93 HandleScope scope(isolate);
102 HandleScope scope(isolate);
118 HandleScope scope(isolate);
147 HandleScope scope(isolate);
155 HandleScope scope(isolate);
189 HandleScope scope(isolate);
201 HandleScope scope(isolate);
229 HandleScope scope(isolate)
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-135008.js 31 var scope = { x:23 };
33 with(scope) {
35 "scope.f = (function outer() {" +
45 assertSame(23, scope.f());
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store.cc 100 ExtensionPrefsScope scope) {
103 OriginIdentifierValueMap* map = GetValueMap(ext_id, scope);
117 scope != kExtensionPrefsScopeRegular);
183 ExtensionPrefsScope scope) {
186 switch (scope) {
204 ExtensionPrefsScope scope) const {
209 switch (scope) {
228 ExtensionPrefsScope scope) {
232 OriginIdentifierValueMap* map = GetValueMap(ext_id, scope);
242 NotifyOfContentSettingChanged(ext_id, scope != kExtensionPrefsScopeRegular)
    [all...]
  /bionic/libc/bionic/
pthread_attr.cpp 178 int pthread_attr_setscope(pthread_attr_t*, int scope) {
179 if (scope == PTHREAD_SCOPE_SYSTEM) {
182 if (scope == PTHREAD_SCOPE_PROCESS) {
188 int pthread_attr_getscope(const pthread_attr_t*, int* scope) {
189 *scope = PTHREAD_SCOPE_SYSTEM;
  /external/chromium_org/components/policy/core/common/
policy_loader_win.cc 167 map_entry->level, map_entry->scope,
309 // settings to |policy| for the given |scope| and |level|.
312 PolicyScope scope,
325 policy->LoadFrom(policy_dict, level, scope);
424 // Policy scope and corresponding hive.
426 PolicyScope scope; member in struct:policy::__anon11367
442 PolicyScope scope = kScopes[i].scope; local
463 if (is_enterprise || !ReadPolicyFromGPO(scope, &gpo_dict, &status)) {
464 VLOG_IF(1, !is_enterprise) << "Failed to read GPO files for " << scope
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction_coordinator.cc 90 // The locked_scope set accumulates the ids of object stores in the scope of
104 locked_scope.insert(transaction->scope().begin(),
105 transaction->scope().end());
122 // stores in its scope, or per the spec the transaction which was
124 locked_scope.insert(transaction->scope().begin(),
125 transaction->scope().end());
161 return !DoSetsIntersect(transaction->scope(), locked_scope);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPromisePropertyTest.cpp 164 ScriptState::Scope scope(scriptState);
206 ScriptState::Scope scope(mainScriptState());
224 ScriptState::Scope scope(otherScriptState());
228 ScriptState::Scope scope(mainScriptState());
253 ScriptState::Scope scope(mainScriptState())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.cpp 64 for (TreeScope* scope = treeScope().parentTreeScope(); scope; scope = scope->parentTreeScope()) {
65 if (ScopedStyleResolver* resolver = scope->scopedStyleResolver())
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
AnalysedTreeTransforms.py 29 if u'__test__' in node.scope.entries:
38 test_dict_entry = node.scope.declare_var(EncodedString(u'__test__'),
88 if isinstance(node.entry.scope, Symtab.PropertyScope):
89 property_method_name = node.entry.scope.name
90 path = "%s.%s.%s" % (class_name, node.entry.scope.name,
CythonScope.py 65 scope = self
67 scope = scope.lookup_here(name_path[0]).as_module
69 if scope is None:
72 return scope.lookup_here(name_path[0])
107 # The view sub-scope
130 # Load test utilities for the cython scope
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayList.cpp 80 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/third_party/webrtc/base/
profiler.cc 101 ExclusiveScope scope(&lock_);
112 SharedScope scope(&lock_);
126 SharedScope scope(&lock_);
153 SharedScope scope(&lock_);
160 ExclusiveScope scope(&lock_);
  /external/skia/src/animator/
SkDisplayList.cpp 80 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/libsepol/tests/
test-common.c 31 scope_datum_t *scope; local
39 /* make sure its scope is correct */
40 scope = hashtab_search(p->scope[sym_type].table, id);
41 CU_ASSERT_FATAL(scope != NULL);
42 CU_ASSERT(scope->scope == scope_type);
43 CU_ASSERT(scope->decl_ids_len == len);
44 if (scope->decl_ids_len != len)
45 fprintf(stderr, "sym %s has %d decls, %d expected\n", id, scope->decl_ids_len, len)
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/chromium_org/tools/gn/
parse_tree.h 25 class Scope;
86 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
    [all...]
  /external/deqp/framework/randomshaders/
rsgVariableManager.cpp 248 // Allocate in current scope
310 // Remove from scope stack.
313 ValueScope* scope = *stackIter; local
314 scope->removeValue(variable);
317 // Declare in current scope.
334 // Remove from current scope \note May not exist in there.
341 return DE_NULL; // Only single value scope
345 const ValueScope* scope = *i; local
346 ValueEntry* entry = scope->findEntry(variable);
387 void VariableManager::pushVariableScope (VariableScope& scope)
455 const ValueScope* scope = *scopeIter; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTTreeParser.stg 222 ruleRef(rule,label,elementIndex,args,scope) ::= <<
234 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
240 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
249 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
255 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
261 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
267 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
273 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
281 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTTreeParser.stg 239 ruleRef(rule,label,elementIndex,args,scope) ::= <<
254 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
260 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
269 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
275 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
281 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
286 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
292 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
301 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTTreeParser.stg 228 ruleRef(rule,label,elementIndex,args,scope) ::= <<
240 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
246 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
255 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
261 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
267 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
273 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
279 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
287 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTTreeParser.stg 221 ruleRef(rule,label,elementIndex,args,scope) ::= <<
233 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
239 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
248 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
254 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
260 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
266 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
272 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
280 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
ASTTreeParser.stg 179 ruleRef(rule,label,elementIndex,args,scope) ::= <<
191 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
197 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
206 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
212 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
218 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
224 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
230 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
238 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTTreeParser.stg 233 ruleRef(rule,label,elementIndex,args,scope) ::= <<
247 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
253 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
264 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
270 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
276 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
282 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
288 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
296 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js 105 app.controller('IndexCtrl', ['$scope', '$timeout', 'dataService',
106 function($scope, $timeout, dataService) {
107 // init the scope
108 $scope.c = c;
109 $scope.state = c.ST_LOADING;
110 $scope.qStr = dataService.getQueryString;
114 $scope.allSKPs = [
154 $scope.state = c.ST_READY;
166 app.controller('RebaselineCrtrl', ['$scope', '$timeout', 'dataService',
167 function($scope, $timeout, dataService)
    [all...]

Completed in 7381 milliseconds

1 2 3 4 5 6 7 891011>>