Searched refs:sort (Results 1 – 25 of 165) sorted by relevance
1234567
/build/bazel/scripts/ |
D | queryview-bottom-up.sh | 75 …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/ |
D | makevars.go | 200 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 …]
|
D | ninja_deps.go | 31 sort.Strings(deps)
|
/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 ${CLANG_BIN}/llvm-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 | 454 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 …]
|
D | product.mk | 82 $(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/ |
D | dexpreopt_bootjars_test.go | 69 sort.Strings(inputs) 70 sort.Strings(expectedInputs) 73 sort.Strings(outputs) 74 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)), \
|
/build/blueprint/parser/ |
D | modify.go | 86 list.sort() 90 func (list *PatchList) sort() { func 91 sort.SliceStable(*list,
|
/build/soong/shared/ |
D | env.go | 45 sort.Sort(contents) 129 var _ sort.Interface = envFileData{}
|
/build/soong/remoteexec/ |
D | remoteexec.go | 114 sort.Strings(kvs) 128 sort.Strings(platform)
|
/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]))
|
D | build-license-metadata.sh | 166 lnewdeps=$(echo "${lnewdeps}" | tr ' ' '\n' | sort -u) 178 lalldeps=$(for d in ${lalldeps}; do echo "${d}"; done | sort -u)
|
/build/bazel/json_module_graph/ |
D | directDeps.jq | 3 [.[] | select(.Name == $arg) | .Deps | map(.Name)] | flatten | unique | sort
|
/build/blueprint/ |
D | glob.go | 44 sort.Strings(excludes) 90 sort.Slice(keys, func(i, j int) bool {
|
/build/make/core/tasks/tools/ |
D | compatibility.mk | 50 $(test_suite_jdk): $(shell find $(test_suite_jdk_dir) -type f | sort) 98 find $(PRIVATE_RESOURCES) | sort >$@.list
|
1234567