Searched refs:grep (Results 1 – 25 of 47) sorted by relevance
12
57 if ! grep regenerating ${log} > /dev/null; then66 if ! grep regenerating ${log} > /dev/null; then75 if ! grep regenerating ${log} > /dev/null; then84 if grep regenerating ${log} >/dev/null; then93 if grep regenerating ${log} >/dev/null; then102 if grep regenerating ${log} >/dev/null; then111 if grep regenerating ${log} >/dev/null; then120 if ! grep regenerating ${log} > /dev/null; then130 if ! grep regenerating ${log} > /dev/null; then140 if grep regenerating ${log}; then[all …]
41 if grep regenerating ${log}; then51 if ! grep regenerating ${log} >/dev/null; then59 if grep regenerating ${log}; then70 if ! grep regenerating ${log} >/dev/null; then
33 if ! grep -q 'Cache not found' kati.INFO; then41 if ! grep -q 'Cache found' kati.INFO; then53 if ! grep -q 'Cache expired' kati.INFO; then
26 if echo "${mk}" | grep -qv "kati"; then32 ${mk} 2>&1 | grep "*kati*" | sed "s/^\*kati\*: //"
29 if echo "${mk}" | grep -qv "kati"; then40 if echo "${mk}" | grep -qv "kati"; then
28 if echo "${mk}" | grep -qv "kati"; then36 if echo "${mk}" | grep -qv "kati"; then
30 if echo "${mk}" | grep -qv "kati"; then38 if echo "${mk}" | grep -qv "kati"; then
26 if echo "${mk}" | grep -qv "kati"; then36 if echo "${mk}" | grep -qv "kati"; then
31 if echo "${mk}" | grep -qv "kati"; then39 if echo "${mk}" | grep -qv "kati"; then
29 if echo "${mk}" | grep -qv "kati"; then38 if echo "${mk}" | grep -qv "kati"; then
35 if echo "${mk}" | grep -qv "kati"; then44 if echo "${mk}" | grep -qv "kati"; then
27 if echo "${mk}" | grep -q "^make"; then
15 env | grep 'override B'
29 if echo "${mk}" | grep -qv "kati"; then
21 if echo "${mk}" | grep -q "^make"; then
25 export sdk_version=$(echo "${badging}" | grep "sdkVersion" | sed -n "s/sdkVersion:'\(.*\)'/\1/p")27 export target_sdk_version=$(echo "${badging}" | grep "targetSdkVersion" | sed -n "s/targetSdkVersio…28 uses_libraries=$(echo "${badging}" | grep "uses-library" | sed -n "s/uses-library:'\(.*\)'/\1/p")29 optional_uses_libraries=$(echo "${badging}" | grep "uses-library-not-required" | sed -n "s/uses-lib…
38 …("${CROSS_COMPILE}readelf" -d "${infile}" | grep SONAME || echo "No SONAME for ${infile}") > "${ou…48 "${CROSS_COMPILE}/otool" -l "${infile}" | grep LC_ID_DYLIB -A 5 > "${outfile}.tmp"49 …"${CROSS_COMPILE}/nm" -gP "${infile}" | cut -f1-2 -d" " | (grep -v 'U$' >> "${outfile}.tmp" || tru…59 "${CROSS_COMPILE}objdump" -x "${infile}" | grep "^Name" | cut -f3 -d" " > "${outfile}.tmp"
30 | grep -E '/[^/]*\.class$' \
27 grep $(HOST_OUT_TESTCASES) $@.list > $@-host.list || true31 grep $(TARGET_OUT_TESTCASES) $@.list > $@-target.list || true34 $(hide) grep -e .*.config$$ $@-host.list | sed s%$(HOST_OUT)%host%g > $(PRIVATE_device_tests_list)35 …$(hide) grep -e .*.config$$ $@-target.list | sed s%$(PRODUCT_OUT)%target%g >> $(PRIVATE_device_tes…
47 …grep $(HOST_OUT_TESTCASES) $(PRIVATE_INTERMEDIATES_DIR)/list > $(PRIVATE_INTERMEDIATES_DIR)/host.l…48 …grep $(TARGET_OUT_TESTCASES) $(PRIVATE_INTERMEDIATES_DIR)/list > $(PRIVATE_INTERMEDIATES_DIR)/targ…57 …grep -e .*.config$$ $(PRIVATE_INTERMEDIATES_DIR)/host.list | sed s%$(HOST_OUT)%host%g > $(PRIVATE_…58 …grep -e .*.config$$ $(PRIVATE_INTERMEDIATES_DIR)/target.list | sed s%$(PRODUCT_OUT)%target%g >> $(…
521 elif (echo -n $ANSWER | grep -q -e "^[0-9][0-9]*$") ; then604 elif (echo -n $answer | grep -q -e "^[0-9][0-9]*$")1039 qpid | \grep "$prepend$EXE$append"1154 -exec grep --color -n "$@" {} +1162 -exec grep --color -n "$@" {} +1175 -exec grep --color -n "$@" {} +1181 -exec grep --color -n "$@" {} +1187 -exec grep --color -n "$@" {} +1194 find $dir -type f -name '*\.xml' -exec grep --color -n "$@" {} +1201 -exec grep --color -n "$@" {} +[all …]
3 if echo $TRAVIS_BUILD_DIR | grep -vq "github.com/google/blueprint$" ; then