HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 751 - 775 of 1184) sorted by null

<<31323334353637383940>>

  /external/chromium_org/v8/test/cctest/
test-disasm-arm.cc 69 HandleScope scope(isolate); \
430 CpuFeatureScope scope(&assm, VFP3);
685 CpuFeatureScope scope(&assm, NEON);
    [all...]
  /external/chromium_org/v8/tools/
lexer-shell.cc 252 v8::Context::Scope scope(context);
  /external/doclava/src/com/google/doclava/
MethodInfo.java 569 data.setValue(base + ".scope", "protected");
571 data.setValue(base + ".scope", "public");
778 if (!scope().equals(mInfo.scope())) {
781 + " changed scope from " + scope() + " to " + mInfo.scope());
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 419 // Rule name must be unique within scope of entire grammar.
445 // Make a note of the scope or rules; public, etc - used in map file.
447 std::string ruleScope = GETATTR("scope" );
472 // Must be unique rule name within scope of entire grammar.
1031 std::string scope; // For rules local
1085 // Look up scope using original index
1087 if (m_RuleScope.getValue(origIndex, &scope) )
1088 label = scope + ":" + label;
1170 std::string scope; \/\/ For rules local
    [all...]
  /external/tcpdump/missing/
getaddrinfo.c 831 * numeric hostname with scope
847 int scope;
865 * Handle special case of <scoped_address><delimiter><scope id>
877 scope = if_nametoindex(cp);
878 if (scope == 0) {
894 sin6->sin6_scope_id = scope;
  /external/v8/src/arm/
debug-arm.cc 136 FrameScope scope(masm, StackFrame::INTERNAL);
deoptimizer-arm.cc 48 HandleScope scope; local
779 CpuFeatures::Scope scope(VFP3);
    [all...]
  /external/v8/src/
ast.cc 155 return scope()->AllowsLazyCompilation();
160 return scope()->start_position();
165 return scope()->end_position();
170 return scope()->language_mode();
    [all...]
handles.h 89 // Closes the given scope, but lets this handle escape. See
91 inline Handle<T> EscapeFrom(v8::HandleScope* scope);
99 // After a handle scope has been created, all local handles will be
100 // allocated within that handle scope until either the handle scope is
101 // deleted or another handle scope is created. If there is already a
102 // handle scope and a new one is created, all allocations will take
103 // place in the new handle scope until it is deleted. After that,
104 // new handles will again be allocated in the original handle scope.
106 // After the handle scope of a local handle has been deleted th
    [all...]
mksnapshot.cc 308 { HandleScope scope; local
  /external/v8/src/ia32/
debug-ia32.cc 104 FrameScope scope(masm, StackFrame::INTERNAL);
  /external/v8/src/mips/
debug-mips.cc 128 FrameScope scope(masm, StackFrame::INTERNAL);
deoptimizer-mips.cc 46 HandleScope scope; local
766 CpuFeatures::Scope scope(FPU);
831 AllowExternalCallThatCantCauseGC scope(masm());
    [all...]
  /external/v8/src/x64/
debug-x64.cc 104 FrameScope scope(masm, StackFrame::INTERNAL);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h 28 a given scope. */
56 /* The datatype used to implement C++ scope. */
59 /* Nonzero if this binding is for a local scope, as opposed to a class
60 or namespace scope. */
74 /* The scope at which this binding was made. */ variable
75 cxx_scope *scope;
103 sk_block = 0, /* An ordinary block scope. This enumerator must
106 contents to zero, and the default scope kind
108 sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It i
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
langhooks.h 100 TYPE is placed in the outermost lexical scope. The semantics
150 /* Function to add a decl to the current scope level. Takes one
156 /* Returns the chain of decls so far in the current scope level. */
255 /* Return true if DECL in SCOPE is scoped in global/namespace scope,
257 bool (*has_global_name) (tree decl, void *scope);
417 necessary. 1: and scope information. 2: and any other
427 necessary. 1: and scope information. */
509 /* Like builtin_function, but make sure the scope is the external scope
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 28 a given scope. */
56 /* The datatype used to implement C++ scope. */
59 /* Nonzero if this binding is for a local scope, as opposed to a class
60 or namespace scope. */
74 /* The scope at which this binding was made. */ variable
75 cxx_scope *scope;
103 sk_block = 0, /* An ordinary block scope. This enumerator must
106 contents to zero, and the default scope kind
108 sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It i
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
langhooks.h 100 TYPE is placed in the outermost lexical scope. The semantics
150 /* Function to add a decl to the current scope level. Takes one
156 /* Returns the chain of decls so far in the current scope level. */
255 /* Return true if DECL in SCOPE is scoped in global/namespace scope,
257 bool (*has_global_name) (tree decl, void *scope);
417 necessary. 1: and scope information. 2: and any other
427 necessary. 1: and scope information. */
509 /* Like builtin_function, but make sure the scope is the external scope
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h 28 a given scope. */
56 /* The datatype used to implement C++ scope. */
59 /* Nonzero if this binding is for a local scope, as opposed to a class
60 or namespace scope. */
74 /* The scope at which this binding was made. */ variable
75 cxx_scope *scope;
103 sk_block = 0, /* An ordinary block scope. This enumerator must
106 contents to zero, and the default scope kind
108 sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It i
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
langhooks.h 100 TYPE is placed in the outermost lexical scope. The semantics
150 /* Function to add a decl to the current scope level. Takes one
156 /* Returns the chain of decls so far in the current scope level. */
255 /* Return true if DECL in SCOPE is scoped in global/namespace scope,
257 bool (*has_global_name) (tree decl, void *scope);
417 necessary. 1: and scope information. 2: and any other
427 necessary. 1: and scope information. */
509 /* Like builtin_function, but make sure the scope is the external scope
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 28 a given scope. */
56 /* The datatype used to implement C++ scope. */
59 /* Nonzero if this binding is for a local scope, as opposed to a class
60 or namespace scope. */
74 /* The scope at which this binding was made. */ variable
75 cxx_scope *scope;
103 sk_block = 0, /* An ordinary block scope. This enumerator must
106 contents to zero, and the default scope kind
108 sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It i
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
langhooks.h 100 TYPE is placed in the outermost lexical scope. The semantics
150 /* Function to add a decl to the current scope level. Takes one
156 /* Returns the chain of decls so far in the current scope level. */
255 /* Return true if DECL in SCOPE is scoped in global/namespace scope,
257 bool (*has_global_name) (tree decl, void *scope);
417 necessary. 1: and scope information. 2: and any other
427 necessary. 1: and scope information. */
509 /* Like builtin_function, but make sure the scope is the external scope
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);

Completed in 1019 milliseconds

<<31323334353637383940>>