Searched refs:sort (Results 1 – 25 of 153) sorted by relevance
1234567
/build/soong/android/ |
D | makevars.go | 167 sort bool member 240 # $(2): If not-empty, sort the values before comparing 244 my_val_make := $$(strip $(if $(2),$$(sort $$($(1))),$$($(1)))) 245 my_val_soong := $(if $(2),$$(sort $$(SOONG_$(1))),$$(SOONG_$(1))) 272 sort := "" 273 if v.sort { 274 sort = "true" 278 …t.Fprintf(buf, "$(eval $(call soong-compare-var,%s,%s,my_check_failed := true))\n\n", v.name, sort) 295 sort := "" 296 if v.sort { [all …]
|
/build/soong/scripts/ |
D | transitive-deps.sh | 159 done | sort -u 365 sort -u < "${newDeps}" > "${allDeps}" 384 ) | sort -u > "${allDeps}" 411 cut -d\ -f3- "${allDeps}" | sort -u > "${targets_out}" 421 ) | sort -u > "${allDirs}" 468 echo $(cat "${allNotice}" | sort -u | wc -l)" notice targets" >&2 473 sort -u "${allNotice}" | tr '\n' '\0' | xargs -0 -r md5sum 2>/dev/null 478 echo $(cut -d\ -f2- "${hashedNotice}" | sort -u | wc -l)" notice files" >&2 479 echo $(cut -d\ -f1 "${hashedNotice}" | sort -u | wc -l)" distinct notices" >&2 481 sed 's/^\([^ ]*\) [* ]/\1'"${sep}"'/g' "${hashedNotice}" | sort > "${notices_out}"
|
D | reverse-deps.sh | 187 sort -u <"${newDeps}" >"${allDeps}" 202 ) | sort -n | awk ' 238 }' "${allDeps}" | sort -n
|
D | gen_sorted_bss_symbols.sh | 28 ${CROSS_COMPILE}nm --size-sort $1 | awk '{if ($2 == "b" || $2 == "B") print $3}' > $2
|
D | jars-to-module-info-java.sh | 33 | sort -u
|
/build/soong/finder/fs/ |
D | test.go | 108 sort.Strings(actual) 109 sort.Strings(expected) 118 sort.Strings(actual) 119 sort.Strings(expected) 134 sort.Strings(actual) 135 sort.Strings(expected)
|
/build/make/core/ |
D | distdir.mk | 56 $(foreach goal,$(sort $(_all_dist_goals)), \ 60 DIST_GOAL_OUTPUT_PAIRS := $(sort $(_all_dist_goal_output_pairs)) \ 61 $(newline)DIST_SRC_DST_PAIRS := $(sort $(_all_dist_src_dst_pairs))) \
|
D | main.mk | 421 ifneq ($(words $(sort $(filter-out $(INTERNAL_MODIFIER_TARGETS) checkbuild emulator_tests target-fi… 554 ALL_MODULES := $(sort $(ALL_MODULES)) 667 $(eval ALL_MODULES.$(m).REQUIRED_FROM_$(1) := $(sort $(r_r))) \ 690 $(eval ALL_MODULES.$(m).$(1)_REQUIRED_FROM_$(2) := $(sort $(r_r))) \ 859 $(eval _all_deps_for_$(1)_ := $(sort $(_all_deps_for_$(1)_))))\ 861 $(eval _all_deps_for_$(1)_ := $(sort $(_all_deps_for_$(1)_) $(dep)))\ 881 $(sort $(COMPATIBILITY.$(suite).HOST_SHARED_LIBRARY.FILES))))))) 1080 $(foreach export,$(EXPORTS_LIST),$(eval EXPORT_DEPS.$$(export) := $$(sort $$(EXPORT_DEPS.$$(export)… 1108 $(eval _erm_new_modules := $(sort $(filter-out $($(1)),$(_erm_req)))) \ 1127 $(eval _erm_new_modules := $(sort $(filter-out $($(1)),$(_erm_req)))) \ [all …]
|
D | product.mk | 82 $(sort \ 95 $(eval COMMON_LUNCH_CHOICES := $(sort $(_COMMON_LUNCH_CHOICES))) \ 447 $(eval $(inherit_var) := $(sort $($(inherit_var)) $(np))) \ 448 $(eval PARENT_PRODUCT_FILES := $(sort $(PARENT_PRODUCT_FILES) $(current_mk))) 459 $(sort $(ARTIFACT_PATH_REQUIREMENT_PRODUCTS) $(current_mk))) 536 $(eval p := $(sort $(p)))
|
D | node_fns.mk | 129 $(sort \ 154 $(sort \
|
D | android_manifest.mk | 107 …_SDK_LIBS_FILE) | grep -v -f $(PRIVATE_EXPORTED_SDK_LIBS_FILE).optional | sort -u | sed -e 's/^/\ … 108 …TED_SDK_LIBS_FILE) | grep -f $(PRIVATE_EXPORTED_SDK_LIBS_FILE).optional | sort -u | sed -e 's/^/\ …
|
D | aapt_flags.mk | 9 aapt_flags_extra_packages := $(sort $(subst :,$(space),$(aapt_flags_extra_packages)))
|
D | host_java_library_common.mk | 50 LOCAL_JAVA_LIBRARIES := $(sort $(LOCAL_JAVA_LIBRARIES))
|
/build/soong/java/ |
D | dexpreopt_bootjars_test.go | 70 sort.Strings(inputs) 71 sort.Strings(expectedInputs) 74 sort.Strings(outputs) 75 sort.Strings(expectedOutputs)
|
D | support_libraries.go | 58 sort.Strings(supportAars) 59 sort.Strings(supportJars)
|
/build/make/core/tasks/ |
D | collect_gpl_sources.mk | 20 ALL_GPL_MODULE_LICENSE_FILES := $(sort $(ALL_GPL_MODULE_LICENSE_FILES)) 23 $(gpl_source_tgz): PRIVATE_PATHS := $(sort $(patsubst %/, %, $(dir $(ALL_GPL_MODULE_LICENSE_FILES))…
|
D | ide.mk | 39 eclipse_project_modules := $(sort $(eclipse_project_modules) $(java_modules)) 44 source_paths := $(sort $(source_paths))
|
D | module-info.mk | 8 $(hide) echo -ne $(foreach m, $(sort $(ALL_MODULES)), \
|
D | platform_availability_check.mk | 29 _violators_with_path := $(foreach m,$(sort $(_modules_not_available_for_platform)),\
|
/build/blueprint/parser/ |
D | modify.go | 86 list.sort() 90 func (list *PatchList) sort() { func 91 sort.SliceStable(*list,
|
/build/make/tools/ |
D | print_module_licenses.sh | 2 …ULE_LICENSE_\* | sed 's/\/MODULE_LICENSE_/\ /' | sed 's/\.\///' | awk '{ print $2 " " $1; }' | sort
|
D | product_debug.py | 36 lines.sort() 46 variables.sort(lambda a, b: cmp(a[0], b[0]))
|
/build/soong/cc/ |
D | makevars.go | 50 sort.Strings(keys) 57 sort.Strings(allProjects) 115 sort.Strings(exportedVendorPublicLibraries) 118 sort.Strings(lsdumpPaths) 176 sort.Strings(ndkKnownLibs)
|
/build/make/target/product/gsi/ |
D | Android.mk | 124 $(eval added_vndk_abi_dumps := $(strip $(sort $(filter-out \ 130 $(eval added_ndk_abi_dumps := $(strip $(sort $(filter-out \ 136 $(eval added_platform_abi_dumps := $(strip $(sort $(filter-out \
|
/build/soong/remoteexec/ |
D | remoteexec.go | 121 sort.Strings(kvs) 135 sort.Strings(platform)
|
1234567