Searched
refs:call (Results
451 -
475 of
1964) sorted by null
<<11121314151617181920>>
/system/extras/tests/icachetest/ |
Android.mk | 3 LOCAL_PATH:= $(call my-dir)
|
/system/extras/tests/timetest/ |
Android.mk | 3 LOCAL_PATH:= $(call my-dir)
|
/external/webkit/JavaScriptCore/jit/ |
JITStubCall.h | 165 JIT::Call call() function in class:JSC::JITStubCall 173 JIT::Call call = m_jit->call(); local 174 m_jit->m_calls.append(CallRecord(call, m_jit->m_bytecodeIndex, m_stub.value())); 186 return call; 190 JIT::Call call(unsigned dst) // dst is a virtual register. function in class:JSC::JITStubCall 193 JIT::Call call = this->call() local 201 JIT::Call call(unsigned dst) \/\/ dst is a virtual register. function in class:JSC::JITStubCall 204 JIT::Call call = this->call(); local 210 JIT::Call call(JIT::RegisterID dst) \/\/ dst is a machine register. function in class:JSC::JITStubCall 217 JIT::Call call = this->call(); local [all...] |
/external/webkit/WebCore/inspector/ |
InspectorFrontend.cpp | 88 function.call(); 96 function.call(); 121 function.call(); 129 function.call(); 144 function.call(hadException); 153 function.call(); 162 function.call(); 170 function.call(); 178 function.call(); 250 function.call(); [all...] |
/bionic/libc/arch-x86/bionic/ |
setjmp.S | 40 * will generate a "return(v)" from the last call to 50 call PIC_PLT(_C_LABEL(sigblock)) 52 call _C_LABEL(sigblock) 74 call PIC_PLT(_C_LABEL(sigsetmask)) 76 call _C_LABEL(sigsetmask)
|
/bionic/libc/arch-x86/syscalls/ |
getegid.S | 16 call __set_errno
|
geteuid.S | 16 call __set_errno
|
getgid.S | 16 call __set_errno
|
getpid.S | 16 call __set_errno
|
getppid.S | 16 call __set_errno
|
getresgid.S | 16 call __set_errno
|
getresuid.S | 16 call __set_errno
|
gettid.S | 16 call __set_errno
|
getuid.S | 16 call __set_errno
|
pause.S | 16 call __set_errno
|
setsid.S | 16 call __set_errno
|
/bionic/linker/arch/x86/ |
begin.S | 40 call __linker_init
|
/bootable/bootloader/legacy/libc/ |
Android.mk | 1 LOCAL_PATH:= $(call my-dir) 24 LOCAL_C_INCLUDES := $(call include-path-for, bootloader)
|
/bootable/bootloader/legacy/usbloader/ |
Android.mk | 1 LOCAL_PATH:= $(call my-dir) 6 LOCAL_C_INCLUDES := $(call include-path-for, bootloader mkbootimg)
|
/build/core/combo/ |
HOST_linux-x86.mk | 38 -include $(call select-android-config-h,linux-x86)
|
/build/core/ |
copy_headers.mk | 19 $(eval $(call copy-one-header,$(_chFrom),$(_chTo))) \
|
/build/target/product/ |
full.mk | 44 $(call inherit-product, frameworks/base/data/sounds/OriginalAudio.mk) 47 $(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk) 51 $(call inherit-product, build/target/product/languages_small.mk) 53 $(call inherit-product, build/target/product/generic.mk)
|
/cts/tests/SignatureTest/tests/ |
Android.mk | 1 LOCAL_PATH:= $(call my-dir) 12 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/dalvik/vm/mterp/x86/ |
OP_THROW_VERIFICATION_ERROR.S | 17 call dvmThrowVerificationError # call(method, kind, ref)
|
/dalvik/vm/mterp/x86-atom/ |
OP_REM_FLOAT.S | 39 call fmodf # call: (float x, float y)
|
Completed in 282 milliseconds
<<11121314151617181920>>