Searched refs:call (Results 1 - 25 of 3576) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
H A Djmpcall.asm3 call *%eax
4 call %eax
5 call *(%eax)
6 call (%eax)
7 call label(,1)
8 call label label
9 call label+5
10 call *label
11 call *label(%eax)
/external/doclava/res/assets/templates/
H A Dheader.cs1 <?cs call:custom_masthead() ?>
2 <?cs call:custom_left_nav() ?>
/external/llvm/test/MC/ELF/
H A Dnorelocation.s3 call bar
H A Dweakref-reloc.s7 call zed@PLT
8 call bar
H A Dweakref-plt.s4 call bar@PLT
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_function_inlining.h30 bool can_inline(ir_call *call);
/external/mesa3d/src/glsl/
H A Dir_function_inlining.h30 bool can_inline(ir_call *call);
/external/llvm/test/MC/MachO/
H A Dreloc-pcrel.s50 call L0
51 call L0 - 1
52 call L0 + 1
53 call _a
54 call _a - 1
55 call _a + 1
56 call _b
57 call _b - 1
58 call _b + 1
59 call _
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dcall.js32 assertTrue(this === f0.call(), "1");
34 assertTrue(this === f0.call(this), "w");
35 assertTrue(this === f0.call(this, 1), "w");
36 assertTrue(this === f0.call(this, 1, 2), "w");
38 assertTrue(this === f0.call(null), "3a");
39 assertTrue(this === f0.call(null, 1), "3b");
40 assertTrue(this === f0.call(null, 1, 2), "3c");
42 assertTrue(this === f0.call(void 0), "4a");
43 assertTrue(this === f0.call(void 0, 1), "4b");
44 assertTrue(this === f0.call(voi
[all...]
H A Dcall-non-function-call.js28 // Throw exception when invoking Function.prototype.call with a
32 Function.prototype.call.call({});
/external/v8/test/mjsunit/
H A Dcall.js32 assertTrue(this === f0.call(), "1");
34 assertTrue(this === f0.call(this), "w");
35 assertTrue(this === f0.call(this, 1), "w");
36 assertTrue(this === f0.call(this, 1, 2), "w");
38 assertTrue(this === f0.call(null), "3a");
39 assertTrue(this === f0.call(null, 1), "3b");
40 assertTrue(this === f0.call(null, 1, 2), "3c");
42 assertTrue(this === f0.call(void 0), "4a");
43 assertTrue(this === f0.call(void 0, 1), "4b");
44 assertTrue(this === f0.call(voi
[all...]
H A Dcall-non-function-call.js28 // Throw exception when invoking Function.prototype.call with a
32 Function.prototype.call.call({});
/external/chromium_org/chrome/test/mini_installer/
H A Duninstall_chrome.py9 subprocess.call('mini_installer.exe --uninstall --multi-install --chrome',
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dconfigure-github-as-upstream35 exit(subprocess.call(["git", "remote", "add", "upstream", "git://github.com/WebKit/webkit.git"]))
/external/iptables/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
5 include $(call all-subdir-makefiles)
/external/zxing/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
3 include $(call all-makefiles-under, $(LOCAL_PATH))
/external/chromium_org/v8/test/intl/overrides/
H A Dwebkit-tests.js31 assertThrows('String.prototype.localeCompare.call(undefined, \'1224\')');
32 assertEquals(0, String.prototype.localeCompare.call(1224, '1224'));
/external/compiler-rt/make/test/
H A Dtest-util.mk3 streq_t0 = $(call streq,,)
4 $(call AssertEqual,streq_t0,true)
5 streq_t1 = $(call streq,b,)
6 $(call AssertEqual,streq_t1,)
7 streq_t2 = $(call streq,,b)
8 $(call AssertEqual,streq_t2,)
9 streq_t3 = $(call streq,b,b)
10 $(call AssertEqual,streq_t3,true)
11 streq_t4 = $(call streq,bb,b)
12 $(call AssertEqua
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-603.js28 // Calling non-objects directly or via Function.prototype.call should
38 re1.call = Function.prototype.call;
40 re1.call(null, 'abcdefghijklm') + 'z';
45 Function.prototype.call.call(re2, null, 'abcdefghijklm') + 'z';
50 Function.prototype.call.apply(
56 Function.prototype.apply.call(
/external/v8/test/mjsunit/regress/
H A Dregress-603.js28 // Calling non-objects directly or via Function.prototype.call should
38 re1.call = Function.prototype.call;
40 re1.call(null, 'abcdefghijklm') + 'z';
45 Function.prototype.call.call(re2, null, 'abcdefghijklm') + 'z';
50 Function.prototype.call.apply(
56 Function.prototype.apply.call(
/external/libffi/testsuite/
H A DMakefile.am19 lib/target-libpath.exp lib/wrapper.exp libffi.call/call.exp \
20 libffi.call/closure_fn0.c libffi.call/closure_fn1.c \
21 libffi.call/closure_fn2.c libffi.call/closure_fn3.c \
22 libffi.call/closure_fn4.c libffi.call/closure_fn5.c \
23 libffi.call/closure_fn6.c libffi.call/closure_stdcal
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dfar64.asm2 call far dword [0] label
3 call far qword [0] label
4 call far [0] label
/external/chromium_org/v8/test/webkit/
H A Dcall-apply-crash.js28 Function.prototype.call.apply(testLog, arguments); method
32 Function.prototype.call.apply(testLog, arguments);
/external/srec/
H A DAndroid.mk8 export ASR_ROOT_DIR := $(call my-dir)
12 include $(call all-subdir-makefiles)
/external/qemu/telephony/
H A Dremote_call.c123 remote_call_done( RemoteCall call )
125 call->pref[0] = call->next;
126 call->next = NULL;
127 call->pref = &call->next;
129 if (call->buff && call->buff != call->buff0) {
130 free(call
223 remote_call_set_sms_pdu( RemoteCall call, SmsPDU pdu ) argument
256 remote_call_add( RemoteCall call, RemoteCall *plist ) argument
271 RemoteCall call = opaque; local
368 RemoteCall call; local
398 RemoteCall call = remote_call_generic( REMOTE_CALL_DIAL, number, from ); local
420 RemoteCall call = remote_call_generic( REMOTE_CALL_SMS, number, from ); local
[all...]

Completed in 825 milliseconds

1234567891011>>