HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 226 - 250 of 382) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilt/ndk/android-ndk-r5/platforms/android-5/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-x86/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java 609 // method signature (public and has a single View parameter), and narrowing the scope
633 IJavaSearchScope scope = null; local
639 scope = SearchEngine.createHierarchyScope(activityType);
642 if (scope == null) {
643 scope = SearchEngine.createWorkspaceScope();
653 engine.search(pattern, participants, scope, requestor, new NullProgressMonitor());
657 // TODO: Create a project+dependencies scope and search only that scope
659 // Try searching again with a complete workspace scope this time
660 scope = SearchEngine.createWorkspaceScope()
    [all...]
  /external/v8/src/
bootstrapper.cc 275 HandleScope scope; local
804 // Use the empty function as closure (no scope info).
1176 HandleScope scope; local
1203 HandleScope scope; local
1258 HandleScope scope; local
1279 HandleScope scope; local
1659 HandleScope scope; local
1735 HandleScope scope; local
1833 HandleScope scope; local
1869 HandleScope scope; local
    [all...]
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...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 78 // Returns the depth of the scope chain within a given call frame.
702 // Unwind the scope chain within the exception handler's call frame.
1193 JSObject* scope = new (callFrame) JSStaticScopeObject(callFrame, property, value, DontDelete); local
    [all...]
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 434 XMLDocumentParserScope scope(0);
664 XMLDocumentParserScope scope(document()->cachedResourceLoader());
    [all...]
  /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...]
  /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/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...]

Completed in 409 milliseconds

1 2 3 4 5 6 7 8 91011>>