HomeSort by relevance Sort by last modified time
    Searched refs:call (Results 526 - 550 of 1964) sorted by null

<<21222324252627282930>>

  /external/bluetooth/bluez/plugins/
maemo6.c 78 static void read_radio_states_cb(DBusPendingCall *call, void *user_data)
85 reply = dbus_pending_call_steal_reply(call);
115 DBusPendingCall *call; local
122 if (!dbus_connection_send_with_reply(conn, msg, &call, -1)) {
128 dbus_pending_call_set_notify(call, read_radio_states_cb, adapter, NULL);
129 dbus_pending_call_unref(call);
  /frameworks/base/graphics/jni/
Android.mk 8 LOCAL_PATH:= $(call my-dir)
27 rs_generated_include_dir := $(call intermediates-dir-for,SHARED_LIBRARIES,libRS,,)
33 $(call include-path-for, corecg graphics)
  /frameworks/base/media/jni/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
37 $(call include-path-for, corecg graphics)
49 include $(call all-makefiles-under,$(LOCAL_PATH))
  /packages/providers/ContactsProvider/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
7 LOCAL_SRC_FILES := $(call all-java-files-under, src)
28 include $(call all-makefiles-under,$(LOCAL_PATH))
  /external/libvpx/build/make/
Makefile 163 $(call $(1),$(word 1,$(2)),$(word 2,$(2)))\
164 $(call pairmap,$(1),$(wordlist 3,$(words $(2)),$(2)))\
168 cond_enabled=$(if $(filter yes,$($(1))), $(call enabled,$(2)))
171 find_file=$(foreach f,$(1),$(call find_file1,$(strip $(f)),$(strip $(2))) )
175 install_map_templates=$(eval $(call install_map_template,$(1),$(2)))
196 # $(1): $$(call find_file, $(patsubst -l%,lib%.a,$(filter -l%,$(2))),\
260 $(call pairmap,install_map_templates,$(INSTALL_MAPS))
262 DOCS=$(call cond_enabled,CONFIG_INSTALL_DOCS,DOCS)
266 INSTALL-DOCS=$(call cond_enabled,CONFIG_INSTALL_DOCS,INSTALL-DOCS)
268 INSTALL-DOCS+=$(call cond_enabled,CONFIG_INSTALL_DOCS,DIST-DOCS
    [all...]
  /bionic/libc/arch-arm/bionic/
_exit_with_stack_teardown.S 42 swi #0 @ the stack is destroyed by this call
48 swi # __NR_munmap @ the stack is destroyed by this call
  /bionic/libc/zoneinfo/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
19 $(eval $(call copy-one-file,$(LOCAL_PATH)/zoneinfo.dat,$(HOST_OUT)/usr/share/zoneinfo/zoneinfo.dat))
22 $(eval $(call copy-one-file,$(LOCAL_PATH)/zoneinfo.idx,$(HOST_OUT)/usr/share/zoneinfo/zoneinfo.idx))
25 $(eval $(call copy-one-file,$(LOCAL_PATH)/zoneinfo.version,$(HOST_OUT)/usr/share/zoneinfo/zoneinfo.version))
  /bootable/diskinstaller/editdisklbl/
Android.mk 1 LOCAL_PATH := $(call my-dir)
  /bootable/recovery/mtdutils/
Android.mk 4 LOCAL_PATH := $(call my-dir)
  /build/target/board/generic_x86/
AndroidBoard.mk 1 LOCAL_PATH := $(call my-dir)
  /build/tools/atree/
Android.mk 5 LOCAL_PATH:= $(call my-dir)
  /build/tools/rgb2565/
Android.mk 6 LOCAL_PATH:= $(call my-dir)
  /cts/tests/core/dom/
Android.mk 15 LOCAL_PATH:= $(call my-dir)
26 LOCAL_SRC_FILES := $(call all-java-files-under,../../../../libcore/dom/src/test/java) \
27 $(call all-java-files-under,../../../../libcore/junit/src/test/java/junit) \
28 $(call all-java-files-under,../../../../libcore/support/src/test/java/)
  /cts/tools/spec-progress/
Android.mk 1 LOCAL_PATH := $(call my-dir)
  /cts/tools/test-progress/
Android.mk 1 LOCAL_PATH := $(call my-dir)
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 19 * Code: facilitates call to native code C and C++ routines.
51 * For a virtual method call, the "this" reference is in argv[0].
145 call *28(%ebp)
147 je CallABI_EXIT # exit call
171 jmp CallABI_EXIT # exit call
176 jmp CallABI_EXIT # exit call
180 jmp CallABI_EXIT # exit call
184 jmp CallABI_EXIT # exit call
188 jmp CallABI_EXIT # exit call
192 jmp CallABI_EXIT # exit call
    [all...]
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SQRT_DOUBLE_VFP.S 20 bx r2 @ tail call to sqrt library routine
  /development/samples/BrowserPlugin/
Android.mk 16 TOP_LOCAL_PATH:= $(call my-dir)
20 LOCAL_PATH:= $(call my-dir)
25 LOCAL_SRC_FILES := $(call all-subdir-java-files)
38 include $(call all-makefiles-under,$(LOCAL_PATH))
  /device/htc/passion/
passion.mk 50 $(call inherit-product-if-exists, vendor/htc/passion/passion-vendor.mk)
53 $(call inherit-product, device/htc/passion-common/passion.mk)
  /device/htc/passion/recovery/
Android.mk 4 LOCAL_PATH := $(call my-dir)
  /device/htc/passion-common/
AndroidBoardCommon.mk 15 LOCAL_PATH := $(call my-dir)
17 $(call add-radio-file,recovery/images/firmware_install.565)
18 $(call add-radio-file,recovery/images/firmware_error.565)
19 $(call add-radio-file,recovery/images/bitmap_size.txt)
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/
Android.mk 2 LOCAL_PATH := $(call my-dir)
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
Android.mk 1 LOCAL_PATH := $(call my-dir)
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/
Android.mk 1 LOCAL_PATH := $(call my-dir)
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
Android.mk 1 LOCAL_PATH := $(call my-dir)

Completed in 583 milliseconds

<<21222324252627282930>>