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

<<11121314151617181920>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
pthread.h 134 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...]
parser.h 484 Scope* scope,
536 Scope* outer_scope_;
570 Scope* DeclarationScope(VariableMode mode) {
756 // For harmony block scoping mode: Check if the scope has conflicting var/let
762 // The var declarations are hoisted to the function scope, but originate from
763 // a scope where the name has also been let bound or the var declaration is
764 // hoisted over such a scope.
765 void CheckConflictingVarDeclarations(Scope* scope, bool* ok)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 597 // method signature (public and has a single View parameter), and narrowing the scope
621 IJavaSearchScope scope = null; local
627 scope = SearchEngine.createHierarchyScope(activityType);
630 if (scope == null) {
631 scope = SearchEngine.createWorkspaceScope();
641 engine.search(pattern, participants, scope, requestor, new NullProgressMonitor());
645 // TODO: Create a project+dependencies scope and search only that scope
647 // Try searching again with a complete workspace scope this time
648 scope = SearchEngine.createWorkspaceScope()
    [all...]
  /external/libsepol/src/
write.c 1780 scope_datum_t *scope = (scope_datum_t *) datum; local
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 503 /// Emit the dispatch block for a filter scope if necessary.
602 // The dispatch block for the end of the scope chain is a block that
607 // Otherwise, we should look at the actual scope.
608 EHScope &scope = *EHStack.find(si);
610 llvm::BasicBlock *dispatchBlock = scope.getCachedEHDispatchBlock();
612 switch (scope.getKind()) {
615 EHCatchScope &catchScope = cast<EHCatchScope>(scope);
639 scope.setCachedEHDispatchBlock(dispatchBlock);
644 /// Check whether this is a non-EH scope, i.e. a scope which doesn'
    [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...]
test-assembler-x64.cc 364 v8::HandleScope scope; local
377 v8::HandleScope scope; local
test-lockers.cc 70 v8::Isolate::Scope isolate_scope(isolate_);
72 v8::HandleScope scope; local
73 v8::Context::Scope context_scope(context_);
80 v8::Isolate::Scope isolate_scope(isolate_);
81 v8::Context::Scope context_scope(context_);
82 v8::HandleScope scope; local
102 v8::Isolate::Scope isolate_scope(isolate);
105 v8::Context::Scope context_scope(context);
182 v8::Isolate::Scope isolate_scope(isolate_);
230 v8::Isolate::Scope isolate_scope(isolate)
    [all...]
test-log.cc 37 // Need to run this prior to creating the scope.
217 v8::HandleScope scope;
221 v8::Context::Scope context_scope(context);
343 v8::HandleScope scope; local
  /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);
  /external/v8/test/mjsunit/harmony/
block-leave.js 72 // NOTE: This checks that the block scope containing xx has been

Completed in 921 milliseconds

<<11121314151617181920>>