Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 60) sorted by relevance

123

/build/soong/scripts/
Dgen_ndk_usedby_apex.sh46 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 \;
55find "$dir" -type f -perm /111 ! -name "*.so" -exec "$2" --dyn-symbols {} >> "$dir"/../tmpReadelf…
Dunpack-prebuilt-apex.sh57 find $OUTPUT_DIR -type f | sed "s|^| |" >&2
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.js32 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/
Dbuild_kzip.bash48 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/
Denvsetup.sh1063find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|hpp|S|java|…
1071find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|hpp\|S\|j…
1084find . -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" \
1114find . -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/
Denvsetup.sh1063find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|hpp|S|java|…
1071find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|hpp\|S\|j…
1084find . -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" \
1114find . -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/
Dextract_kernel.py47 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)
Dprint_module_licenses.sh2 find . -name MODULE_LICENSE_\* | sed 's/\/MODULE_LICENSE_/\ /' | sed 's/\.\///' | awk '{ print $2 "…
Dfixlinebreaks.sh7 FILES=`find . \( -iname '*.c' -o -iname '*.cpp' -o -iname '*.h' -o -iname '*.mk' -o -iname '*.html'…
/build/make/target/product/gsi/
DAndroid.mk99 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/
Dmixed_droid.sh16 if find out/ | grep bazel-out &>/dev/null; then
Dmixed_libc.sh16 if find out/ | grep bazel-out &>/dev/null; then
/build/soong/docs/
Dperf.md77 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/
Dcompatibility.mk50 $(test_suite_jdk): $(shell find $(test_suite_jdk_dir) -type f | sort)
98 find $(PRIVATE_RESOURCES) | sort >$@.list
/build/make/tools/droiddoc/test/stubs/
Dfunc.sh34 find $SRC_DIR -name '*.java' > $OBJ_DIR/javadoc-src-list
67 find $STUBS_DIR -name "*.java" > $OBJ_DIR/java-src-list
Drun.sh24 find $DIR/src -name "*.java" | xargs javac -d out/stubs_compiled
/build/make/core/
Dlink_type.mk13 my_link_prefix := LINK_TYPE:$(call find-idf-prefix,$(my_kind),$(my_host_cross)):$(if $(my_common),$…
Ddefinitions.mk228 $(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 …]
Denvsetup.rbc150 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/
Dblueprint_impl.bash14 find . -mindepth 1 -type d \( -name ".*" -o -execdir test -e {}/.out-dir \; \) -prune \
/build/make/core/tasks/
Dtradefed-tests-list.mk20 $(eval tradefed_tests += $(shell find $(dir) -type f -name "*.xml")))
/build/make/tools/product_config/src/com/android/build/config/
DValue.java138 if (s.length() > 0 && (val.mVarType == VarType.LIST || m.find())) { in oneLinePerWord()
155 if (m.find()) { in oneLinePerWord()
/build/soong/finder/cmd/
DAndroid.bp16 // fast, parallel, caching implementation of `find`
/build/soong/finder/
DAndroid.bp16 // fast, parallel, caching implementation of `find`
/build/bazel/rules_cc/cc/
Dfind_cc_toolchain.bzl58 ctx: The rule context for which to find a toolchain.
77 # We didn't find anything.

123