HomeSort by relevance Sort by last modified time
    Searched refs:docs (Results 1 - 25 of 363) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue9/
NopropTest.java 28 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); local
29 assertTrue(docs.hasNext());
30 BeanHolder beanHolder = (BeanHolder) docs.next();
37 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); local
38 assertTrue(docs.hasNext());
39 BeanHolder beanHolder = (BeanHolder) docs.next();
46 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); local
47 assertTrue(docs.hasNext());
48 BeanHolder beanHolder = (BeanHolder) docs.next();
55 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator() local
64 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); local
73 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); local
82 Iterator<Object> docs = new Yaml(new BeanConstructor()).loadAll(yaml).iterator(); local
91 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); local
100 Iterator<Object> docs = new Yaml(new BeanConstructor()).loadAll(yaml).iterator(); local
109 Iterator<Object> docs = new Yaml(new BeanConstructor()).loadAll(yaml).iterator(); local
135 Iterator<Object> docs = new Yaml(new BeanConstructor3()).loadAll(yaml).iterator(); local
144 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); local
    [all...]
  /libcore/tools/docs/crypto/
run_update_crypto_support.sh 6 if [ ! -f libcore/tools/docs/crypto/src/java/libcore/java/security/ListProviders.java -o ! -f libcore/tools/docs/crypto/data/crypto_support.json ]; then
17 vogar --mode=activity --multidex=false libcore/tools/docs/crypto/src/java/libcore/java/security/ListProviders.java | libcore/tools/docs/crypto/update_crypto_support.py --api_level=$1 --rewrite_file libcore/tools/docs/crypto/data/crypto_support.json
  /hardware/google/av/codec2/
