Home
last modified time | relevance | path

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

12345678910>>...48

/external/chromium-trace/catapult/third_party/polymer/components/iron-location/test/
Dinitialization-cases.html1 <!--
9 -->
11 <link rel='import' href='../iron-location.html'>
14 <script>
16 is: 'default-value',
21 value: 'default-value'
27 is: 'on-attached',
32 value: 'on-attached-default-value'
36 if (this.val === 'on-attached-default-value') {
37 this.val = 'on-attached';
[all …]
Dinitialization-tests.html1 <!--
9 -->
14 <meta charset="utf-8">
16 <script src="../../webcomponentsjs/webcomponents.js"></script>
17 <script src="../../web-component-tester/browser.js"></script>
18 <script src="../../test-fixture/test-fixture-mocha.js"></script>
21 <link rel="import" href="../../promise-polyfill/promise-polyfill.html">
22 <link rel="import" href="../../test-fixture/test-fixture.html">
23 <link rel="import" href="../iron-location.html">
27 <script>
[all …]
/external/vogar/src/vogar/
DTarget.java8 * http://www.apache.org/licenses/LICENSE-2.0
37 * A process prefix is a list of tokens added in front of a script (VM command) to be run on
53 * A process wrapper is a command that is used to execute a script (VM command) to be run on
54 * this target. The script, preceded by the process prefix, is surrounded with double quotes
57 * <li>{@code <process-wrapper> "<process-prefix> <script>"}
59 * A {@code null} process wrapper means that the script will be executed as-is (but still
62 * <li>{@code <process-prefix> <script>}
111 * Responsible for constructing a one line script appropriate for a specific target.
146 * The prefix to insert before the script to produce a command line that will execute the
147 * script within a shell.
[all …]
/external/jazzer-api/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/
DScriptEngineInjection.java7 // http://www.apache.org/licenses/LICENSE-2.0
27 * Detects Script Engine injections.
31 * {@link javax.script.ScriptEngine#eval(String)} and the like that might lead
33 * Before JDK 15, the Nashorn Engine was registered by default with
38 * <a href="https://www.jcp.org/en/jsr/detail?id=223">JSR-223 </a>
46 * String variants of eval can be intercepted by before hooks, as the script
49 @MethodHook(type = HookType.BEFORE, targetClassName = "javax.script.ScriptEngine",
51 @MethodHook(type = HookType.BEFORE, targetClassName = "javax.script.ScriptEngine",
53 targetMethodDescriptor = "(Ljava/lang/String;Ljavax/script/ScriptContext;)Ljava/lang/Object;")
54 @MethodHook(type = HookType.BEFORE, targetClassName = "javax.script.ScriptEngine",
[all …]
/external/pdfium/testing/tools/
Dsafetynet_compare.py3 # Use of this source code is governed by a BSD-style license that can be
75 Exit code for the script.
82 before, after = self._ProfileTwoOtherBranchesInThisRepo(
85 before, after = self._ProfileTwoOtherBranches(self.args.branch_before,
89 before, after = self._ProfileCurrentAndOtherBranchInThisRepo(
92 before, after = self._ProfileCurrentAndOtherBranch(
96 before, after = self._ProfileLocalChangesAndCurrentBranchInThisRepo()
98 before, after = self._ProfileLocalChangesAndCurrentBranch()
100 conclusions = self._DrawConclusions(before, after)
110 self.after_build_dir, self.args.png_dir, ('before', 'after'),
[all …]
/external/pdfium/docs/
Dsafetynet.md1 # SafetyNet - Performance regression detection for PDFium
10 safetynet_compare.py is a script that compares the performance between two
20 test - a regression, while negative % changes mean a decrease in
24 $ testing/tools/safetynet_compare.py ~/test_pdfs --branch-before beef5e4
27 --------------------------------------------------------------------------------
28 -0.1980% 45,703,820,326 ~/test_pdfs/PDF Reference 1-7.pdf
29 -0.5678% 42,038,814 ~/test_pdfs/Page 24 - PDF Reference 1-7.pdf
32 -7.7228% 26,161,171 ~/test_pdfs/encrypted1234.pdf
33 -0.2763% 102,084,398 ~/test_pdfs/ghost.pdf
34 -3.7005% 10,800,642,262 ~/test_pdfs/musician.pdf
[all …]
/external/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 …]
/external/googleapis/google/appengine/v1/
Dapp_yaml.proto7 // http://www.apache.org/licenses/LICENSE-2.0
40 // Path to the script from the application root directory.
41 string script = 3; field
69 // Deadline reached before the application responds.
116 // Executes a script to handle the requests that match this URL
118 // App Engine standard environment, for example `"script": "auto"`.
119 ScriptHandler script = 3; field
160 // Defaults to file-specific MIME types, which are derived from each file's
180 // Executes a script to handle the request that matches the URL pattern.
182 // Path to the script from the application root directory.
[all …]
/external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/proto/google/appengine/v1/
Dapp_yaml.proto7 // http://www.apache.org/licenses/LICENSE-2.0
40 // Path to the script from the application root directory.
41 string script = 3; field
69 // Deadline reached before the application responds.
116 // Executes a script to handle the requests that match this URL
118 // App Engine standard environment, for example `"script": "auto"`.
119 ScriptHandler script = 3; field
160 // Defaults to file-specific MIME types, which are derived from each file's
180 // Executes a script to handle the request that matches the URL pattern.
182 // Path to the script from the application root directory.
[all …]
/external/googleapis/google/appengine/v1beta/
Dapp_yaml.proto7 // http://www.apache.org/licenses/LICENSE-2.0
40 // Path to the script from the application root directory.
41 string script = 3; field
69 // Deadline reached before the application responds.
116 // Executes a script to handle the requests that match this URL
118 // App Engine standard environment, for example `"script": "auto"`.
119 ScriptHandler script = 3; field
160 // Defaults to file-specific MIME types, which are derived from each file's
180 // Executes a script to handle the request that matches the URL pattern.
182 // Path to the script from the application root directory.
[all …]
/external/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 …]
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/draft/
DidnaContextRules.txt3 # Provides a table-based mechanism for determining whether a label is a U-Label or not.
9 # If any of the following regex expressions is found in the label, then the label is not a valid U-
10 # These rules provide a machine-readable way to test that. This is intended for a reference (test) …
11 # implementations would typically use hand-coded versions that would be much more optimized.
12 …e context rules are derived from http://tools.ietf.org/html/draft-ietf-idnabis-tables-05#appendix-A
24 # These variables are substituted in the rules before evaluation
27 # <before>; <at>; <result>
28 # <before> ; <result>
30 # <before> and <at> are both regex expressions
39 # If <before> and <at> both match, then the result is applied as follows:
[all …]
/external/pigweed/pw_stm32cube_build/py/pw_stm32cube_build/
Dinject_init.py7 # https://www.apache.org/licenses/LICENSE-2.0
21 def add_pre_main_init(startup: str) -> str:
25 do some setup before main is called. This could include sys_io or system
28 This adds a call to `pw_stm32cube_Init()` immediately before the call to
32 startup: The startup script read into a string
35 A new startup script with the `pw_stm32cube_Init()` call added.
42 raise ValueError("`bl main` not found in startup script")
52 """Injects pw_stm32cube_Init before main in given ST startup script.
57 If None, output startup script printed to stdout
60 startup_in_str = startup_in_file.read().decode('utf-8', errors='ignore')
/external/fonttools/Tests/feaLib/data/
Dspec4h1.fea11 sub [a - z] by [A.sc - Z.sc];
14 # will be grouped in a single lookup. Since no script or language
25 # will be grouped in a single lookup. Since no script or language
29 script latn;
36 # for all the specified languages for the script latn, but not any
40 # script latn; (stays the same)
46 # only under the script latn, language DEU.
50 # This will inherit both the top level default rules - the rules
51 # defined before the first 'script' statement, and the
52 # script-level default rules for 'latn': all the lookups of this
[all …]
/external/python/cpython2/Doc/library/
Drunpy.rst1 :mod:`runpy` --- Locating and executing Python modules
13 --------------
16 importing them first. Its main use is to implement the :option:`-m` command
38 The optional dictionary argument *init_globals* may be used to pre-populate
39 the module's globals dictionary before the code is executed. The supplied
45 and ``__package__`` are set in the globals dictionary before the module
46 code is executed (Note that this is a minimal set of variables - other
68 are restored to their original values before the function returns.
70 Note that this manipulation of :mod:`sys` is not thread-safe. Other threads
76 The :option:`-m` option offering equivalent functionality from the
[all …]
/external/toolchain-utils/binary_search_tool/
Dcommon.py1 # -*- coding: utf-8 -*-
3 # Use of this source code is governed by a BSD-style license that can be
48 ['-n', '--iterations'] : {
79 can be safely and easily populated. Each call to this method will have a 1-1
83 *args: The names for the argument (-V, --verbose, etc.)
155 "-n",
156 "--iterations",
163 "-i",
164 "--get_initial_items",
166 help="Script to run to get the initial objects. "
[all …]
/external/python/setuptools/docs/deprecated/
Dpython_eggs.rst9 ----------------------
11 ----------------------
25 code and resources, along with an ``EGG-INFO`` subdirectory that
28 2. ``.egg-info`` format: a file or directory placed *adjacent* to the
33 static data files, package and non-package directories, Python
37 The ``.egg`` format is well-suited to distribution and the easy
39 self-contained within a single directory or file, unmingled with any
44 The ``.egg-info`` format, on the other hand, was created to support
45 backward-compatibility, performance, and ease of installation for system
47 to a single directory (e.g. ``site-packages``). Placing the metadata
[all …]
/external/toybox/mkroot/
DREADME1 mkroot - simple linux system builder
3 Compiles a toybox-based root filesystem and kernel that can boot under qemu.
6 launched via ./run-qemu.sh (which assumes you have QEMU installed, KVM
12 --- Quick Start
19 $ wget https://landley.net/bin/toolchains/latest/i686-linux-musl-cross.tar.xz
21 $ tar xvJCf ccc i686-linux-musl-cross.tar.xz
26 $ root/i686/run-qemu.sh
31 --- Building without a cross compiler (warning: glibc sucks)
41 $ ls -l
46 all sorts of glibc features won't work (DNS lookups always fail, ls -l can't
[all …]
/external/pigweed/pw_boot_cortex_m/
Ddocs.rst1 .. _module-pw_boot_cortex_m:
3 ----------------
5 ----------------
7 The ARM Cortex-M boot module provides a linker script and some early
9 get many ARMv7-M and ARMv8-M cores booted and ready to run C++ code.
14 - One contiguous region for RAM.
15 - One contiguous region for flash.
16 - Static, in-flash vector table at the default location expected by the SoC.
30 pseudo-code invocation of the user-implemented functions:
32 .. code-block:: cpp
[all …]
/external/testng/doc/
Dselenium.html9 <script type="text/javascript" src="banner.js"></script>
11 <script type="text/javascript" src="http://beust.com/scripts/shCore.js"></script>
12 <script type="text/javascript" src="http://beust.com/scripts/shBrushJava.js"></script>
13 <script type="text/javascript" src="http://beust.com/scripts/shBrushXml.js"></script>
14 <script type="text/javascript" src="http://beust.com/scripts/shBrushBash.js"></script>
15 <script type="text/javascript" src="http://beust.com/scripts/shBrushPlain.js"></script>
18 <script type="text/javascript">
22 </script>
25 /* Set the command-line table option column width. */
26 #command-line colgroup.option {
[all …]
/external/mesa3d/.gitlab-ci/
Dcrosvm-init.sh4 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 …]
/external/libchrome/mojo/public/js/
DREADME.md39 * `foo_js` JavaScript bindings; used as compile-time dependency.
40 * `foo_js_data_deps` JavaScript bindings; used as run-time dependency.
44 ninja -C out/r services/echo/public/interfaces:interfaces_js
54 files in your html page using `<script>` tags:
56 __Note: This file must be included before any `.mojom.js` files.__
61 <script src="URL/to/mojo_bindings.js"></script>
62 <script src="URL/to/echo.mojom.js"></script>
63 <script>
69 </script>
81 handle and dispatches incoming messages to a user-defined interface
[all …]
/external/lua/doc/
Dlua.14 lua \- Lua interpreter
11 .I script
31 .I script
36 .I script
43 .B "lua \-v \-i"
46 .B "lua \-"
61 Before handling command line options and scripts,
81 .BI \-e " stat"
85 .B \-i
87 .IR script .
[all …]
/external/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 …]
/external/tensorflow/tensorflow/lite/toco/logging/
Dtemplate.html4 <meta charset="UTF-8">
6 <!-- If IE use the latest rendering engine -->
7 <meta http-equiv="X-UA-Compatible" content="IE=edge">
9 <!-- Set the page to the width of the device and set the zoon level -->
10 <meta name="viewport" content="width = device-width, initial-scale = 1">
16 background-color:#2E2D88;
20 .tab-content {
21 border-left: 1px solid #ddd;
22 border-right: 1px solid #ddd;
23 border-bottom: 1px solid #ddd;
[all …]

12345678910>>...48