Searched refs:more (Results 1 – 11 of 11) sorted by relevance
/build/tools/droiddoc/src/ |
D | AttrTagInfo.java | 64 String more = m.group(2); in parse() local 67 String ref = more.trim(); in parse() 81 m = NAME_TEXT.matcher(more); in parse() 83 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr name tag: " + more); in parse() 91 mDescrComment = new Comment(more, base, position); in parse()
|
D | Comment.java | 205 int more = -1; in parseBriefTags() local 208 more = i; in parseBriefTags() 211 if (more >= 0) { in parseBriefTags() 212 for (int i=0; i<more; i++) { in parseBriefTags()
|
/build/tools/atree/ |
D | atree.cpp | 165 vector<FileRecord> more; in main() local 191 err |= list_dir(*it, excludes, &more); in main() 194 for (vector<FileRecord>::iterator it=more.begin(); in main() 195 it!=more.end(); it++) { in main()
|
D | files.cpp | 346 const FileRecord& rec, vector<FileRecord>*more) in add_more() argument 360 more->push_back(r); in add_more() 378 vector<FileRecord>* more) in list_dir() argument 410 add_more(entry, is_directory, rec, more); in list_dir() 418 list_dir(*it, rec, excludes, more); in list_dir()
|
/build/tools/droiddoc/templates/ |
D | package.cs | 33 <p><span class="jd-more"><a href="package-descr.html">more...</a></span></p>
|
/build/tools/acp/ |
D | README | 31 It's easier and more reliable to write a cp command that works properly.
|
/build/tools/droiddoc/templates/assets/ |
D | android-developer-core.css | 580 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results, 1014 zoom:1; /* IE, otherwise, layout doesn't update when showing 'more' */ 1077 ul.videoPreviews span.more {
|
D | style.css | 205 div#jd-content .jd-more {
|
D | android-developer-docs.css | 1193 body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more s… 1194 body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more s…
|
/build/tools/droiddoc/templates-sdk/ |
D | sdkpage.cs | 117 applications more efficiently. See the <a href="features.html">Android <?cs
|
/build/ |
D | envsetup.sh | 13 Look at the source to view more functions. The complete list is:
|