HomeSort by relevance Sort by last modified time
    Searched full:call (Results 51 - 75 of 13856) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/wlan/ti/wilink_6_1/CUDK/os/linux/
Android.mk 1 include $(call all-subdir-makefiles)
  /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))
  /packages/inputmethods/OpenWnn/libs/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
3 include $(call all-makefiles-under,$(LOCAL_PATH))
  /external/dbus/
Android.mk 2 include $(call all-subdir-makefiles)
  /external/dnsmasq/
Android.mk 2 include $(call all-subdir-makefiles)
  /external/iproute2/
Android.mk 2 include $(call all-subdir-makefiles)
  /external/oprofile/
Android.mk 2 include $(call all-subdir-makefiles)
  /external/wpa_supplicant_6/
Android.mk 2 include $(call all-subdir-makefiles)
  /hardware/broadcom/wlan/bcm4329/
Android.mk 2 include $(call all-subdir-makefiles)
  /hardware/ti/wlan/wl1271/
Android.mk 2 include $(call all-subdir-makefiles)
  /packages/providers/DownloadProvider/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
13 # additionally, call tests makefiles
14 include $(call all-makefiles-under,$(LOCAL_PATH))
  /system/extras/tests/
Android.mk 2 include $(call all-subdir-makefiles)
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/FunctionObjects/
call-1.js 2 File Name: call-1.js
3 Section: Function.prototype.call
10 var SECTION = "call-1";
12 var TITLE = "Function.prototype.call";
22 "ToString.call( this, this )",
24 ToString.call( this, this ) );
27 "ToString.call( Boolean, Boolean.prototype )",
29 ToString.call( Boolean, Boolean.prototype ) );
32 "ToString.call( Boolean, Boolean.prototype.valueOf() )",
34 ToString.call( Boolean, Boolean.prototype.valueOf() ) )
    [all...]
  /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...]
  /frameworks/base/core/tests/coretests/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
9 $(call all-java-files-under, src) \
10 $(call all-Iaidl-files-under, src) \
11 $(call all-java-files-under, DisabledTestApp/src) \
12 $(call all-java-files-under, EnabledTestApp/src)
23 include $(call all-makefiles-under,$(LOCAL_PATH))
  /build/core/
cleanspec.mk 37 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
38 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
57 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
58 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
59 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
60 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
61 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libwebcore_intermediates)
62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libwebcore_intermediates)
63 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libwebcore_intermediates)
64 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libwebcore_intermediates
    [all...]
  /development/apps/CustomLocale/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /development/apps/Fallback/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /development/apps/FontLab/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /development/apps/GraphicsLab/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
6 LOCAL_SRC_FILES := $(call all-subdir-java-files)

Completed in 32 milliseconds

1 23 4 5 6 7 8 91011>>