/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
tipc.h | 185 signed char scope; member in struct:sockaddr_tipc
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/linux/ |
tipc.h | 185 signed char scope; member in struct:sockaddr_tipc
|
/external/chromium_org/chrome/renderer/extensions/ |
content_watcher.cc | 100 v8::HandleScope scope; local 101 v8::Context::Scope context_scope(frame->mainWorldScriptContext()); 103 ModuleSystem::NativesEnabledScope scope(module_system); 132 v8::HandleScope scope; local 138 v8::Context::Scope context_scope(frame->mainWorldScriptContext());
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
NPV8Object.cpp | 180 v8::HandleScope scope(isolate); 241 v8::Context::Scope scope(context); 296 v8::Context::Scope scope(context); 344 v8::Context::Scope scope(context); 380 v8::Context::Scope scope(context); 414 v8::Context::Scope scope(context) [all...] |
PageScriptDebugServer.cpp | 85 v8::HandleScope scope(m_isolate); 87 v8::Context::Scope contextScope(debuggerContext); 166 v8::HandleScope scope(m_isolate); 175 v8::HandleScope scope(m_isolate);
|
V8DOMWrapper.cpp | 111 V8WrapperInstantiationScope scope(creationContext); 113 V8PerContextData* perContextData = V8PerContextData::from(scope.context()); 138 v8::HandleScope scope; local
|
V8ScriptRunner.cpp | 170 V8RecursionScope::MicrotaskSuppression scope; local 180 V8RecursionScope::MicrotaskSuppression scope; local 190 V8RecursionScope scope(context);
|
/external/chromium_org/v8/src/ |
messages.cc | 48 HandleScope scope(isolate); 136 HandleScope scope(isolate); 197 HandleScope scope(isolate);
|
parser.cc | 414 Scope* Parser::NewScope(Scope* parent, ScopeType scope_type) { 415 Scope* result = new(zone()) Scope(parent, scope_type, zone()); 466 // FunctionState and BlockState together implement the parser's scope stack. 467 // The parser's current scope is in top_scope_. The BlockState and 468 // FunctionState constructors push on the scope stack and the destructors 474 BlockState(Parser* parser, Scope* scope) 477 parser->top_scope_ = scope; 620 { Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE); local 746 Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE); local 899 Scope* scope = NewScope(top_scope_, EVAL_SCOPE); local 1043 Scope* scope = NewScope(top_scope_, MODULE_SCOPE); local 1154 Scope* scope = NewScope(top_scope_, MODULE_SCOPE); local 4282 Scope* scope = local [all...] |
/external/chromium_org/v8/test/cctest/ |
test-assembler-ia32.cc | 52 HandleScope scope(isolate); 81 HandleScope scope(isolate); 120 HandleScope scope(isolate); 167 HandleScope scope(isolate); 203 HandleScope scope(isolate); 235 HandleScope scope(isolate); 262 HandleScope scope(isolate); 308 HandleScope scope(isolate); 343 HandleScope scope(isolate); 399 HandleScope scope(isolate) [all...] |
test-dictionary.cc | 46 v8::HandleScope scope(context->GetIsolate()); 110 v8::HandleScope scope(context->GetIsolate()); 143 v8::HandleScope scope(context->GetIsolate());
|
test-threads.cc | 40 v8::HandleScope scope(isolate); 42 v8::Context::Scope context_scope(context); 74 v8::HandleScope scope(isolate); 76 v8::Context::Scope context_scope(context); 115 v8::HandleScope scope(isolate); 117 v8::Context::Scope context_scope(context);
|
test-thread-termination.cc | 118 v8::HandleScope scope(v8::Isolate::GetCurrent()); 123 v8::Context::Scope context_scope(context); 138 v8::HandleScope scope(v8::Isolate::GetCurrent()); 143 v8::Context::Scope context_scope(context); 178 v8::HandleScope scope(v8::Isolate::GetCurrent()); 182 v8::Context::Scope context_scope(context); 200 v8::HandleScope scope(CcTest::default_isolate()); 206 v8::Context::Scope context_scope(context); 302 v8::HandleScope scope(v8::Isolate::GetCurrent()); 312 v8::Context::Scope context_scope(context) 394 v8::HandleScope scope; local [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/v8/src/ |
compiler.h | 62 Scope* scope() const { return scope_; } function in class:v8::internal::BASE_EMBEDDED 63 Scope* global_scope() const { return global_scope_; } 101 void SetScope(Scope* scope) { 103 scope_ = scope; 105 void SetGlobalScope(Scope* global_scope) { 232 // The scope of the function literal as a convenience. Set to indicate 234 Scope* scope_; 235 // The global scope provided as a convenience [all...] |
/external/v8/test/mjsunit/ |
debug-evaluate-locals-optimized-double.js | 86 assertEquals(debug.ScopeType.Local, frame.scope(0).scopeType()); 87 assertEquals(debug.ScopeType.Global, frame.scope(1).scopeType()); 90 assertEquals(expected_locals[name], frame.scope(0).scopeObject().value()[name]); 96 assertEquals(arg_value, frame.scope(0).scopeObject().value()[arg_name]); 126 // The bottom frame only have the global scope. 128 assertEquals(debug.ScopeType.Global, frame.scope(0).scopeType());
|
debug-evaluate-locals-optimized.js | 76 assertEquals(debug.ScopeType.Local, frame.scope(0).scopeType()); 77 assertEquals(debug.ScopeType.Global, frame.scope(1).scopeType()); 80 assertEquals(expected_locals[name], frame.scope(0).scopeObject().value()[name]); 86 assertEquals(arg_value, frame.scope(0).scopeObject().value()[arg_name]); 116 // The bottom frame only have the global scope. 118 assertEquals(debug.ScopeType.Global, frame.scope(0).scopeType());
|
/external/doclava/src/com/google/doclava/ |
Stubs.java | 346 stream.print(cl.scope() + " "); 520 stream.print(method.scope() + " "); 584 stream.print(field.scope() + " "); 832 String scope = cl.scope(); local 848 + "\"\n" + " visibility=\"" + scope + "\"\n" 885 String scope = mi.scope(); local 925 String scope = mi.scope(); local 964 String scope = fi.scope(); local [all...] |
/external/chromium_org/v8/src/x64/ |
builtins-x64.cc | 94 FrameScope scope(masm, StackFrame::INTERNAL); 120 FrameScope scope(masm, StackFrame::INTERNAL); 155 FrameScope scope(masm, StackFrame::CONSTRUCT); 469 // Open a C++ scope for the FrameScope. 487 FrameScope scope(masm, StackFrame::INTERNAL); 517 FrameScope scope(masm, StackFrame::INTERNAL); 591 FrameScope scope(masm, StackFrame::INTERNAL); 618 FrameScope scope(masm, StackFrame::INTERNAL); 655 FrameScope scope(masm, StackFrame::MANUAL); 681 FrameScope scope(masm, StackFrame::INTERNAL) [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBDatabase.cpp | 258 PassRefPtr<IDBTransaction> IDBDatabase::transaction(ScriptExecutionContext* context, const Vector<String>& scope, const String& modeString, ExceptionState& es) 262 if (!scope.size()) { 282 for (size_t i = 0; i < scope.size(); ++i) { 283 int64_t objectStoreId = findObjectStoreId(scope[i]); 294 RefPtr<IDBTransaction> transaction = IDBTransaction::create(context, transactionId, scope, mode, this);
|
IDBRequest.cpp | 267 DOMRequestState::Scope scope(m_requestState); 293 DOMRequestState::Scope scope(m_requestState); 311 DOMRequestState::Scope scope(m_requestState); 338 DOMRequestState::Scope scope(m_requestState); 370 DOMRequestState::Scope scope(m_requestState) [all...] |
/external/chromium/chrome/browser/history/ |
history_unittest.cc | 466 // to have a non-NULL page ID scope. 607 static const void* scope = static_cast<void*>(this); local 611 history->AddPage(existing_url, scope, 0, GURL(), 630 history->AddPage(link_url, scope, 0, GURL(), 648 history->AddPage(GURL("http://www.google.com/foo"), scope, 3, existing_url, 680 static const void* scope = static_cast<void*>(this); local 683 history->AddPage(url0, scope, 0, GURL(), 686 history->AddPage(url1, scope, 0, GURL(), 699 history->AddPage(url2, scope, 0, GURL(), 713 history->AddPage(url2, scope, 0, GURL() [all...] |
/external/v8/test/cctest/ |
test-serialize.cc | 277 v8::HandleScope scope; local 293 v8::HandleScope scope; local 306 v8::HandleScope scope; local 319 v8::HandleScope scope; local 336 v8::HandleScope scope; local 358 { HandleScope scope; local 481 { HandleScope scope; local 659 // but using an always-allocate scope is fine for now.
|