Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/support/tests/java/android/support/v4/provider/
DDocumentFileTest.java95 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/
DDocumentStack.java87 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()
DDocumentInfo.java138 final DocumentInfo doc = new DocumentInfo();
139 DurableUtils.readFromParcel(in, doc);
140 return doc;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDirectoryFragment.java132 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 …]
DMimePredicate.java36 public boolean apply(DocumentInfo doc) { in apply() argument
37 if (doc.isDirectory()) { in apply()
40 if (mimeMatches(mFilters, doc.mimeType)) { in apply()
DDocumentsActivity.java754 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 …]
DDirectoryLoader.java80 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/
DDocumentFile.java316 for (DocumentFile doc : listFiles()) { in findFile()
317 if (displayName.equals(doc.getName())) { in findFile()
318 return doc; in findFile()
/frameworks/base/tools/aidl/
Daidl.cpp98 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/
Demulator.jd271 …<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/
Drecents.jd13 <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/
DExternalStorageProvider.java307 final File doc = getFileForDocId(docId).getCanonicalFile(); in isChildDocument() local
308 return FileUtils.contains(parent, doc); in isChildDocument()
/frameworks/base/docs/html/training/printing/
Dcustom-docs.jd19 <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/
Duses-configuration-element.jd15 easier to update the doc when the change is made... Nov 2013, this still seems unresolved. -->
/frameworks/base/
DAndroid.mk840 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/
Dbadges.jd167 /** When the doc is ready, find the inputs and color the input grey if the value is the example
/frameworks/wilhelm/doc/
DDoxyfile953 # 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/
Dbadges.jd186 /** When the doc is ready, find the inputs and color the input grey if the value is the example
/frameworks/base/docs/html/guide/
Dguide_toc.cs5 Below are template spans for adding localized doc titles. Please ensure that
/frameworks/base/docs/html/reference/renderscript/
Ddoxygen.css927 #doc-content
/frameworks/base/tools/layoutlib/create/
DREADME.txt255 http://java.sun.com/docs/books/jvms/second_edition/html/VMSpecTOC.doc.html
/frameworks/base/docs/html/google/gcm/
Dhelper.jd8 <strong>This doc is deprecated</strong></a>
Ddemo.jd7 <strong>This doc is deprecated</strong></a>
/frameworks/base/docs/html/training/articles/
Dsmp.jd1853 …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/
Dmenu_design.jd13 <strong>This doc is deprecated</strong></a>

12