HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 951 - 975 of 1425) sorted by null

<<31323334353637383940>>

  /external/chromium_org/v8/tools/
lexer-shell.cc 211 v8::Isolate::Scope isolate_scope(isolate);
217 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");
783 if (!scope().equals(mInfo.scope())) {
786 + " changed scope from " + scope() + " to " + mInfo.scope());
  /external/libpcap/Win32/Src/
getaddrinfo.c 843 * numeric hostname with scope
859 int scope;
877 * Handle special case of <scoped_address><delimiter><scope id>
889 scope = if_nametoindex(cp);
890 if (scope == 0) {
906 sin6->sin6_scope_id = scope;
  /external/lldb/source/Core/
Disassembler.cpp 145 const uint32_t scope = eSymbolContextBlock | eSymbolContextFunction | eSymbolContextSymbol; local
151 for (uint32_t range_idx = 0; sc.GetAddressRange(scope, range_idx, use_inline_block_range, range); ++range_idx)
420 const uint32_t scope = eSymbolContextLineEntry | eSymbolContextFunction | eSymbolContextSymbol; local
442 sc.GetAddressRange (scope, 0, use_inline_block_range, sc_range);
    [all...]
  /external/lldb/source/Target/
StackFrame.cpp 38 // The first bits in the flags are reserved for the SymbolContext::Scope bits
169 // Make sure we have resolved the StackID object's symbol context scope if
176 // We already have a symbol context scope, we just don't have our
183 // context scope if we have one.
184 SymbolContextScope *scope = GetFrameBlock (); local
185 if (scope == NULL)
192 scope = m_sc.symbol;
194 // Set the symbol context scope (the accessor will set the
196 SetSymbolContextScope (scope);
428 // information for an inlined function scope that won't matc
    [all...]
  /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...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
VendorPolicyLoader.java 205 public String scope; field in class:VendorPolicyLoader.OAuthProvider
  /prebuilts/eclipse/maven/apache-maven-3.2.1/bin/
mvn.bat 51 @REM set local scope for the variables with windows NT shell
171 @REM set local scope for the variables with windows NT shell
mvnDebug.bat 53 @REM set local scope for the variables with windows NT shell
175 @REM set local scope for the variables with windows NT shell
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
name-lookup.h 27 a given scope. */
55 /* The datatype used to implement C++ scope. */
58 /* Nonzero if this binding is for a local scope, as opposed to a class
59 or namespace scope. */
73 /* The scope at which this binding was made. */ variable
74 cp_binding_level *scope;
99 sk_block = 0, /* An ordinary block scope. This enumerator must
102 contents to zero, and the default scope kind
104 sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It i
    [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);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);

Completed in 679 milliseconds

<<31323334353637383940>>