Home
last modified time | relevance | path

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

123

/build/make/tools/droiddoc/templates-ndk/assets/design/
Ddefault.js32 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/
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/
Denvsetup.sh966find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|hpp|S|java|…
974find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|hpp\|S\|j…
987find . -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" \
1005find . -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 "$@" {} +
1019find . -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 …]
DCleanSpec.mk59 $(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/
Denvsetup.sh966find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|hpp|S|java|…
974find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|hpp\|S\|j…
987find . -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" \
1005find . -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 "$@" {} +
1019find . -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 …]
DCleanSpec.mk59 $(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/
DAndroid.mk101 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/
Dbuild_kzip.bash39 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/
Dextract_kernel.py47 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)
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/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js269 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/
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/
Ddefinitions.mk225 $(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 …]
Dlink_type.mk13 my_link_prefix := LINK_TYPE:$(call find-idf-prefix,$(my_kind),$(my_host_cross)):$(if $(my_common),$…
Dpdk_config.mk68 $(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/
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/tasks/
Dfind-shareduid-violation.mk19 find_shareduid_script := $(BUILD_SYSTEM)/tasks/find-shareduid-violation.py
Dtradefed-tests-list.mk20 $(eval tradefed_tests += $(shell find $(dir) -type f -name "*.xml")))
/build/blueprint/
Dblueprint_impl.bash14 find . -mindepth 1 -type d \( -name ".*" -o -execdir test -e {}/.out-dir \; \) -prune \
/build/soong/finder/cmd/
DAndroid.bp16 // fast, parallel, caching implementation of `find`
/build/soong/finder/
DAndroid.bp16 // fast, parallel, caching implementation of `find`
/build/make/core/tasks/tools/
Dcompatibility.mk63 $(hide) find $(PRIVATE_OUT_DIR)/tools $(PRIVATE_OUT_DIR)/testcases | sort >$@.list
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.js536 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