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

<<11121314151617181920>>

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
pthread.h 138 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
pthread.h 138 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
pthread.h 138 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
pthread.h 138 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
pthread.h 138 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
pthread.h 138 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /external/v8/src/
d8.cc 450 HandleScope scope; local
584 Context::Scope context_scope(utility_context_);
596 Context::Scope context_scope(utility_context_);
607 Context::Scope context_scope(utility_context_);
618 v8::Context::Scope scope(Shell::evaluation_context_);
726 HandleScope scope; local
731 Context::Scope utility_scope(utility_context_);
735 // Install the debugger object in the utility scope
884 HandleScope scope; local
1231 HandleScope scope; local
1420 HandleScope scope; local
    [all...]
bootstrapper.cc 303 HandleScope scope; local
1299 HandleScope scope; local
1332 HandleScope scope; local
1386 HandleScope scope; local
1418 HandleScope scope; local
1837 HandleScope scope; local
1915 HandleScope scope; local
2043 HandleScope scope; local
2088 HandleScope scope; local
    [all...]
api.h 250 v8::HandleScope* scope) {
255 return Utils::OpenHandle(*scope->Close(Utils::ToLocal(handle)));
520 // 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.
452 HandleScope scope; local
521 return scope.Close(accumulator);
full-codegen.h 83 scope_(info->scope()),
563 Scope* scope() { return scope_; } function in class:v8::internal::FullCodeGenerator
789 Scope* scope_;
liveobjectlist.cc 1392 HandleScope scope; local
1731 HandleScope scope; local
1785 HandleScope scope; local
2250 HandleScope scope; local
    [all...]
  /external/libsepol/src/
write.c 1792 scope_datum_t *scope = (scope_datum_t *) datum; 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 74 v8::HandleScope scope; local
84 v8::HandleScope scope; local
97 v8::HandleScope scope; local
115 v8::HandleScope scope; local
387 v8::HandleScope scope; local
471 ZoneScope scope(Isolate::Current(), DELETE_ON_EXIT);
516 v8::HandleScope scope; local
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 96 scope {
  /external/v8/samples/
process.cc 138 HandleScope scope;
149 // Create a handle scope to hold the temporary references.
166 Context::Scope context_scope(context_);
244 // Create a handle scope to keep the temporary object references.
249 Context::Scope context_scope(context_);
292 // Handle scope for temporary handles.
313 // Return the result through the current handle scope. Since each
314 // of these handles will go away when the handle scope is deleted
316 // outer handle scope.
383 // Again, return the result through the current handle scope
607 HandleScope scope; local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.h 633 CpuFeatures::Scope scope(SSE2);
647 CpuFeatures::Scope scope(SSE2);

Completed in 1531 milliseconds

<<11121314151617181920>>