Searched refs:global (Results 126 - 150 of 485) sorted by relevance

1234567891011>>

/external/valgrind/main/coregrind/m_dispatch/
H A Ddispatch-ppc32-linux.S405 .global VG_(disp_cp_chain_me_to_slowEP)
421 .global VG_(disp_cp_chain_me_to_fastEP)
437 .global VG_(disp_cp_xindir)
481 .global VG_(disp_cp_xassisted)
489 .global VG_(disp_cp_evcheck_fail)
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m71 global farFile;
72 global nearFile;
73 global eventFile;
74 global delayFile;
75 global driftFile;
173 global farFile;
174 global nearFile;
175 global eventFile;
176 global delayFile;
177 global driftFil
[all...]
/external/chromium-trace/trace-viewer/src/
H A Dbase.js9 * The global object.
13 var global = this;
49 * default is {@code global}.
54 var cur = opt_objectToExportTo || global;
483 e.__proto__ = global.Event.prototype;
493 if (!global.document) {
496 Object.defineProperty(global, 'cr', {
498 Object.defineProperty(global, 'cr', {value: originalCr});
508 Event.prototype = {__proto__: global.Event.prototype};
H A Dunittest.js9 * installs global assert methods during the test for backward compatibility
302 global[fieldName] = fieldValue.bind(this);
309 delete global[fieldName];
496 * @param {object} opt_objectToEnumerate The object to enumerate, or global if
501 var objectToEnumerate = opt_objectToEnumerate || global;
532 // Stash the runner on global so that the global test runner
534 global.G_testRunner = runner;
542 var objectToEnumerate = opt_objectToEnumerate || global;
547 global
[all...]
/external/openssl/crypto/perlasm/
H A Dx86masm.pl45 # prepend global references with optional underscore
98 my $global=($func !~ /^_/);
101 &::LABEL($func,$global?"$begin":"$nmdecor$func");
104 if ($global) { $func.=" PUBLIC\n${begin}::\n"; }
H A Dppc-xlate.pl18 my $global = \$GLOBALS{$name};
49 $$global = $name;
/external/webkit/Source/WebCore/bindings/v8/
H A DWorkerScriptDebugServer.cpp50 v8::Handle<v8::Object> global = context->Global(); local
51 ASSERT(!global.IsEmpty());
53 v8::Handle<v8::Object> prototype = v8::Handle<v8::Object>::Cast(global->GetPrototype());
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8WorkerContextCustom.cpp135 v8::Handle<v8::Object> global = proxy->context()->Global();
136 ASSERT(!global.IsEmpty());
137 return global;
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.h164 void wpas_dbus_signal_debug_level_changed(struct wpa_global *global);
165 void wpas_dbus_signal_debug_timestamp_changed(struct wpa_global *global);
166 void wpas_dbus_signal_debug_show_keys_changed(struct wpa_global *global);
327 struct wpa_global *global)
332 struct wpa_global *global)
337 struct wpa_global *global)
326 wpas_dbus_signal_debug_level_changed( struct wpa_global *global) argument
331 wpas_dbus_signal_debug_timestamp_changed( struct wpa_global *global) argument
336 wpas_dbus_signal_debug_show_keys_changed( struct wpa_global *global) argument
H A Ddbus_old.h93 struct wpa_global *global, const char *path);
/external/elfutils/tests/
H A Drun-addrscopes.sh33 global [ be]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant_i.h223 * struct wpa_global - Internal, global data for all %wpa_supplicant interfaces
298 struct wpa_global *global; member in struct:wpa_supplicant
746 int wpa_supplicant_set_debug_params(struct wpa_global *global,
753 struct wpa_supplicant * wpa_supplicant_add_iface(struct wpa_global *global,
755 int wpa_supplicant_remove_iface(struct wpa_global *global,
758 struct wpa_supplicant * wpa_supplicant_get_iface(struct wpa_global *global,
761 int wpa_supplicant_run(struct wpa_global *global);
762 void wpa_supplicant_deinit(struct wpa_global *global);
766 void wpa_supplicant_terminate_proc(struct wpa_global *global);
H A Dctrl_iface_udp.c446 struct wpa_global *global = eloop_ctx; local
506 reply = wpa_supplicant_global_ctrl_iface_process(global, pos,
522 wpa_supplicant_global_ctrl_iface_init(struct wpa_global *global) argument
534 if (global->params.ctrl_interface == NULL)
538 global->params.ctrl_interface);
570 global, priv);
/external/clang/test/Parser/
H A Dswitch-recovery.cpp107 expected-error {{no member named 'x' in the global namespace}} \
/external/freetype/include/freetype/internal/
H A Dautohint.h38 /* - global hints: Usually some metrics that describe global properties */
41 /* very slow to compute (even if the size of global */
46 /* generally much faster to compute than global hints. */
49 /* performing fast computations for both global and glyph hints. */
57 /* global hints every time the same face is re-opened. */
59 /* We thus provide the ability to cache global hints outside of the face */
89 /* Retrieves the global hints computed for a given face object the */
100 /* global_hints :: A typeless pointer to the global hints. */
102 /* global_len :: The size in bytes of the global hint
[all...]
/external/iproute2/ip/
H A Difcfg135 ip route add 224.0.0.0/4 dev $dev scope global >& /dev/null
140 ip ro append default dev $dev metric 30000 scope global
/external/oprofile/module/ia64/
H A DIA64syscallstub.h21 .global post_stub_##name; \
87 .global post_call_stub_##name; \
118 .global pre_stub_##name; \
170 .global pre_call_stub_##name; \
/external/v8/test/mjsunit/
H A Dregexp-indexof.js42 if (re.global || idx == 0) {
/external/webkit/Source/JavaScriptCore/runtime/
H A DRegExp.h43 bool global() const { return m_flags & FlagGlobal; } function in class:JSC::RegExp
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
H A Dproperties-001.js70 AddTestCase( re + ".global",
72 re.global );
/external/v8/samples/
H A Dshell.cc42 * creating global functions, compiling and executing strings.
95 // Create a template for the global object.
96 v8::Handle<v8::ObjectTemplate> global = v8::ObjectTemplate::New(); local
97 // Bind the global 'print' function to the C++ Print callback.
98 global->Set(v8::String::New("print"), v8::FunctionTemplate::New(Print));
99 // Bind the global 'read' function to the C++ Read callback.
100 global->Set(v8::String::New("read"), v8::FunctionTemplate::New(Read));
101 // Bind the global 'load' function to the C++ Load callback.
102 global->Set(v8::String::New("load"), v8::FunctionTemplate::New(Load));
104 global
[all...]
/external/v8/src/
H A Dbootstrapper.cc36 #include "global-handles.h"
179 // Creates the global objects using the global and the template passed in
189 // Hooks the given global proxy into the context. If the context was created
190 // by deserialization then this will unhook the global proxy that was
194 // Similarly, we want to use the inner global that has been created by the
195 // templates passed through the API. The inner global from the snapshot is
202 // Installs the contents of the native .js files on the global objects.
331 env->set_global_proxy(env->global());
332 env->global()
339 Handle<JSGlobalProxy> global = Handle<JSGlobalProxy>::cast(global_object); local
855 Handle<JSObject> global = Handle<JSObject>(global_context()->global()); local
1253 Handle<JSObject> global = Handle<JSObject>(global_context()->global()); local
[all...]
H A Druntime.js44 var $Object = global.Object;
45 var $Array = global.Array;
46 var $String = global.String;
47 var $Number = global.Number;
48 var $Function = global.Function;
49 var $Boolean = global.Boolean;
/external/openssl/crypto/
H A Dsparccpuid.S19 .global OPENSSL_wipe_cpu
136 .global walk_reg_wins
168 .global OPENSSL_atomic_add
218 .global _sparcv9_rdtick
235 .global _sparcv9_vis1_probe
260 .global _sparcv9_vis1_instrument
299 .global _sparcv9_vis2_probe
307 .global _sparcv9_fmadd_probe
317 .global OPENSSL_cleanse
/external/webkit/Source/WebCore/bridge/
H A Dtestbindings.mm205 virtual UString className() const { return "global"; }
243 // create interpreter w/ global object
244 Object global(new GlobalImp());
246 interp.setGlobalObject(global);
251 global.put(exec, Identifier("myInterface"), Instance::createRuntimeObject(Instance::ObjectiveCLanguage, (void *)myInterface));
284 } // end block, so that Interpreter and global get deleted

Completed in 581 milliseconds

1234567891011>>