Searched refs:both (Results 1 – 25 of 37) sorted by relevance
12
/build/make/core/ |
D | executable.mk | 35 ifeq ($(my_module_multilib),both) 38 …_MODULE_STEM_32 or LOCAL_MODULE_PATH_32 is required for LOCAL_MULTILIB := both for module $(LOCAL_… 41 …_MODULE_STEM_64 or LOCAL_MODULE_PATH_64 is required for LOCAL_MULTILIB := both for module $(LOCAL_… 64 ifneq ($(my_module_multilib),both)
|
D | host_executable.mk | 14 ifeq ($(my_module_multilib),both) 17 …_MODULE_STEM_32 or LOCAL_MODULE_PATH_32 is required for LOCAL_MULTILIB := both for module $(LOCAL_… 20 …_MODULE_STEM_64 or LOCAL_MODULE_PATH_64 is required for LOCAL_MULTILIB := both for module $(LOCAL_…
|
D | shared_library.mk | 7 my_module_multilib := both 10 ifeq ($(my_module_multilib),both)
|
D | package.mk | 23 ifeq ($(filter $(my_module_multilib),64 both first),$(my_module_multilib)) 32 ifeq ($(filter $(my_module_multilib),32 both),$(my_module_multilib))
|
D | install_jni_libs.mk | 56 ifeq ($(my_module_multilib),both) 88 ifeq ($(my_module_multilib),both)
|
D | native_benchmark.mk | 11 LOCAL_MULTILIB := both
|
D | multilib.mk | 12 ifeq (,$(filter 32 64 first both none,$(my_module_multilib)))
|
D | host_native_test.mk | 19 LOCAL_MULTILIB := both
|
D | native_test.mk | 19 LOCAL_MULTILIB := both
|
D | static_library.mk | 7 my_module_multilib := both
|
D | host_shared_library.mk | 10 my_module_multilib := both
|
D | host_static_library.mk | 10 my_module_multilib := both
|
D | header_library.mk | 12 my_module_multilib := both
|
D | sdk_check.mk | 31 my_message := Specifies both LOCAL_SDK_VERSION ($(LOCAL_SDK_VERSION)) and
|
D | prebuilt.mk | 34 ifneq ($(my_module_multilib),both)
|
D | dex_preopt_odex_install.mk | 176 ifeq ($(my_module_multilib),both)
|
D | java_common.mk | 287 $(call pretty-error,Must not define both LOCAL_NO_STANDARD_LIBRARIES and LOCAL_SDK_VERSION) 408 …-error,internal error: empty_bootclasspath and full_java_bootclasspath_libs should not both be set)
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | fullscreen.css | 27 clear: both; 37 clear: both; 206 clear: both;
|
/build/make/core/tasks/ |
D | vendor_module_check.mk | 55 $(error Error: cannot set both PRODUCT_RESTRICT_VENDOR_FILES and VENDOR_PRODUCT_RESTRICT_VENDOR_FIL…
|
/build/soong/apex/ |
D | apex.go | 309 both const 314 case imageApex, both: 322 case zipApex, both: 334 case both: 347 case both: 667 a.apexTypes = both 1206 if apexType == zipApex && a.apexTypes == both {
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-core.css | 436 clear: both; 442 clear:both; 451 clear: both; 745 .clearer { clear:both; } 962 clear:both;
|
/build/make/tools/fs_config/ |
D | README | 14 both sections require all options to be specified. The first section type is 36 Either the C define for a valid AID or the friendly name. For instance both
|
/build/make/core/tasks/tools/ |
D | build_custom_image.mk | 100 $(error Cannot set both CUSTOM_IMAGE_AVB_HASH_ENABLE and CUSTOM_IMAGE_AVB_HASHTREE_ENABLE to true)
|
/build/soong/ |
D | README.md | 88 union of keys in both maps, appending the values of any keys that are present 89 in both maps.
|
/build/kati/ |
D | INTERNALS.md | 55 performance difference in detail, but it seemed both our use of Go and Go 350 If you run make for the target *hello*, *CFLAGS* is applied for both commands: 449 considered. *command.cc* is handling them. This file is used by both the 452 Evaluation at this stage is tricky when both *+=* and target specific variables
|
12