/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
stacktrace.h | 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
|
/external/icu4c/stubdata/ |
root.mk | 1 # derive a string like 'icudt44l' from a local file like 'external/icu4c/stubdata/icudt44l-all.dat' 3 root_dat_path := $(wildcard $(stubdata_path)/*-all.dat) 4 root := $(patsubst $(stubdata_path)/%,%,$(patsubst %-all.dat,%,$(root_dat_path)))
|
/frameworks/base/core/tests/coretests/ |
Android.mk | 7 # Include all test java files. 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))
|
/device/sample/frameworks/PlatformLibrary/ |
Android.mk | 28 $(call all-subdir-java-files) 41 LOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-subdir-html-files) 52 # Also build all of the sub-targets under this one: the library's 56 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/external/dnsmasq/contrib/wrt/ |
Makefile | 3 all: dhcp_release dhcp_lease_time
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_conntrack_tuple.h | 20 u_int16_t all; member in union:ip_conntrack_manip_proto 56 u_int16_t all; member in union:ip_conntrack_tuple::__anon4769::__anon4770 88 (tuple)->src.u.all = 0; \ 89 (tuple)->dst.u.all = 0; \ 97 NIPQUAD((tp)->src.ip), ntohs((tp)->src.u.all), \ 98 NIPQUAD((tp)->dst.ip), ntohs((tp)->dst.u.all)) 117 && t1->src.u.all == t2->src.u.all; 124 && t1->dst.u.all == t2->dst.u.all [all...] |
/frameworks/base/packages/SettingsProvider/ |
Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files) 16 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/frameworks/base/packages/VpnServices/ |
Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files) 16 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/ |
Makefile | 3 all::
|
/sdk/layoutopt/libs/uix/src/ |
Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files) 11 groovy-all-1.7.0
|
/external/icu4c/extra/ |
Makefile | 4 # Corporation and others. All Rights Reserved. 27 .PHONY : all all-local all-recursive install install-local \ 36 all: all-recursive all-local 41 check: all check-recursive check-local 44 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive: 61 all-local [all...] |
/external/chromium/third_party/icu/source/test/perf/ |
Makefile.in | 3 ## others. All Rights Reserved. 24 .PHONY : everything all all-local all-recursive install install-local \ 33 everything: all-recursive all-local 34 all: 36 @echo simply use \`make\' \(or \`make everything\'\) to do all 47 check-recursive: all-recursive 50 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive [all...] |
/external/icu4c/test/perf/ |
Makefile.in | 3 ## others. All Rights Reserved. 24 .PHONY : everything all all-local all-recursive install install-local \ 33 everything: all-recursive all-local 34 all: 36 @echo simply use \`make\' \(or \`make everything\'\) to do all 47 check-recursive: all-recursive 50 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive [all...] |
/cts/tests/tests/permission/ |
Android.mk | 26 LOCAL_SRC_FILES := $(call all-java-files-under, src) 35 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
TEMPLATE_MEM_OP_DECODE.S | 10 vpush {d0-d15} @ save out all fp registers 11 push {r0-r12,lr} @ save out all registers 16 pop {r0-r12,lr} @ restore all registers 17 vpop {d0-d15} @ restore all fp registers
|
/development/apps/Term/ |
Android.mk | 29 LOCAL_SRC_FILES := $(call all-subdir-java-files) 39 # Also build all of the sub-targets under this one: the shared library. 40 include $(call all-makefiles-under,$(LOCAL_PATH)
|
/development/samples/SimpleJNI/ |
Android.mk | 29 LOCAL_SRC_FILES := $(call all-subdir-java-files) 41 # Also build all of the sub-targets under this one: the shared library. 42 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/development/tools/idegen/ |
Android.mk | 5 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/external/svox/picolanginstaller/ |
Android.mk | 4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/frameworks/base/core/tests/coretests/apks/ |
Android.mk | 5 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/frameworks/base/media/libstagefright/codecs/ |
Android.mk | 4 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/frameworks/base/media/libstagefright/codecs/amrnb/ |
Android.mk | 4 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/frameworks/base/media/libstagefright/codecs/avc/ |
Android.mk | 4 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/frameworks/base/media/libstagefright/codecs/g711/ |
Android.mk | 4 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/ |
Android.mk | 4 include $(call all-makefiles-under,$(LOCAL_PATH))
|