Searched refs:global (Results 226 - 250 of 1100) sorted by relevance

1234567891011>>

/external/chromium_org/content/shell/renderer/
H A Dgc_controller.cc32 v8::Handle<v8::Object> global = context->Global();
33 global->Set(gin::StringToV8(isolate, "GCController"), controller.ToV8());
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dssse3.asm2 ;global _test_ %+ %1 %+ _ %+ %4
3 ;global test_ %+ %1 %+ _ %+ %4
57 ;global _test_ %+ %1 %+ _ %+ %4
58 ;global test_ %+ %1 %+ _ %+ %4
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdfother.asm3 global equ2 label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
H A Ddatavis.asm3 .global label1
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1436.js30 // transformed to the global object).
34 var global = this;
35 function non_strict(){ assertEquals(global, this); }
/external/clang/test/CodeGen/
H A Dblocksignature.c20 void (^global)(void) = ^{ ++globalInt; };
75 printf("desired global flags: %d\n", BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE);
78 printf("types for global: %s\n", getBlockSignature(global));
85 desired global flags: 1342177280
87 types for global: v8@?0
91 desired global flags: 1342177280
93 types for global: v4@?0
/external/fio/examples/
H A Denospc-pressure.fio7 [global]
/external/libunwind/src/ia64/
H A Dsiglongjmp.S28 .global _UI_siglongjmp_cont
29 .global sigprocmask
H A Dsigsetjmp.S32 .global __sigsetjmp
33 .global sigprocmask
/external/llvm/test/MC/ARM/
H A Deh-directive-movsp.s9 .global duplicate
29 .global squash
/external/valgrind/main/coregrind/m_dispatch/
H A Ddispatch-amd64-linux.S176 .global VG_(disp_cp_chain_me_to_slowEP)
190 .global VG_(disp_cp_chain_me_to_fastEP)
204 .global VG_(disp_cp_xindir)
235 .global VG_(disp_cp_xassisted)
243 .global VG_(disp_cp_evcheck_fail)
H A Ddispatch-s390x-linux.S180 .global VG_(disp_cp_chain_me_to_slowEP)
190 .global VG_(disp_cp_chain_me_to_fastEP)
198 .global VG_(disp_cp_xindir)
251 .global VG_(disp_cp_xassisted)
261 .global VG_(disp_cp_evcheck_fail)
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/
H A Dcr.js6 * The global object.
10 var global = this;
24 * default is {@code global}.
29 var cur = opt_objectToExportTo || global;
292 if (!global.document) {
295 Object.defineProperty(global, 'cr', {
297 Object.defineProperty(global, 'cr', {value: originalCr});
/external/chromium_org/v8/src/
H A Dregexp.js7 // var $Object = global.Object;
8 // var $Array = global.Array;
10 var $RegExp = global.RegExp;
22 flags = (pattern.global ? 'g' : '')
33 var global = false;
41 if (global) {
44 global = true;
69 %RegExpInitializeObject(object, pattern, global, ignoreCase, multiline, sticky);
168 // algorithm, step 5) even if the value is discarded for non-global RegExps.
171 var updateLastIndex = this.global || (harmony_regexp
[all...]
/external/chromium_org/extensions/test/data/
H A Dunit_test_environment_specific_bindings.js60 * Installs setTimeout and clearTimeout into the global object.
63 var global = sendRequestNatives.GetGlobal({});
64 global.setTimeout = this.setTimeout_.bind(this);
65 global.clearTimeout = this.clearTimeout_.bind(this);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8WorkerGlobalScopeCustom.cpp118 v8::Handle<v8::Object> global = script->context()->Global();
119 ASSERT(!global.IsEmpty());
120 return global;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
H A Delfso64.asm6 ; [1] Define and export a global text-section symbol
7 ; [2] Define and export a global data-section symbol
8 ; [3] Define and export a global BSS-section symbol
9 ; [4] Define a non-global text-section symbol
10 ; [5] Define a non-global data-section symbol
11 ; [6] Define a non-global BSS-section symbol
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfso.asm11 ; [1] Define and export a global text-section symbol
12 ; [2] Define and export a global data-section symbol
13 ; [3] Define and export a global BSS-section symbol
14 ; [4] Define a non-global text-section symbol
15 ; [5] Define a non-global data-section symbol
16 ; [6] Define a non-global BSS-section symbol
/external/stlport/src/
H A Dsparc_atomic.s11 .global _STLP_atomic_exchange
31 .global _STLP_atomic_increment
52 .global _STLP_atomic_decrement
H A Dsparc_atomic64.s9 .global _STLP_atomic_exchange
29 .global _STLP_atomic_increment
48 .global _STLP_atomic_decrement
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c755 void wpa_supplicant_terminate_proc(struct wpa_global *global) argument
759 struct wpa_supplicant *wpa_s = global->ifaces;
780 struct wpa_global *global = signal_ctx; local
781 wpa_supplicant_terminate_proc(global);
886 struct wpa_global *global = signal_ctx; local
888 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
892 wpa_supplicant_terminate_proc(global);
1722 if (wpa_s->global->p2p) {
2441 * wpa_supplicant_set_debug_params - Set global debug params
2442 * @global
2448 wpa_supplicant_set_debug_params(struct wpa_global *global, int debug_level, int debug_timestamp, int debug_show_keys) argument
2544 struct wpa_global *global = wpa_s->global; local
3888 wpa_supplicant_add_iface(struct wpa_global *global, struct wpa_interface *iface) argument
3956 wpa_supplicant_remove_iface(struct wpa_global *global, struct wpa_supplicant *wpa_s, int terminate) argument
4014 wpa_supplicant_get_iface(struct wpa_global *global, const char *ifname) argument
4049 struct wpa_global *global; local
4171 wpa_supplicant_run(struct wpa_global *global) argument
4202 wpa_supplicant_deinit(struct wpa_global *global) argument
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dmain.c39 static struct hapd_global global; variable in typeref:struct:hapd_global
173 if (global.drv_priv[i] == NULL &&
175 global.drv_priv[i] = wpa_drivers[i]->global_init();
176 if (global.drv_priv[i] == NULL) {
184 params.global_priv = global.drv_priv[i];
321 os_memset(&global, 0, sizeof(global));
348 global.drv_count++;
349 if (global.drv_count == 0) {
353 global
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c78 for (wpa_s = priv->global->ifaces; wpa_s; wpa_s = wpa_s->next)
138 iface = wpa_s->global->dbus;
209 iface = wpa_s->global->dbus;
248 iface = wpa_s->global->dbus;
324 iface = wpa_s->global->dbus;
391 iface = wpa_s->global->dbus;
493 iface = wpa_s->global->dbus;
550 wpa_dbus_mark_property_changed(wpa_s->global->dbus, path,
571 iface = wpa_s->global->dbus;
611 iface = wpa_s->global
1987 wpas_dbus_signal_debug_level_changed(struct wpa_global *global) argument
2001 wpas_dbus_signal_debug_timestamp_changed(struct wpa_global *global) argument
2015 wpas_dbus_signal_debug_show_keys_changed(struct wpa_global *global) argument
[all...]
/external/qemu/android/
H A Dconsole.c95 ControlGlobal global; member in struct:ControlClientRec_
136 control_global_add_redir( ControlGlobal global, argument
144 if (global->num_redirs >= global->max_redirs)
146 int old_max = global->max_redirs;
149 Redir new_redirs = realloc( global->redirs, new_max*sizeof(global->redirs[0]) );
153 global->redirs = new_redirs;
154 global->max_redirs = new_max;
157 redir = &global
168 control_global_del_redir( ControlGlobal global, int host_port, int host_udp ) argument
216 ControlGlobal global = client->global; local
582 ControlGlobal global = _global; local
608 control_global_init( ControlGlobal global, int control_port ) argument
819 ControlGlobal global = client->global; local
878 redir_find( ControlGlobal global, int port, int isudp ) argument
[all...]
/external/chromium_org/gin/
H A Dshell_runner_unittest.cc35 runner.global()->Get(StringToV8(isolate, "result")),

Completed in 487 milliseconds

1234567891011>>