| /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 = gcc -Wall -g -Wwrite-strings 32 #CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing 33 #CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov 34 HOSTCC = gcc -g -Wall -pedantic -Wcast-qual [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| 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 …]
|
| 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 …]
|
| /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 …]
|
| D | README-Win32.txt | 9 This seems to be the Windows way of doing things. 22 Something neat to do is to use a MinGW32 cross compiler on a Unix 25 ./configure --host=i586-mingw32msvc --disable-nls 29 If you want to build a combined source/binary distribution tarball/zipfile, 30 then add the --enable-ship-binaries option to the ./configure command line.
|
| /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/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/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/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/catch2/CMake/ |
| D | FindGcov.cmake | 1 # This file is part of CMake-codecov. 4 # 2015-2017 RWTH Aachen University, Federal Republic of Germany 8 # Written by Alexander Haase, alexander.haase@rwth-aachen.de 24 # compiler, do not try to find it again. 29 # Some distributions like OSX (homebrew) ship gcov with the compiler 30 # version appended as gcov-x. To find this binary we'll build the 32 string(REGEX MATCH "^[0-9]+" GCC_VERSION 35 find_program(GCOV_BIN NAMES gcov-${GCC_VERSION} gcov 39 # Some distributions like Debian ship llvm-cov with the compiler 40 # version appended as llvm-cov-x.y. To find this binary we'll build [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/angle/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/skia/tools/viewer/ |
| D | ShipSlide.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 29 canvas->drawAtlas(atlas, xform, tex, colors, count, SkBlendMode::kModulate, sampling, in draw_atlas() 40 canvas->save(); in draw_atlas_sim() 41 canvas->concat(matrix); in draw_atlas_sim() 42 canvas->drawImageRect(atlas, tex[i], tex[i].makeOffset(-tex[i].x(), -tex[i].y()), in draw_atlas_sim() 44 canvas->restore(); in draw_atlas_sim() 53 fAtlas = GetResourceAsImage("images/ship.png"); in DrawShipSlide() 55 SkDebugf("\nCould not decode file ship.png. Falling back to penguin mode.\n"); in DrawShipSlide() 59 " to set the resourcePath?\n"); in DrawShipSlide() 64 SkScalar anchorX = fAtlas->width()*0.5f; in DrawShipSlide() [all …]
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | safebrowsing.v4.json | 6 …to check web resources (most commonly URLs) against Google-generated lists of unsafe web resources… 8 "documentationLink": "https://developers.google.com/safe-browsing/", 11 "x16": "http://www.google.com/images/icons/product/search-16.gif", 12 "x32": "http://www.google.com/images/icons/product/search-32.gif" 48 "Responses with Content-Type of application/json", 49 "Media download with context-dependent Content-Type", 50 "Responses with Content-Type of application/x-protobuf" 61 "description": "Selector specifying which fields to include in a partial response.", 82 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 193 …"description": "Reports a Safe Browsing threat list hit to Google. Only projects with TRUSTED_REPO… [all …]
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | FormattedStringBuilderTest.java | 27 "A very very very very very very very very very very long string to force heap" }; 81 { "lorem ipsum dolor sit amet", 8, 11 }, // 3 chars, equal to replacement "xyz" in testSplice() 243 assertEquals("First is -1 on empty string", -1, nsb.getFirstCodePoint()); in testCodePoints() 244 assertEquals("Last is -1 on empty string", -1, nsb.getLastCodePoint()); in testCodePoints() 257 assertEquals("Last is space ship", 128640, nsb.getLastCodePoint()); in testCodePoints() 258 assertEquals("1st is space ship", 128640, nsb.codePointAt(1)); in testCodePoints() 260 assertEquals("Before 3rd is space ship", 128640, nsb.codePointBefore(3)); in testCodePoints()
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
| D | FormattedStringBuilderTest.java | 30 "A very very very very very very very very very very long string to force heap" }; 84 { "lorem ipsum dolor sit amet", 8, 11 }, // 3 chars, equal to replacement "xyz" in testSplice() 246 assertEquals("First is -1 on empty string", -1, nsb.getFirstCodePoint()); in testCodePoints() 247 assertEquals("Last is -1 on empty string", -1, nsb.getLastCodePoint()); in testCodePoints() 260 assertEquals("Last is space ship", 128640, nsb.getLastCodePoint()); in testCodePoints() 261 assertEquals("1st is space ship", 128640, nsb.codePointAt(1)); in testCodePoints() 263 assertEquals("Before 3rd is space ship", 128640, nsb.codePointBefore(3)); in testCodePoints()
|
| /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.
|
| /external/llvm/test/YAMLParser/ |
| D | spec-02-27.test | 1 # RUN: yaml-bench -canonical %s 3 --- !<tag:clarkevans.com,2002:invoice> 5 date : 2001-01-23 6 bill-to: &id001 16 ship-to: *id001 18 - sku : BL394D 22 - sku : BL4438H 31 Billsmer @ 338-4338.
|
| /external/angle/build/config/freetype/ |
| D | freetype.gni | 2 # Use of this source code is governed by a BSD-style license that can be 6 # Blink needs a recent and properly build-configured FreeType version to 8 # we ship and link such a version as part of Chrome. For distributions that 9 # prefer to keep linking to the version the system, FreeType must be newer
|
| /external/cronet/build/config/freetype/ |
| D | freetype.gni | 2 # Use of this source code is governed by a BSD-style license that can be 6 # Blink needs a recent and properly build-configured FreeType version to 8 # we ship and link such a version as part of Chrome. For distributions that 9 # prefer to keep linking to the version the system, FreeType must be newer
|
| /external/curl/docs/ |
| D | EXPERIMENTAL.md | 8 1. Experimental features are provided to allow users to try them out and 9 provide feedback on functionality and API etc before they ship and get 14 4. **We reserve the right to change behavior** of the feature without sticking 15 to our API/ABI rules as we do for regular features, as long as it is marked 21 - The Hyper HTTP backend 22 - HTTP/3 support and options 23 - The rustls backend 24 - WebSocket
|
| /external/toolchain-utils/ |
| D | README.chromium | 1 Name: toolchain-utils 2 Short Name: toolchain-utils 3 URL: https://chromium.googlesource.com/chromiumos/third_party/toolchain-utils 9 This contains scripts used to help maintain the toolchain. These 13 running toolchain regression tests; and using binary search to isolate 17 ship on the final product (devices that run ChromiumOS).
|
| /external/skia/bazel/rbe/gce_linux/cc/ |
| D | cc_wrapper.sh | 9 # http://www.apache.org/licenses/LICENSE-2.0 11 # Unless required by applicable law or agreed to in writing, software 17 # Ship the environment to the C++ action 19 set -eu 21 # Set-up the environment 25 /usr/lib/llvm-11/bin/clang "$@"
|