HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 301 - 325 of 594) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/
debug-liveedit-3.js 33 // and must be recompiled because it uses variable from outer scope.
for-in.js 88 // Test that for-in in the global scope works with a keyed property as "each".
  /external/webkit/LayoutTests/dom/html/level2/events/
dispatchEvent12.js 101 // bring class variables into function scope
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
dispatchEvent12.js 101 // bring class variables into function scope
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigerrorhandler1.js 94 // bring class variables into function scope
  /external/webkit/Source/WebCore/bindings/v8/
V8GCController.cpp 431 v8::HandleScope scope; local
507 v8::HandleScope scope; local
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 251 IJavaSearchScope scope = SearchEngine.createHierarchyScope(viewType); local
261 engine.search(pattern, participants, scope, requestor,
  /external/v8/src/
hydrogen.cc 676 new(zone()) HEnvironment(NULL, info->scope(), info->closure());
2452 Scope* scope = info()->scope(); local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 194 // [sp + kPointerSize]: serialized scope info
205 // Load the serialized scope info from the stack.
523 CpuFeatures::Scope scope(FPU);
594 CpuFeatures::Scope scope(FPU);
613 CpuFeatures::Scope scope(FPU);
691 CpuFeatures::Scope scope(FPU)
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 193 // [sp + kPointerSize]: serialized scope info
204 // Load the serialized scope info from the stack.
523 CpuFeatures::Scope scope(VFP3);
594 CpuFeatures::Scope scope(VFP3);
608 CpuFeatures::Scope scope(VFP3);
686 CpuFeatures::Scope scope(VFP3)
    [all...]
debug-arm.cc 136 FrameScope scope(masm, StackFrame::INTERNAL);
deoptimizer-arm.cc 48 HandleScope scope; local
779 CpuFeatures::Scope scope(VFP3);
    [all...]
  /bionic/libc/include/
pthread.h 138 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /development/ndk/platforms/android-3/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /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 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:__anon3187
1120 UINT8 scope; member in struct:__anon3189
1142 UINT8 scope; member in struct:__anon3191
1153 UINT8 scope; member in struct:__anon3192
    [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/doclava/src/com/google/doclava/
MethodInfo.java 568 data.setValue(base + ".scope", "protected");
570 data.setValue(base + ".scope", "public");
765 if (!scope().equals(mInfo.scope())) {
768 + " 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;

Completed in 593 milliseconds

<<11121314151617181920>>