Searched refs:call (Results 226 - 250 of 519) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/systemproperties/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
9 $(call all-java-files-under, src)
/frameworks/base/services/tests/servicestests/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
8 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/frameworks/base/tools/validatekeymaps/
H A DAndroid.mk10 LOCAL_PATH:= $(call my-dir)
/frameworks/rs/cpp/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
23 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/rs/tests/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
26 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/support/renderscript/v8/jni/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
15 rs_generated_include_dir := $(call intermediates-dir-for,SHARED_LIBRARIES,libRSSupport,,)
/frameworks/base/native/android/
H A DAndroid.mk1 BASE_PATH := $(call my-dir)
2 LOCAL_PATH:= $(call my-dir)
/frameworks/base/native/graphics/jni/
H A DAndroid.mk1 BASE_PATH := $(call my-dir)
2 LOCAL_PATH:= $(call my-dir)
/frameworks/base/packages/DefaultContainerService/jni/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/frameworks/compile/libbcc/runtime/make/
H A Dutil.mk16 strneq = $(if $(call streq,$(1),$(2)),,true)
21 contains = $(if $(strip $(foreach i,$(1),$(if $(call streq,$(2),$(i)),T,))),true,)
29 set_difference = $(foreach i,$(1),$(if $(call contains,$(2),$(i)),,$(i)))
44 IsDefined = $(call strneq,undefined,$(flavor $(1)))
49 IsUndefined = $(call streq,undefined,$(flavor $(1)))
55 VarOrDefault = $(if $(call IsDefined,$(1)),$($(1)),$(2))
63 # foo = $(call streq,a,a)
64 # $(call CheckValue,foo)
66 # CHECKVALUE: foo: $(call streq,,) - true
74 $(call AssertValu
[all...]
H A Dlib_info.mk25 $(if $(call strneq,,$(strip $($(key).OnlyArchs) $($(key).OnlyConfigs))),,\
30 $(if $(call strneq,,$($(key).OnlyConfigs)),,\
32 $(call Append,ArchFunctions.$(arch),$(sort \
37 $(call Set,ArchFunctions.$(arch),$(sort $(ArchFunctions.$(arch))))\
38 $(call Set,ArchOnlyFunctions.$(arch),\
39 $(call set_difference,$(ArchFunctions.$(arch)),$(CommonFunctions))))
44 $(call Append,AvailableIn.$(fn),$(key))))
/frameworks/wilhelm/tests/examples/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
10 $(call include-path-for, wilhelm)
34 $(call include-path-for, wilhelm)
58 $(call include-path-for, wilhelm)
85 $(call include-path-for, wilhelm)
110 $(call include-path-for, wilhelm)
134 $(call include-path-for, wilhelm)
158 $(call include-path-for, wilhelm)
182 $(call include-path-for, wilhelm)
206 $(call includ
[all...]
/frameworks/wilhelm/tests/sandbox/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
10 $(call include-path-for, wilhelm)
38 $(call include-path-for, wilhelm)
64 $(call include-path-for, wilhelm) \
65 $(call include-path-for, wilhelm-ut)
94 $(call include-path-for, wilhelm) \
95 $(call include-path-for, wilhelm-ut)
124 $(call include-path-for, wilhelm)
150 $(call include-path-for, wilhelm)
179 $(call includ
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
45 $(call include-path-for, graphics corecg) \
56 include $(call all-makefiles-under,$(LOCAL_PATH))
/frameworks/base/cmds/am/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
31 $(foreach file,$(files_noticed),$(eval $(call make-notice-file,$(file))))
/frameworks/base/cmds/content/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
33 $(foreach file,$(files_noticed),$(eval $(call make-notice-file,$(file))))
/frameworks/base/services/jni/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
28 $(call include-path-for, libhardware)/hardware \
29 $(call include-path-for, libhardware_legacy)/hardware_legacy \
/frameworks/av/camera/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/av/media/libmedia/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
64 $(call include-path-for, graphics corecg) \
67 $(call include-path-for, audio-effects) \
68 $(call include-path-for, audio-utils)
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/frameworks/av/media/libstagefright/codecs/avc/common/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/av/media/libstagefright/codecs/raw/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)

Completed in 391 milliseconds

1234567891011>>