/external/chromium_org/v8/src/ |
mirror-debugger.js | 161 var SCOPE_TYPE = 'scope'; 192 // A copy of the scope types from runtime.cc. 399 * Check whether the mirror reflects a scope. 400 * @returns {boolean} True if the mirror reflects a scope 958 FunctionMirror.prototype.scope = function(index) { [all...] |
isolate.cc | 944 HandleScope scope(this); [all...] |
/external/chromium_org/v8/src/x64/ |
lithium-codegen-x64.h | 61 scope_(info->scope()), 167 Scope* scope() const { return scope_; } function in class:v8::internal::BASE_EMBEDDED 368 Scope* const scope_;
|
/external/chromium_org/v8/test/cctest/ |
test-global-handles.cc | 332 HandleScope scope(isolate); 348 HandleScope scope(isolate);
|
test-parsing.cc | 179 v8::Context::Scope context_scope(context); 549 v8::Context::Scope context_scope(context); 819 // of a scope. We check the scope positions of exactly one scope 820 // nested in the global scope of a program. 'inner source' is the 822 // to the nested scope. 'outer_prefix' and 'outer_suffix' are 823 // parts of the source that belong to the global scope. 1033 i::Scope* scope = function->scope(); local [all...] |
test-weaktypedarrays.cc | 131 v8::HandleScope scope(context->GetIsolate()); 268 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.
|
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);
|