HomeSort by relevance Sort by last modified time
    Searched refs:global (Results 226 - 250 of 1698) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/
const-eval-init.js 32 // initialization of consts in the global scope happen at the same
39 // Initialization turns into assignment to global 'x'.
41 // No constness of the global 'x'.
53 // Initialization turns into assignment to global 'x'.
55 // No constness of the global 'x'.
81 // Initialization turns into assignment to global 'x' which
debug-evaluate-with-context.js 29 // Get the Debug object exposed from the debug context global object.
54 // Try in global additional scope.
59 // Try in global scope with overridden global variables.
65 // Try in global scope with no overridden global variables.
69 // Try in global scope without additional context.
140 return evaluateViaProtocol(exec_state, expression, additional_context, function(args) { args.global = true; });
  /external/stlport/src/
sparc_atomic.s 11 .global _STLP_atomic_exchange
31 .global _STLP_atomic_increment
52 .global _STLP_atomic_decrement
sparc_atomic64.s 9 .global _STLP_atomic_exchange
29 .global _STLP_atomic_increment
48 .global _STLP_atomic_decrement
  /external/v8/test/mjsunit/
const-eval-init.js 32 // initialization of consts in the global scope happen at the same
39 // Initialization turns into assignment to global 'x'.
41 // No constness of the global 'x'.
53 // Initialization turns into assignment to global 'x'.
55 // No constness of the global 'x'.
81 // Initialization turns into assignment to global 'x' which
debug-evaluate-with-context.js 29 // Get the Debug object exposed from the debug context global object.
54 // Try in global additional scope.
59 // Try in global scope with overridden global variables.
65 // Try in global scope with no overridden global variables.
69 // Try in global scope without additional context.
140 return evaluateViaProtocol(exec_state, expression, additional_context, function(args) { args.global = true; });
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic.s 11 .global _STLP_atomic_exchange
31 .global _STLP_atomic_increment
52 .global _STLP_atomic_decrement
sparc_atomic64.s 9 .global _STLP_atomic_exchange
29 .global _STLP_atomic_increment
48 .global _STLP_atomic_decrement
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 77 for (wpa_s = priv->global->ifaces; wpa_s; wpa_s = wpa_s->next)
137 iface = wpa_s->global->dbus;
208 iface = wpa_s->global->dbus;
247 iface = wpa_s->global->dbus;
323 iface = wpa_s->global->dbus;
390 iface = wpa_s->global->dbus;
492 iface = wpa_s->global->dbus;
549 wpa_dbus_mark_property_changed(wpa_s->global->dbus, path,
570 iface = wpa_s->global->dbus;
610 iface = wpa_s->global->dbus
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-with.js 46 var c = "global"
56 assertEquals("global", c)
63 assertEquals("global", c)
125 var c = function() { return "global" }
136 assertEquals("global", c())
145 assertEquals("global", c())
212 assertEquals("global", c())
219 assertEquals("global", c())
285 var c = "global"
297 assertEquals("global", c
    [all...]
  /external/qemu/android/
console.c 98 ControlGlobal global; member in struct:ControlClientRec_
139 control_global_add_redir( ControlGlobal global,
147 if (global->num_redirs >= global->max_redirs)
149 int old_max = global->max_redirs;
152 Redir new_redirs = realloc( global->redirs, new_max*sizeof(global->redirs[0]) );
156 global->redirs = new_redirs;
157 global->max_redirs = new_max;
160 redir = &global->redirs[ global->num_redirs++ ]
231 ControlGlobal global = client->global; local
597 ControlGlobal global = _global; local
839 ControlGlobal global = client->global; local
    [all...]
  /bionic/libc/arch-mips/bionic/
clone.S 35 .global __pthread_clone
107 .global __bionic_clone
ffs.S 45 .global ffs
  /external/chromium_org/media/base/simd/
media_export.asm 34 global mangle(%1) label
44 global mangle(%1) PRIVATE label
  /external/chromium_org/remoting/tools/build/
remoting_copy_locales.py 99 global GRIT_DIR
100 global INT_DIR
101 global OS
102 global EXTRA_INPUT_FILES
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InjectedScriptManager.cpp 86 // a single anonymous function(it's anonymous to avoid cluttering the global object with
88 // injected script id and explicit reference to the inspected global object. The function is expected
94 v8::Local<v8::Object> windowGlobal = inspectedContext->Global();
104 v8::Local<v8::Object> global = context->Global(); local
105 if (global.IsEmpty())
107 v8::Handle<v8::Object> holder = global->FindInstanceInPrototypeChain(V8Window::GetTemplate(context->GetIsolate(), MainWorld));
109 holder = global->FindInstanceInPrototypeChain(V8Window::GetTemplate(context->GetIsolate(), IsolatedWorld));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
__init__.py 41 global _the_coverage
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86nasm.pl 47 # prepend global references with optional underscore
96 my $global=($func !~ /^_/);
101 &::LABEL($func,$global?"$begin":"$nmdecor$func");
104 push(@out,"${drdecor}global $func\n") if ($global);
107 push(@out,"$begin:\n") if ($global);
137 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
  /external/chromium_org/tools/grit/grit/extern/
FP.py 68 global UnsignedFingerPrint
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 184 // Verify, that JS global object of env2 has '..2' properties.
218 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
220 GetProperty(global, v8::HeapGraphEdge::kProperty, "x");
247 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
249 GetProperty(global, v8::HeapGraphEdge::kProperty, "boundFunction");
286 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
287 for (int i = 0, count = global->GetChildrenCount(); i < count; ++i) {
288 const v8::HeapGraphEdge* prop = global->GetChild(i);
289 CHECK_EQ(global, prop->GetFromNode());
292 GetProperty(global, v8::HeapGraphEdge::kProperty, "a")
315 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
378 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
400 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
420 v8::Handle<v8::Object> global = global_proxy->GetPrototype().As<v8::Object>(); local
1029 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1424 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1455 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1477 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1512 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1600 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1634 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1662 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1741 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1769 const v8::HeapGraphNode* global = edge->GetToNode(); local
1812 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1833 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1873 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1907 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1955 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
    [all...]
  /external/openssl/crypto/perlasm/
x86nasm.pl 47 # prepend global references with optional underscore
96 my $global=($func !~ /^_/);
101 &::LABEL($func,$global?"$begin":"$nmdecor$func");
104 push(@out,"${drdecor}global $func\n") if ($global);
107 push(@out,"$begin:\n") if ($global);
137 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 49 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 0);
52 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 1);
57 ret = linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, macaddr);
72 if ((ret = ioctl(drv->global->ioctl_sock, SIOCDEVPRIVATE + 1, &ifr)) < 0) {
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 49 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 0);
52 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 1);
57 ret = linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, macaddr);
72 if ((ret = ioctl(drv->global->ioctl_sock, SIOCDEVPRIVATE + 1, &ifr)) < 0) {
  /libcore/luni/src/test/java/libcore/sqlite/
OldSQLiteTest.java 46 Logger.global.severe("DB file could not be created. Tests can not be executed.");
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh-vararg-1.cpp 12 int global; variable

Completed in 1297 milliseconds

1 2 3 4 5 6 7 8 91011>>