/external/pcre/testdata/ |
D | grepinput | 2 that the pcregrep command is working correctly. The file must be more than 4 features should be added at the end, because some of the tests involve the 7 PATTERN at the start of a line. 8 In the middle of a line, PATTERN appears. 12 Here follows a whole lot of stuff that makes the file over 24KiB long. 15 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 16 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox 17 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick 18 brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 20 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the [all …]
|
/external/brotli/tests/testdata/ |
D | quickfox_repeated | 1 The quick brown fox jumps over the lazy dogThe quick brown fox jumps over the lazy dogThe quick bro…
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
D | tree-construction.txt | 14 The input to the tree construction stage is a sequence of tokens from 15 the tokenization stage. The tree construction stage is associated with 16 a DOM Document object when a parser is created. The "output" of this 21 to render the Document so that it is available to the user, or when it 24 As each token is emitted from the tokeniser, the user agent must 25 process the token according to the rules given in the section 26 corresponding to the current insertion mode. 28 When the steps below require the UA to insert a character into a node, 29 if that node has a child immediately before where the character is to 30 be inserted, and that child is a Text node, and that Text node was the [all …]
|
D | tokenization.txt | 14 Implementations must act as if they used the following state machine to 15 tokenise HTML. The state machine must start in the data state. Most 17 and either switches the state machine to a new state to reconsume the 18 same character, or switches it to a new state (to consume the next 19 character), or repeats the same state (to consume the next character). 23 The exact behavior of certain states depends on a content model flag 24 that is set after certain tokens are emitted. The flag has several 26 the PCDATA state. In the RCDATA and CDATA states, a further escape flag 27 is used to control the behavior of the tokeniser. It is either true or 28 false, and initially must be set to the false state. The insertion mode [all …]
|
/external/one-true-awk/testdir/ |
D | bib | 1 In the beginning God created the heaven and the earth. 2 And the earth was without form, and void; and darkness was upon the face of the deep. And the Spiri… 4 And God saw the light, that it was good: and God divided the light from the darkness. 5 And God called the light Day, and the darkness he called Night. And the evening and the morning wer… 6 And God said, Let there be a firmament in the midst of the waters, and let it divide the waters fro… 7 And God made the firmament, and divided the waters which were under the firmament from the waters w… 8 And God called the firmament Heaven. And the evening and the morning were the second day. 9 And God said, Let the waters under the heaven be gathered together unto one place, and let the dry … 10 And God called the dry land Earth; and the gathering together of the waters called he Seas: and God… 11 …id, Let the earth bring forth grass, the herb yielding seed, and the fruit tree yielding fruit aft… [all …]
|
/external/wayland-protocols/freedesktop.org/stable/xdg-shell/ |
D | xdg-shell.xml | 13 copy of this software and associated documentation files (the "Software"), 14 to deal in the Software without restriction, including without limitation 15 the rights to use, copy, modify, merge, publish, distribute, sublicense, 16 and/or sell copies of the Software, and to permit persons to whom the 17 Software is furnished to do so, subject to the following conditions: 19 The above copyright notice and this permission notice (including the next 20 paragraph) shall be included in all copies or substantial portions of the 23 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 26 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER [all …]
|
/external/liburing/man/ |
D | io_uring_enter.2 | 21 is used to initiate and complete I/O using the shared submission and 29 is the file descriptor returned by 32 specifies the number of I/Os to submit from the submission queue. 34 is a bitmask of the following values: 37 If this flag is set, then the system call will wait for the specificied 45 If the ring has been created with 47 then this flag asks the kernel to wakeup the SQ kernel thread to submit IO. 50 If the ring has been created with 52 then the application has no real insight into when the SQ kernel thread has 53 consumed entries from the SQ ring. This can lead to a situation where the [all …]
|
/external/wayland-protocols/freedesktop.org/unstable/xdg-shell/ |
D | xdg-shell-unstable-v6.xml | 11 copy of this software and associated documentation files (the "Software"), 12 to deal in the Software without restriction, including without limitation 13 the rights to use, copy, modify, merge, publish, distribute, sublicense, 14 and/or sell copies of the Software, and to permit persons to whom the 15 Software is furnished to do so, subject to the following conditions: 17 The above copyright notice and this permission notice (including the next 18 paragraph) shall be included in all copies or substantial portions of the 21 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 22 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 24 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER [all …]
|
/external/e2fsprogs/debugfs/ |
D | debugfs.8.in | 3 .\" This file may be copied under the terms of the GNU Public License. 44 examine and change the state of an ext2, ext3, or ext4 file system. 47 is a block device (e.g., /dev/sdXX) or a file containing the file system. 51 Specifies that the file system should be opened in read-write mode. 52 Without this option, the file system is opened in read-only mode. 56 you believe the metadata to be correct despite the complaints of 60 Specifies that the file system should be opened in catastrophic mode, in 61 which the inode and group bitmaps are not read initially. This can be 63 catastrophic mode forces the filesystem to be opened read-only. 68 represents an ext2 image file created by the [all …]
|
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/ |
D | face.py | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 10 # distributed under the License is distributed on an "AS IS" BASIS, 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 14 """Interfaces defining the Face layer of RPC Framework.""" 37 group: The group of the unrecognized method. 38 name: The name of the unrecognized method. 45 group: The group identifier of the unrecognized RPC name. [all …]
|
/external/arm-trusted-firmware/docs/design/ |
D | interrupt-framework-design.rst | 5 allows EL3 software to configure the interrupt routing behavior. Its main 6 objective is to implement the following two requirements. 10 (normal world). The framework should then take care of handing control of 11 the interrupt to either software in EL3 or Secure-EL1 depending upon the 12 software configuration and the GIC implementation. This requirement ensures 13 that secure interrupts are under the control of the secure software with 14 respect to their delivery and handling without the possibility of 18 non-secure software (Non-secure interrupts) to the last executed exception 19 level in the normal world when the execution is in secure world at 20 exception levels lower than EL3. This could be done with or without the [all …]
|
D | trusted-board-boot.rst | 4 The Trusted Board Boot (TBB) feature prevents malicious firmware from running on 5 the platform by authenticating all firmware images up to and including the 9 This document describes the design of Trusted Firmware-A (TF-A) TBB, which is an 10 implementation of the `Trusted Board Boot Requirements (TBBR)`_ specification, 11 Arm DEN0006D. It should be used in conjunction with the 13 of the TBBR. 19 the Arm development platforms, these components are: 21 - A SHA-256 hash of the Root of Trust Public Key (ROTPK). It is stored in the 23 be used and its hash embedded into the BL1 and BL2 images (only for 26 - The BL1 image, on the assumption that it resides in ROM so cannot be [all …]
|
/external/selinux/ |
D | NOTICE | 11 The licenses for most software are designed to take away your 12 freedom to share and change it. By contrast, the GNU General Public 14 software--to make sure the software is free for all its users. This 15 General Public License applies to most of the Free Software 18 the GNU Library General Public License instead.) You can apply it to 23 have the freedom to distribute copies of free software (and charge for 25 if you want it, that you can change the software or use pieces of it 29 anyone to deny you these rights or to ask you to surrender the rights. 31 distribute copies of the software, or if you modify it. 34 gratis or for a fee, you must give the recipients all the rights that [all …]
|
/external/ppp/pppd/ |
D | pppd.8 | 12 .\" purpose with or without fee is hereby granted, provided that the above 15 .\" THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES 17 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 21 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 33 PPP is the protocol used for establishing internet links over dial-up 35 links. The \fIpppd\fR daemon works together with the kernel PPP 37 (called the \fIpeer\fR) and to negotiate Internet Protocol (IP) 38 addresses for each end of the link. Pppd can also authenticate the 39 peer and/or supply authentication information to the peer. PPP can be 45 Use the serial port called \fIttyname\fR to communicate with the [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | slides_v1.presentations.html | 80 <p class="firstline">Returns the pages Resource.</p> 84 …the presentation. Each request is validated before being applied. If any request is not valid, the… 90 …the title given in the request. If a `presentationId` is provided, it is used as the ID of the new… 93 <p class="firstline">Gets the latest version of the specified presentation.</p> 97 …the presentation. Each request is validated before being applied. If any request is not valid, the… 100 presentationId: string, The presentation to apply the updates to. (required) 101 body: object, The request body. 102 The object takes the form of: 105 "requests": [ # A list of updates to apply to the presentation. 108 …the API may modify the values of both `size` and `transform`, but the visual size will be unchange… [all …]
|
D | slides_v1.presentations.pages.html | 82 <p class="firstline">Gets the latest version of the specified page in the presentation.</p> 85 …rstline">Generates a thumbnail of the latest version of the specified page in the presentation and… 94 <pre>Gets the latest version of the specified page in the presentation. 97 presentationId: string, The ID of the presentation to retrieve. (required) 98 pageObjectId: string, The object ID of the page to retrieve. (required) 105 An object of the form: 108 …"layoutProperties": { # The properties of Page are only relevant for pages with page_typ… 109 "displayName": "A String", # The human-readable name of the layout. 110 …"masterObjectId": "A String", # The object ID of the master that this layout i… 111 "name": "A String", # The name of the layout. [all …]
|
D | docs_v1.documents.html | 79 …the document. Each request is validated before being applied. If any request is not valid, then th… 85 …nk document using the title given in the request. Other fields in the request, including any provi… 88 <p class="firstline">Gets the latest version of the specified document.</p> 92 …the document. Each request is validated before being applied. If any request is not valid, then th… 95 documentId: string, The ID of the document to update. (required) 96 body: object, The request body. 97 The object takes the form of: 100 "requests": [ # A list of updates to apply to the document. 102 …The new footer is applied to the SectionStyle at the location of the SectionBreak if specificed, o… 103 …the document. # The location of the SectionBreak immediately preceding the section whose SectionSt… [all …]
|
D | monitoring_v3.projects.timeSeries.html | 82 …The response is empty if all time series in the request were written. If any time series could not… 85 …The response is empty if all time series in the request were written. If any time series could not… 91 <p class="firstline">Retrieves the next page of results.</p> 97 <p class="firstline">Retrieves the next page of results.</p> 106 …The response is empty if all time series in the request were written. If any time series could not… 109 …ame: string, Required. The project (https://cloud.google.com/monitoring/api/v3#project_name) on wh… 110 body: object, The request body. 111 The object takes the form of: 113 { # The CreateTimeSeries request. 114 …The new data to be added to a list of time series. Adds at most one data point to each of several … [all …]
|
/external/icu/icu4j/perf-tests/data/collation/ |
D | 2drvb10.txt | 4 Copyright laws are changing all over the world, be sure to check 5 the copyright laws for your country before posting these files!! 7 Please take a look at the important information in this header. 9 electronic path open for the next readers. Do not remove this. 12 **Welcome To The World of Free Plain Vanilla Electronic Texts** 22 The Holy Bible 26 Volume II: The Second Part of the Old Testament (Psalms - 2 Machabees) 43 all of which are in the Public Domain in the United States, unless a 49 of the official release dates, for time for better editing. 52 midnight of the last day of the month of any such announcement. [all …]
|
/external/libiio/src/ |
D | Doxyfile.in | 5 # Using the PROJECT_BRIEF tag one can provide an optional one line description 6 # for a project that appears at the top of each page and should give viewer a 7 # quick idea about the purpose of the project. Keep the description short. 11 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in 12 # the documentation. The maximum height of the logo should not exceed 55 pixels 13 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo 14 # to the output directory. 18 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path 19 # into which the generated documentation will be written. If a relative path is 20 # entered, it will be relative to the location where doxygen was started. If [all …]
|
/external/pcre/doc/ |
D | pcre2api.3 | 8 description of all its native functions. See the 12 document for an overview of all the PCRE2 documentation. 278 backward compatibility. They should not be used in new code. The first is 279 replaced by \fBpcre2_set_depth_limit()\fP; the second is no longer needed and 311 POSIX basic and extended patterns can be converted. Details are given in the 323 This contains the function prototypes and other definitions for all three 325 systems the libraries are called \fBlibpcre2-8\fP, \fBlibpcre2-16\fP, and 326 \fBlibpcre2-32\fP, and they can also co-exist with the original PCRE libraries. 329 unsigned integers in code units of the appropriate width. Every PCRE2 function 341 The UCHAR types define unsigned code units of the appropriate widths. For [all …]
|
/external/iptables/iptables/ |
D | ebtables-nft.8 | 4 .\" It is based on the iptables man page. 6 .\" The man page was edited, February 25th 2003, by 12 .\" it under the terms of the GNU General Public License as published by 13 .\" the Free Software Foundation; either version 2 of the License, or 16 .\" This program is distributed in the hope that it will be useful, 17 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of 18 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 .\" You should have received a copy of the GNU General Public License 22 .\" along with this program; if not, write to the Free Software 56 is an application program used to set up and maintain the [all …]
|
/external/libffi/src/arm/ |
D | trampoline.S | 7 # a copy of this software and associated documentation files (the 8 # Software''), to deal in the Software without restriction, including 9 # without limitation the rights to use, copy, modify, merge, publish, 10 # distribute, sublicense, and/or sell copies of the Software, and to 11 # permit persons to whom the Software is furnished to do so, subject to 12 # the following conditions: 14 # The above copyright notice and this permission notice shall be included 15 # in all copies or substantial portions of the Software. 17 # THE SOFTWARE IS PROVIDED AS IS'', WITHOUT WARRANTY OF ANY KIND, 18 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/ |
D | trampoline.S | 7 # a copy of this software and associated documentation files (the 8 # Software''), to deal in the Software without restriction, including 9 # without limitation the rights to use, copy, modify, merge, publish, 10 # distribute, sublicense, and/or sell copies of the Software, and to 11 # permit persons to whom the Software is furnished to do so, subject to 12 # the following conditions: 14 # The above copyright notice and this permission notice shall be included 15 # in all copies or substantial portions of the Software. 17 # THE SOFTWARE IS PROVIDED AS IS'', WITHOUT WARRANTY OF ANY KIND, 18 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF [all …]
|
/external/clang/docs/ |
D | doxygen.cfg.in | 3 # This file describes the settings to be used by the documentation system 7 # front of the TAG it is preceding. 10 # The format is: 20 # This tag specifies the encoding used for all characters in the config file 21 # that follow. The default is UTF-8 which is also the encoding used for all text 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 23 # built into libc) for the transcoding. See http://www.gnu.org/software/libiconv 24 # for the list of possible encodings. 25 # The default value is: UTF-8. 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by [all …]
|