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

1 2 3 4 5 6 7 891011>>

  /development/ndk/platforms/android-5/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /development/ndk/platforms/android-8/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /development/ndk/platforms/android-9/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 15 * @param {String} oauth_scope The OAuth scope parameter.
60 * "scope" {String} OAuth access scope.
237 * "scope" {String} OAuth access scope.
251 oauth_config['scope'],
396 * Stores an OAuth token for the configured scope.
404 * Retrieves any stored token for the configured scope.
412 * Stores an OAuth token secret for the configured scope.
420 * Retrieves any stored secret for the configured scope
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 15 * @param {String} oauth_scope The OAuth scope parameter.
60 * "scope" {String} OAuth access scope.
237 * "scope" {String} OAuth access scope.
251 oauth_config['scope'],
396 * Stores an OAuth token for the configured scope.
404 * Retrieves any stored token for the configured scope.
412 * Stores an OAuth token secret for the configured scope.
420 * Retrieves any stored secret for the configured scope
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauth.js 15 * @param {String} oauth_scope The OAuth scope parameter.
60 * "scope" {String} OAuth access scope.
237 * "scope" {String} OAuth access scope.
251 oauth_config['scope'],
396 * Stores an OAuth token for the configured scope.
404 * Retrieves any stored token for the configured scope.
412 * Stores an OAuth token secret for the configured scope.
420 * Retrieves any stored secret for the configured scope
    [all...]
  /external/chromium/net/tools/fetch/
fetch_client.cc 171 base::StatsScope<base::StatsCounterTimer> scope(driver_time);
  /external/doclava/src/com/google/doclava/
MethodInfo.java 565 data.setValue(base + ".scope", "protected");
567 data.setValue(base + ".scope", "public");
749 if (!scope().equals(mInfo.scope())) {
752 + " 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/
code-stubs.cc 95 HandleScope scope(isolate);
mksnapshot.cc 224 { HandleScope scope; local
  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.h 217 void notifyOfScope(ScriptExecutable* scope);
326 // required within the scope of a single function. It can be instantiated as a
382 // use within a global or static scope, and as such cannot have a destructor.
  /external/webkit/Source/WebCore/bindings/v8/
DebuggerScript.js 215 // Get scope chain array in format: [<scope type>, <scope object>, <scope type>, <scope object>,...]
219 var scopeMirror = frameMirror.scope(i);
229 // Reset scope object prototype to null so that the proto properties
230 // don't appear in the local scope section.
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8InjectedScriptManager.cpp 78 v8::HandleScope scope; local
81 v8::Context::Scope contextScope(inspectedContext);
117 v8::Context::Scope contextScope(context);
132 v8::Context::Scope contextScope(context);
166 v8::Context::Scope contextScope(context);
  /external/webkit/Source/WebCore/xml/
XSLStyleSheetLibxslt.cpp 149 XMLDocumentParserScope scope(cachedResourceLoader(), XSLTProcessor::genericErrorFunc, XSLTProcessor::parseErrorFunc, console);
  /external/webkit/Source/WebKit/chromium/src/
DebuggerAgentManager.cpp 174 v8::HandleScope scope; local
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
name-lookup.h 27 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. */
75 /* The scope at which this binding was made. */ local
76 cxx_scope *scope;
105 sk_block = 0, /* An ordinary block scope. This enumerator must
108 contents to zero, and the default scope kind
110 sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It i
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
name-lookup.h 27 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. */
75 /* The scope at which this binding was made. */ local
76 cxx_scope *scope;
105 sk_block = 0, /* An ordinary block scope. This enumerator must
108 contents to zero, and the default scope kind
110 sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It i
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
langhooks.h 101 TYPE is placed in the outermost lexical scope. The semantics
153 /* Function to add a decl to the current scope level. Takes one
159 /* Returns the chain of decls so far in the current scope level. */
261 /* Return true if DECL in SCOPE is scoped in global/namespace scope,
263 bool (*has_global_name) (tree decl, void *scope);
404 necessary. 1: and scope information. 2: and any other
411 necessary. 1: and scope information. */
483 /* Like builtin_function, but make sure the scope is the external scope
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/cp/
name-lookup.h 27 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. */
75 /* The scope at which this binding was made. */ local
76 cxx_scope *scope;
105 sk_block = 0, /* An ordinary block scope. This enumerator must
108 contents to zero, and the default scope kind
110 sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It i
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
langhooks.h 101 TYPE is placed in the outermost lexical scope. The semantics
153 /* Function to add a decl to the current scope level. Takes one
159 /* Returns the chain of decls so far in the current scope level. */
261 /* Return true if DECL in SCOPE is scoped in global/namespace scope,
263 bool (*has_global_name) (tree decl, void *scope);
404 necessary. 1: and scope information. 2: and any other
411 necessary. 1: and scope information. */
490 /* Like builtin_function, but make sure the scope is the external scope
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);

Completed in 679 milliseconds

1 2 3 4 5 6 7 891011>>