/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
tipc.h | 185 signed char scope; member in struct:sockaddr_tipc
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
tipc.h | 185 signed char scope; member in struct:sockaddr_tipc
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
NPV8Object.cpp | 181 v8::HandleScope scope(isolate); 240 ScriptState::Scope scope(scriptState); 294 ScriptState::Scope scope(scriptState); 342 ScriptState::Scope scope(scriptState); 377 ScriptState::Scope scope(scriptState); 410 ScriptState::Scope scope(scriptState) [all...] |
V8WindowShell.cpp | 128 ScriptState::Scope scope(m_scriptState.get()); 165 // scope is a property of the inner window. 203 ScriptState::Scope scope(m_scriptState.get()); 340 ScriptState::Scope scope(m_scriptState.get()); 469 ScriptState::Scope scope(m_scriptState.get()); 486 ScriptState::Scope scope(m_scriptState.get()) [all...] |
ScriptController.cpp | 259 ScriptState::Scope scope(scriptState); 366 ScriptState::Scope scope(scriptState); 402 ScriptState::Scope scope(scriptState); 446 v8::HandleScope scope(m_isolate); 573 ScriptState::Scope scope(scriptState); 602 ScriptState::Scope scope(scriptState) [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
ServiceWorker.cpp | 98 String ServiceWorker::scope() const function in class:WebCore::ServiceWorker 100 return m_outerWorker->scope().string(); 159 ScriptState::Scope scope(resolver->scriptState());
|
/external/chromium_org/tools/gn/ |
visibility.cc | 13 #include "tools/gn/scope.h" 266 bool Visibility::FillItemVisibility(Item* item, Scope* scope, Err* err) { 267 const Value* vis_value = scope->GetValue(variables::kVisibility, true); 269 item->visibility().Set(scope->GetSourceDir(), *vis_value, err);
|
/external/chromium_org/v8/src/ |
messages.cc | 25 HandleScope scope(isolate); 107 HandleScope scope(isolate); 160 HandleScope scope(isolate);
|
accessors.cc | 172 HandleScope scope(isolate); 191 HandleScope scope(isolate); 255 HandleScope scope(isolate); 298 HandleScope scope(isolate); 335 HandleScope scope(isolate); 372 HandleScope scope(isolate); 407 HandleScope scope(isolate); 442 HandleScope scope(isolate); 479 HandleScope scope(isolate); 516 HandleScope scope(isolate) [all...] |
ast.h | 451 Scope* scope() const { return scope_; } function in class:v8::internal::V8_FINAL 452 void set_scope(Scope* scope) { scope_ = scope; } 471 Scope* scope_; 479 Scope* scope() const { return scope_; } function in class:v8::internal::Declaration 487 Scope* scope, 1100 Scope* scope() { return scope_; } function in class:v8::internal::V8_FINAL 1283 Scope* scope() { return scope_; } function in class:v8::internal::V8_FINAL 2317 Scope* scope() const { return scope_; } function in class:v8::internal::V8_FINAL [all...] |
/external/chromium_org/v8/test/cctest/ |
test-alloc.cc | 100 v8::HandleScope scope(CcTest::isolate()); 113 HandleScope scope(isolate); 137 v8::HandleScope scope(CcTest::isolate());
|
test-assembler-arm.cc | 51 HandleScope scope(isolate); 75 HandleScope scope(isolate); 110 HandleScope scope(isolate); 154 HandleScope scope(isolate); 207 HandleScope scope(isolate); 234 CpuFeatureScope scope(&assm, VFP3); variable 352 HandleScope scope(isolate); 357 CpuFeatureScope scope(&assm, ARMv7); variable 386 HandleScope scope(isolate); 391 CpuFeatureScope scope(&assm, ARMv7) variable 1028 CpuFeatureScope scope(&assm, VFP3); variable 1240 CpuFeatureScope scope(&assm, NEON); variable 1437 CpuFeatureScope scope(&assm, SUDIV); variable [all...] |
/external/chromium_org/v8/test/mjsunit/ |
debug-evaluate-locals-optimized-double.js | 93 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());
|
debug-evaluate-locals-optimized.js | 84 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/chromium_org/third_party/WebKit/Source/core/css/ |
ElementRuleCollector.cpp | 129 // c) the rules comes from a scoped style sheet within the same tree scope 152 // Check whether other types of rules are applicable in the current tree scope. Criteria for this: 154 // b) the tree scope allows author rules 155 // c) the rules comes from a scoped style sheet within the same tree scope 159 if (!m_matchingUARules && !rulesApplicableInCurrentTreeScope(&element, matchRequest.scope, behaviorAtBoundary, matchRequest.elementApplyAuthorStyles)) 260 inline bool ElementRuleCollector::ruleMatches(const RuleData& ruleData, const ContainerNode* scope, SelectorChecker::BehaviorAtBoundary behaviorAtBoundary, SelectorChecker::MatchResult* result) 265 context.scope = scope; 285 if (ruleMatches(ruleData, matchRequest.scope, behaviorAtBoundary, &result)) { 342 // information about "scope" [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBDatabase.cpp | 299 IDBTransaction* IDBDatabase::transaction(ExecutionContext* context, const Vector<String>& scope, const String& modeString, ExceptionState& exceptionState) 303 if (!scope.size()) { 323 for (size_t i = 0; i < scope.size(); ++i) { 324 int64_t objectStoreId = findObjectStoreId(scope[i]); 340 return IDBTransaction::create(context, transactionId, scope, mode, this);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/ |
pcm.h | 405 /** #SND_PCM_TYPE_METER scope handle */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
pcm.h | 405 /** #SND_PCM_TYPE_METER scope handle */ [all...] |
/external/chromium_org/remoting/webapp/ |
third_party_token_fetcher.js | 32 * @param {string} scope OAuth scope to request the token for. 38 tokenUrl, hostPublicKey, scope, tokenUrlPatterns, 41 this.tokenScope_ = scope; 138 'scope': this.tokenScope_,
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLInputElement.cpp | 837 if (RadioButtonGroupScope* scope = radioButtonGroupScope()) 838 scope->updateCheckedState(this); 990 EventQueueScope scope; local [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Grammar.java | 284 /** Map a scope to a map of name:action pairs. 1530 String scope = getDefaultActionScope(type); local 1672 Grammar scope = composite.getGrammar(scopeName); local 1723 AttributeScope scope = new AttributeScope(this, name, scopeAction); local 1729 AttributeScope scope = new AttributeScope(this, ruleName, retAction); local 1735 AttributeScope scope = new AttributeScope(this, ruleName, scopeAction); local 1741 AttributeScope scope = new AttributeScope(this, ruleName, argAction); local [all...] |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/ |
lint-api-22.4.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/ |
lint-api-22.4.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.0/ |
lint-api-22.5.0.jar | |
/external/chromium_org/third_party/mesa/src/bin/ |
mklib | 497 # Make the 'mapfile.scope' linker mapfile 498 echo "{" > mapfile.scope 499 echo "global:" >> mapfile.scope 500 sed 's/$/;/' ${EXPORTS} >> mapfile.scope 501 echo "local:" >> mapfile.scope 502 echo " *;" >> mapfile.scope 503 echo "};" >> mapfile.scope 504 OPTS="${OPTS} -Wl,-Mmapfile.scope"
|