| /third_party/ltp/testcases/kernel/controllers/freezer/ |
| D | 00_description.txt | 2 This bash script tests freezer code by starting a long sleep process. 8 This bash script tests freezer code by starting a long sleep process. 15 This bash script tests freezer code by starting a long sleep process. 20 This bash script tests freezer code by starting a long subshell process. 27 This bash script tests freezer code by starting a long sleep process. 32 before we get a chance to "see" it again. 35 This bash script tests freezer code by starting a long sleep process. 36 The sleep process is frozen. We then thaw the process before it exits. 45 This bash script tests freezer code by starting a long sleep process. 51 This bash script tests freezer code by starting a long sleep process. [all …]
|
| /third_party/mbedtls/docs/architecture/psa-migration/ |
| D | outcome-analysis.sh | 3 # This script runs tests before and after a PR and analyzes the results in 9 # the full config must be the same before and after the PR. 12 # - First, commit any uncommited changes. (Also, see warning below.) 13 # - Then launch --> [SKIP_SSL_OPT=1] docs/architecture/psa-migration/outcome-analysis.sh 14 # - SKIP_SSL_OPT=1 can optionally be set to skip ssl-opt.sh tests 16 # WARNING: this script checks out a commit other than the head of the current 18 # but while the script is running, or if it terminates early in error, you 21 # NOTE: you can comment out parts that don't need to be re-done when 22 # re-running this script (for example "get numbers before this PR"). 24 set -eu [all …]
|
| /third_party/mesa3d/.gitlab-ci/ |
| D | crosvm-init.sh | 4 set -e 10 mount -t proc none /proc 11 mount -t sysfs none /sys 12 mkdir -p /dev/pts 13 mount -t devpts devpts /dev/pts 15 mount -t tmpfs -o noexec,nodev,nosuid tmpfs /dev/shm 16 mount -t tmpfs tmpfs /tmp 18 . ${VM_TEMP_DIR}/crosvm-env.sh 19 . ${VM_TEMP_DIR}/setup-test-env.sh 21 # .gitlab-ci.yml script variable is using relative paths to install directory, [all …]
|
| /third_party/tex-hyphen/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/ |
| D | hyph-sa.tex | 3 % copyright: Copyright (C) 2006-2011 Yves Codet 4 % notice: This file is part of the hyph-utf8 package. 11 % - 13 % contact: ycodet (at) club-internet.fr 24 % - Created: April 1st, 2005 25 % - First release: June 8th, 2006 26 % - Revised: September 14th, 2011 30 % description: |- 41 % Do not break either side of ZERO-WIDTH JOINER 42 % (U+200D) and ZERO-WIDTH NON-JOINER (U+200C) [all …]
|
| /third_party/icu/docs/userguide/transforms/general/ |
| D | index.md | 1 --- 6 --- 7 <!-- 10 --> 16 {: .no_toc .text-delta } 21 --- 25 General transforms provide a general-purpose package for processing Unicode 32 4. Script to Script conversion 34 Originally, Transforms were designed to convert characters from one script to 39 include pre-built transformations for case conversions, for normalization [all …]
|
| /third_party/skia/third_party/externals/icu/source/tools/genren/ |
| D | README | 2 Copyright (c) 2002-2011, International Business Machines Corporation and others. All Rights Reserve… 4 The genren.pl script is used to generate source/common/unicode/urename.h header file, which is need… 6 This script is intended to be used on Linux, although it should work on any platform that has Perl … 8 It also does not currently work well in an out-of-source situation. 11 - urename.h file should be generated after implementation is complete for a release. 12 - the version number for a release should be set according to the list in source/common/unicode/uve… 13 - Note: If you are running the script in a clean checkout, you must run the runConfigureICU at leas… 14 running the make install-header command below. 16 Before generating urename.h, the layout engine header files must be installed from the harfbuzz pro… 21 svn export https://github.com/behdad/icu-le-hb/trunk/src layout [all …]
|
| /third_party/skia/m133/third_party/externals/icu/source/tools/genren/ |
| D | README | 2 Copyright (c) 2002-2011, International Business Machines Corporation and others. All Rights Reserve… 4 The genren.pl script is used to generate source/common/unicode/urename.h header file, which is need… 6 This script is intended to be used on Linux, although it should work on any platform that has Perl … 8 It also does not currently work well in an out-of-source situation. 11 - urename.h file should be generated after implementation is complete for a release. 12 - the version number for a release should be set according to the list in source/common/unicode/uve… 13 - Note: If you are running the script in a clean checkout, you must run the runConfigureICU at leas… 14 running the make install-header command below. 16 Before generating urename.h, the layout engine header files must be installed from the harfbuzz pro… 21 svn export https://github.com/behdad/icu-le-hb/trunk/src layout [all …]
|
| /third_party/icu/icu4c/source/tools/genren/ |
| D | README | 2 Copyright (c) 2002-2011, International Business Machines Corporation and others. All Rights Reserve… 4 The genren.pl script is used to generate source/common/unicode/urename.h header file, which is need… 6 This script is intended to be used on Linux, although it should work on any platform that has Perl … 8 It also does not currently work well in an out-of-source situation. 11 - urename.h file should be generated after implementation is complete for a release. 12 - the version number for a release should be set according to the list in source/common/unicode/uve… 13 - Note: If you are running the script in a clean checkout, you must run the runConfigureICU at leas… 14 running the make install-header command below. 16 Before generating urename.h, the layout engine header files must be installed from the harfbuzz pro… 21 svn export https://github.com/behdad/icu-le-hb/trunk/src layout [all …]
|
| /third_party/jerryscript/docs/ |
| D | 03.API-EXAMPLE.md | 1 …iding the way to run JavaScript in a large range of environments - from desktops to low-memory mic… 7 ## Before trying out the examples: Get and build JerryScript library 9 Before getting started using the JerryScript library it should be cloned and built for a target os/… 18 $ git clone https://github.com/jerryscript-project/jerryscript.git 19 $ jerryscript/tools/build.py --builddir=$(pwd)/example_build --cmake-param="-DCMAKE_INSTALL_PREFIX=… 20 $ make -C $(pwd)/example_build install 25 In this guide we will use `pkg-config` to ease the usage of headers and libraries. 32 Test if the `pkg-config` works for JerryScript: 35 $ pkg-config --cflags --libs libjerry-core libjerry-port-default libjerry-ext libjerry-libm 40 The most basic example to test the engine is to create an `api-example-1.c` file containing the fol… [all …]
|
| /third_party/icu/docs/userguide/collation/customization/ |
| D | index.md | 1 --- 6 --- 7 <!-- 10 --> 16 {: .no_toc .text-delta } 21 --- 26 order](http://www.unicode.org/reports/tr35/tr35-collation.html#Root_Collation) 32 all the languages. In particular, languages that share a script may sort the 35 Therefore, ICU provides a data-driven, flexible, and run-time-customizable 48 syntax](http://www.unicode.org/reports/tr35/tr35-collation.html#Rules). For more [all …]
|
| /third_party/flatbuffers/docs/source/ |
| D | JavaScriptUsage.md | 4 ## Before you get started 6 Before diving into the FlatBuffers usage in JavaScript, it should be noted that 28 *Note: See [Tutorial](@ref flatbuffers_guide_tutorial) for a more in-depth 38 1. Generate TS files from `*.fbs` by using the `--ts` option. 43 // Note: These require functions are an example - use your desired module flavor. 54 //--------------------------------------------------------------------------// 56 // Note: This code is an example of browser-based HTML/JavaScript. See above 58 <script src="../js/flatbuffers.js"></script> 59 <script src="monster_generated.js"></script> 60 <script> [all …]
|
| /third_party/python/Misc/ |
| D | python.man | 4 .\" groff -Tascii -man python.man | less 7 python \- an interpreted, interactive, object-oriented programming language 11 .B \-B 14 .B \-b 17 .B \-d 20 .B \-E 23 .B \-h 26 .B \-i 29 .B \-I 33 .B \-m [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/docs/ |
| D | usermanual-buffers-language-script-and-direction.xml | 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 7 <chapter id="buffers-language-script-and-direction"> 8 <title>Buffers, language, script and direction</title> 13 buffer. We'll also look at a piece of lower-level machinery that 14 you will need to understand before proceeding: the functions that 23 <section id="creating-and-destroying-buffers"> 43 This will destroy the object and free its associated memory - 62 While we are on the subject of reference-counting buffers, it is 74 <section id="adding-text-to-the-buffer"> [all …]
|
| /third_party/skia/m133/third_party/externals/harfbuzz/docs/ |
| D | usermanual-buffers-language-script-and-direction.xml | 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 7 <chapter id="buffers-language-script-and-direction"> 8 <title>Buffers, language, script and direction</title> 13 buffer. We'll also look at a piece of lower-level machinery that 14 you will need to understand before proceeding: the functions that 23 <section id="creating-and-destroying-buffers"> 43 This will destroy the object and free its associated memory - 62 While we are on the subject of reference-counting buffers, it is 74 <section id="adding-text-to-the-buffer"> [all …]
|
| /third_party/pcre2/pcre2/maint/ |
| D | README | 13 Long-term ideas (wish list) 24 A Python script that generates input and expected output test data for test 28 A Python script that generates the file pcre2_ucd.c from GenerateCommon.py 30 site. The generated file contains the tables for a 2-stage lookup of Unicode 31 properties, along with some auxiliary tables. The script starts with a long 35 A Python script that generates the file pcre2_ucp.h from GenerateCommon.py 40 A Python script that generates the file pcre2_ucptables.c from 45 A shell script that runs "configure, make, test" a number of times with 48 pcre2_chartables.c.non-standard 60 any script, because it is useful occasionally for manually looking up the [all …]
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/optimizer/ |
| D | optimizer_test.cc | 8 * http://www.apache.org/licenses/LICENSE-2.0 50 auto trans = resource->manager(); in ChangeStringToScript() 52 auto nodes = trans->all_nodes(); in ChangeStringToScript() 56 auto cnode = node->cast<CNodePtr>(); in ChangeStringToScript() 57 auto script_str_node = cnode->input(kScriptInputIdx); in ChangeStringToScript() 59 auto script = script_string->value(); in ChangeStringToScript() local 60 auto script_node = NewValueNode(std::make_shared<parse::Script>(script)); in ChangeStringToScript() 61 cnode->set_input(kScriptInputIdx, script_node); in ChangeStringToScript() 64 if (node->isa<ValueNode>()) { in ChangeStringToScript() 65 auto value_node = node->cast_ptr<ValueNode>(); in ChangeStringToScript() [all …]
|
| /third_party/curl/docs/ |
| D | CHECKSRC.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 18 `-W[file]` skip that file and exclude it from being checked. Helpful 21 `-D[dir]` directory name to prepend to filenames when accessing them. 23 `-h` shows the help output, that also lists all recognized warnings 28 The script is an effort to detect the most common mistakes and syntax mistakes 29 that contributors make before they get accustomed to our code style. Heck, 30 many of us regulars do the mistakes too and this script helps us keep the code 33 checksrc.pl -h [all …]
|
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 7 - !reference [default, before_script] 9 - rm -rf install 10 - tar -xf artifacts/install.tar 11 - section_start ldd_section "Checking ldd on driver build" 12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \; 13 - section_end ldd_section 18 - results/ 20 - !reference [.common-rules, rules] 21 - !reference [.never-post-merge-rules, rules] 23 .formatting-check: [all …]
|
| /third_party/python/Doc/library/ |
| D | runpy.rst | 1 :mod:`runpy` --- Locating and executing Python modules 11 -------------- 14 importing them first. Its main use is to implement the :option:`-m` command 18 Note that this is *not* a sandbox module - all code is executed in the 46 The optional dictionary argument *init_globals* may be used to pre-populate 47 the module's globals dictionary before the code is executed. The supplied 54 dictionary before the module code is executed (Note that this is a 55 minimal set of variables - other variables may be set implicitly as an 67 :ref:`set as normal <import-mod-attrs>` based on the module spec. 73 are restored to their original values before the function returns. [all …]
|
| /third_party/curl/tests/ |
| D | FILEFORMAT.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 12 in its own line. Comments are either XML-style (enclosed with `<!--` and 13 `-->`) or shell script style (beginning with `#`) and must appear on their own 43 or even percent-encoded individual bytes. As an example, insert the HTTP 56 %hex[ %XX-encoded data to decode ]hex% 80 remember that the ordinary variables are expanded before the include happens 96 Accept-Encoding 103 Accept-Encoding: not-brotli [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-shape-complex-indic.cc | 31 #include "hb-ot-shape-complex-indic.hh" 32 #include "hb-ot-shape-complex-indic-machine.hh" 33 #include "hb-ot-shape-complex-vowel-constraints.hh" 34 #include "hb-ot-layout.hh" 43 * Indic configurations. Note that we do not want to keep every single script-specific 44 * behavior in these tables necessarily. This should mainly be used for per-script 46 * only one script has an exception, that one script can be if'ed directly in the code, 67 BLWF_MODE_PRE_AND_POST, /* Below-forms feature applied to pre-base and post-base. */ 68 BLWF_MODE_POST_ONLY /* Below-forms feature applied to post-base only. */ 72 hb_script_t script; member [all …]
|
| /third_party/flatbuffers/kotlin/ |
| D | gradlew | 4 # Copyright © 2015-2021 the original authors. 10 # https://www.apache.org/licenses/LICENSE-2.0 21 # Gradle start up script for POSIX generated by Gradle. 25 # (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is 27 # bash, then to run this script, type that shell name before the whole 32 # Busybox and similar reduced shells will NOT work, because this script 35 # * expansions «$var», «${var}», «${var:-default}», «${var+SET}», 38 # * various built-in commands including «command», «set», and «ulimit». 42 # (2) This script targets any POSIX shell, so it avoids extensions provided 46 # space-separated string is a well documented source of bugs and security [all …]
|
| /third_party/pcre2/pcre2/doc/ |
| D | pcre2unicode.3 | 3 PCRE - Perl-compatible regular expressions (revised API) 10 strings of text in UTF-8, UTF-16, and UTF-32 format (depending on the code unit 33 it are treated as UTF strings instead of strings of individual one-code-unit 46 Any and LC (synonym L&), the Unicode script names such as Arabic or Han, 73 in non-UTF mode. 85 but its use can lead to some strange effects because it breaks up multi-unit 90 documentation). For this reason, there is a build-time option that disables 91 support for \eC completely. There is also a less draconian compile-time option 95 \fBpcre2_dfa_match()\fP when in UTF-8 or UTF-16 mode, that is, when a character 97 a match-time error. Also, the JIT optimization does not support \eC in these [all …]
|
| /third_party/skia/m133/third_party/externals/harfbuzz/src/ |
| D | hb-ot-shaper-indic.cc | 31 #include "hb-ot-shaper-indic.hh" 32 #include "hb-ot-shaper-indic-machine.hh" 33 #include "hb-ot-shaper-vowel-constraints.hh" 34 #include "hb-ot-layout.hh" 95 lookups = map->get_stage_lookups (0/*GSUB*/, in init() 96 map->get_feature_stage (0/*GSUB*/, feature_tag)); in init() 116 * Indic configurations. Note that we do not want to keep every single script-specific 117 * behavior in these tables necessarily. This should mainly be used for per-script 119 * only one script has an exception, that one script can be if'ed directly in the code, 136 BLWF_MODE_PRE_AND_POST, /* Below-forms feature applied to pre-base and post-base. */ [all …]
|
| /third_party/grpc/test/csharp/codegen/ |
| D | csharp_codegen_deprecated_test.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # Run this script via bazel test 19 # Simple test - compare generated output to expected files 21 set -x 34 rm -rf ${PROTO_OUT} 35 mkdir -p ${PROTO_OUT} 39 --plugin=protoc-gen-grpc=$PLUGIN \ 40 --csharp_out=${PROTO_OUT} \ 41 --grpc_out=${PROTO_OUT} \ 42 -I ${DATA_DIR}/proto \ [all …]
|