Searched refs:find (Results 1 – 25 of 54) sorted by relevance
123
/build/make/tools/droiddoc/templates-ndk/assets/design/ |
D | default.js | 32 var $selNavLink = $('.nav-y').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-y li').has('ul').find('a:eq(0)').click(function(evt) {
|
/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/ |
D | envsetup.sh | 966 …find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|hpp|S|java|… 974 …find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|hpp\|S\|j… 987 … find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" \ 993 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.go" \ 999 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" \ 1005 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( -name '*.c' -o -n… 1012 …for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type … 1013 find $dir -type f -name '*\.xml' -exec grep --color -n "$@" {} + 1019 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidMani… 1025 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'OWNERS' \ [all …]
|
D | CleanSpec.mk | 59 $(call add-clean-step, find $(PRODUCT_OUT) -name "*.apk" | xargs rm) 436 $(call add-clean-step, find $(SOONG_OUT_DIR)/.intermediates -name 'linux_x86*' | xargs rm -rf) 437 $(call add-clean-step, find $(SOONG_OUT_DIR)/.intermediates -name 'linux_common*' | xargs rm -rf) 494 $(call add-clean-step, find $(PRODUCT_OUT) -type f -name "vr_hwc*" -print0 | xargs -0 rm -f) 499 $(call add-clean-step, find $(PRODUCT_OUT) -type f -name "*product-services*" -print0 | xargs -0 rm… 500 $(call add-clean-step, find $(PRODUCT_OUT) -type d -name "*product-services*" -print0 | xargs -0 rm… 501 $(call add-clean-step, find $(PRODUCT_OUT) -type l -name "*product-services*" -print0 | xargs -0 rm… 513 $(call add-clean-step, find $(OUT_DIR) \( -name "*.so.debug" -o -name "*.so.dynsyms" -o -name "*.so… 520 $(call add-clean-step, find $(OUT_DIR)/target/product/mainline_arm64/system -type f -name "*.*dex" … 529 $(call add-clean-step, find system/app system/priv-app system/framework system_other -depth -type d… [all …]
|
/build/make/ |
D | envsetup.sh | 966 …find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|hpp|S|java|… 974 …find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|hpp\|S\|j… 987 … find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" \ 993 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.go" \ 999 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" \ 1005 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( -name '*.c' -o -n… 1012 …for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type … 1013 find $dir -type f -name '*\.xml' -exec grep --color -n "$@" {} + 1019 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidMani… 1025 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'OWNERS' \ [all …]
|
D | CleanSpec.mk | 59 $(call add-clean-step, find $(PRODUCT_OUT) -name "*.apk" | xargs rm) 436 $(call add-clean-step, find $(SOONG_OUT_DIR)/.intermediates -name 'linux_x86*' | xargs rm -rf) 437 $(call add-clean-step, find $(SOONG_OUT_DIR)/.intermediates -name 'linux_common*' | xargs rm -rf) 494 $(call add-clean-step, find $(PRODUCT_OUT) -type f -name "vr_hwc*" -print0 | xargs -0 rm -f) 499 $(call add-clean-step, find $(PRODUCT_OUT) -type f -name "*product-services*" -print0 | xargs -0 rm… 500 $(call add-clean-step, find $(PRODUCT_OUT) -type d -name "*product-services*" -print0 | xargs -0 rm… 501 $(call add-clean-step, find $(PRODUCT_OUT) -type l -name "*product-services*" -print0 | xargs -0 rm… 513 $(call add-clean-step, find $(OUT_DIR) \( -name "*.so.debug" -o -name "*.so.dynsyms" -o -name "*.so… 520 $(call add-clean-step, find $(OUT_DIR)/target/product/mainline_arm64/system -type f -name "*.*dex" … 529 $(call add-clean-step, find system/app system/priv-app system/framework system_other -depth -type d… [all …]
|
/build/make/target/product/gsi/ |
D | Android.mk | 101 define find-abi-dump-paths 104 $(call find-files-in-subdirs,$(1),"*.so.lsdump" -and -type f,.))) 118 VNDK_ABI_DUMPS := $(call find-abi-dump-paths,$(VNDK_ABI_DUMP_DIR)) 119 NDK_ABI_DUMPS := $(call find-abi-dump-paths,$(NDK_ABI_DUMP_DIR)) 120 PLATFORM_ABI_DUMPS := $(call find-abi-dump-paths,$(PLATFORM_ABI_DUMP_DIR))
|
/build/soong/ |
D | build_kzip.bash | 39 declare -r kzip_count=$(find "$out" -name '*.kzip' | wc -l) 45 "$out/soong/host/linux-x86/bin/merge_zips" "$DIST_DIR/$allkzip" @<(find "$out" -name '*.kzip')
|
/build/make/tools/ |
D | extract_kernel.py | 47 null_idx = input_bytes.find('\x00', start_idx) 66 idx = input_bytes.find(LINUX_BANNER_PREFIX, idx) 103 idx = input_bytes.find(CONFIG_PREFIX + GZIP_HEADER) 133 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/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 269 var $selNavLink = $('#nav').find('a[href="' + pagePath + '"]'); 283 $prevLink = $prevListItem.find('a:last'); 286 $prevLink = $prevListItem.find('a:eq(0)'); 291 $prevLink = $selListItem.parents('li').find('a'); 308 $nextLink = $selListItem.find('ul:eq(0)').find('a:eq(0)'); 312 $nextLink = $selListItem.next('li').find('a'); 320 if ($selListItem.find('a[description]').length) { 326 $nextLink = $selListItem.next('li').find('a:eq(0)'); 330 $nextLink = $selListItem.parents('li:eq(0)').next('li').find('a:eq(0)'); 332 $nextLink = $selListItem.parents('li:eq(1)').next('li.nav-section').find('a:eq(0)'); [all …]
|
/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/ |
D | definitions.mk | 225 $(call find-subdir-files,$(2) -type d -name "$(1)") 245 $(call find-files-in-subdirs,$(LOCAL_PATH),"$(1)",$(2)) 305 find -L $(1) -name "*$(or $(LOCAL_CPP_EXTENSION),.cpp)" -and -not -name ".*") \ 381 $(call find-subdir-files,$(1) \( -name "*.rscript" -or -name "*.fs" \) -and -not -name ".*") 418 define find-subdir-files 419 $(sort $(patsubst ./%,%,$(shell cd $(LOCAL_PATH) ; find -L $(1)))) 430 define find-subdir-subdir-files 432 $(LOCAL_PATH) ; find -L $(1) -maxdepth 1 -name $(2))))) 440 define find-subdir-assets 442 $(shell if [ -d $(1) ] ; then cd $(1) ; find -L ./ -not -name '.*' -and -type f ; fi)), \ [all …]
|
D | link_type.mk | 13 my_link_prefix := LINK_TYPE:$(call find-idf-prefix,$(my_kind),$(my_host_cross)):$(if $(my_common),$…
|
D | pdk_config.mk | 68 $(shell cd $(PDK_FUSION_PLATFORM_DIR); find * -type f)) 75 $(shell cd $(PDK_FUSION_PLATFORM_DIR); find * -type l))
|
/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/tasks/ |
D | find-shareduid-violation.mk | 19 find_shareduid_script := $(BUILD_SYSTEM)/tasks/find-shareduid-violation.py
|
D | tradefed-tests-list.mk | 20 $(eval tradefed_tests += $(shell find $(dir) -type f -name "*.xml")))
|
/build/blueprint/ |
D | blueprint_impl.bash | 14 find . -mindepth 1 -type d \( -name ".*" -o -execdir test -e {}/.out-dir \; \) -prune \
|
/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/make/core/tasks/tools/ |
D | compatibility.mk | 63 $(hide) find $(PRIVATE_OUT_DIR)/tools $(PRIVATE_OUT_DIR)/testcases | sort >$@.list
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.js | 536 var nodes = $("#header-tabs").find("."+lang); 550 var nodes = $("#side-nav").find("."+lang); 583 $("#language").find("option[value='"+lang+"']").attr("selected",true); 588 var lang = $("#language").find(":selected").attr("value");
|
123