HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 451 - 475 of 1184) sorted by null

<<11121314151617181920>>

  /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/third_party/WebKit/Source/bindings/v8/
NPV8Object.cpp 179 v8::HandleScope scope(isolate);
239 v8::Context::Scope scope(context);
294 v8::Context::Scope scope(context);
343 v8::Context::Scope scope(context);
379 v8::Context::Scope scope(context);
413 v8::Context::Scope scope(context)
    [all...]
ScriptDebugServer.cpp 88 v8::HandleScope scope(m_isolate);
90 v8::Context::Scope contextScope(debuggerContext);
110 v8::HandleScope scope(m_isolate);
112 v8::Context::Scope contextScope(debuggerContext);
124 v8::HandleScope scope(m_isolate);
126 v8::Context::Scope contextScope(debuggerContext);
135 v8::HandleScope scope(m_isolate);
137 v8::Context::Scope contextScope(debuggerContext);
150 v8::HandleScope scope(m_isolate);
151 v8::Context::Scope contextScope(v8::Debug::GetDebugContext())
    [all...]
V8ScriptRunner.cpp 177 V8RecursionScope::MicrotaskSuppression scope; local
188 V8RecursionScope::MicrotaskSuppression scope; local
198 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;
622 { Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE); local
755 Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE); local
909 Scope* scope = NewScope(top_scope_, EVAL_SCOPE); local
1055 Scope* scope = NewScope(top_scope_, MODULE_SCOPE); local
1169 Scope* scope = NewScope(top_scope_, MODULE_SCOPE); local
4066 Scope* 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...]
parser.cc 410 Scope* Parser::NewScope(Scope* parent, ScopeType type) {
411 Scope* result = new(zone()) Scope(parent, type);
462 // FunctionState and BlockState together implement the parser's scope stack.
463 // The parser's current scope is in top_scope_. The BlockState and
464 // FunctionState constructors push on the scope stack and the destructors
470 BlockState(Parser* parser, Scope* scope)
473 parser->top_scope_ = scope;
605 { Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE); local
707 Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE); local
1152 Scope* scope = NewScope(top_scope_, EVAL_SCOPE); local
1312 Scope* scope = NewScope(top_scope_, MODULE_SCOPE); local
4396 Scope* scope = (type == FunctionLiteral::DECLARATION && !is_extended_mode()) local
    [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/test/cctest/
test-heap-profiler.cc 176 v8::HandleScope scope(env2->GetIsolate());
212 v8::HandleScope scope(env->GetIsolate());
245 v8::HandleScope scope(env->GetIsolate());
285 v8::HandleScope scope(env->GetIsolate());
311 v8::HandleScope scope(env->GetIsolate());
348 // literal, while compiled code does. The scope info is stored in FixedArray
378 v8::HandleScope scope(env->GetIsolate());
397 v8::HandleScope scope(env->GetIsolate());
425 v8::HandleScope scope(isolate);
468 v8::HandleScope scope(isolate)
    [all...]
test-log-stack-tracer.cc 174 v8::HandleScope scope(args.GetIsolate());
276 v8::HandleScope scope(CcTest::isolate());
278 v8::Context::Scope context_scope(context);
324 v8::HandleScope scope(CcTest::isolate());
326 v8::Context::Scope context_scope(context);
394 v8::HandleScope scope(CcTest::isolate());
396 v8::Context::Scope context_scope(context);
403 v8::HandleScope scope(CcTest::isolate());
405 v8::Context::Scope context_scope(context);
  /external/chromium_org/media/audio/mac/
audio_auhal_mac.cc 389 bool AUHALStream::EnableIO(bool enable, UInt32 scope) {
397 scope,
398 (scope == kAudioUnitScope_Input) ? 1 : 0,
407 UInt32 scope,
426 scope,
474 // inputs and outputs are handled in the AUHAL concerning scope and bus
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.cpp 262 PassRefPtr<IDBTransaction> IDBDatabase::transaction(ExecutionContext* context, const Vector<String>& scope, const String& modeString, ExceptionState& exceptionState)
266 if (!scope.size()) {
286 for (size_t i = 0; i < scope.size(); ++i) {
287 int64_t objectStoreId = findObjectStoreId(scope[i]);
298 RefPtr<IDBTransaction> transaction = IDBTransaction::create(context, transactionId, scope, mode, this);
  /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.
  /external/chromium_org/chrome_frame/
CFInstall.js 11 (function(scope) {
13 if (scope['CFInstall']) {
19 * specify the scope to search in. If a node is passed, it's returned as-is.
38 if (scope.CFInstall._force) {
39 return scope.CFInstall._forceValue;
353 // expose CFInstall to the external scope. We've already checked to make
355 scope.CFInstall = CFInstall;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm.h 393 /** #SND_PCM_TYPE_METER scope handle */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h 393 /** #SND_PCM_TYPE_METER scope handle */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h 393 /** #SND_PCM_TYPE_METER scope handle */
    [all...]

Completed in 1059 milliseconds

<<11121314151617181920>>