Searched refs:documents (Results 1 – 25 of 536) sorted by relevance
12345678910>>...22
/external/icing/proto/icing/proto/ |
D | storage.proto | 30 // Number of alive documents in this namespace. 33 // NOTE: We don't have stats on number of deleted documents in a namespace 37 // Number of expired documents in this namespace. 41 // Number of alive documents that have a UsageReport.usage_type reported 46 // Number of expired documents that have a UsageReport.usage_type reported 55 // Total number of alive documents. 58 // Total number of deleted documents. 61 // Total number of expired documents. 69 // include deleted or expired documents. Will be set to -1 if an IO error is 101 // Number of namespaces seen from the current documents.
|
D | optimize.proto | 77 // Number of documents before the optimization. 80 // Number of documents deleted. 83 // Number of documents expired.
|
D | scoring.proto | 31 // No ranking strategy specified, documents may be returned in an 43 // strategy is used but none of result documents have reported usage, the 44 // documents will be returned in the default reverse insertion order.
|
D | logging.proto | 89 // Number of documents currently in document store. Those may 90 // include alive, deleted, and expired documents. 157 // Number of documents scored. 211 // Number of documents deleted by this call.
|
/external/python/cpython2/Doc/ |
D | about.rst | 2 About these documents 6 These documents are generated from `reStructuredText`_ sources by `Sphinx`_, a 12 .. In the online version of these documents, you can submit comments and suggest
|
/external/python/cpython3/Doc/ |
D | about.rst | 2 About these documents 6 These documents are generated from `reStructuredText`_ sources by `Sphinx`_, a 12 .. In the online version of these documents, you can submit comments and suggest
|
/external/snakeyaml/src/test/java/org/pyyaml/ |
D | PyStructureTest.java | 188 List<Node> documents = new ArrayList<Node>(); in compose_all() local 190 documents.add(composer.getNode()); in compose_all() 192 return documents; in compose_all() 204 List<Node> documents = new ArrayList<Node>(); in canonical_compose_all() local 206 documents.add(composer.getNode()); in canonical_compose_all() 208 return documents; in canonical_compose_all()
|
/external/libcups/templates/fr/ |
D | help-header.tmpl | 5 {HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:Tous les documents}}:</B> <INPUT 19 <P CLASS="l0"><A HREF="/help/{QUERY??QUERY={QUERY}:}">Tous les documents</A></P> 27 {QUERY?<P>Résultats de la recherche dans {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:Tous les documents}}\…
|
/external/selinux/secilc/docs/ |
D | cil_mls_labeling_statements.md | 257 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/arm-trusted-firmware/docs/ |
D | index.rst | 58 Refer to the documents in the **Getting Started** chapter for information about 65 The **Components** chapter holds documents that explain specific components 69 In the **System Design** chapter you will find documents that explain the 81 **Security Advisories** holds a list of documents relating to |CVE| entries that
|
/external/oss-fuzz/projects/libyaml/ |
D | libyaml_dumper_fuzzer.c | 212 yaml_document_t documents[MAX_DOCUMENTS]; in LLVMFuzzerTestOneInput() local 250 if (!copy_document(&documents[document_number++], &document)) { in LLVMFuzzerTestOneInput() 292 if (!documents_equal(documents + count, &document)) { in LLVMFuzzerTestOneInput() 304 yaml_document_delete(documents + k); in LLVMFuzzerTestOneInput()
|
/external/autotest/client/site_tests/platform_PrinterPpds/ |
D | control.core_dump | 20 2. Print test PDF documents (from docs directory). 26 a fake printer. All output documents are saved on the device in the directory
|
D | control.ext_dump | 20 2. Print test PDF documents (from docs directory). 26 a fake printer. All output documents are saved on the device in the directory
|
D | control.ext_dump_debug | 20 2. Print test PDF documents (from docs directory). 27 a fake printer. All output documents are saved on the device in the directory
|
D | control.core_dump_debug | 20 2. Print test PDF documents (from docs directory). 27 a fake printer. All output documents are saved on the device in the directory
|
/external/skqp/site/dev/internal/ |
D | index.md | 18 * [Design documents](https://sites.google.com/a/google.com/skia/design-documents)
|
/external/skia/site/docs/dev/internal/ |
D | _index.md | 20 - [Design documents](https://sites.google.com/a/google.com/skia/design-documents)
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-07-11.data | 2 # no documents.
|
D | empty-document-bug.canonical | 1 # This YAML stream contains no YAML documents.
|
D | spec-02-23.data | 13 different documents.
|
/external/skqp/site/dev/design/ |
D | index.md | 4 Public design documents for major efforts in Skia
|
/external/llvm-project/llvm/test/YAMLParser/ |
D | spec-07-11.test | 4 # no documents.
|
/external/llvm/test/YAMLParser/ |
D | spec-07-11.test | 4 # no documents.
|
/external/skia/site/docs/dev/design/ |
D | _index.md | 11 Public design documents for major efforts in Skia
|
/external/llvm-project/lld/docs/ |
D | sphinx_intro.rst | 76 The ReST format itself is organized around documents mostly being readable 77 plaintext documents. You should generally be able to write new documentation 80 If you want to understand the formatting of the documents more, the best place
|
12345678910>>...22