Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 25 of 165) sorted by relevance

1234567

/build/bazel/scripts/
Dqueryview-bottom-up.sh75 …y=$(bazel query --config=queryview "deps($T)" --output=label $COMMON_BAZEL_OPTS 2>/dev/null | sort)
78 …put=minrank $COMMON_BAZEL_OPTS 2>/dev/null | awk -e '{print $2 " " $1}' | sort | awk -e '{print $2…
81 …=label_kind $COMMON_BAZEL_OPTS 2>/dev/null | awk -e '{print $3 " " $1}' | sort | awk -e '{print $2…
85 …ank_array[*]}") <(echo "${label_array[*]}") <(echo "${label_kind_array[*]}") | column -t | sort -n
/build/soong/android/
Dmakevars.go200 sort bool member
267 sort.Slice(vars, func(i, j int) bool {
270 sort.Slice(phonies, func(i, j int) bool {
284 sort.Slice(dists, func(i, j int) bool {
312 # $(2): If not-empty, sort the values before comparing
316 my_val_make := $$(strip $(if $(2),$$(sort $$($(1))),$$($(1))))
317 my_val_soong := $(if $(2),$$(sort $$(SOONG_$(1))),$$(SOONG_$(1)))
344 sort := ""
345 if v.sort {
346 sort = "true"
[all …]
Dninja_deps.go31 sort.Strings(deps)
/build/soong/scripts/
Dtransitive-deps.sh159 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}"
Dreverse-deps.sh187 sort -u <"${newDeps}" >"${allDeps}"
202 ) | sort -n | awk '
238 }' "${allDeps}" | sort -n
Dgen_sorted_bss_symbols.sh28 ${CLANG_BIN}/llvm-nm --size-sort $1 | awk '{if ($2 == "b" || $2 == "B") print $3}' > $2
Djars-to-module-info-java.sh33 | sort -u
/build/soong/finder/fs/
Dtest.go108 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/
Ddistdir.mk56 $(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))) \
Dmain.mk454 ifneq ($(words $(sort $(filter-out $(INTERNAL_MODIFIER_TARGETS) checkbuild emulator_tests,$(MAKECMD…
582 ALL_MODULES := $(sort $(ALL_MODULES))
695 $(eval ALL_MODULES.$(m).REQUIRED_FROM_$(1) := $(sort $(r_r))) \
719 $(eval ALL_MODULES.$(m).$(1)_REQUIRED_FROM_$(2) := $(sort $(r_r))) \
730 _nonexistent_required := $(sort $(_nonexistent_required))
916 $(eval _all_deps_for_$(1)_ := $(sort $(_all_deps_for_$(1)_))))\
918 $(eval _all_deps_for_$(1)_ := $(sort $(_all_deps_for_$(1)_) $(dep)))\
938 $(sort $(COMPATIBILITY.$(suite).HOST_SHARED_LIBRARY.FILES)))))))
1137 $(foreach export,$(EXPORTS_LIST),$(eval EXPORT_DEPS.$$(export) := $$(sort $$(EXPORT_DEPS.$$(export)…
1169 $(eval _erm_new_modules := $(sort $(filter-out $($(1)),$(_erm_req)))) \
[all …]
Dproduct.mk82 $(sort \
95 $(eval COMMON_LUNCH_CHOICES := $(sort $(_COMMON_LUNCH_CHOICES))) \
468 $(eval $(inherit_var) := $(sort $($(inherit_var)) $(np))) \
469 $(eval PARENT_PRODUCT_FILES := $(sort $(PARENT_PRODUCT_FILES) $(current_mk))) \
482 $(sort $(ARTIFACT_PATH_REQUIREMENT_PRODUCTS) $(current_mk)))
566 $(eval p := $(sort $(p)))
/build/soong/java/
Ddexpreopt_bootjars_test.go69 sort.Strings(inputs)
70 sort.Strings(expectedInputs)
73 sort.Strings(outputs)
74 sort.Strings(expectedOutputs)
Dsupport_libraries.go58 sort.Strings(supportAars)
59 sort.Strings(supportJars)
/build/make/core/tasks/
Dcollect_gpl_sources.mk20 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))…
Dide.mk39 eclipse_project_modules := $(sort $(eclipse_project_modules) $(java_modules))
44 source_paths := $(sort $(source_paths))
Dmodule-info.mk8 $(hide) echo -ne $(foreach m, $(sort $(ALL_MODULES)), \
/build/blueprint/parser/
Dmodify.go86 list.sort()
90 func (list *PatchList) sort() { func
91 sort.SliceStable(*list,
/build/soong/shared/
Denv.go45 sort.Sort(contents)
129 var _ sort.Interface = envFileData{}
/build/soong/remoteexec/
Dremoteexec.go114 sort.Strings(kvs)
128 sort.Strings(platform)
/build/make/tools/
Dprint_module_licenses.sh2 …ULE_LICENSE_\* | sed 's/\/MODULE_LICENSE_/\ /' | sed 's/\.\///' | awk '{ print $2 " " $1; }' | sort
Dproduct_debug.py36 lines.sort()
46 variables.sort(lambda a, b: cmp(a[0], b[0]))
Dbuild-license-metadata.sh166 lnewdeps=$(echo "${lnewdeps}" | tr ' ' '\n' | sort -u)
178 lalldeps=$(for d in ${lalldeps}; do echo "${d}"; done | sort -u)
/build/bazel/json_module_graph/
DdirectDeps.jq3 [.[] | select(.Name == $arg) | .Deps | map(.Name)] | flatten | unique | sort
/build/blueprint/
Dglob.go44 sort.Strings(excludes)
90 sort.Slice(keys, func(i, j int) bool {
/build/make/core/tasks/tools/
Dcompatibility.mk50 $(test_suite_jdk): $(shell find $(test_suite_jdk_dir) -type f | sort)
98 find $(PRIVATE_RESOURCES) | sort >$@.list

1234567