Home
last modified time | relevance | path

Searched +full:runs +full:- +full:on (Results 1 – 25 of 1064) sorted by relevance

12345678910>>...43

/third_party/ltp/utils/benchmark/kernbench-0.42/
DREADME7 Bligh. It is designed to compare kernels on the same machine, or to compare
9 machines (eg i386), the same userspace binaries and run kernbench on the same
12 It runs a kernel at various numbers of concurrent jobs: 1/2 number of cpus,
15 for the average of each group of runs and logs them to kernbench.log
20 Ideally it should be run in single user mode on a non-journalled filesystem.
37 kernbench [-n runs] [-o jobs] [-s] [-H] [-O] [-M] [-h] [-v]
40 s : perform single threaded runs (default don't)
41 H : don't perform half load runs (default do)
42 O : don't perform optimal load runs (default do)
43 M : don't perform maximal load runs (default do)
[all …]
/third_party/e2fsprogs/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
11 distributed under the License is distributed on an "AS IS" BASIS,
18 -->
25 …<policyitem type="compatibility" name="GPL-2.0+" path=".*" desc="Compile tool not runs target, run…
26 …bility" name="LGPLStyleLicense" path=".*" desc="Compile tool not runs target, running on host buil…
27 …ibility" name="GPLStyleLicense" path=".*" desc="Compile tool not runs target, running on host buil…
28 …<policyitem type="compatibility" name="LGPL-2.0+" path=".*" desc="Compile tool not runs target, ru…
29 …DStyleLicense|LGPLStyleLicense" path=".*" desc="Compile tool not runs target, running on host buil…
[all …]
/third_party/flutter/flutter/dev/devicelab/
Dmanifest.yaml18 # tasks are grouped by stage so they appear next to each on the dashboard and have a distinct
20 # run device tests on red Cirrus builds.
30 # on should be hidden because they just cause confusion otherwise.
81 Runs codegeneration and verifies that it can execute
88 Runs codegeneration and verifies that it can execute
95 Runs codegeneration and verifies that it can execute
130 Run flutter web on the devicelab and hot restart.
135 # Android on-device tests
139 Measures the runtime performance of the Complex Layout sample app on
146 Measures the runtime performance of the tiles tab in the Complex Layout sample app on Android.
[all …]
/third_party/python/Objects/
Dlistsort.txt2 -----
4 timsort (hey, I earned it <wink>). It has supernatural performance on many
6 as few as N-1), yet as fast as Python's previous highly tuned samplesort
7 hybrid on random arrays.
11 runs "intelligently". Everything else is complication for speed, and some
12 hard-won measure of memory efficiency.
16 ------------------------------------------
18 which means as many as 2*N extra bytes on 32-bit boxes. It can be
19 expected to require a temp array this large when sorting random data; on
22 compared to the size of an object, 2 temp bytes worst-case (also expected-
[all …]
/third_party/flutter/skia/src/core/
DSkAntiRun.h4 * Use of this source code is governed by a BSD-style license that can be
14 /** Sparse array of run-length-encoded alpha (supersampling coverage) values.
24 // Return 0-255 given 0-256
27 return alpha - (alpha >> 8); in CatchOverflow()
41 * Insert into the buffer a run starting at (x-offsetX):
49 * Returns the offsetX value that should be passed on the next call,
50 * assuming we're on the same scanline. If the caller is switching
60 int16_t* runs = fRuns + offsetX; in add() local
63 x -= offsetX; in add()
66 SkAlphaRuns::Break(runs, alpha, x, 1); in add()
[all …]
DSkBlitter.h4 * Use of this source code is governed by a BSD-style license that can be
38 /// Blit a horizontal run of antialiased pixels; runs[] is a *sparse*
39 /// zero-terminated run-length encoding of spans of constant alpha values.
40 /// The runs[] and antialias[] work together to represent long runs of pixels with the same
41 /// alphas. The runs[] contains the number of pixels with the same alpha, and antialias[]
42 /// contain the coverage value for that number of pixels. The runs[] (and antialias[]) are
43 /// encoded in a clever way. The runs array is zero terminated, and has enough entries for
45 /// in the runs array contains the number of pixels (np) that have the same alpha value. The
46 /// next np value is found np entries away. For example, if runs[0] = 7, then the next valid
47 /// entry will by at runs[7]. The runs array and antialias[] are coupled by index. So, if the
[all …]
DSkRegionPriv.h4 * Use of this source code is governed by a BSD-style license that can be
23 // Call the function with each span, in Y -> X ascending order.
24 // We pass a rect, but we will still ensure the span Y->X ordering, so often the height
43 // Given the first interval (just past the interval-count), compute the
44 // interval count, by search for the x-sentinel
46 static int compute_intervalcount(const SkRegionPriv::RunType runs[]) { in compute_intervalcount() argument
47 const SkRegionPriv::RunType* curr = runs; in compute_intervalcount()
53 return SkToInt((curr - runs) >> 1); in compute_intervalcount()
66 * Top value, nor does it count the final Y-Sentinel value. In the logical
92 head->fRefCnt = 1; in Alloc()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidiLine.java6 * Copyright (C) 2001-2014, International Business Machines
24 * These functions deal with the aspects of potentially mixed-directional
40 * index on the fly in such a case.
42 * The implementation of the access to same-level-runs and of the reordering
45 * one (32-bit) integer per text character.
48 * same-level-runs is created. Reordering then is done on this vector.
53 * This is inefficient if there are many very short runs. If the average run
71 /* handle trailing WS (L1) -------------------------------------------------- */
80 * before the WS if it is at the paraLevel - we merge the two here.
95 Setting trailingWSStart to pBidi->length will avoid changing the in setTrailingWSStart()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dubidiln.cpp6 * Copyright (C) 1999-2015, International Business Machines
11 * encoding: UTF-8
15 * created on: 1999aug06
30 * These functions deal with the aspects of potentially mixed-directional
46 * index on the fly in such a case.
48 * The implementation of the access to same-level-runs and of the reordering
51 * one (32-bit) integer per text character.
54 * same-level-runs is created. Reordering then is done on this vector.
59 * This is inefficient if there are many very short runs. If the average run
77 /* handle trailing WS (L1) -------------------------------------------------- */
[all …]
/third_party/node/deps/icu-small/source/common/
Dubidiln.cpp6 * Copyright (C) 1999-2015, International Business Machines
11 * encoding: UTF-8
15 * created on: 1999aug06
30 * These functions deal with the aspects of potentially mixed-directional
46 * index on the fly in such a case.
48 * The implementation of the access to same-level-runs and of the reordering
51 * one (32-bit) integer per text character.
54 * same-level-runs is created. Reordering then is done on this vector.
59 * This is inefficient if there are many very short runs. If the average run
77 /* handle trailing WS (L1) -------------------------------------------------- */
[all …]
/third_party/icu/icu4c/source/common/
Dubidiln.cpp6 * Copyright (C) 1999-2015, International Business Machines
11 * encoding: UTF-8
15 * created on: 1999aug06
30 * These functions deal with the aspects of potentially mixed-directional
46 * index on the fly in such a case.
48 * The implementation of the access to same-level-runs and of the reordering
51 * one (32-bit) integer per text character.
54 * same-level-runs is created. Reordering then is done on this vector.
59 * This is inefficient if there are many very short runs. If the average run
77 /* handle trailing WS (L1) -------------------------------------------------- */
[all …]
/third_party/node/.github/workflows/
Dlinters.yml3 on: [push, pull_request]
10 lint-addon-docs:
11 runs-on: ubuntu-latest
13 - uses: actions/checkout@v2
14 - name: Use Node.js ${{ env.NODE_VERSION }}
15 uses: actions/setup-node@v1
17 node-version: ${{ env.NODE_VERSION }}
18 - name: Environment Information
20 - name: Lint addon docs
21 run: NODE=$(which node) make lint-addon-docs
[all …]
/third_party/python/.github/workflows/
Dbuild.yml3 # bpo-40548: "paths-ignore" is not used to skip documentation-only PRs, because
5 # mandatory but not scheduled because of "paths-ignore".
6 on:
9 - master
10 - 3.8
11 - 3.7
16 runs-on: ubuntu-latest
20 - uses: actions/checkout@v2
21 - name: Check for source changes
24 if [ -z "GITHUB_BASE_REF" ]; then
[all …]
/third_party/grpc/tools/run_tests/
DREADME.md8 Builds gRPC in given language and runs unit tests. Use `tools/run_tests/run_tests.py --help` for mo…
11 `tools/run_tests/run_tests.py -l csharp -c dbg`
14 - `--use_docker` Builds a docker container containing all the prerequisites for given language and
15 - `--build_only` Only build, do not run the tests.
25 Runs tests for cross-platform/cross-language interoperability. For more details, see [Interop tests…
26 The script is also capable of running interop tests for grpc-java and grpc-go, using sources checke…
29 `tools/run_tests/run_interop_tests.py -l csharp -s c++ --use_docker` (run interop tests with C# cli…
31 Note: if you see an error like `no space left on device` when running the
37 Runs predefined benchmark scenarios for given languages. Besides the simple configuration of runnin…
38 the script also supports orchestrating test runs with client and server running on different machin…
[all …]
/third_party/json/test/thirdparty/Fuzzer/test/
Dfuzzer-leak.test2 RUN: not LLVMFuzzer-LeakTest -runs=100000 -detect_leaks=1 2>&1 | FileCheck %s --check-prefix=LEAK_D…
5 LEAK_DURING: INFO: to ignore leaks on libFuzzer side use -detect_leaks=0
6 LEAK_DURING: Test unit written to ./leak-
7 LEAK_DURING-NOT: DONE
8 LEAK_DURING-NOT: Done
10 RUN: not LLVMFuzzer-LeakTest -runs=0 -detect_leaks=1 %S 2>&1 | FileCheck %s --check-prefix=LEAK_IN_…
14 RUN: not LLVMFuzzer-LeakTest -runs=100000000 %S/hi.txt 2>&1 | FileCheck %s --check-prefix=MULTI_RUN…
15 MULTI_RUN_LEAK-NOT: pulse
18 RUN: not LLVMFuzzer-LeakTest -runs=100000 -detect_leaks=0 2>&1 | FileCheck %s --check-prefix=LEAK_A…
19 RUN: not LLVMFuzzer-LeakTest -runs=100000 2>&1 | FileCheck %s --check-prefix=LEAK_D…
[all …]
/third_party/curl/tests/
DREADME.md7 - perl (and a unix-style shell)
8 - python (and a unix-style shell, for SMB and TELNET tests)
9 - python-impacket (for SMB tests)
10 - diff (when a test fails, a diff is shown)
11 - stunnel (for HTTPS and FTPS tests)
12 - OpenSSH or SunSSH (for SCP, SFTP and SOCKS4/5 tests)
13 - nghttpx (for HTTP/2 tests)
14 - nroff (for --manual tests)
15 - An available `en_US.UTF-8` locale
17 ### Installation of python-impacket
[all …]
/third_party/node/benchmark/
Dcompare.js12 const cli = new CLI(`usage: ./node compare.js [options] [--] <category> ...
18 --new ./new-node-binary new node binary (required)
19 --old ./old-node-binary old node binary (required)
20 --runs 30 number of samples
21 --filter pattern includes only benchmark scripts matching
23 --exclude pattern excludes scripts matching <pattern> (can be
25 --set variable=value set benchmark variable (can be repeated)
26 --no-progress don't show benchmark progress indicator
27 `, { arrayArgs: ['set', 'filter', 'exclude'], boolArgs: ['no-progress'] });
34 const runs = cli.optional.runs ? parseInt(cli.optional.runs, 10) : 30; constant
[all …]
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/
DREADME.md11 the typical workflow for these scripts, then it will include sections on the
16 Let's say you are working on a performance optimization for grpc_error. You have
20 `tools/profiling/microbenchmarks/bm_diff/bm_main.py -b bm_error -l 5 -d master`
22 This will build the `bm_error` binary on your branch, and then it will checkout
28 If you have already invoked bm_main with `-d master`, you should instead use
29 `-o` for subsequent runs. This allows the script to skip re-building and
30 re-running the unchanged master branch. For example:
32 `tools/profiling/microbenchmarks/bm_diff/bm_main.py -b bm_error -l 5 -o`
34 This will only build and run `bm_error` on your branch. It will then compare
35 the output to the saved runs from master.
[all …]
/third_party/ltp/testcases/kernel/controllers/memcg/
DREADME19 --------------------
20 This script runs the testcases of control test.
23 --------------------
24 The program allocates memory specified using the '-m' option when 'm' is received
25 through the named pipe /tmp/status_pipe and frees it on receiving 'm' again.
26 It exits on receiving 'x'. It gets the page size on specifying the '-p' option.
29 --------------------
30 This script runs all the 38 testcases of basis operation.
33 --------------------
37 --------------------
[all …]
/third_party/openssl/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
11 distributed under the License is distributed on an "AS IS" BASIS,
18 -->
19 <!-- OAT(OSS Audit Tool) configuration guide:
56 -->
63 …<policyitem type="compatibility" name="GPL-2.0+" path="external/perl/Text-Template-1.46/.*" desc="…
64 … name="LGPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target, running on host buil…
65 …" name="GPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target, running on host buil…
[all …]
/third_party/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_testplan.txt6 General Note:-
18 * of this group and it would create no effect on tasks in other group. So a
34 ---------------------
39 First of all mount the cpu controller on /dev/cpuctl and create n groups.
43 tasks in different groups on the basis of the shares assigned to that group.
44 So the cpu usage of a task depends on the amount of shares it's group has out
60 Test 02 tests if the fairness persists among different runs over a period of
63 runs provided the working environment is same for the test.
64 Currently the support to create an ideal environment for all the runs is not
66 there may be some variations among different runs depending on the execution
[all …]
/third_party/node/tools/node_modules/eslint/node_modules/fast-levenshtein/
DREADME.md1 # fast-levenshtein - Levenshtein algorithm in Javascript
3 [![Build Status](https://secure.travis-ci.org/hiddentao/fast-levenshtein.png)](http://travis-ci.org…
4 [![NPM module](https://badge.fury.io/js/fast-levenshtein.png)](https://badge.fury.io/js/fast-levens…
5 …nloads](https://img.shields.io/npm/dm/fast-levenshtein.svg?maxAge=2592000)](https://www.npmjs.com/…
6 [![Follow on Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Fol…
8 …in algorithm](http://en.wikipedia.org/wiki/Levenshtein_distance) with locale-specific collator sup…
13 …x ([more info](http://www.codeproject.com/Articles/13525/Fast-memory-efficient-Levenshtein-algorit…
14 * Locale-sensitive string comparisions if needed.
25 $ npm install fast-levenshtein
33 $ bower install fast-levenshtein
[all …]
/third_party/flutter/skia/infra/bots/recipes/
Dandroid_compile.py2 # Use of this source code is governed by a BSD-style license that can be
18 CF_X86_PHONE_ENG_LUNCH_TARGET = 'cf_x86_phone-eng'
33 # This bot currently only supports trybot runs because:
34 # Non-trybot runs could fail if the Android tree is red. We mitigate this
35 # for trybot runs by verifying that runs without the patch succeed. We do
36 # not currently have a way to do the same for non-trybot runs.
52 # Trigger a compile task on the android compile server and wait for it to
55 '--lunch_target', lunch_target,
56 '--mmma_targets', mmma_targets,
57 '--issue', issue,
[all …]
/third_party/node/deps/npm/man/man7/
Dscripts.73 \fBscripts\fR \- How npm handles the "scripts" field
6-in scripts and their preset life cycle events as well as arbitrary scripts\. These all can be exe…
34 Runs BEFORE the package is packed
36 Runs BEFORE the package is published
38 Runs on local \fBnpm install\fP without any arguments
56 Runs BEFORE the package is prepared and packed, ONLY on \fBnpm publish\fP\|\.
63 Runs BEFORE a tarball is packed (on "\fBnpm pack\fP", "\fBnpm publish\fP", and when installing a gi…
72 Runs AFTER the tarball has been generated and moved to its final destination\.
79 …sers to avoid the confusing behavior of existing npm versions and only run on \fBnpm publish\fP (f…
85 If you need to perform operations on your package before it is used, in a way that is not dependent…
[all …]
/third_party/flutter/engine/flutter/third_party/txt/benchmarks/
Dstyled_runs_benchmarks.cc8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
27 StyledRuns runs; in BM_StyledRunsGetRun() local
29 runs.AddStyle(style); in BM_StyledRunsGetRun()
30 runs.StartRun(0, 0); in BM_StyledRunsGetRun()
31 runs.EndRunIfNeeded(11); in BM_StyledRunsGetRun()
33 runs.GetRun(0); in BM_StyledRunsGetRun()

12345678910>>...43