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

1 2 3 4 5 6 7 891011>>

  /external/clang/test/CodeGen/
blocksignature.c 20 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/icu4c/test/depstest/
dependencies.py 43 global _line_number
50 global _line_number
57 global _line_number
62 global _line_number
74 global files
94 global items, _line_number, _groups_to_be_defined
120 global _line_number
139 global items, libraries, _line_number, _groups_to_be_defined
  /frameworks/native/opengl/libagl/
fixed_asm.S 22 .global gglFloatToFixed
24 .global gglFloatToFixedFast
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Application.mk 3 # Main build file defining the project modules and their global variables.
  /libcore/luni/src/test/java/tests/support/
ThreadPool.java 61 Logger.global.info("1 Task is removed");
111 Logger.global.info("Task is run");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threaded_import.py 16 global N, critical_section, done
22 # thread can exit and set critical_section to None as part of global
55 global N, done
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threaded_import.py 16 global N, critical_section, done
22 # thread can exit and set critical_section to None as part of global
55 global N, done
  /external/chromium_org/v8/test/mjsunit/
debug-evaluate.js 29 // Get the Debug object exposed from the debug context global object.
74 testRequest(dcp, '{"expression":"1","global"=true}', false);
82 // Test evaluation of a in the stack frames and the global context.
87 testRequest(dcp, '{"expression":"a","global":true}', true, 1);
88 testRequest(dcp, '{"expression":"this.a","global":true}', true, 1);
94 '{"expression":"this.longString","global":true,"maxStringLength":-1}',
99 '{"expression":"this.longString","global":true,"maxStringLength":' +
106 '{"expression":"this.longString","global":true,"maxStringLength":0}',
111 '{"expression":"this.longString","global":true,"maxStringLength":1}',
117 '{"expression":"this.longString","global":true}'
    [all...]
keyed-call-ic.js 31 var global = this;
41 assertEquals("[object global]", this[toStringName]());
42 assertEquals("[object global]", global[toStringName]());
45 assertEquals("[object global]", this[toStringName]());
46 assertEquals("[object global]", global[toStringName]());
144 // Calling on global object
148 assertEquals(expect, global[key]());
  /external/v8/test/mjsunit/
debug-evaluate.js 29 // Get the Debug object exposed from the debug context global object.
74 testRequest(dcp, '{"expression":"1","global"=true}', false);
82 // Test evaluation of a in the stack frames and the global context.
87 testRequest(dcp, '{"expression":"a","global":true}', true, 1);
88 testRequest(dcp, '{"expression":"this.a","global":true}', true, 1);
94 '{"expression":"this.longString","global":true,"maxStringLength":-1}',
99 '{"expression":"this.longString","global":true,"maxStringLength":' +
106 '{"expression":"this.longString","global":true,"maxStringLength":0}',
111 '{"expression":"this.longString","global":true,"maxStringLength":1}',
117 '{"expression":"this.longString","global":true}'
    [all...]
