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

1234567891011>>

/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
H A Dweak-relocation.s8 call foo
/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...]
H A Dreloc-pcrel-offset.s15 call _a
/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/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/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/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(
H A Dregress-1131.js29 Array.prototype.sort.call(nonArray);
/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/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...]
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DCallable.java25 V call() throws Exception; method in interface:Callable
/external/svox/PicoLangInstallerDeuDeu/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/svox/PicoLangInstallerEngGbr/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/svox/PicoLangInstallerEngUsa/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/svox/PicoLangInstallerFraFra/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/svox/PicoLangInstallerItaIta/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/svox/PicoLangInstallerSpaEsp/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/svox/picolanginstaller/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
4 LOCAL_SRC_FILES := $(call all-subdir-java-files)

Completed in 411 milliseconds

1234567891011>>