HomeSort by relevance Sort by last modified time
    Searched refs:docs (Results 101 - 125 of 295) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/media/camera/docs/
CameraMetadataKeys.mako 23 * definitions in /system/media/camera/docs. Do not modify by hand or
28 ## Generate a single key and docs
metadata-generate 21 # docs.html
38 fwkdir_html="$ANDROID_BUILD_TOP/frameworks/base/docs/html"
199 gen_file html.mako docs.html || exit 1
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java 503 final List<String> docs = path.getPath(); local
504 assertEquals("Unexpected path: " + path, 3, docs.size());
505 assertEquals(DocumentsContract.getTreeDocumentId(uri), docs.get(0));
506 assertEquals(DocumentsContract.getDocumentId(dir), docs.get(1));
507 assertEquals(DocumentsContract.getDocumentId(dirPic), docs.get(2));
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
ActionHandlerTest.java 340 mEnv.docs.nextDocument = TestEnv.FILE_ARCHIVE;
414 mEnv.docs.nextIsDocumentsUri = true;
415 mEnv.docs.nextPath = new Path(
420 mEnv.docs.nextDocuments =
551 mEnv.docs,
  /development/build/tools/
sdk_repo.mk 13 # $3=package to create (e.g. tools, docs, etc.)
27 # $4=package to create (e.g. tools, docs, etc.)
125 $(eval $(call mk-sdk-repo-pkg-1,SDK_REPO_XML_ARGS,$(HOST_OS),$(MAIN_SDK_ZIP),docs))
133 $(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),docs) \
145 # docs, platforms and samples have nothing OS-dependent right now.
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryFragment.java 741 List<DocumentInfo> docs = mModel.getDocuments(selected); local
742 if (docs.size() > 1) {
743 mActivity.onDocumentsPicked(docs);
745 mActivity.onDocumentPicked(docs.get(0));
835 List<DocumentInfo> docs = mModel.getDocuments(selected); local
841 intent.putExtra(Shared.EXTRA_DIRECTORY_COPY, hasDirectory(docs));
877 List<DocumentInfo> docs = mModel.getDocuments(selected); local
    [all...]
  /development/build/
sdk.atree 31 development/docs/SDK_RELEASE_NOTES RELEASE_NOTES.html
34 frameworks/base/docs/docs-redirect.html documentation.html
214 docs/activity_actions.txt platforms/${PLATFORM_NAME}/data/activity_actions.txt
215 docs/broadcast_actions.txt platforms/${PLATFORM_NAME}/data/broadcast_actions.txt
216 docs/service_actions.txt platforms/${PLATFORM_NAME}/data/service_actions.txt
217 docs/categories.txt platforms/${PLATFORM_NAME}/data/categories.txt
218 docs/widgets.txt platforms/${PLATFORM_NAME}/data/widgets.txt
219 docs/features.txt platforms/${PLATFORM_NAME}/data/features.txt
248 # Docs Componen
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
PickActivity.java 311 public void onDocumentsPicked(List<DocumentInfo> docs) {
313 final int size = docs.size();
316 uris[i] = docs.get(i).derivedUri;
  /external/autotest/client/site_tests/power_LoadTest/extension/
urls.js 8 var ViewGDoc = ('https://docs.google.com/document/d/');
76 // After 48 minutes, play with Google Docs for 6 minutes
78 name: 'docs',
  /external/curl/
update_curl.sh 119 --grep=RELEASE-NOTES --grep=THANKS -- RELEASE-NOTES docs/THANKS
  /external/libvorbis/doc/
Vorbis_I_spec.tex 46 % docs however expect pictures to be placed in a *specific* position. So we
127 \url{http://www.iocon.com/resource/docs/ps/eusipco_corrected.ps}.
  /packages/apps/DocumentsUI/src/com/android/documentsui/
AbstractActionHandler.java 121 DocumentsAccess docs,
130 assert(docs != null);
136 mDocs = docs;
607 void onDocumentsPicked(List<DocumentInfo> docs);
  /prebuilts/go/darwin-x86/doc/progs/
run.go 5 // run runs the docs tests found in this directory.
23 run.go runs the docs tests in this directory.
  /prebuilts/go/darwin-x86/src/os/
path_windows.go 143 // matches what the docs above say:
149 // The MSDN docs appear to say that a normal path that is 248 bytes long
  /prebuilts/go/linux-x86/doc/progs/
run.go 5 // run runs the docs tests found in this directory.
23 run.go runs the docs tests in this directory.
  /prebuilts/go/linux-x86/src/os/
path_windows.go 143 // matches what the docs above say:
149 // The MSDN docs appear to say that a normal path that is 248 bytes long
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/
doxia-site-renderer-1.0.jar 
  /system/tools/aidl/
aidl.cpp 557 std::map<AidlImport*,std::unique_ptr<AidlDocument>> docs; local
623 docs[import.get()] = std::move(document);
639 const auto import_itr = docs.find(import.get());
640 if (import_itr == docs.cend()) {
  /tools/tradefederation/core/
Android.mk 67 # ==== docs for legacy sac app engine
86 # ==== docs for the web (on the devsite app engine server)
  /external/e2fsprogs/ext2ed/
Makefile.in 31 DOCS= doc/ext2ed-design.pdf doc/user-guide.pdf doc/ext2fs-overview.pdf \
58 docs: $(DOCS)
70 $(RM) -f ext2ed $(OBJS) $(DOCS) ext2ed.conf ext2ed.8
  /external/libvpx/libvpx/
libs.doxy_template 46 OUTPUT_DIRECTORY = docs
679 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
    [all...]
  /build/make/tools/droiddoc/templates-pdk/
sdkpage.cs 10 <link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
215 <?cs if:sdk.preview ?><?cs # it's preview offline docs ?>
227 <?cs else ?><?cs # it's normal offline docs ?>
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckAPI.java 27 * -doclet com.ibm.icu.dev.tool.docs.CheckAPI
30 * -compare c:/doug/cvsproj/icu4j/src/com/ibm/icu/dev/tool/docs/api2_6_1.txt
42 package com.ibm.icu.dev.tool.docs;
566 // this.compare = "c:/doug/cvsproj/icu4j/src/com/ibm/icu/dev/tool/docs/api2_8.txt";
788 private void doDocs(ProgramElementDoc[] docs) {
789 if (docs != null && docs.length > 0) {
790 for (int i = 0; i < docs.length; ++i) {
791 doDoc(docs[i]);
    [all...]
  /frameworks/support/buildSrc/
diff_and_docs.gradle 67 // configuration file for setting up api diffs and api docs
79 // configuration file for setting up api diffs and api docs
87 // Generates online docs.
92 def offlineDocs = project.docs.offline
94 description = 'Generates d.android.com-style documentation. To generate offline docs use ' +
104 // deprecation mismatch (113) to match framework docs.
136 // Specific to reference docs.
140 addStringOption "dac_libraryroot", project.docs.dac.libraryroot
141 addStringOption "dac_dataname", project.docs.dac.dataname
157 // Generates a distribution artifact for online docs
    [all...]
  /frameworks/base/core/java/android/provider/
DocumentsProvider.java 1129 LinkedList<String> docs = new LinkedList<>(path.getPath()); local
    [all...]

Completed in 3072 milliseconds

1 2 3 45 6 7 8 91011>>