HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 176 - 200 of 594) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/LayoutTests/dom/xhtml/level2/html/
table29.js 78 Scope covered by header cells.
79 The value of attribute scope of the tablecell element is read and checked against the expected value.
101 vscope = testNode.scope;
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CustomVoidCallback.cpp 60 v8::Context::Scope scope(v8Context);
V8HTMLAudioElementConstructor.cpp 86 v8::HandleScope scope;
V8HTMLImageElementConstructor.cpp 97 v8::HandleScope scope;
V8HTMLOptionElementConstructor.cpp 95 v8::HandleScope scope;
  /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/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...]
accessors.cc 118 HandleScope scope(isolate);
320 HandleScope scope(isolate);
392 HandleScope scope; local
519 HandleScope scope; local
591 HandleScope scope(isolate);
728 HandleScope scope(isolate);
d8-debug.cc 57 HandleScope scope; local
277 HandleScope scope; local
306 HandleScope scope; local
  /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/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 668 // Allocate new label scope.
669 LabelScope scope(type, name, scopeDepth(), newLabel(), type == LabelScope::Loop ? newLabel() : PassRefPtr<Label>()); // Only loops have continue targets.
670 m_labelScopes.append(scope);
1182 JSObject* scope = iter->get(); local
1866 ControlFlowContext scope; local
1906 LabelScope* scope = &m_labelScopes[i]; local
1916 LabelScope* scope = &m_labelScopes[i]; local
1936 LabelScope* scope = &m_labelScopes[i]; local
1949 LabelScope* scope = &m_labelScopes[i]; local
    [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.
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 562 Element* scope = selectionRoot ? selectionRoot : frame->document()->documentElement(); local
563 RefPtr<Range> range = TextIterator::rangeFromLocationAndLength(scope, location, length);
585 Element* scope = selectionRoot ? selectionRoot : frame->document()->documentElement(); local
587 RefPtr<Range> testRange = Range::create(scope->document(), scope, 0, range->startContainer(), range->startOffset());
588 ASSERT(testRange->startContainer() == scope);
593 ASSERT(testRange->startContainer() == scope);
  /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...]
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 693 * Performs a search using the given pattern, scope and handler. The search will abort
700 IJavaSearchScope scope = createPackageScope(javaProject); local
723 engine.search(pattern, participants, scope, requestor, monitor);
726 /** Creates a package search scope for the first package root in the given java project */
730 IJavaSearchScope scope; local
733 scope = SearchEngine.createJavaSearchScope(scopeElements);
735 scope = SearchEngine.createWorkspaceScope();
737 return scope;
  /external/v8/src/ia32/
lithium-codegen-ia32.h 59 scope_(info->scope()),
149 Scope* scope() const { return scope_; } function in class:v8::internal::BASE_EMBEDDED
162 int GetParameterCount() const { return scope()->num_parameters(); }
329 Scope* const scope_;

Completed in 1033 milliseconds

1 2 3 4 5 6 78 91011>>