HomeSort by relevance Sort by last modified time
    Searched refs:call (Results 1 - 25 of 2113) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86-atom/
unused.S 30 call common_abort
  /cts/
Android.mk 17 include $(call all-subdir-makefiles)
  /external/libffi/testsuite/
Makefile.am 19 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_stdcall.c
    [all...]
  /frameworks/base/opengl/tests/gl2_java/
Android.mk 5 TOP_LOCAL_PATH:= $(call my-dir)
9 LOCAL_PATH:= $(call my-dir)
14 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /external/qemu/telephony/
remote_call.c 89 /** REMOTE CALL OBJECTS
114 remote_call_done( RemoteCall call )
116 call->pref[0] = call->next;
117 call->next = NULL;
118 call->pref = &call->next;
120 if (call->buff && call->buff != call->buff0)
262 RemoteCall call = opaque; local
359 RemoteCall call; local
389 RemoteCall call = remote_call_generic( REMOTE_CALL_DIAL, number, from ); local
411 RemoteCall call = remote_call_generic( REMOTE_CALL_SMS, number, from ); local
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Callable.java 12 * <tt>call</tt>.
26 * @param <V> the result type of method <tt>call</tt>
35 V call() throws Exception; method in interface:Callable
  /development/apps/Term/
Android.mk 20 TOP_LOCAL_PATH:= $(call my-dir)
24 LOCAL_PATH:= $(call my-dir)
29 LOCAL_SRC_FILES := $(call all-subdir-java-files)
40 include $(call all-makefiles-under,$(LOCAL_PATH)
  /development/tools/idegen/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
5 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /device/htc/passion/
passion_as.mk 23 $(call inherit-product, device/common/gps/gps_as_supl.mk)
26 $(call inherit-product, device/htc/passion/passion.mk)
passion_eu.mk 23 $(call inherit-product, device/common/gps/gps_eu_supl.mk)
26 $(call inherit-product, device/htc/passion/passion.mk)
passion_us.mk 23 $(call inherit-product, device/common/gps/gps_us_supl.mk)
26 $(call inherit-product, device/htc/passion/passion.mk)
  /external/svox/picolanginstaller/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /frameworks/base/core/tests/coretests/apks/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
5 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/base/media/libstagefright/codecs/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/base/media/libstagefright/codecs/amrnb/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/base/media/libstagefright/codecs/avc/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/base/media/libstagefright/codecs/m4v_h263/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/base/media/libstagefright/codecs/vorbis/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/base/tools/preload/loadclass/
Android.mk 1 LOCAL_PATH := $(call my-dir)
4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /packages/inputmethods/OpenWnn/libs/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
3 include $(call all-makefiles-under,$(LOCAL_PATH))
  /sdk/androidprefs/
Android.mk 16 JARUTILS_LOCAL_DIR := $(call my-dir)
  /sdk/anttasks/
Android.mk 16 ANTTASKS_LOCAL_DIR := $(call my-dir)
  /sdk/archquery/
Android.mk 16 ARCHQUERY_LOCAL_DIR := $(call my-dir)
  /sdk/sdkmanager/libs/sdklib/
Android.mk 16 SDKLIB_LOCAL_DIR := $(call my-dir)
  /device/htc/dream/
device_dream_as.mk 17 $(call inherit-product, device/common/gps/gps_as_supl.mk)
18 $(call inherit-product-if-exists, vendor/htc/dream/device_dream_as-vendor.mk)
19 $(call inherit-product, device/htc/dream/device_dream.mk)

Completed in 1038 milliseconds

1 2 3 4 5 6 7 8 91011>>