Searched refs:find (Results 1 – 25 of 60) sorted by relevance
123
/build/soong/scripts/ |
D | gen_ndk_usedby_apex.sh | 46 find "$1" -name "*.jar" -exec unzip -o {} -d "$tmpUnzippedDir" \; 47 find "$1" -name "*.apk" -exec unzip -o {} -d "$tmpUnzippedDir" \; 48 find "$tmpUnzippedDir" -name "*.MF" -exec rm {} \; 54 find "$dir" -type f -name "*.so" -exec "$2" --dyn-symbols {} >> "$dir"/../tmpReadelf.txt \; 55 …find "$dir" -type f -perm /111 ! -name "*.so" -exec "$2" --dyn-symbols {} >> "$dir"/../tmpReadelf…
|
D | unpack-prebuilt-apex.sh | 57 find $OUTPUT_DIR -type f | sed "s|^| |" >&2
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.js | 32 var $selNavLink = $('#nav').find('a[href="' + pagePath + '"]'); 45 $prevLink = $prevListItem.find('a:last'); 48 $prevLink = $prevListItem.find('a:eq(0)'); 52 $prevLink = $selListItem.parents('li').find('a'); 71 $nextLink = $selListItem.find('ul').find('a:eq(0)') 74 $nextLink = $selListItem.next('li').find('a:eq(0)'); 77 $nextLink = $selListItem.parents('li').next('li.nav-section').find('a:eq(0)'); 122 $('.nav-section-header').find('a:eq(0)').click(function(evt) {
|
/build/soong/ |
D | build_kzip.bash | 48 declare -r kzip_count=$(find "$out" -name '*.kzip' | wc -l) 54 "$out/soong/host/linux-x86/bin/merge_zips" "$DIST_DIR/$allkzip" @<(find "$out" -name '*.kzip')
|
/build/ |
D | envsetup.sh | 1063 …find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|hpp|S|java|… 1071 …find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|hpp\|S\|j… 1084 … find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" \ 1090 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.go" \ 1096 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" \ 1102 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.rs" \ 1108 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.kt" \ 1114 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( -name '*.c' -o -n… 1121 …for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type … 1122 find $dir -type f -name '*\.xml' -exec grep --color -n "$@" {} + [all …]
|
/build/make/ |
D | envsetup.sh | 1063 …find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|hpp|S|java|… 1071 …find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|hpp\|S\|j… 1084 … find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" \ 1090 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.go" \ 1096 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" \ 1102 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.rs" \ 1108 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.kt" \ 1114 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( -name '*.c' -o -n… 1121 …for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type … 1122 find $dir -type f -name '*\.xml' -exec grep --color -n "$@" {} + [all …]
|
/build/make/tools/ |
D | extract_kernel.py | 47 null_idx = input_bytes.find(b'\x00', start_idx) 66 idx = input_bytes.find(LINUX_BANNER_PREFIX, idx) 111 idx = input_bytes.find(CONFIG_PREFIX + GZIP_HEADER) 141 idx = input_bytes.find(search_bytes, idx)
|
D | print_module_licenses.sh | 2 find . -name MODULE_LICENSE_\* | sed 's/\/MODULE_LICENSE_/\ /' | sed 's/\.\///' | awk '{ print $2 "…
|
D | fixlinebreaks.sh | 7 FILES=`find . \( -iname '*.c' -o -iname '*.cpp' -o -iname '*.h' -o -iname '*.mk' -o -iname '*.html'…
|
/build/make/target/product/gsi/ |
D | Android.mk | 99 define find-abi-dump-paths 102 $(call find-files-in-subdirs,$(1),"*.so.lsdump" -and -type f,.))) 116 VNDK_ABI_DUMPS := $(call find-abi-dump-paths,$(VNDK_ABI_DUMP_DIR)) 117 NDK_ABI_DUMPS := $(call find-abi-dump-paths,$(NDK_ABI_DUMP_DIR)) 118 PLATFORM_ABI_DUMPS := $(call find-abi-dump-paths,$(PLATFORM_ABI_DUMP_DIR))
|
/build/bazel/ci/ |
D | mixed_droid.sh | 16 if find out/ | grep bazel-out &>/dev/null; then
|
D | mixed_libc.sh | 16 if find out/ | grep bazel-out &>/dev/null; then
|
/build/soong/docs/ |
D | perf.md | 77 verbose: *kati*: 0.010 / 1 cd cts/tests/framework/base/windowmanager ; find -L * -name "Componen… 79 verbose: *kati*: 0.009 / 2 cd development/samples/ShortcutDemo/publisher ; find -L ../common/src… 80 verbose: *kati*: 0.009 / 2 cd development/samples/ShortcutDemo/launcher ; find -L ../common/src … 94 All the longest commands in this case are all variants of a call to `find`, but 100 There are some optimizations in place for find commands -- if Kati can 101 understand the find command, the built-in find emulator can turn some of them 102 into glob or stat checks (falling back to calling `find` if one of those imply 103 that the output may change). Many of the common macros produce find commands 110 .../kati.go:127: *kati*: 0.015 cd libcore && (find luni/src/test/java -name "*.java" 2> /dev/null)… 113 It may be more efficient to move the grep into make, so that the `find` portion [all …]
|
/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
|
/build/make/tools/droiddoc/test/stubs/ |
D | func.sh | 34 find $SRC_DIR -name '*.java' > $OBJ_DIR/javadoc-src-list 67 find $STUBS_DIR -name "*.java" > $OBJ_DIR/java-src-list
|
D | run.sh | 24 find $DIR/src -name "*.java" | xargs javac -d out/stubs_compiled
|
/build/make/core/ |
D | link_type.mk | 13 my_link_prefix := LINK_TYPE:$(call find-idf-prefix,$(my_kind),$(my_host_cross)):$(if $(my_common),$…
|
D | definitions.mk | 228 $(call find-subdir-files,$(2) -type d -name "$(1)") 248 $(call find-files-in-subdirs,$(LOCAL_PATH),"$(1)",$(2)) 308 find -L $(1) -name "*$(or $(LOCAL_CPP_EXTENSION),.cpp)" -and -not -name ".*") \ 384 $(call find-subdir-files,$(1) \( -name "*.rscript" -or -name "*.fs" \) -and -not -name ".*") 421 define find-subdir-files 422 $(sort $(patsubst ./%,%,$(shell cd $(LOCAL_PATH) ; find -L $(1)))) 433 define find-subdir-subdir-files 435 $(LOCAL_PATH) ; find -L $(1) -maxdepth 1 -name $(2))))) 443 define find-subdir-assets 445 $(shell if [ -d $(1) ] ; then cd $(1) ; find -L ./ -not -name '.*' -and -type f ; fi)), \ [all …]
|
D | envsetup.rbc | 150 if host.find("Linux") >= 0: 152 elif host.find("Darwin") >= 0: 163 if host.find("x86_64") >= 0: 167 elif host.find("i686") >= 0 or host.find("x86") >= 0:
|
/build/blueprint/ |
D | blueprint_impl.bash | 14 find . -mindepth 1 -type d \( -name ".*" -o -execdir test -e {}/.out-dir \; \) -prune \
|
/build/make/core/tasks/ |
D | tradefed-tests-list.mk | 20 $(eval tradefed_tests += $(shell find $(dir) -type f -name "*.xml")))
|
/build/make/tools/product_config/src/com/android/build/config/ |
D | Value.java | 138 if (s.length() > 0 && (val.mVarType == VarType.LIST || m.find())) { in oneLinePerWord() 155 if (m.find()) { in oneLinePerWord()
|
/build/soong/finder/cmd/ |
D | Android.bp | 16 // fast, parallel, caching implementation of `find`
|
/build/soong/finder/ |
D | Android.bp | 16 // fast, parallel, caching implementation of `find`
|
/build/bazel/rules_cc/cc/ |
D | find_cc_toolchain.bzl | 58 ctx: The rule context for which to find a toolchain. 77 # We didn't find anything.
|
123