/frameworks/support/tests/java/android/support/v4/provider/ |
D | DocumentFileTest.java | 95 public void exec(DocumentFile doc) throws Exception; in exec() argument 101 public void exec(DocumentFile doc) throws Exception { in testSimple() 103 assertTrue("isDirectory", doc.isDirectory()); in testSimple() 104 assertFalse("isFile", doc.isFile()); in testSimple() 105 assertTrue("canRead", doc.canRead()); in testSimple() 106 assertTrue("canWrite", doc.canWrite()); in testSimple() 107 assertTrue("exists", doc.exists()); in testSimple() 118 public void exec(DocumentFile doc) throws Exception { in testTraverse() 122 final DocumentFile foo = doc.findFile(FOO); in testTraverse() 123 final DocumentFile meow = doc.findFile(MEOW); in testTraverse() [all …]
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
D | DocumentStack.java | 87 for (DocumentInfo doc : this) { in buildKey() 88 builder.append(doc.documentId).append('#'); in buildKey() 112 final DocumentInfo doc = new DocumentInfo(); in read() local 113 doc.read(in); in read() 114 add(doc); in read() 134 final DocumentInfo doc = get(i); in write() local 135 doc.write(out); in write()
|
D | DocumentInfo.java | 138 final DocumentInfo doc = new DocumentInfo(); 139 DurableUtils.readFromParcel(in, doc); 140 return doc;
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | DirectoryFragment.java | 132 public static void showNormal(FragmentManager fm, RootInfo root, DocumentInfo doc, int anim) { in showNormal() argument 133 show(fm, TYPE_NORMAL, root, doc, null, anim); in showNormal() 144 private static void show(FragmentManager fm, int type, RootInfo root, DocumentInfo doc, in show() argument 149 args.putParcelable(EXTRA_DOC, doc); in show() 173 private static String buildStateKey(RootInfo root, DocumentInfo doc) { in buildStateKey() argument 177 builder.append(doc != null ? doc.documentId : "null"); in buildStateKey() 243 final DocumentInfo doc = getArguments().getParcelable(EXTRA_DOC); in onActivityCreated() local 247 mStateKey = buildStateKey(root, doc); in onActivityCreated() 254 mHideGridTitles = (doc != null) && doc.isGridTitlesHidden(); in onActivityCreated() 270 doc.authority, doc.documentId); in onActivityCreated() [all …]
|
D | MimePredicate.java | 36 public boolean apply(DocumentInfo doc) { in apply() argument 37 if (doc.isDirectory()) { in apply() 40 if (mimeMatches(mFilters, doc.mimeType)) { in apply()
|
D | DocumentsActivity.java | 754 final DocumentInfo doc = getItem(position); 760 title.setText(doc.displayName); 775 final DocumentInfo doc = getItem(position); 782 title.setText(doc.displayName); 988 public void onDocumentPicked(DocumentInfo doc) { in onDocumentPicked() argument 990 if (doc.isDirectory()) { in onDocumentPicked() 991 mState.stack.push(doc); in onDocumentPicked() 996 new ExistingFinishTask(doc.derivedUri).executeOnExecutor(getCurrentExecutor()); in onDocumentPicked() 999 SaveFragment.get(fm).setReplaceTarget(doc); in onDocumentPicked() 1004 manage.setData(doc.derivedUri); in onDocumentPicked() [all …]
|
D | DirectoryLoader.java | 80 public DirectoryLoader(Context context, int type, RootInfo root, DocumentInfo doc, Uri uri, in DirectoryLoader() argument 85 mDoc = doc; in DirectoryLoader()
|
/frameworks/support/v4/java/android/support/v4/provider/ |
D | DocumentFile.java | 316 for (DocumentFile doc : listFiles()) { in findFile() 317 if (displayName.equals(doc.getName())) { in findFile() 318 return doc; in findFile()
|
/frameworks/base/tools/aidl/ |
D | aidl.cpp | 98 document_item_type* doc; member 800 document_item_type* doc; local 815 doc = (document_item_type*)parcl; 830 doc = (document_item_type*)parcl; 846 doc = (document_item_type*)iface; 854 err = gather_types(filename.c_str(), doc); 973 import->doc = g_document; 974 if (import->doc == NULL) { 991 err |= check_filenames(import->filename, import->doc); 999 err |= gather_types(import->filename, import->doc); [all …]
|
/frameworks/base/docs/html/tools/help/ |
D | emulator.jd | 271 …<a href="http://wiki.qemu.org/download/qemu-doc.html">http://wiki.qemu.org/download/qemu-doc.html<… 412 …<a href="http://wiki.qemu.org/download/qemu-doc.html">http://wiki.qemu.org/download/qemu-doc.html<… 450 <a href="http://wiki.qemu.org/download/qemu-doc.html">http://wiki.qemu.org/download/qemu-doc.html</…
|
/frameworks/base/docs/html/guide/components/ |
D | recents.jd | 13 <li><a href="#flag-new-doc">Using the Intent flag to add a task</a></li> 68 <h3 id="flag-new-doc">Using the Intent flag to add a task</h3> 163 <a href="#flag-new-doc">Using the Intent flag to add a task</a>, above.</dd>
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
D | ExternalStorageProvider.java | 307 final File doc = getFileForDocId(docId).getCanonicalFile(); in isChildDocument() local 308 return FileUtils.contains(parent, doc); in isChildDocument()
|
/frameworks/base/docs/html/training/printing/ |
D | custom-docs.jd | 19 <li><a href="#doc-info">Compute print document info</a></li> 127 <h3 id="doc-info">Compute print document info</h3>
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-configuration-element.jd | 15 easier to update the doc when the change is made... Nov 2013, this still seems unresolved. -->
|
/frameworks/base/ |
D | Android.mk | 840 LOCAL_MODULE := doc-comment-check 856 checkbuild: doc-comment-check-docs 858 update-api: doc-comment-check-docs
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/ |
D | badges.jd | 167 /** When the doc is ready, find the inputs and color the input grey if the value is the example
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 953 # http://doc.trolltech.com/qthelpproject.html#namespace 959 # http://doc.trolltech.com/qthelpproject.html#virtual-folders 961 QHP_VIRTUAL_FOLDER = doc 965 # http://doc.trolltech.com/qthelpproject.html#custom-filters 971 # <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters"> 979 # <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | badges.jd | 186 /** When the doc is ready, find the inputs and color the input grey if the value is the example
|
/frameworks/base/docs/html/guide/ |
D | guide_toc.cs | 5 Below are template spans for adding localized doc titles. Please ensure that
|
/frameworks/base/docs/html/reference/renderscript/ |
D | doxygen.css | 927 #doc-content
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 255 http://java.sun.com/docs/books/jvms/second_edition/html/VMSpecTOC.doc.html
|
/frameworks/base/docs/html/google/gcm/ |
D | helper.jd | 8 <strong>This doc is deprecated</strong></a>
|
D | demo.jd | 7 <strong>This doc is deprecated</strong></a>
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 1853 …com/help/topic/com.arm.doc.genc007826/Barrier_Litmus_Tests_and_Cookbook_A08.pdf">http://infocenter… 1857 <br/><a href="http://www.kernel.org/doc/Documentation/memory-barriers.txt">http://www.kernel.org/do…
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | menu_design.jd | 13 <strong>This doc is deprecated</strong></a>
|