Home
last modified time | relevance | path

Searched refs:docs (Results 1 – 25 of 1230) sorted by relevance

12345678910>>...50

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue9/
DNopropTest.java28 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); in testOK01() local
29 assertTrue(docs.hasNext()); in testOK01()
30 BeanHolder beanHolder = (BeanHolder) docs.next(); in testOK01()
37 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); in testOK02() local
38 assertTrue(docs.hasNext()); in testOK02()
39 BeanHolder beanHolder = (BeanHolder) docs.next(); in testOK02()
46 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); in testOK03() local
47 assertTrue(docs.hasNext()); in testOK03()
48 BeanHolder beanHolder = (BeanHolder) docs.next(); in testOK03()
55 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); in testOK04() local
[all …]
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dencoders_test.py38 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/curl/packages/vms/
Dgnv_link_curl.com474 $ link'ldebug'/exe=[.docs.examples]'target'.exe-
475 /dsf=[.docs.examples]'target'.dsf -
476 [.docs.examples]'target'.o,-
487 $ link'ldebug'/exe=[.docs.examples]'target'.exe-
488 /dsf=[.docs.examples]'target'.dsf -
489 [.docs.examples]'target'.o,-
500 $ link'ldebug'/exe=[.docs.examples]'target'.exe-
501 /dsf=[.docs.examples]'target'.dsf -
502 [.docs.examples]'target'.o,-
513 $ link'ldebug'/exe=[.docs.examples]'target'.exe-
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Dsetup.py75 def find_description(docs): argument
89 filename = docs.get('meta.summary', 'SUMMARY').strip()
101 filename = docs.get('meta.description', 'DESCRIPTION').strip()
120 def find_classifiers(docs): argument
127 filename = docs.get('meta.classifiers', 'CLASSIFIERS').strip()
139 def find_provides(docs): argument
146 filename = docs.get('meta.provides', 'PROVIDES').strip()
158 def find_license(docs): argument
165 filename = docs.get('meta.license', 'LICENSE').strip()
197 def find_data(name, docs): argument
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dsetup.py74 def find_description(docs): argument
88 filename = docs.get('meta.summary', 'SUMMARY').strip()
100 filename = docs.get('meta.description', 'DESCRIPTION').strip()
119 def find_classifiers(docs): argument
126 filename = docs.get('meta.classifiers', 'CLASSIFIERS').strip()
138 def find_provides(docs): argument
145 filename = docs.get('meta.provides', 'PROVIDES').strip()
157 def find_license(docs): argument
164 filename = docs.get('meta.license', 'LICENSE').strip()
196 def find_data(name, docs): argument
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Dsetup.py75 def find_description(docs): argument
89 filename = docs.get('meta.summary', 'SUMMARY').strip()
101 filename = docs.get('meta.description', 'DESCRIPTION').strip()
120 def find_classifiers(docs): argument
127 filename = docs.get('meta.classifiers', 'CLASSIFIERS').strip()
139 def find_provides(docs): argument
146 filename = docs.get('meta.provides', 'PROVIDES').strip()
158 def find_license(docs): argument
165 filename = docs.get('meta.license', 'LICENSE').strip()
197 def find_data(name, docs): argument
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dsetup.py74 def find_description(docs): argument
88 filename = docs.get('meta.summary', 'SUMMARY').strip()
100 filename = docs.get('meta.description', 'DESCRIPTION').strip()
119 def find_classifiers(docs): argument
126 filename = docs.get('meta.classifiers', 'CLASSIFIERS').strip()
138 def find_provides(docs): argument
145 filename = docs.get('meta.provides', 'PROVIDES').strip()
157 def find_license(docs): argument
164 filename = docs.get('meta.license', 'LICENSE').strip()
196 def find_data(name, docs): argument
[all …]
/external/python/cpython2/Doc/
DMakefile113 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-text
123 tar -C dist -cf dist/python-$(DISTVERSION)-docs-text.tar python-$(DISTVERSION)-docs-text
124 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-text.tar
125 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-text.zip python-$(DISTVERSION)-docs-text)
[all …]
/external/curl/packages/EPM/
Dcurl.list.in24 f 0644 cowo pppusers ${mandir}/man1/curl.1 ./docs/curl.1
25 f 0644 cowo pppusers ${mandir}/man1/curl-config.1 ./docs/curl-config.1
26 f 0644 cowo pppusers ${mandir}/man1/mk-ca-bundle.1 ./docs/mk-ca-bundle.1
27 f 0644 cowo pppusers ${mandir}/man3/curl_easy_cleanup.3 ./docs/curl_easy_cleanup.3
28 f 0644 cowo pppusers ${mandir}/man3/curl_easy_getinfo.3 ./docs/curl_easy_getinfo.3
29 f 0644 cowo pppusers ${mandir}/man3/curl_easy_init.3 ./docs/curl_easy_init.3
30 f 0644 cowo pppusers ${mandir}/man3/curl_easy_perform.3 ./docs/curl_easy_perform.3
31 f 0644 cowo pppusers ${mandir}/man3/curl_easy_setopt.3 ./docs/curl_easy_setopt.3
32 f 0644 cowo pppusers ${mandir}/man3/curl_easy_duphandle.3 ./docs/curl_easy_duphandle.3
33 f 0644 cowo pppusers ${mandir}/man3/curl_formparse.3 ./docs/curl_formparse.3
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
DMANIFEST37 docs/BENCHMARKS
38 docs/CHANGES
39 docs/CLASSIFIERS
40 docs/DESCRIPTION
41 docs/PROVIDES
42 docs/SUMMARY
43 docs/apidoc/api-objects.txt
44 docs/apidoc/crarr.png
45 docs/apidoc/epydoc.css
46 docs/apidoc/epydoc.js
[all …]
Dpackage.cfg36 [docs]
37 meta.classifiers = docs/CLASSIFIERS
38 meta.description = docs/DESCRIPTION
39 meta.summary = docs/SUMMARY
40 meta.provides = docs/PROVIDES
46 apidoc.dir = docs/apidoc
50 #userdoc.dir = docs/userdoc
55 #examples.dir = docs/examples
63 docs/CHANGES
64 docs/BENCHMARKS
/external/python/cpython3/Doc/
DMakefile118 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-text
128 tar -C dist -cf dist/python-$(DISTVERSION)-docs-text.tar python-$(DISTVERSION)-docs-text
129 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-text.tar
130 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-text.zip python-$(DISTVERSION)-docs-text)
[all …]
/external/curl/packages/Linux/RPM/
Dcurl-ssl.spec.in72 %doc CHANGES COPYING README testcurl.sh docs/BUGS docs/SSLCERTS
73 %doc docs/CONTRIBUTE docs/FAQ docs/FEATURES docs/HISTORY docs/INSTALL
74 %doc docs/KNOWN_BUGS docs/MANUAL docs/RESOURCES docs/THANKS
75 %doc docs/TODO docs/VERSIONS docs/TheArtOfHttpScripting tests
85 %doc docs/BINDINGS docs/INTERNALS docs/examples/* docs/libcurl-the-guide
Dcurl.spec.in66 %doc CHANGES LEGAL MITX.txt MPL-1.1.txt README docs/BUGS
67 %doc docs/CONTRIBUTE docs/FAQ docs/FEATURES docs/INSTALL docs/INTERNALS
68 %doc docs/LIBCURL docs/MANUAL docs/README* docs/RESOURCES docs/TODO
69 %doc docs/TheArtOfHttpScripting
77 %doc docs/examples/*
/external/perfetto/
DREADME.md49 See [docs/security-model.md](docs/security-model.md) for more details.
59 See [docs/trace-format.md](docs/trace-format.md) for more details.
67 See [docs/multi-layer-tracing.md](docs/multi-layer-tracing.md) for more details.
78 See [docs/trace-format.md](docs/trace-format.md) for more details.
83 * [Contributing](docs/contributing.md)
84 * [Build instructions](docs/build-instructions.md)
85 * [Running tests](docs/testing.md)
86 * [Running Perfetto](docs/running.md)
87 * [Key concepts and architecture](docs/architecture.md)
88 * [Life of a tracing session](docs/life-of-a-tracing-session.md)
[all …]
/external/valgrind/docs/
DREADME9 Main /docs/ dir:
10 valgrind/docs/
13 valgrind/docs/xml/
15 Tool specific XML docs:
16 valgrind/<toolname>/docs/
18 All images used in the docs:
19 valgrind/docs/images/
22 valgrind/docs/lib/
25 docs/xml/index.xml: Top-level book-set wrapper
26 docs/xml/FAQ.xml: The FAQ
[all …]
DMakefile.am74 xml/dist-docs.xml \
85 xml/tech-docs.xml \
94 myxmldir = $(top_srcdir)/docs/xml
95 myimgdir = $(top_srcdir)/docs/images
96 mylibdir = $(top_srcdir)/docs/lib
98 myhtmldir = $(top_builddir)/docs/html
99 myprintdir = $(top_builddir)/docs/print
101 websitedir = $(top_builddir)/docs/website
102 valkyriedir = $(top_builddir)/docs/vg-html
103 downloadsdir = $(top_builddir)/docs/downloads
[all …]
/external/curl/packages/AIX/RPM/
Dcurl.spec.in114 %doc docs/BUGS docs/CONTRIBUTE docs/FAQ docs/FEATURES docs/HISTORY
115 %doc docs/INSTALL docs/KNOWN_BUGS
116 %doc docs/MANUAL docs/RESOURCES docs/THANKS docs/VERSIONS docs/TODO
117 %doc docs/TheArtOfHttpScripting
119 %doc docs/SSLCERTS
132 %doc docs/BINDINGS docs/INTERNALS docs/LICENSE-MIXING
/external/llvm/docs/
DREADME.txt8 system to create HTML pages which are hosted on <http://llvm.org/docs/> and
16 make -j3 docs-llvm-html
17 $BROWSER <build-dir>/docs//html/index.html
20 `docs/Foo.rst` <-> `<build-dir>/docs//html/Foo.html` <-> `http://llvm.org/docs/Foo.html`.
33 directory `<build-dir>/docs/man/`.
37 make -j3 docs-llvm-man
38 man -l >build-dir>/docs/man/FileCheck.1
41 `docs/CommandGuide/Foo.rst` <-> `<build-dir>/docs//man/Foo.1`.
44 `http://llvm.org/docs/CommandGuide/Foo.html`.
52 cd docs/
/external/guice/util/
Dgenerate-latest-docs.sh9 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/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Dpackage.cfg38 [docs]
39 meta.classifiers = docs/CLASSIFIERS
40 meta.description = docs/DESCRIPTION
41 meta.summary = docs/SUMMARY
42 meta.provides = docs/PROVIDES
48 apidoc.dir = docs/apidoc
52 #userdoc.dir = docs/userdoc
57 #examples.dir = docs/examples
65 docs/CHANGES
66 docs/BENCHMARKS
/external/skia/docs/
DusingBookmaker.bmh20 bot is red, the bot has detected that the files in docs and include/core differ.
24 To fix this, edit the docs file corresponding to the changed include file.
26 For instance, if the change was made to SkIRect, edit docs/SkIRect_Reference.bmh.
27 Checking in the edited docs/SkIRect_Reference.bmh will fix the bot.
71 Edit docs instead of include/core files to update comments if possible.
73 The Bookmaker bots do not complain if the docs file does not match the
75 report when docs and includes comments do not match.
78 docs/SkSurface_Reference.bmh, running:
81 $ ./out/dir/bookmaker -b docs -i include/core/SkSurface.h -p
141 $ ./out/skia/bookmaker -a docs/status.json -e fiddle.json
[all …]
/external/skqp/docs/
DusingBookmaker.bmh20 bot is red, the bot has detected that the files in docs and include/core differ.
24 To fix this, edit the docs file corresponding to the changed include file.
26 For instance, if the change was made to SkIRect, edit docs/SkIRect_Reference.bmh.
27 Checking in the edited docs/SkIRect_Reference.bmh will fix the bot.
65 Edit docs instead of include/core files to update comments if possible.
67 The Bookmaker bots do not complain if the docs file does not match the
69 report when docs and includes comments do not match.
72 docs/SkSurface_Reference.bmh, running:
75 $ ./out/dir/bookmaker -b docs -i include/core/SkSurface.h -p
135 $ ./out/skia/bookmaker -a docs/status.json -e fiddle.json
[all …]
/external/libvpx/libvpx/
Ddocs.mk12 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/*)
/external/doclava/res/assets/templates-sdk/
Dyaml_navtree.cs3 # print out the yaml nav for the reference docs, only printing the title,
10 if:docs.packages.link ?>
12 path: /<?cs var:docs.classes.link ?><?cs
17 path: /<?cs var:docs.packages.link ?><?cs
22 each:page = docs.pages?><?cs

12345678910>>...50