Home
last modified time | relevance | path

Searched full:documents (Results 1 – 25 of 1084) sorted by relevance

12345678910>>...44

/external/tensorflow/tensorflow/contrib/learn/python/learn/preprocessing/
Dtext.py63 """Maps documents into sequence of ids for bytes.
100 """Transforms input documents into sequence of ids.
103 x: iterator or list of input documents.
104 Documents can be bytes or unicode strings, which will be encoded as
125 """Maps documents to sequences of word ids.
141 max_document_length: Maximum length of documents.
142 if documents are longer, they will be trimmed, if shorter - padded.
161 """Learn a vocabulary dictionary of all tokens in the raw documents.
192 """Transform documents to word-id matrix.
211 def reverse(self, documents): argument
[all …]
/external/libchrome/base/
Dthread_annotations.h43 // Documents if a shared field or global variable needs to be protected by a
55 // Documents if the memory location pointed to by a pointer should be guarded
74 // Documents the acquisition order between locks that can be held
92 // Documents a function that expects a mutex to be held prior to entry.
111 // Documents the locks acquired in the body of the function. These locks
119 // Documents a function that returns a mutex without acquiring it. For example,
126 // Documents if a class/type is a lockable type (such as the `Mutex` class).
131 // Documents if a class does RAII locking (such as the `MutexLock` class).
140 // Documents functions that acquire a lock in the body of a function, and do
147 // Documents functions that acquire a shared (reader) lock in the body of a
[all …]
/external/python/google-api-python-client/docs/dyn/
Ddfareporting_v2_8.orderDocuments.html82 <p class="firstline">Retrieves a list of order documents, possibly filtered. This method supports p…
93 projectId: string, Project ID for order documents. (required)
128 <pre>Retrieves a list of order documents, possibly filtered. This method supports paging.
132 projectId: string, Project ID for order documents. (required)
138 orderId: string, Select only order documents for specified orders. (repeated)
140 siteId: string, Select only order documents that are associated with these sites. (repeated)
141 approved: boolean, Select only order documents that have been approved by at least one user.
142documents by name or ID. Wildcards (*) are allowed. For example, "orderdocument*2015" will return …
147 ids: string, Select only order documents with these IDs. (repeated)
Ddfareporting_v2_7.orderDocuments.html82 <p class="firstline">Retrieves a list of order documents, possibly filtered. This method supports p…
93 projectId: string, Project ID for order documents. (required)
128 <pre>Retrieves a list of order documents, possibly filtered. This method supports paging.
132 projectId: string, Project ID for order documents. (required)
138 orderId: string, Select only order documents for specified orders. (repeated)
140 siteId: string, Select only order documents that are associated with these sites. (repeated)
141 approved: boolean, Select only order documents that have been approved by at least one user.
142documents by name or ID. Wildcards (*) are allowed. For example, "orderdocument*2015" will return …
147 ids: string, Select only order documents with these IDs. (repeated)
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
Dx16910.htm5 >6. COLLECTIONS OF DOCUMENTS</TITLE
16 TITLE="5. COMBINING DOCUMENTS"
77 >C.7. 6. COLLECTIONS OF DOCUMENTS</A
83 > and other documents
85 of this License in the various documents with a single copy that
88 documents in all other respects.
142 >5. COMBINING DOCUMENTS</TD
Dx16896.htm5 >5. COMBINING DOCUMENTS</TITLE
19 TITLE="6. COLLECTIONS OF DOCUMENTS"
77 >C.6. 5. COMBINING DOCUMENTS</A
84 with other documents released under this License, under the
94 > of all of the original documents, unmodified,
118 > in the various original documents,
195 >6. COLLECTIONS OF DOCUMENTS</TD
/external/libxml2/result/valid/
Dxhtml1.xhtml100 trademark</a>, <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document
119 of its publication. Other documents may supersede this document. The
147 updated, replaced or obsoleted by other documents at any time. It is
158 <p>A list of current W3C Recommendations and other technical documents
257 <li>XHTML documents are XML conforming. As such, they are readily viewed,
259 <li>XHTML documents can be written to
263 <li>XHTML documents can utilize applications (e.g. scripts and applets) that rely
265 <li>As the XHTML family evolves, documents conforming to XHTML 1.0 will be more
294 exchange of scientific and other technical documents, suitable
297 semantic tags suitable for authoring relatively simple documents.
[all …]
/external/libxml2/test/valid/
Dxhtml1.xhtml112 "http://www.w3.org/Consortium/Legal/copyright-documents">document
134 of its publication. Other documents may supersede this document. The
163 updated, replaced or obsoleted by other documents at any time. It is
176 <p>A list of current W3C Recommendations and other technical documents
281 <li>XHTML documents are XML conforming. As such, they are readily viewed,
283 <li>XHTML documents can be written to
287 <li>XHTML documents can utilize applications (e.g. scripts and applets) that rely
290 <li>As the XHTML family evolves, documents conforming to XHTML 1.0 will be more
321 exchange of scientific and other technical documents, suitable
324 semantic tags suitable for authoring relatively simple documents.
[all …]
/external/skqp/experimental/xps_to_png/
Dxps_to_png.cs31 System.Windows.Documents.FixedDocumentSequence docSeq = in convert()
36 System.Windows.Documents.DocumentReferenceCollection drc = docSeq.References; in convert()
38 foreach (System.Windows.Documents.DocumentReference dr in drc) { in convert()
39 System.Windows.Documents.FixedDocument dp = dr.GetDocument(false); in convert()
40 foreach (System.Windows.Documents.PageContent pc in dp.Pages) { in convert()
41 System.Windows.Documents.FixedPage fixedPage = pc.GetPageRoot(false); in convert()
/external/autotest/client/site_tests/platform_PrinterPpds/
Dfake_printer.py16 incoming documents in the internal queue. Documents can be fetched from
42 # An internal queue with printed documents
80 queue. If there is no documents in the queue, it blocks until one
152 Reads documents from the printer's socket and adds them to the
172 # Adds documents to the internal queue
Dplatform_PrinterPpds.py25 # Timeout for printing documents in seconds
47 This test gets a list of PPD files and a list of test documents. It tries
48 to add printer using each PPD file and to print all test documents on
92 @param path_docs: path to local directory with documents to print
97 test documents; if None is set then content of printed
98 documents is not verified
122 # Reads list of test documents
206 # Set directory for output documents
238 # Calculate digests files for output documents (if dumped)
298 3a. Sends tests documents to the CUPS printer
[all …]
/external/skia/experimental/xps_to_png/
Dxps_to_png.cs31 System.Windows.Documents.FixedDocumentSequence docSeq = in convert()
36 System.Windows.Documents.DocumentReferenceCollection drc = docSeq.References; in convert()
38 foreach (System.Windows.Documents.DocumentReference dr in drc) { in convert()
39 System.Windows.Documents.FixedDocument dp = dr.GetDocument(false); in convert()
40 foreach (System.Windows.Documents.PageContent pc in dp.Pages) { in convert()
41 System.Windows.Documents.FixedPage fixedPage = pc.GetPageRoot(false); in convert()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipMethod.java45 …* @see <a href="https://www.pkware.com/documents/casestudies/APPNOTE.TXT">Explanation of fields: c…
53 …* @see <a href="https://www.pkware.com/documents/casestudies/APPNOTE.TXT">Explanation of fields: c…
61 …* @see <a href="https://www.pkware.com/documents/casestudies/APPNOTE.TXT">Explanation of fields: c…
69 …* @see <a href="https://www.pkware.com/documents/casestudies/APPNOTE.TXT">Explanation of fields: c…
77 …* @see <a href="https://www.pkware.com/documents/casestudies/APPNOTE.TXT">Explanation of fields: c…
85 …* @see <a href="https://www.pkware.com/documents/casestudies/APPNOTE.TXT">Explanation of fields: c…
93 …* @see <a href="https://www.pkware.com/documents/casestudies/APPNOTE.TXT">Explanation of fields: c…
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/util/
DUtilTest.java25 final String windowsPath = "C:\\Documents and Settings\\davris\\FileSchemeURIs.doc"; in urlShouldReturnCorrectURLForWindowsLocal()
27 .isEqualTo(new URL("file:C:/Documents%20and%20Settings/davris/FileSchemeURIs.doc")); in urlShouldReturnCorrectURLForWindowsLocal()
33 final String windowsUncPath = "\\\\laptop\\My Documents\\FileSchemeURIs.doc"; in urlShouldReturnCorrectURLForWindowsUnc()
35 .isEqualTo(new URL("file://laptop/My%20Documents/FileSchemeURIs.doc")); in urlShouldReturnCorrectURLForWindowsUnc()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DYaml.java92 * BaseConstructor to construct incoming documents
103 * BaseConstructor to construct incoming documents
129 * BaseConstructor to construct incoming documents
144 * BaseConstructor to construct incoming documents
454 * Parse all YAML documents in a String and produce corresponding Java
455 * objects. The documents are parsed only when the iterator is invoked.
494 * Parse all YAML documents in a String and produce corresponding Java
496 * documents are parsed only when the iterator is invoked.
508 * Parse all YAML documents in a stream and produce corresponding Java
509 * objects. The documents are parsed only when the iterator is invoked.
[all …]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DMethod.java54 * The output method type for XML documents: <tt>xml</tt>.
59 * The output method type for HTML documents: <tt>html</tt>.
64 * The output method for XHTML documents: <tt>xhtml</tt>.
71 * The output method type for text documents: <tt>text</tt>.
/external/python/mock/docs/
Dconf.py73 # other places throughout the built documents. Supplied by pbr.
86 # List of documents that shouldn't be included in the build.
93 # The reST default role (used for this markup: `text`) to use for all documents.
119 # The name for this set of Sphinx documents. If None, it defaults to
199 # For "manual" documents, if this is true, then toplevel headings are parts,
206 # Documents to append as an appendix to all manuals.
/external/python/futures/docs/
Dconf.py45 # built documents.
62 # List of documents that shouldn't be included in the build.
69 # The reST default role (used for this markup: `text`) to use for all documents.
104 # The name for this set of Sphinx documents. If None, it defaults to
183 # For "manual" documents, if this is true, then toplevel headings are parts,
190 # Documents to append as an appendix to all manuals.
/external/mesa3d/src/gallium/docs/source/
Dconf.py45 # built documents.
62 # List of documents that shouldn't be included in the build.
69 # The reST default role (used for this markup: `text`) to use for all documents.
107 # The name for this set of Sphinx documents. If None, it defaults to
186 # For "manual" documents, if this is true, then toplevel headings are parts,
193 # Documents to append as an appendix to all manuals.
/external/scapy/doc/scapy/
Dconf.py41 # other places throughout the built documents.
54 # List of documents that shouldn't be included in the build.
61 # The reST default role (used for this markup: `text`) to use for all documents.
91 # The name for this set of Sphinx documents. If None, it defaults to
171 # For "manual" documents, if this is true, then toplevel headings are parts,
178 # Documents to append as an appendix to all manuals.
/external/iperf3/docs/
Dconf.py52 # built documents.
75 # documents.
95 # If true, keep warnings as "system message" paragraphs in the built documents.
122 # The name for this set of Sphinx documents. If None, it defaults to
222 # For "manual" documents, if this is true, then toplevel headings are parts,
232 # Documents to append as an appendix to all manuals.
263 # Documents to append as an appendix to all manuals.
/external/python/dateutil/docs/
Dconf.py57 # built documents.
81 # documents.
101 # If true, keep warnings as "system message" paragraphs in the built documents.
119 # The name for this set of Sphinx documents. If None, it defaults to
215 # For "manual" documents, if this is true, then toplevel headings are parts,
225 # Documents to append as an appendix to all manuals.
256 # Documents to append as an appendix to all manuals.
/external/selinux/secilc/docs/
Dcil_mls_labeling_statements.md257 Declares a category `c0`, a category alias of `documents`, and then associates them:
260 (categoryalias documents)
261 (categoryaliasactual documents c0)
295 (categoryorder (documents c1 c2 c3 c4 c5 c6 c7 c8 c9)
352 (categoryalias documents)
353 (categoryaliasactual documents c0)
370 (categoryset catset_1 (documents c1))
374 (categoryset just_c0 (xor (c1 c2) (documents c1 c2)))
416 (sensitivitycategory unclassified (range documents c2))
515 (categoryalias documents)
[all …]
/external/clang/docs/analyzer/
Dconf.py49 # built documents.
70 # The reST default role (used for this markup: `text`) to use for all documents.
105 # The name for this set of Sphinx documents. If None, it defaults to
195 # For "manual" documents, if this is true, then toplevel headings are parts,
205 # Documents to append as an appendix to all manuals.
236 # Documents to append as an appendix to all manuals.
/external/libunwind_llvm/docs/
Dconf.py48 # built documents.
69 # The reST default role (used for this markup: `text`) to use for all documents.
104 # The name for this set of Sphinx documents. If None, it defaults to
194 # For "manual" documents, if this is true, then toplevel headings are parts,
204 # Documents to append as an appendix to all manuals.
235 # Documents to append as an appendix to all manuals.

12345678910>>...44