Home
last modified time | relevance | path

Searched refs:grep (Results 1 – 25 of 37) sorted by relevance

12

/build/make/core/tasks/
Ddevice-tests.mk33 grep $(HOST_OUT_TESTCASES) $@.list > $@-host.list || true
34 grep -e .*\\.config$$ $@-host.list > $@-host-test-configs.list || true
39 grep $(HOST_OUT_TESTCASES) $@-shared-libs.list > $@-host-shared-libs.list || true
40 grep $(TARGET_OUT_TESTCASES) $@.list > $@-target.list || true
41 grep -e .*\\.config$$ $@-target.list > $@-target-test-configs.list || true
49 …$(hide) grep -e .*\\.config$$ $@-host.list | sed s%$(HOST_OUT)%host%g > $(PRIVATE_device_tests_lis…
50 …$(hide) grep -e .*\\.config$$ $@-target.list | sed s%$(PRODUCT_OUT)%target%g >> $(PRIVATE_device_t…
Dgeneral-tests.mk68grep $(HOST_OUT_TESTCASES) $(PRIVATE_INTERMEDIATES_DIR)/list > $(PRIVATE_INTERMEDIATES_DIR)/host.l…
69grep $(TARGET_OUT_TESTCASES) $(PRIVATE_INTERMEDIATES_DIR)/list > $(PRIVATE_INTERMEDIATES_DIR)/targ…
70grep -e .*\\.config$$ $(PRIVATE_INTERMEDIATES_DIR)/host.list > $(PRIVATE_INTERMEDIATES_DIR)/host-t…
71grep -e .*\\.config$$ $(PRIVATE_INTERMEDIATES_DIR)/target.list > $(PRIVATE_INTERMEDIATES_DIR)/targ…
76grep $(HOST_OUT_TESTCASES) $(PRIVATE_INTERMEDIATES_DIR)/shared-libs.list > $(PRIVATE_INTERMEDIATES…
87grep -e .*\\.config$$ $(PRIVATE_INTERMEDIATES_DIR)/host.list | sed s%$(HOST_OUT)%host%g > $(PRIVAT…
88grep -e .*\\.config$$ $(PRIVATE_INTERMEDIATES_DIR)/target.list | sed s%$(PRODUCT_OUT)%target%g >> …
Dhost-unit-tests.mk36 grep $(HOST_OUT_TESTCASES) $@.list > $@-host.list || true
41 grep $(TARGET_OUT_TESTCASES) $@.list > $@-target.list || true
Dart-host-tests.mk31 grep $(HOST_OUT_TESTCASES) $@.list > $@-host.list || true
36 grep $(TARGET_OUT_TESTCASES) $@.list > $@-target.list || true
/build/soong/tests/
Dbp2build_bazel_test.sh93 …if ! grep "the_answer" "./out/soong/workspace/foo/convertible_soong_module/${GENERATED_BUILD_FILE_…
97 …if grep "not_the_answer" "./out/soong/workspace/foo/unconvertible_soong_module/${GENERATED_BUILD_F…
101 …if ! grep "filegroup" "./out/soong/workspace/foo/unconvertible_soong_module/${GENERATED_BUILD_FILE…
112 if ! grep 42 "${the_answer_file}"; then
Dbootstrap_test.sh63 grep -q "^# Module:.*my_little_binary_host" out/soong/build.ninja || fail "module not found"
74 grep -q "^# Module:.*my_little_binary_host" out/soong/build.ninja && fail "old module found"
75 grep -q "^# Module:.*my_great_binary_host" out/soong/build.ninja || fail "new module not found"
99grep -q "^# Module:.*my_little_binary_host$" out/soong/build.ninja || fail "New module not in outp…
116 grep -q "^# Module:.*my_little_binary_host$" out/soong/build.ninja || fail "Module not in output"
121 if grep -q "^# Module:.*my_little_binary_host$" out/soong/build.ninja; then
205 grep -q my_little_library.py out/soong/build.ninja || fail "new file is not in output"
271 grep -q "CHERRY IS TASTY" out/soong/build.ninja \
276 grep -q "CHERRY IS RED" out/soong/build.ninja \
358 grep -q "Make it so" out/soong/build.ninja || fail "New action not present"
[all …]
/build/soong/scripts/
Dtoc.sh38 …("${CLANG_BIN}/llvm-readelf" -d "${infile}" | grep SONAME || echo "No SONAME for ${infile}") > "${…
48 "${CLANG_BIN}/llvm-objdump" -p "${infile}" | grep LC_ID_DYLIB -A 5 > "${outfile}.tmp"
49 …"${CLANG_BIN}/llvm-nm" -gP "${infile}" | cut -f1-2 -d" " | (grep -v 'U$' >> "${outfile}.tmp" || tr…
59 "${CLANG_BIN}/llvm-objdump" -x "${infile}" | grep "^Name" | cut -f3 -d" " > "${outfile}.tmp"
Djars-to-module-info-java.sh30 | grep -E '/[^/]*\.class$' \
Dlist_image.sh50 $filer -R "ls -l -p" "$image" | grep -q -m1 -P '^/.*/.*/.*/.*/.+/.*/$'
Dcheck_do_not_merge.sh17 if git show -s --format=%s $1 | grep -qE '(DO NOT MERGE)|(RESTRICT AUTOMERGE)'; then
/build/bazel/json_module_graph/
Dquery.sh11 if ! grep -q "^# CMD:" "$jq"; then
16 echo " $CMD": $(cat "$jq" | grep "^# CMD:" | head -n 1 | sed 's/^# CMD://')
/build/
Denvsetup.sh454 if $(echo "$1" | grep -q '^-') ; then
614 elif (echo -n $ANSWER | grep -q -e "^[0-9][0-9]*$") ; then
722 elif (echo -n $answer | grep -q -e "^[0-9][0-9]*$")
1018 qpid | \grep "$prepend$EXE$append"
1031 if [[ $(adb disable-verity | grep "reboot") ]]; then
1145 -exec grep --color -n "$@" {} +
1153 -exec grep --color -n "$@" {} +
1166 -exec grep --color -n "$@" {} +
1172 -exec grep --color -n "$@" {} +
1178 -exec grep --color -n "$@" {} +
[all …]
/build/make/
Denvsetup.sh454 if $(echo "$1" | grep -q '^-') ; then
614 elif (echo -n $ANSWER | grep -q -e "^[0-9][0-9]*$") ; then
722 elif (echo -n $answer | grep -q -e "^[0-9][0-9]*$")
1018 qpid | \grep "$prepend$EXE$append"
1031 if [[ $(adb disable-verity | grep "reboot") ]]; then
1145 -exec grep --color -n "$@" {} +
1153 -exec grep --color -n "$@" {} +
1166 -exec grep --color -n "$@" {} +
1172 -exec grep --color -n "$@" {} +
1178 -exec grep --color -n "$@" {} +
[all …]
/build/make/tools/canoninja/
DREADME.md80 diff <(grep '^build' /tmp/1.ninja|sort) <(grep '^build' /tmp/2.ninja | sort)
144 $ diff <(~/go/bin/canoninja /tmp/1.ninja | grep '^build' | sort) \
145 <(~/go/bin/canoninja /tmp/2.ninja | grep '^build' | sort)
/build/bazel/examples/queryview/
Drun_all_queries.sh25 for f in $(ls -1 | grep .txt); do
/build/bazel/tests/apex/
Dapex_test.sh50 if ! echo -e "$apex_entries" | grep "$file"; then
Dapex_aab_test.sh63 if ! echo -e "$aab_entries" | grep "$file"; then
/build/make/core/
Dandroid_manifest.mk107 …$$(cat $(PRIVATE_EXPORTED_SDK_LIBS_FILE) | grep -v -f $(PRIVATE_EXPORTED_SDK_LIBS_FILE).optional |…
108 …$$(cat $(PRIVATE_EXPORTED_SDK_LIBS_FILE) | grep -f $(PRIVATE_EXPORTED_SDK_LIBS_FILE).optional | so…
Dsysprop.mk181 …$(PRODUCT_OUT) && echo $(BUILD_FINGERPRINT) >$(BUILD_FINGERPRINT_FILE) && grep " " $(BUILD_FINGERP…
195 …p $(PRODUCT_OUT) && echo $(BUILD_THUMBPRINT) >$(BUILD_THUMBPRINT_FILE) && grep " " $(BUILD_THUMBPR…
344 cat $< | grep 'require version-' | sed -e 's/require version-/ro.build.expect./g' > $@
/build/bazel/mk2rbc/
Dapply_scripted_change.sh42 …ho -e '\nThis change has been generated by the following script:\n\n```'; grep -vP '^##CL' $script…
/build/bazel/tests/bionic/
Dverify_bionic_outputs.sh29 echo "${haystack}" | grep "${needle}" && return 0
/build/bazel/ci/
Ddiffs.sh47 result=$(find "$1" -name "$3" | grep "$2")
/build/soong/apex/
Dapex_singleton.go54 if grep -v '^#' ${allowed_deps} | diff -B - ${new_allowed_deps}; then
/build/soong/provenance/
Dprovenance_singleton.go40 `touch $out.temp && cat $out.temp $in | grep -v "^#.*" >> $out && rm -rf $out.temp`,
/build/make/target/board/
DAndroid.mk26 $(hide) grep -v '#' $< > $@

12