Home
last modified time | relevance | path

Searched +full:before +full:- +full:script (Results 1 – 25 of 1038) sorted by relevance

12345678910>>...42

/third_party/ltp/testcases/kernel/controllers/freezer/
D00_description.txt2 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/
Doutcome-analysis.sh3 # 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/tex-hyphen/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/
Dhyph-sa.tex3 % 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/mesa3d/.gitlab-ci/
Dcrosvm-init.sh3 set -e
9 mount -t proc none /proc
10 mount -t sysfs none /sys
11 mkdir -p /dev/pts
12 mount -t devpts devpts /dev/pts
13 mount -t tmpfs tmpfs /tmp
15 . ${VM_TEMP_DIR}/crosvm-env.sh
17 # .gitlab-ci.yml script variable is using relative paths to install directory,
18 # so change to that dir before running `crosvm-script`
22 [ -z "${DEQP_BIN_DIR}" ] || cd "${DEQP_BIN_DIR}"
[all …]
/third_party/icu/docs/userguide/transforms/general/
Dindex.md1 ---
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 …]
Drules.md1 ---
6 ---
7 <!--
10 -->
16 {: .no_toc .text-delta }
21 ---
28 features needed to perform different tasks. The focus is on building a script
32 ## Script Transliterators
34 The first task in building a script transform is to determine which system of
36 each language and script.
[all …]
/third_party/jerryscript/docs/
D03.API-EXAMPLE.md1 …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/
Dindex.md1 ---
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/icu/icu4c/source/tools/genren/
DREADME2 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/third_party/externals/icu/source/tools/genren/
DREADME2 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/python/Misc/
Dpython.man4 .\" 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/flatbuffers/docs/source/
DJavaScriptUsage.md4 ## 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/pcre2/pcre2/maint/
DREADME13 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/skia/third_party/externals/harfbuzz/docs/
Dusermanual-buffers-language-script-and-direction.xml2 <!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/curl/tests/
DFILEFORMAT.md1 <!--
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/python/Doc/library/
Drunpy.rst1 :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/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-indic.cc31 #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/curl/docs/
DCHECKSRC.md1 <!--
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/mindspore/mindspore-src/source/tests/ut/cpp/optimizer/
Doptimizer_test.cc8 * 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/flatbuffers/kotlin/
Dgradlew4 # 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/
Dpcre2unicode.33 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/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver…
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K"
18 - results/
20 .test-gl:
22 - .test
23 - .use-debian/x86_test-gl
[all …]
/third_party/python/Doc/using/
Dcmdline.rst6 .. _using-on-general:
14 .. impl-detail::
20 .. _using-on-cmdline:
23 ------------
27 python [-bBdEhiIOqsSuvVWx?] [-c command | -m module-name | script | - ] [args]
29 The most common use case is, of course, a simple invocation of a script::
34 .. _using-on-interface-options:
43 commands and executes them until an EOF (an end-of-file character, you can
44 produce that with :kbd:`Ctrl-D` on UNIX or :kbd:`Ctrl-Z, Enter` on Windows) is read.
46 reads and executes a script from that file.
[all …]
/third_party/mesa3d/.gitlab-ci/common/
Dinit-stage2.sh3 # Make sure to kill itself and all the children process from this script on
23 kill -9 "$pid" 2>/dev/null || true
27 set -x
32 # background by this script
36 # Second-stage init, used to set up devices and our job environment before
39 . /set-job-env-vars.sh
41 set -ex
44 [ -z "$HWCI_KERNEL_MODULES" ] || {
45 echo -n $HWCI_KERNEL_MODULES | xargs -d, -n1 /usr/sbin/modprobe
50 # - vmx for Intel VT
[all …]
/third_party/python/Lib/test/
Dtest_interpreters.py14 def _captured_script(script): argument
16 indented = script.replace('\n', '\n ')
19 with open({w}, 'w', encoding='utf-8') as spipe:
23 return wrapped, open(r, encoding='utf-8')
37 script, rpipe = _captured_script(request)
39 interp.run(script, channels=channels)
102 before = set(interpreters.list_all())
113 self.assertEqual(set(interpreters.list_all()), before | {interp})
116 before = set(interpreters.list_all())
126 self.assertEqual(set(interpreters.list_all()), before | {interp3, interp})
[all …]

12345678910>>...42