keyed-call-ic.js 31 var global = this;
41 assertEquals("[object global]", this[toStringName]());
42 assertEquals("[object global]", global[toStringName]());
45 assertEquals("[object global]", this[toStringName]());
46 assertEquals("[object global]", global[toStringName]());
144 // Calling on global object
148 assertEquals(expect, global[key]());
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-amd64-linux.S 176 .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)
dispatch-s390x-linux.S 180 .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/v8/test/cctest/
test-heap-profiler.cc 110 // Verify, that JS global object of env2 has '..2' properties.
120 // Paint all nodes reachable from global object.
143 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
145 GetProperty(global, v8::HeapGraphEdge::kShortcut, "x");
170 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
172 GetProperty(global, v8::HeapGraphEdge::kShortcut, "boundFunction");
207 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
208 for (int i = 0, count = global->GetChildrenCount(); i < count; ++i) {
209 const v8::HeapGraphEdge* prop = global->GetChild(i);
210 CHECK_EQ(global, prop->GetFromNode())
234 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
295 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
314 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
332 v8::Handle<v8::Object> global = global_proxy->GetPrototype().As<v8::Object>(); local
508 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1044 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1060 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1078 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1105 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1125 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1158 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1244 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
1326 const v8::HeapGraphNode* global = GetGlobalObject(snapshot); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
armv4cpuid.S 7 .global _armv7_neon_probe
14 .global _armv7_tick
21 .global OPENSSL_atomic_add
57 .global OPENSSL_cleanse
89 .global OPENSSL_wipe_cpu
119 .global OPENSSL_instrument_bus
128 .global OPENSSL_instrument_bus2
  /external/openssl/crypto/
armv4cpuid.S 7 .global _armv7_neon_probe
14 .global _armv7_tick
21 .global OPENSSL_atomic_add
57 .global OPENSSL_cleanse
89 .global OPENSSL_wipe_cpu
119 .global OPENSSL_instrument_bus
128 .global OPENSSL_instrument_bus2
  /libcore/luni/src/test/java/tests/java/sql/
StressTest.java 154 Logger.global
157 Logger.global.info("Opening " + maxConnections + " to database "
162 Logger.global.info("TasksPerConnection = " + Support_SQL.sqlMaxTasks
167 Logger.global.info(" creating " + tasksPerConnection
192 Logger.global.info("java.sql stress test: multiple threads and many operations.");
197 Logger.global.info("Opening "+numConnections+" to database "+Support_SQL.getFilename());
202 Logger.global.info(" creating "+tasksPerConnection+ " tasks for Connection "+i);
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 719 void wpa_supplicant_terminate_proc(struct wpa_global *global)
723 struct wpa_supplicant *wpa_s = global->ifaces;
738 struct wpa_global *global = signal_ctx; local
739 wpa_supplicant_terminate_proc(global);
844 struct wpa_global *global = signal_ctx; local
846 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
850 wpa_supplicant_terminate_proc(global);
2162 struct wpa_global *global = wpa_s->global; local
3308 struct wpa_global *global; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py 45 # the socket) and the main thread (which runs user code), plus global
70 global exit_now
71 global quitting
72 global no_exitfunc
133 global exit_now
232 global quitting
238 global exit_now
281 global quitting
287 global quitting
301 global interruptabl
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
run.py 45 # the socket) and the main thread (which runs user code), plus global
70 global exit_now
71 global quitting
72 global no_exitfunc
133 global exit_now
232 global quitting
238 global exit_now
281 global quitting
287 global quitting
301 global interruptabl
    [all...]
  /bionic/libc/arch-mips/bionic/
futex_mips.S 39 .global __futex_wait
94 .global __futex_syscall3
121 .global __futex_syscall4
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLDocumentCustom.cpp 86 // Fetch the global object for the frame.
91 v8::Local<v8::Object> global = context->Global();
92 // Get the open property of the global object.
93 v8::Local<v8::Value> function = global->Get(v8::String::NewSymbol("open"));
104 v8SetReturnValue(args, frame->script()->callFunction(v8::Local<v8::Function>::Cast(function), global, args.Length(), params.get()));
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elfso64.asm 6 ; [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
25 [GLOBAL lrotate:function] ; [1]
26 [GLOBAL greet:function] ; [1]
27 [GLOBAL asmstr:data asmstr.end-asmstr] ; [2]
28 [GLOBAL textptr:data 4] ; [2
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfso.asm 11 ; [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
30 GLOBAL lrotate:function ; [1]
31 GLOBAL greet:function ; [1]
32 GLOBAL asmstr:data asmstr.end-asmstr ; [2]
33 GLOBAL textptr:data 4 ; [2
    [all...]
  /external/chromium_org/v8/test/mjsunit/bugs/
bug-proto.js 33 // The global objects match the realms' this binding.
34 assertSame(this, Realm.global(realmA));
35 assertSame(Realm.eval(realmB, "this"), Realm.global(realmB));
36 assertFalse(this === Realm.global(realmB));
38 // The global object is not accessible cross-realm.
45 Realm.eval(realmB, "Realm.global(0).y = 1");

Completed in 704 milliseconds

1 2 3 4 5 6 7 891011>>