Android.mk 6 C2_DOCS_ROOT := $(OUT_DIR)/target/common/docs/codec2
18 $(C2_OUT_TEMP)/doxy-api.config: $(C2_ROOT)/docs/doxygen.config
24 $(C2_ROOT)/docs/doxygen.config > $@
26 $(C2_OUT_TEMP)/doxy-internal.config: $(C2_ROOT)/docs/doxygen.config
28 $(C2_ROOT)/docs/doxygen.config > $@
30 docs-api: $(C2_OUT_TEMP)/doxy-api.config check-doxygen
31 echo API docs are building in $(C2_DOCS_ROOT)/api
36 docs-internal: $(C2_OUT_TEMP)/doxy-internal.config check-doxygen
37 echo Internal docs are building in $(C2_DOCS_ROOT)/internal
42 docs-all: docs-api docs-interna
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DocsProviders.java 28 public static UrisSupplier createDocsProvider(List<Uri> docs) {
29 return new UrisSupplier.StandardUrisSupplier(docs);
DocumentStackAsserts.java 18 public static void assertEqualsTo(DocumentStack stack, RootInfo root, List<DocumentInfo> docs) {
20 assertEquals(docs.size(), stack.size());
21 for (int i = 0; i < docs.size(); ++i) {
22 assertEquals(docs.get(i), stack.get(i));
SelectionHelpers.java 50 public static DocsSelectionHelper createTestInstance(List<String> docs) {
51 return createTestInstance(docs, DefaultSelectionHelper.MODE_MULTIPLE);
55 List<String> docs, @SelectionMode int mode) {
56 return createTestInstance(new TestDocumentsAdapter(docs), mode, CAN_SET_ANYTHING);
TestDocumentsProvider.java 99 * @param docs docs to return for next query.
101 public void setNextChildDocumentsReturns(DocumentInfo... docs) {
102 mNextChildDocuments = createDocumentsCursor(docs);
105 public void setNextRecentDocumentsReturns(DocumentInfo... docs) {
106 mNextRecentDocuments = createDocumentsCursor(docs);
109 private Cursor createDocumentsCursor(DocumentInfo... docs) {
111 for (DocumentInfo doc : docs) {
  /external/python/cpython2/Doc/
Makefile 34 @echo " dist to create a \"dist\" directory with archived docs for download"
113 cp -pPR build/html dist/python-$(DISTVERSION)-docs-html
114 tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html
115 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar
116 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html)
117 rm -r dist/python-$(DISTVERSION)-docs-html
118 rm dist/python-$(DISTVERSION)-docs-html.tar
122 cp -pPR build/text dist/python-$(DISTVERSION)-docs-tex
    [all...]
  /external/python/cpython3/Doc/
Makefile 35 @echo " dist to create a \"dist\" directory with archived docs for download"
118 cp -pPR build/html dist/python-$(DISTVERSION)-docs-html
119 tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html
120 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar
121 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html)
122 rm -r dist/python-$(DISTVERSION)-docs-html
123 rm dist/python-$(DISTVERSION)-docs-html.tar
127 cp -pPR build/text dist/python-$(DISTVERSION)-docs-tex
    [all...]
  /external/guice/util/
generate-latest-docs.sh 9 rm -rf build/docs
11 cp -R build/docs/javadoc $HOME/javadoc-latest
12 cp -R build/docs/latest-api-diffs $HOME/api-diffs-latest
21 git rm -rf api-docs/latest/api-diffs api-docs/latest/javadoc
22 mkdir -p api-docs/latest
23 cp -rf $HOME/api-diffs-latest api-docs/latest/api-diffs
24 cp -rf $HOME/javadoc-latest api-docs/latest/javadoc
  /external/libvpx/libvpx/
docs.mk 12 INSTALL_MAPS += docs/% docs/%
38 CLEAN-OBJS += doxyfile $(wildcard docs/html/*)
39 docs/html/index.html: doxyfile $(CODEC_DOX) $(TXT_DOX)
42 DOCS-yes += docs/html/index.html
44 DIST-DOCS-yes = $(wildcard docs/html/*)
45 DIST-DOCS-$(CONFIG_CODEC_SRCS) += $(addprefix src/,$(CODEC_DOX))
46 DIST-DOCS-$(CONFIG_CODEC_SRCS) += src/libs.doxy_templat
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
encoders_test.py 38 docs = [[0, 1], [2, 3]]
39 enc = encoders.bow_encoder(docs, 4, 3)
45 docs = [[0, 1], [2, 3]]
46 sparse_docs = sparse_ops.dense_to_sparse_tensor(docs)
53 docs = [[0, 1], [2, 3], [0, 0]]
54 enc = encoders.bow_encoder(docs, 4, 5)
60 docs = [[0, 1], [2, 3], [0, 0], [0, 0]]
61 enc = encoders.bow_encoder(docs, 4, 3, sparse_lookup=False)
67 docs = [[0, 1]]
68 sparse_docs = sparse_ops.dense_to_sparse_tensor(docs)
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
setup.py 74 def find_description(docs):
79 `docs` : ``dict``
80 Docs config section
88 filename = docs.get('meta.summary', 'SUMMARY').strip()
100 filename = docs.get('meta.description', 'DESCRIPTION').strip()
119 def find_classifiers(docs):
126 filename = docs.get('meta.classifiers', 'CLASSIFIERS').strip()
138 def find_provides(docs):
145 filename = docs.get('meta.provides', 'PROVIDES').strip()
157 def find_license(docs)
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
setup.py 75 def find_description(docs):
80 `docs` : ``dict``
81 Docs config section
89 filename = docs.get('meta.summary', 'SUMMARY').strip()
101 filename = docs.get('meta.description', 'DESCRIPTION').strip()
120 def find_classifiers(docs):
127 filename = docs.get('meta.classifiers', 'CLASSIFIERS').strip()
139 def find_provides(docs):
146 filename = docs.get('meta.provides', 'PROVIDES').strip()
158 def find_license(docs)
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
setup.py 74 def find_description(docs):
79 `docs` : ``dict``
80 Docs config section
88 filename = docs.get('meta.summary', 'SUMMARY').strip()
100 filename = docs.get('meta.description', 'DESCRIPTION').strip()
119 def find_classifiers(docs):
126 filename = docs.get('meta.classifiers', 'CLASSIFIERS').strip()
138 def find_provides(docs):
145 filename = docs.get('meta.provides', 'PROVIDES').strip()
157 def find_license(docs)
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
setup.py 75 def find_description(docs):
80 `docs` : ``dict``
81 Docs config section
89 filename = docs.get('meta.summary', 'SUMMARY').strip()
101 filename = docs.get('meta.description', 'DESCRIPTION').strip()
120 def find_classifiers(docs):
127 filename = docs.get('meta.classifiers', 'CLASSIFIERS').strip()
139 def find_provides(docs):
146 filename = docs.get('meta.provides', 'PROVIDES').strip()
158 def find_license(docs)
    [all...]
  /external/doclava/res/assets/templates/
trailer.cs 4 init(); /* initialize android-developer-docs.js */
jd_lists.cs 3 each:page = docs.pages
lists.cs 2 <?cs each:page = docs.pages
  /external/curl/packages/vms/
gnv_link_curl.com 466 $ if f$search("[.docs.examples]''target'.o") .eqs. ""
471 $ if f$search("[.docs.examples]''target'.exe") .eqs. ""
474 $ link'ldebug'/exe=[.docs.examples]'target'.exe-
475 /dsf=[.docs.examples]'target'.dsf -
476 [.docs.examples]'target'.o,-
484 $ if f$search("[.docs.examples]''target'.exe") .eqs. ""
487 $ link'ldebug'/exe=[.docs.examples]'target'.exe-
488 /dsf=[.docs.examples]'target'.dsf -
489 [.docs.examples]'target'.o,-
497 $ if f$search("[.docs.examples]''target'.exe") .eqs. "
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/ui/
MessageBuilder.java 45 public String generateDeleteMessage(List<DocumentInfo> docs) {
49 for (DocumentInfo doc : docs) {
55 if (docs.size() == 1) {
60 String displayName = BidiFormatter.getInstance().unicodeWrap(docs.get(0).displayName);
69 R.plurals.delete_files_confirmation_message, docs.size());
70 } else if (dirsCount == docs.size()) {
73 R.plurals.delete_folders_confirmation_message, docs.size());
77 R.plurals.delete_items_confirmation_message, docs.size());
83 @DialogType int dialogType, @OpType int operationType, List<DocumentInfo> docs,
119 for (DocumentInfo documentInfo : docs) {
    [all...]
  /development/build/
sdk-darwin-x86.atree 47 # Docs Component
50 external/sonivox/docs/JET_Authoring_Guidelines.html docs/JetCreator/JET_Authoring_Guidelines.html
51 external/sonivox/docs/JET_Authoring_Guidelines_files docs/JetCreator/JET_Authoring_Guidelines_files
52 external/sonivox/docs/JET_Creator_User_Manual.html docs/JetCreator/JET_Creator_User_Manual.html
53 external/sonivox/docs/JET_Creator_User_Manual_files docs/JetCreator/JET_Creator_User_Manual_files
  /external/lzma/Java/Tukaani/
build.properties 25 extdoc_url = http://docs.oracle.com/javase/7/docs/api
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
AbstractActionHandlerTest.java 69 mEnv.docs,
117 mEnv.docs.nextIsDocumentsUri = true;
118 mEnv.docs.nextPath = new Path(
121 mEnv.docs.nextDocuments = Arrays.asList(TestEnv.FOLDER_1, TestEnv.FOLDER_2);
127 assertEquals(mEnv.docs.nextPath.getPath().size(), mEnv.state.stack.size());
139 mEnv.docs.nextIsDocumentsUri = true;
140 mEnv.docs.nextDocuments = Arrays.asList(TestEnv.FOLDER_1, TestEnv.FOLDER_2);
161 mEnv.docs.nextIsDocumentsUri = true;
162 mEnv.docs.nextPath = new Path(
166 mEnv.docs.nextDocuments = Arrays.asList
    [all...]
  /external/flatbuffers/docs/source/
README_TO_GENERATE_DOCS.md 3 To generate the docs for FlatBuffers from the source files, you
21 ## Generating Docs
23 Run the following commands to generate the docs:
25 `cd flatbuffers/docs/source`
28 The output is placed in `flatbuffers/docs/html`.

Completed in 638 milliseconds

1 2 3 4 5 6 7 8 91011>>