Searched refs:global (Results 26 - 50 of 747) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfglobext.asm3 [global hashlookup:function]
4 [global hashtable2:data]
5 [global hashtable:data (hashtable.end-hashtable)]
H A Dnasm-forceident.asm7 global $Test label
/external/llvm/test/MC/ELF/
H A Dtype.s4 .global foo
8 .global bar
16 .global obj
21 .global func
26 .global ifunc
30 .global tls
H A Drename.s16 .global defined1
H A Ddiff.s3 .global zed
H A Ddiff2.s4 .global zed
/external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/helpers/
H A Dnode-helper.js4 global[ns] = glm[ns];
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dexport.asm3 global foo2 label
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2843.js31 var global; variable
36 global = true; // Need a side effect to deopt to.
H A Dregress-1583.js55 var global = 'horse'; variable
56 var p = { get global() { return global; }};
57 assertEquals('horse', p.global);
H A Dregress-int32-truncation.js46 var global = 1; variable
51 a = global;
60 global = 2.5;
61 assertEquals(global, f2(true));
H A Dregress-485.js33 var global = this;
35 assertEquals(global, global2, "direct call to local function returns global");
H A Dregress-crbug-280333.js31 var global; variable
36 global = true; // Need a side effect to deopt to.
/external/clang/test/FixIt/
H A Dtypo-crash.cpp22 T global(); // expected-note {{'::PR12297::global' declared here}}
29 T A::global(); // expected-error {{out-of-line definition of 'global' does not match any declaration in namespace 'PR12297::A'; did you mean '::PR12297::global'?}}
/external/valgrind/main/none/tests/
H A Dtls_so.c8 extern __thread int global;
22 return &global;
/external/clang/test/CodeGenCXX/
H A Druntimecc.cpp22 A global; member in namespace:test0
/external/clang/test/Index/
H A Dcomplete-lambdas.cpp3 int global; variable
/external/v8/test/mjsunit/regress/
H A Dregress-1583.js55 var global = 'horse'; variable
56 var p = { get global() { return global; }};
57 assertEquals('horse', p.global);
H A Dregress-485.js33 var global = this;
35 assertEquals(global, global2, "direct call to local function returns global");
/external/compiler-rt/lib/asan/lit_tests/TestCases/
H A Ddeep_tail_call.cc6 // CHECK: AddressSanitizer: global-buffer-overflow
7 int global[10]; variable
9 void __attribute__((noinline)) call4(int i) { global[i+10]++; }
19 return global[0];
/external/chromium/chrome/browser/resources/shared/js/
H A Dutil.js6 * The global object.
9 const global = this;
31 var old = global[callbackName]; function
32 global[callbackName] = function() {
34 global[callbackName] = old;
37 return callback.apply(global, args);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
H A Dutil.js6 * The global object.
9 const global = this;
28 var old = global[callbackName]; function
29 global[callbackName] = function() {
31 global[callbackName] = old;
34 return callback.apply(global, args);
/external/jsilver/src/org/clearsilver/
H A DDelegatedCs.java53 public void setGlobalHDF(HDF global) { argument
54 if (global != null && global instanceof DelegatedHdf) {
55 global = ((DelegatedHdf)global).getHdf();
57 getCs().setGlobalHDF(global);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_common.h17 struct wpas_dbus_priv * wpas_dbus_init(struct wpa_global *global);
/external/chromium-trace/trace-viewer/src/base/unittest/
H A Dassertions_test.js11 global.rawAssertThrows = function(fn) {
20 global.rawAssertNotThrows = function(fn) {
30 global.rawAssertThrows = undefined;
31 global.rawAssertNotThrows = undefined;

Completed in 1220 milliseconds

1234567891011>>