/external/iproute2/doc/ |
ip-cref.tex | 616 \item \verb|scope SCOPE_VALUE| 618 --- the scope of the area where this address is valid. 620 Predefined scope values are: 638 \item \verb|ip addr add 127.0.0.1/8 dev lo brd + scope host| 689 \item \verb|scope SCOPE_VAL| 691 --- only list addresses with this scope. 731 inet 193.233.7.90/24 brd 193.233.7.255 scope global eth0 732 inet6 3ffe:2400:0:1:2a0:ccff:fe66:1878/64 scope global dynamic 734 inet6 fe80::2a0:ccff:fe66:1878/10 scope link 743 additional address attributes: scope value (see Sec.\ref{IP-ADDR-ADD} [all...] |
/external/v8/test/cctest/ |
test-regexp.cc | 67 v8::HandleScope scope; local 77 v8::HandleScope scope; local 90 v8::HandleScope scope; local 108 v8::HandleScope scope; local 380 v8::HandleScope scope; local 463 ZoneScope scope(DELETE_ON_EXIT); 508 v8::HandleScope scope; local [all...] |
test-disasm-arm.cc | 77 v8::HandleScope scope; \ 419 CpuFeatures::Scope scope(VFP3);
|
/external/v8/src/ia32/ |
lithium-codegen-ia32.cc | 70 CpuFeatures::Scope scope(SSE2); 111 // issues when the stack allocated buffer goes out of scope. 161 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; 178 int num_parameters = scope()->num_parameters(); 180 Slot* slot = scope()->parameter(i)->AsSlot(); [all...] |
/external/v8/src/ |
parser.cc | 410 Scope* Parser::NewScope(Scope* parent, Scope::Type type, bool inside_with) { 411 Scope* result = new(zone()) Scope(parent, type); 462 // Parser's scope stack. The constructor sets the parser's top scope 463 // to the incoming scope, and the destructor resets it. 471 LexicalScope(Parser* parser, Scope* scope, Isolate* isolate) 639 { Scope* scope = NewScope(top_scope_, type, inside_with()); local 723 Scope* scope = NewScope(top_scope_, Scope::GLOBAL_SCOPE, inside_with()); local 3540 Scope* scope = NewScope(top_scope_, Scope::FUNCTION_SCOPE, inside_with()); local [all...] |
api.h | 252 v8::HandleScope* scope) { 257 return Utils::OpenHandle(*scope->Close(Utils::ToLocal(handle))); 517 // If there's a spare block, use it for growing the current scope.
|
d8-posix.cc | 173 // A utility class that closes a file descriptor when it goes out of scope. 185 // scope. 459 HandleScope scope; local 528 return scope.Close(accumulator);
|
full-codegen.h | 509 Scope* scope() { return info_->scope(); } function in class:v8::internal::FullCodeGenerator
|
liveobjectlist.cc | 1092 HandleScope scope; local 1262 HandleScope scope; local 1378 HandleScope scope; local 1502 HandleScope scope; local 1703 HandleScope scope; local 1757 HandleScope scope; local 1907 HandleScope scope; local 2208 HandleScope scope; local [all...] |
type-info.cc | 357 HandleScope scope(isolate); 410 // Allocate handle in the parent scope. 411 dictionary_ = scope.CloseAndEscape(dictionary_);
|
/external/ipsec-tools/src/racoon/ |
isakmp_xauth.c | 890 int scope = LDAP_SCOPE_ONE; local 982 scope = LDAP_SCOPE_SUBTREE; 985 res = ldap_search_ext_s(ld, basedn, scope, 1122 int scope = LDAP_SCOPE_ONE; local 1199 scope = LDAP_SCOPE_SUBTREE; 1202 res = ldap_search_ext_s(ld, basedn, scope, [all...] |
/external/v8/src/arm/ |
lithium-codegen-arm.cc | 83 CpuFeatures::Scope scope1(VFP3); 84 CpuFeatures::Scope scope2(ARMv7); 125 // issues when the stack allocated buffer goes out of scope. 168 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; 184 int num_parameters = scope()->num_parameters(); 186 Slot* slot = scope()->parameter(i)->AsSlot(); [all...] |
code-stubs-arm.cc | 502 CpuFeatures::Scope scope(VFP3); 571 CpuFeatures::Scope scope(VFP3); 585 CpuFeatures::Scope scope(VFP3); 676 CpuFeatures::Scope scope(VFP3); 744 CpuFeatures::Scope scope(VFP3) [all...] |
/external/llvm/tools/lto/ |
LTOModule.cpp | 366 // set scope part 393 lto_symbol_attributes scope) { 403 attr |= scope;
|
/external/openssl/crypto/perlasm/ |
x86_64-xlate.pl | 370 ($nasm ? ":" : "\tPROC $current_function->{scope}") . 389 ($nasm ? ":" : "\tPROC $current_function->{scope}"); 459 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE"; 463 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
|
/external/v8/samples/ |
process.cc | 136 HandleScope scope; 147 // Create a handle scope to hold the temporary references. 164 Context::Scope context_scope(context_); 242 // Create a handle scope to keep the temporary object references. 247 Context::Scope context_scope(context_); 290 // Handle scope for temporary handles. 311 // Return the result through the current handle scope. Since each 312 // of these handles will go away when the handle scope is deleted 314 // outer handle scope. 381 // Again, return the result through the current handle scope 605 HandleScope scope; local [all...] |
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentnormalizedocument09.js | 101 // bring class variables into function scope
|
documentnormalizedocument12.js | 103 // bring class variables into function scope
|
handleerror01.js | 101 // bring class variables into function scope
|
handleerror02.js | 103 // bring class variables into function scope
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8DOMWindowShell.cpp | 226 v8::Context::Scope contextScope(m_context); 267 // scope is a property of the inner window. 290 // Create a handle scope for all local handles. 320 v8::Context::Scope contextScope(v8Context); 468 v8::Context::Scope contextScope(m_context); 584 v8::Context::Scope contextScope(m_context); 597 v8::HandleScope scope; local 633 v8::Context::Scope scope(m_context);
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8DOMWindowCustom.cpp | 399 v8::Context::Scope scope(m_dialogContext); 407 v8::Context::Scope scope(m_dialogContext);
|
/hardware/ril/mock-ril/src/cpp/ |
protobuf_v8.cpp | 246 HandleScope scope; local 308 HandleScope scope; local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiClassAttributeNode.java | 348 // Create a search scope including only the source folder of the current 352 IJavaSearchScope scope = SearchEngine.createJavaSearchScope( 359 scope,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/ |
AndroidPackageRenameParticipant.java | 242 IJavaSearchScope scope =SearchEngine.createJavaSearchScope( local 267 }, scope, requestor, null);
|