HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 626 - 650 of 1068) sorted by null

<<21222324252627282930>>

  /development/ndk/platforms/android-9/include/
pthread.h 138 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 236 #define AVRC_STS_BAD_SCOPE 0x0a /* Invalid Scope - The scope parameter is invalid GetFolderItems, PlayItem, AddToNowPlayer, GetItemAttributes, */
1096 UINT8 scope; member in struct:__anon3634
1120 UINT8 scope; member in struct:__anon3636
1142 UINT8 scope; member in struct:__anon3638
1153 UINT8 scope; member in struct:__anon3639
    [all...]
  /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/chromium_org/
PRESUBMIT.py 519 def _CheckIncludeOrderForScope(scope, input_api, file_path, changed_linenums):
520 """Checks that the lines in scope occur in the right order.
538 for line_num, line in scope:
610 # Split into scopes: Each region between #if and #endif is its own scope.
626 for scope in scopes:
627 warnings.extend(_CheckIncludeOrderForScope(scope, input_api, f.LocalPath(),
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
configuration_policy_handler_chromeos.cc 123 policies->Set(policy_name(), entry->level, entry->scope,
  /external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui_browsertest.js 101 return tokenEntry.querySelector('.scope-list')
168 var scopes = tokenListEntries[0].querySelector('.scope-list')
policy_ui_browsertest.cc 42 // Populate expected scope.
45 metadata->scope == policy::POLICY_SCOPE_MACHINE ?
  /external/chromium_org/chrome/renderer/extensions/
user_script_scheduler.cc 203 v8::HandleScope scope(isolate);
  /external/chromium_org/net/dns/
address_sorter_posix_unittest.cc 153 if (info->scope == AddressSorterPosix::SCOPE_UNDEFINED)
195 // Rule 2: Prefer matching scope.
203 // In all three cases, matching scope is preferred.
215 // Matching scope.
273 // Rule 8: Prefer smaller scope.
275 // Matching scope. Should precede the others by Rule 2.
278 // Mismatched scope.
  /external/chromium_org/net/tools/fetch/
fetch_client.cc 184 base::StatsScope<base::StatsCounterTimer> scope(driver_time);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8LazyEventListener.cpp 130 // Use the outer scope to hold context.
137 v8::Context::Scope scope(v8Context);
142 // handlers push document, form, and the target node on the scope chain.
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLStyleSheetLibxslt.cpp 136 XMLDocumentParserScope scope(fetcher(), XSLTProcessor::genericErrorFunc, XSLTProcessor::parseErrorFunc, console);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ObjectPropertiesSection.js 519 // Bound function never has inner scope and doesn't need corresponding UI node.
548 TreeElement.call(this, "<function scope>", null, false);
573 var scope = scopeChain[i];
577 switch (scope.type) {
579 // Not really expecting this scope type here.
600 console.error("Unknown scope type: " + scope.type);
610 var remoteObject = WebInspector.ScopeRemoteObject.fromPayload(scope.object, scopeRef);
    [all...]
networkPanel.css 69 .network.panel .scope-bar {
110 .network-item-view .scope-bar li {
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_darwin.h 232 PRThreadScope scope,
_freebsd.h 231 PRThreadScope scope,
_nextstep.h 226 PRThreadScope scope,
_nspr_pthread.h 254 PRThreadScope scope,
  /external/chromium_org/v8/src/arm/
debug-arm.cc 118 FrameScope scope(masm, StackFrame::INTERNAL);
  /external/chromium_org/v8/src/ia32/
debug-ia32.cc 107 FrameScope scope(masm, StackFrame::INTERNAL);
  /external/chromium_org/v8/src/mips/
debug-mips.cc 130 FrameScope scope(masm, StackFrame::INTERNAL);
  /external/chromium_org/v8/src/x64/
debug-x64.cc 105 FrameScope scope(masm, StackFrame::INTERNAL);

Completed in 1753 milliseconds

<<21222324252627282930>>