Searched refs:all (Results 1 – 25 of 240) sorted by relevance
12345678910
29 $(call all-java-files-under, src_plugins)54 $(call all-proto-files-under, protos) \55 $(call all-proto-files-under, proto_overrides) \56 $(call all-java-files-under, src_build_config) \85 $(call all-java-files-under, src) \86 $(call all-java-files-under, src_shortcuts_overrides) \87 $(call all-java-files-under, src_ui_overrides) \88 $(call all-java-files-under, src_flags)117 $(call all-java-files-under, src) \118 $(call all-java-files-under, src_ui_overrides) \[all …]
42 $(call all-java-files-under, $(BASE_DIR)/dialer/rootcomponentgenerator) \43 $(call all-java-files-under, $(BASE_DIR)/dialer/inject/demo)60 RES_DIRS := $(call all-subdir-named-dirs,res,.)70 DIALER_MANIFEST_FILES := $(call all-named-files-under,AndroidManifest.xml,.)77 LOCAL_SRC_FILES := $(call all-java-files-under, $(BASE_DIR))78 LOCAL_SRC_FILES += $(call all-proto-files-under, $(BASE_DIR))79 LOCAL_SRC_FILES += $(call all-Iaidl-files-under, $(BASE_DIR))111 dialer-grpc-all-target \166 LOCAL_PROGUARD_FLAG_FILES := proguard.flags $(call all-named-files-under,proguard.*flags,$(BASE_DIR…199 …dialer-grpc-all:../../../prebuilts/tools/common/m2/repository/io/grpc/grpc-all/1.0.3/grpc-all-1.0.…[all …]
44 LOCAL_SRC_FILES := $(call all-java-files-under, $(WALLPAPER_PATH)/src) \45 $(call all-java-files-under, src) \46 $(call all-java-files-under, src_override)56 include $(call all-makefiles-under,$(LOCAL_PATH))
18 LOCAL_SRC_FILES := $(call all-java-files-under, src)19 LOCAL_SRC_FILES += $(call all-java-files-under, src_pd)20 LOCAL_SRC_FILES += $(call all-java-files-under, src_pd_gcam)50 include $(call all-makefiles-under, $(LOCAL_PATH))
39 // This is a catch-all status for all retriable errors that aren't captured by45 // This is a catch-all status for all non-retriable errors that aren't106 // should be globally unique across all voicemails from all users.
50 LOCAL_SRC_FILES := $(call all-java-files-under, ../../../external/subsampling-scale-image-view/libr…109 LOCAL_SRC_FILES := $(call all-java-files-under, src) \110 $(call all-java-files-under, src_override)131 include $(call all-makefiles-under,$(LOCAL_PATH))
7 $(call all-java-files-under, src/com/android/tv/testing/robo) \8 $(call all-java-files-under, src/com/android/tv/testing/shadows)13 robolectric_android-all-stub \
3 First thing to note, it's imperative that the application and all activities24 with all of the same attributes plus some. *Note:* Unfortunately our app32 provide an attribute to tint all of your ImageViews (why would it?), so we33 created the colorIcon attribute to apply to all ImageViews that show quantum49 work for all themes. See dialer/dialpadview/theme for an example.
10 LOCAL_SRC_FILES := $(call all-java-files-under, src)15 robolectric_android-all-stub \38 robolectric_android-all-stub \
9 LOCAL_SRC_FILES := $(call all-java-files-under, src)18 robolectric_android-all-stub \40 robolectric_android-all-stub \
9 LOCAL_SRC_FILES := $(call all-java-files-under, src)18 robolectric_android-all-stub \38 robolectric_android-all-stub \
5 LOCAL_SRC_FILES := $(call all-proto-files-under, proto)25 LOCAL_SRC_FILES := $(call all-java-files-under, src)44 include $(call all-makefiles-under,$(LOCAL_PATH))
10 LOCAL_SRC_FILES := $(call all-java-files-under, src)15 robolectric_android-all-stub \44 robolectric_android-all-stub \
1 To run all instrumentation tests:4 To run all instrumentation tests in a specific class:16 To run all robolectric tests:
32 LOCAL_SRC_FILES := $(call all-java-files-under, tapl) \64 LOCAL_SRC_FILES := $(call all-java-files-under, src)73 include $(call all-makefiles-under,$(LOCAL_PATH))
17 # This tag specifies the encoding used for all characters in the config file18 # that follow. The default is UTF-8 which is also the encoding used for all47 # source files, where putting all generated files in the same directory would52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all54 # information to generate all constant output in the proper language.107 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all197 # of all members will be omitted, etc.247 # Doxygen will parse them like normal C++ but will assume all classes use public264 # all members of a group must be documented explicitly.281 # be useful for C code in case the coding convention dictates that all compound[all …]
10 LOCAL_SRC_FILES := $(call all-java-files-under, javatests)15 robolectric_android-all-stub \58 robolectric_android-all-stub \
20 $(call all-logtags-files-under, src)38 LOCAL_SRC_FILES := $(call all-java-files-under, src)90 include $(call all-makefiles-under,$(LOCAL_PATH))
15 LOCAL_SRC_FILES := $(call all-java-files-under, src)21 robolectric_android-all-stub \66 robolectric_android-all-stub \
144 final AnimatorSet all = new AnimatorSet(); in run() local145 all.play(show).after(hide); in run()146 mActiveAnimator = all; in run()
1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
13 * Include rapidjson.h for all internal/error headers.62 * Redo all documentation (English, Simplified Chinese)67 * Resolve all warning reports
3 searchfragment/ contains all code relevant to loading, rendering and filtering12 cp2 containing all of the relevant info needed to rendering.35 * SearchCursorManager is used to coalesce all three data sources to help with
137 val all = cityMap.values constant138 val unselected: MutableList<City> = ArrayList(all.size - selectedSet.size)139 for (city in all) {