| /external/one-true-awk/ |
| D | makefile | 5 # Permission to use, copy, modify, and distribute this software and 12 # to distribution of the software without specific, written prior 15 # LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 25 CFLAGS = -fsanitize=address -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls 26 CFLAGS = -g 28 CFLAGS = -O2 31 #CC = cc -Wall -g -Wwrite-strings 32 #CC = cc -O4 -Wall -pedantic -fno-strict-aliasing 33 #CC = cc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov 34 HOSTCC = cc -g -Wall -pedantic -Wcast-qual [all …]
|
| /external/okio/okio-assetfilesystem/src/androidTest/assets/ |
| D | moby10b.txt | 6 Project Gutenberg's archives, as compared to a public-domain hard copy. 8 Copyright laws are changing all over the world, be sure to check 12 We encourage you to keep this file on your own disk, keeping an 16 **Welcome To The World of Free Plain Vanilla Electronic Texts** 22 Information on contacting Project Gutenberg to get Etexts, and 46 We are now trying to release all our books one month in advance 54 and editing by those who wish to do so. To be sure you have an 55 up to date first edition [xxxxx10x.xxx] please check file sizes 57 a bug in it that scrambles the date [tried to fix and failed] a 58 look at the file size will have to do, but we will try to see a [all …]
|
| /external/cronet/third_party/libc++/src/docs/DesignDocs/ |
| D | TimeZone.rst | 10 `IANA Time Zone Database <https://data.iana.org/time-zones/tz-link.html>`_. 11 This page describes the design decisions and trade-offs made to implement this 16 Which version of the Time Zone Database to use 21 - Typically Unix systems ship the database as 22 `TZif files <https://www.rfc-editor.org/rfc/rfc8536.html>`_. This format has 29 - On several Unix systems the time zone source files are available. These files 33 `IANA documentation <https://data.iana.org/time-zones/tz-how-to.html>`_ 34 and in the `man page <https://man7.org/linux/man-pages/man8/zic.8.html>`_ of zic. 39 - On Linux systems ``tzdata.zi`` is available. This contains the same 42 ``Rule`` is abbreviated to ``R``. This file contains the database version [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | speech_v1p1beta1.projects.locations.customClasses.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | speech_v1.projects.locations.customClasses.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/naver-fonts/ |
| D | README | 3 from http://hangeul.naver.com/font. Because these fonts ship with 5 glyphs as well as other non-Korean characters) and because these fonts 6 will ship on Android devices which do not use hints, the following changes 7 were made to reduce the size of the NanumGothicBold.ttf and NanumGothic.ttf 11 2. Remove non-Korean characters other than ASCII (up to U+007F) 14 the post table to version 3.0) 16 Shawn Kwon at NHN <kss@nhn.com> has given permission to use the reserved 21 To: Raph Levien , Dave Crossland 22 Subject: Permission to use Reserved Font Names 26 I hereby grant permission in perpetuity to Google, Inc and affiliates [all …]
|
| /external/libexif/ |
| D | configure.ac | 2 AC_INIT([EXIF library], [0.6.21], [libexif-devel@lists.sourceforge.net], [libexif]) 3 AC_CONFIG_SRCDIR([libexif/exif-data.h]) 5 AC_CONFIG_MACRO_DIR([auto-m4]) 6 AM_INIT_AUTOMAKE([-Wall gnu 1.9 dist-bzip2 dist-zip check-news]) 9 # Use the silent-rules feature when possible. 13 if test ! -d "$srcdir/m4m"; then 18 You are probably using an ill-maintained CVS tree. 24 and re-running autogen.sh might help. 32 dnl --------------------------------------------------------------------------- 35 dnl http://plan99.net/~mike/writing-shared-libraries.html [all …]
|
| D | Makefile.am | 3 EXTRA_DIST = @PACKAGE_TARNAME@.spec README-Win32.txt 10 noinst_DATA = libexif-uninstalled.pc 11 EXTRA_DIST += libexif-uninstalled.pc.in 13 ACLOCAL_AMFLAGS = -I auto-m4 -I m4m 15 doc_DATA = README AUTHORS NEWS ChangeLog ABOUT-NLS COPYING 23 # If present, ship ChangeLog.cvs in source tarball. 24 # If not present, don't ship it. 25 dist-hook: 26 if test -f $(srcdir)/ChangeLog.cvs; then \ 27 cp -p $(srcdir)/ChangeLog.cvs $(distdir)/ChangeLog.cvs; \ [all …]
|
| /external/python/cpython3/Tools/freeze/ |
| D | README | 8 --------------- 10 Freeze make it possible to ship arbitrary Python programs to people 18 the Python run-time. Some measures have been taken to avoid linking 22 written in Python that it uses) is not included in the binary -- 23 instead, the compiled byte-code (the instruction stream used 25 protection of your Python source code, though not much -- a 26 disassembler for Python byte-code is available in the standard Python 31 How does Freeze know which modules to include? 32 ---------------------------------------------- 34 Previous versions of Freeze used a pretty simple-minded algorithm to [all …]
|
| /external/python/cpython2/Tools/freeze/ |
| D | README | 8 --------------- 10 Freeze make it possible to ship arbitrary Python programs to people 18 the Python run-time. Some measures have been taken to avoid linking 22 written in Python that it uses) is not included in the binary -- 23 instead, the compiled byte-code (the instruction stream used 25 protection of your Python source code, though not much -- a 26 disassembler for Python byte-code is available in the standard Python 31 How does Freeze know which modules to include? 32 ---------------------------------------------- 34 Previous versions of Freeze used a pretty simple-minded algorithm to [all …]
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/java/com/google/cloud/retail/v2/ |
| D | LocalInventoryOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 10 * Unless required by applicable law or agreed to in writing, software 98 * This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT 101 * * The key must be a UTF-8 encoded string with a length limit of 32 103 * * The key must match the pattern: `[a-zA-Z0-9][a-zA-Z0-9_]*`. For example, 107 * * For text values, the length limit is 256 UTF-8 characters. 109 * unset or set to false. 123 * This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT 126 * * The key must be a UTF-8 encoded string with a length limit of 32 128 * * The key must match the pattern: `[a-zA-Z0-9][a-zA-Z0-9_]*`. For example, [all …]
|
| D | LocalInventory.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 10 * Unless required by applicable law or agreed to in writing, software 36 // Use LocalInventory.newBuilder() to construct. 227 * This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT 230 * * The key must be a UTF-8 encoded string with a length limit of 32 232 * * The key must match the pattern: `[a-zA-Z0-9][a-zA-Z0-9_]*`. For example, 236 * * For text values, the length limit is 256 UTF-8 characters. 238 * unset or set to false. 265 * This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT 268 * * The key must be a UTF-8 encoded string with a length limit of 32 [all …]
|
| D | FulfillmentInfoOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 10 * Unless required by applicable law or agreed to in writing, software 31 * store and same day delivery), and custom types. Customers have to map 32 * custom types to their display names before rendering UI. 34 * * "pickup-in-store" 35 * * "ship-to-store" 36 * * "same-day-delivery" 37 * * "next-day-delivery" 38 * * "custom-type-1" 39 * * "custom-type-2" [all …]
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/ |
| D | LocalInventoryOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 10 * Unless required by applicable law or agreed to in writing, software 98 * This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT 101 * * The key must be a UTF-8 encoded string with a length limit of 32 103 * * The key must match the pattern: `[a-zA-Z0-9][a-zA-Z0-9_]*`. For example, 107 * * For text values, the length limit is 256 UTF-8 characters. 109 * unset or set to false. 123 * This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT 126 * * The key must be a UTF-8 encoded string with a length limit of 32 128 * * The key must match the pattern: `[a-zA-Z0-9][a-zA-Z0-9_]*`. For example, [all …]
|
| D | LocalInventory.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 10 * Unless required by applicable law or agreed to in writing, software 36 // Use LocalInventory.newBuilder() to construct. 230 * This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT 233 * * The key must be a UTF-8 encoded string with a length limit of 32 235 * * The key must match the pattern: `[a-zA-Z0-9][a-zA-Z0-9_]*`. For example, 239 * * For text values, the length limit is 256 UTF-8 characters. 241 * unset or set to false. 268 * This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT 271 * * The key must be a UTF-8 encoded string with a length limit of 32 [all …]
|
| D | FulfillmentInfoOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 10 * Unless required by applicable law or agreed to in writing, software 31 * store and same day delivery), and custom types. Customers have to map 32 * custom types to their display names before rendering UI. 34 * * "pickup-in-store" 35 * * "ship-to-store" 36 * * "same-day-delivery" 37 * * "next-day-delivery" 38 * * "custom-type-1" 39 * * "custom-type-2" [all …]
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta/ |
| D | LocalInventoryOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 10 * Unless required by applicable law or agreed to in writing, software 98 * This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT 101 * * The key must be a UTF-8 encoded string with a length limit of 32 103 * * The key must match the pattern: `[a-zA-Z0-9][a-zA-Z0-9_]*`. For example, 107 * * For text values, the length limit is 256 UTF-8 characters. 109 * unset or set to false. 123 * This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT 126 * * The key must be a UTF-8 encoded string with a length limit of 32 128 * * The key must match the pattern: `[a-zA-Z0-9][a-zA-Z0-9_]*`. For example, [all …]
|
| D | LocalInventory.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 10 * Unless required by applicable law or agreed to in writing, software 36 // Use LocalInventory.newBuilder() to construct. 230 * This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT 233 * * The key must be a UTF-8 encoded string with a length limit of 32 235 * * The key must match the pattern: `[a-zA-Z0-9][a-zA-Z0-9_]*`. For example, 239 * * For text values, the length limit is 256 UTF-8 characters. 241 * unset or set to false. 268 * This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT 271 * * The key must be a UTF-8 encoded string with a length limit of 32 [all …]
|
| D | FulfillmentInfoOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 10 * Unless required by applicable law or agreed to in writing, software 31 * store and same day delivery), and custom types. Customers have to map 32 * custom types to their display names before rendering UI. 34 * * "pickup-in-store" 35 * * "ship-to-store" 36 * * "same-day-delivery" 37 * * "next-day-delivery" 38 * * "custom-type-1" 39 * * "custom-type-2" [all …]
|
| /external/webrtc/ |
| D | native-api.md | 7 --------------|------------------------- 12 [disclaimer](#legacy-disclaimer) below. 15 -------------------------------------------|-------------------------- 37 changes, such changes will be announced in advance to 38 [discuss-webrtc@googlegroups.com][discuss-webrtc], and a migration 41 [discuss-webrtc]: https://groups.google.com/forum/#!forum/discuss-webrtc 46 ## <a name="legacy-disclaimer"></a>The legacy API directories contain some things you shouldn&rsquo… 48 The legacy API directories, in addition to things that genuinely 50 part of the API. We are in the process of moving the good stuff to the 56 don’t grow too attached to them. [all …]
|
| /external/cpuinfo/src/arm/linux/ |
| D | aarch64-isa.c | 15 isa->aes = true; in cpuinfo_arm64_linux_decode_isa_from_proc_cpuinfo() 18 isa->pmull = true; in cpuinfo_arm64_linux_decode_isa_from_proc_cpuinfo() 21 isa->sha1 = true; in cpuinfo_arm64_linux_decode_isa_from_proc_cpuinfo() 24 isa->sha2 = true; in cpuinfo_arm64_linux_decode_isa_from_proc_cpuinfo() 27 isa->crc32 = true; in cpuinfo_arm64_linux_decode_isa_from_proc_cpuinfo() 30 isa->atomics = true; in cpuinfo_arm64_linux_decode_isa_from_proc_cpuinfo() 34 …* Some phones ship with an old kernel configuration that doesn't report NEON FP16 compute extensio… in cpuinfo_arm64_linux_decode_isa_from_proc_cpuinfo() 35 * Use a MIDR-based heuristic to whitelist processors known to support it: in cpuinfo_arm64_linux_decode_isa_from_proc_cpuinfo() 36 * - Processors with Cortex-A55 cores in cpuinfo_arm64_linux_decode_isa_from_proc_cpuinfo() 37 * - Processors with Cortex-A65 cores in cpuinfo_arm64_linux_decode_isa_from_proc_cpuinfo() [all …]
|
| /external/skia/tools/viewer/ |
| D | ShipSlide.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 30 canvas->drawAtlas(atlas, xform, tex, colors, count, SkBlendMode::kModulate, sampling, in draw_atlas() 41 canvas->save(); in draw_atlas_sim() 42 canvas->concat(matrix); in draw_atlas_sim() 43 canvas->drawImageRect(atlas, tex[i], tex[i].makeOffset(-tex[i].x(), -tex[i].y()), in draw_atlas_sim() 45 canvas->restore(); in draw_atlas_sim() 58 fAtlas = ToolUtils::GetResourceAsImage("images/ship.png"); in load() 60 SkDebugf("\nCould not decode file ship.png. Falling back to penguin mode.\n"); in load() 64 " to set the resourcePath?\n"); in load() 69 SkScalar anchorX = fAtlas->width()*0.5f; in load() [all …]
|
| /external/cronet/build/util/ |
| D | android_chrome_version.py | 3 # Use of this source code is governed by a BSD-style license that can be 9 supported app with the highest version code to devices. Note that Play Store 17 versions of a package. Without unique codes, promoting a beta apk to stable 28 TrichromeLibrary when these are compiled to use the stable package name. Similar 29 to how WEBVIEW_STABLE/WEBVIEW_BETA work, this allows users to opt into the open 30 Beta Track for the stable package. When Trichrome is configured to use a 65 This ensures that they are considered "newer" than any non-next build of the 72 """List of version numbers to be created for each build configuration. 77 Here, (supported ABIs) is referring to the combination of browser ABI and 79 64-bit browser with an extra 32-bit Webview library. See also [all …]
|
| /external/python/pyyaml/tests/data/ |
| D | spec-02-27.data | 1 --- !<tag:clarkevans.com,2002:invoice> 3 date : 2001-01-23 4 bill-to: &id001 14 ship-to: *id001 16 - sku : BL394D 20 - sku : BL4438H 29 Billsmer @ 338-4338.
|
| /external/snakeyaml/src/test/resources/pyyaml/ |
| D | spec-02-27.data | 1 --- !<tag:clarkevans.com,2002:invoice> 3 date : 2001-01-23 4 bill-to: &id001 14 ship-to: *id001 16 - sku : BL394D 20 - sku : BL4438H 29 Billsmer @ 338-4338.
|