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

<<21222324252627282930>>

  /external/chromium_org/v8/test/cctest/
test-parsing.cc 180 v8::Context::Scope context_scope(context);
550 v8::Context::Scope context_scope(context);
820 // of a scope. We check the scope positions of exactly one scope
821 // nested in the global scope of a program. 'inner source' is the
823 // to the nested scope. 'outer_prefix' and 'outer_suffix' are
824 // parts of the source that belong to the global scope.
1034 i::Scope* scope = info.function()->scope(); local
    [all...]
test-weaktypedarrays.cc 134 v8::HandleScope scope(context->GetIsolate());
272 v8::HandleScope scope(context->GetIsolate());
  /external/chromium_org/v8/test/mjsunit/
const-eval-init.js 32 // initialization of consts in the global scope happen at the same
debug-liveedit-3.js 33 // and must be recompiled because it uses variable from outer scope.
debug-liveedit-4.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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 173 (* Emit the start code first, without 'variable' in scope. *)
248 (* Emit the initializer before adding the variable to scope, this
276 (* Codegen the body, now that all vars are in scope. *)
279 (* Pop all our variables from scope. *)
  /external/v8/src/
code-stubs.cc 60 NoCurrentFrameScope scope(masm);
112 HandleScope scope(isolate);
hydrogen.cc 676 new(zone()) HEnvironment(NULL, info->scope(), info->closure());
2452 Scope* scope = info()->scope(); local
    [all...]
  /external/v8/test/mjsunit/
const-eval-init.js 32 // initialization of consts in the global scope happen at the same
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".
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 407 private void notifyAddressUpdated(String address, String iface, int flags, int scope) {
411 mObservers.getBroadcastItem(i).addressUpdated(address, iface, flags, scope);
422 private void notifyAddressRemoved(String address, String iface, int flags, int scope) {
426 mObservers.getBroadcastItem(i).addressRemoved(address, iface, flags, scope);
519 * Format: "NNN Address updated <addr> <iface> <flags> <scope>"
520 * "NNN Address removed <addr> <iface> <flags> <scope>"
528 int scope; local
531 scope = Integer.parseInt(cooked[6]);
537 notifyAddressUpdated(cooked[3], cooked[4], flags, scope);
539 notifyAddressRemoved(cooked[3], cooked[4], flags, scope);
    [all...]
  /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/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...]
  /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:__anon921
1120 UINT8 scope; member in struct:__anon923
1142 UINT8 scope; member in struct:__anon925
1153 UINT8 scope; member in struct:__anon926
    [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...]

Completed in 967 milliseconds

<<21222324252627282930>>