/external/webkit/Tools/DumpRenderTree/mac/ |
PixelDumpSupportMac.mm | 66 const CMDeviceScope scope = { kCFPreferencesCurrentUser, kCFPreferencesCurrentHost }; 67 int error = CMSetDeviceProfile(cmDisplayDeviceClass, (CMDeviceID)kCGDirectMainDisplay, &scope, cmDefaultProfileID, &sInitialProfileLocation); 76 const CMDeviceScope scope = { kCFPreferencesCurrentUser, kCFPreferencesCurrentHost }; 95 error = CMSetDeviceProfile(cmDisplayDeviceClass, (CMDeviceID)kCGDirectMainDisplay, &scope, cmDefaultProfileID, &location);
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
Context.java | 112 * Returns the scope for the lint job 114 * @return the scope, never null 117 public EnumSet<Scope> getScope() { 322 * @param scope the scope to be revisited. This must be a subset of the 323 * current scope ({@link #getScope()}, and it is just a performance hint; 328 public void requestRepeat(@NonNull Detector detector, @Nullable EnumSet<Scope> scope) { 329 mDriver.requestRepeat(detector, scope);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ST4ObjC.stg | 143 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 144 <ruleRef(rule,label,elementIndex,args,scope)>
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
p8-0x.cpp | 32 void scope() { function in namespace:PR10127
|
/external/doclava/src/com/google/doclava/ |
MemberInfo.java | 93 public String scope() { method in class:MemberInfo 103 throw new RuntimeException("invalid scope for object " + this);
|
/external/webkit/LayoutTests/dom/html/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/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...] |
/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/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...] |