Home
last modified time | relevance | path

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

1234

/build/kati/testcase/
Dfind_command.mk52 $(call run_find, find testdir)
53 $(call run_find, find .)
55 $(call run_find, find ./)
56 $(call run_find, find .///)
57 $(call run_find, find )
58 $(call run_find, find ./.)
59 $(call run_find, find ././)
61 $(call run_find, find testdir/../testdir)
63 $(call run_find, find testdir -print)
65 $(call run_find, find testdir -name foo)
[all …]
/build/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/tools/droiddoc/templates-sdk-dev/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/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/tools/droiddoc/templates-sdk/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/tools/droiddoc/templates-ds/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/tools/droiddoc/templates-sdk-refonly/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/tools/droiddoc/templates-sac/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/tools/droiddoc/templates-sdk-dev/assets/js/
Ddocs.js59 var $selNavLink = $('#nav').find('a[href="' + pagePath + '"]');
73 $prevLink = $prevListItem.find('a:last');
76 $prevLink = $prevListItem.find('a:eq(0)');
81 $prevLink = $selListItem.parents('li').find('a');
98 $nextLink = $selListItem.find('ul:eq(0)').find('a:eq(0)');
102 $nextLink = $selListItem.next('li').find('a');
110 if ($selListItem.find('a[description]').length) {
116 $nextLink = $selListItem.next('li').find('a:eq(0)');
120 $nextLink = $selListItem.parents('li:eq(0)').next('li').find('a:eq(0)');
122 $nextLink = $selListItem.parents('li:eq(1)').next('li.nav-section').find('a:eq(0)');
[all …]
/build/kati/
Dpathutil_test.go203 cmd: `find testdir -name "file1"`,
211 cmd: `find testdir -name "*1"`,
219 cmd: `find testdir -name "*1" -and -name "file*"`,
227 cmd: `find testdir -name "*1" -or -name "file*"`,
235 cmd: `find testdir -name "*1" -or -type f`,
243 cmd: `find testdir -name "*1" -or -not -type f`,
251 cmd: `find testdir -name "*1" -or \! -type f`,
259 cmd: `find testdir -name "*1" -or -type d`,
267 cmd: `find testdir -name "*1" -or -type l`,
275 cmd: `find testdir -name "*1" -a -type l -o -name "dir*"`,
[all …]
Dninja.cc50 const size_t found = cmd.find(name); in FindCommandLineFlag()
63 index = val.find(name); in FindCommandLineFlagWithArg()
66 index = val.find(name); in FindCommandLineFlagWithArg()
81 size_t index = cmdline.find(' '); in GetGomaccPosForAndroidCompileCommand()
100 return rest.find(" -c ") != string::npos ? 0 : string::npos; in GetGomaccPosForAndroidCompileCommand()
133 if (cmd->find("bin/llvm-rs-cc ") != string::npos) { in GetDepfileFromCommand()
143 if (cmd->find(p) != string::npos) { in GetDepfileFromCommand()
145 const size_t found = cmd->find(rm_f); in GetDepfileFromCommand()
158 if (cmd->find(as) != string::npos) { in GetDepfileFromCommand()
447 } else if (translated.find("/gomacc") != string::npos) { in GenShellScript()
[all …]
Ddep.cc111 auto found = children_.find(name[0]); in Get()
134 size_t dot_index = rest.find('.'); in IsSuffixRule()
138 rest.substr(dot_index+1).find('.') != string::npos) { in IsSuffixRule()
344 auto found = rules_.find(target); in Exists()
353 auto found = rules_.find(s); in GetRuleInputs()
385 size_t dot_index = rest.find('.'); in PopulateSuffixRule()
429 auto found = rules_.find(o); in LookupRuleMerger()
437 auto found = rule_vars_.find(o); in LookupRuleVars()
487 auto found = rule_vars_.find(output); in MergeImplicitRuleVars()
531 SuffixRuleMap::const_iterator found = suffix_rules_.find(output_suffix); in PickRule()
[all …]
Drule.cc45 return s.find('%') != string::npos; in IsPatternRule()
58 size_t index = line.find(':'); in ParseRule()
115 index = rest.find(':'); in ParseRule()
/build/tools/droiddoc/templates-sdk/assets/js/
Ddocs.js154 var subNavEl = navEl.find(".dac-nav-secondary");
158 navEl.find("> li.design > a").addClass("selected");
162 navEl.find("> li.home > a").addClass('has-subnav');
163 subNavEl.find("li." + urlSegments[1] + " > a").addClass("selected");
165 navEl.find("> li.home > a").addClass('selected');
170 parentNavEl = navEl.find("> li.ndk > a");
173 navEl.find("> li.guides > a").addClass("selected ndk");
175 navEl.find("> li.reference > a").addClass("selected ndk");
177 navEl.find("> li.samples > a").addClass("selected ndk");
179 navEl.find("> li.downloads > a").addClass("selected ndk");
[all …]
/build/tools/droiddoc/templates-sdk-refonly/assets/js/
Ddocs.js154 var subNavEl = navEl.find(".dac-nav-secondary");
158 navEl.find("> li.design > a").addClass("selected");
162 navEl.find("> li.home > a").addClass('has-subnav');
163 subNavEl.find("li." + urlSegments[1] + " > a").addClass("selected");
165 navEl.find("> li.home > a").addClass('selected');
170 parentNavEl = navEl.find("> li.ndk > a");
173 navEl.find("> li.guides > a").addClass("selected ndk");
175 navEl.find("> li.reference > a").addClass("selected ndk");
177 navEl.find("> li.samples > a").addClass("selected ndk");
179 navEl.find("> li.downloads > a").addClass("selected ndk");
[all …]
/build/
Denvsetup.sh1135find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|S|java|xml|…
1143find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|S\|java\|…
1156find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" \
1162 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" \
1168find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( -name '*.c' -o -n…
1174 …for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type …
1175 find $dir -type f -name '*\.xml' -exec grep --color -n "$@" {} +
1181find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidMani…
1187 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -name sepolicy -type d \
1193 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.rc*" \
[all …]
/build/tools/
Dmktarball.sh28 subdirs=`find ${dir_to_tar} -type d -print`
29 files=`find ${dir_to_tar} \! -type d -print`
Dprint_module_licenses.sh2 find . -name MODULE_LICENSE_\* | sed 's/\/MODULE_LICENSE_/\ /' | sed 's/\.\///' | awk '{ print $2 "…
/build/tools/droiddoc/templates-ds/assets/scroller/
Djquery.jscrollpane.min.js8find(">.jspVerticalBar,>.jspHorizontalBar").remove().end()}Y.css("overflow","auto");if(aQ.contentW…
9find(">.jspHorizontalBar>.jspCap:visible,>.jspHorizontalBar>.jspArrow").each(function(){l-=b(this)…
10find(":input,a").unbind("focus.jsp").bind("focus.jsp",function(s){ab(s.target,false)})}function E(…
/build/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/tools/droiddoc/templates-sac/assets/js/
Ddocs.js199 var $selNavLink = $('#nav').find('a[href="' + pagePath + '"]');
222 $prevLink = $prevListItem.find('a:last');
225 $prevLink = $prevListItem.find('a:eq(0)');
230 $prevLink = $selListItem.parents('li').find('a');
248 $nextLink = $selListItem.find('ul:eq(0)').find('a:eq(0)');
252 $nextLink = $selListItem.next('li').find('a');
260 if ($selListItem.find('a[description]').length) {
266 $nextLink = $selListItem.next('li').find('a:eq(0)');
270 $nextLink = $selListItem.parents('li:eq(0)').next('li.nav-section').find('a:eq(0)');
272 $nextLink = $selListItem.parents('li:eq(1)').next('li.nav-section').find('a:eq(0)');
[all …]
/build/soong/java/
Dbuilder.go45 `find $outDir -name "*.class" > $out`,
64 `find "$outDir" -name "classes*.dex" > $out`,
81 `find $outDir -name "*.class" > $classFile && ` +
82 `find $outDir -type f -a \! -name "*.class" -a \! -name "MANIFEST.MF" > $resourceFile || ` +
/build/tools/droiddoc/templates-ds/assets/js/
Ddocs.js142 var $selNavLink = $('#nav').find('a[href="' + pagePath + '"]');
165 $prevLink = $prevListItem.find('a:last');
168 $prevLink = $prevListItem.find('a:eq(0)');
173 $prevLink = $selListItem.parents('li').find('a');
191 $nextLink = $selListItem.find('ul:eq(0)').find('a:eq(0)');
195 $nextLink = $selListItem.next('li').find('a');
203 if ($selListItem.find('a[description]').length) {
209 $nextLink = $selListItem.next('li').find('a:eq(0)');
213 $nextLink = $selListItem.parents('li:eq(0)').next('li.nav-section').find('a:eq(0)');
215 $nextLink = $selListItem.parents('li:eq(1)').next('li.nav-section').find('a:eq(0)');
[all …]
/build/core/
Ddefinitions.mk211 $(call find-subdir-files,$(2) -type d -name "$(1)")
231 $(call find-files-in-subdirs,$(LOCAL_PATH),"$(1)",$(2))
291 find -L $(1) -name "*$(or $(LOCAL_CPP_EXTENSION),.cpp)" -and -not -name ".*") \
367 $(call find-subdir-files,$(1) \( -name "*.rs" -or -name "*.fs" \) -and -not -name ".*")
404 define find-subdir-files
405 $(sort $(patsubst ./%,%,$(shell cd $(LOCAL_PATH) ; find -L $(1))))
416 define find-subdir-subdir-files
418 $(LOCAL_PATH) ; find -L $(1) -maxdepth 1 -name $(2)))))
426 define find-subdir-assets
428 …$(shell if [ -d $(1) ] ; then cd $(1) ; find -L ./ -not -name '.*' -and -type f -and -not -type l …
[all …]
Dcleanbuild.mk317 $(hide) find $(OUT_DIR) -name "*.jack" | xargs rm -f
318 $(hide) find $(OUT_DIR) -type d -name "jack" | xargs rm -rf
323 $(hide) find $(OUT_DIR) -name "*.dex" ! -path "*/jack-incremental/*" | xargs rm -f
324 …$(hide) for i in `find $(OUT_DIR) -name "*.jar" -o -name "*.apk"` ; do ((unzip -l $$i 2> /dev/null…
330 $(hide) find $(OUT_DIR) -name "jack-incremental" -type d | xargs rm -rf

1234