/third_party/flatbuffers/.github/workflows/ |
D | build.yml | 3 on: 6 - master 9 - master 12 build-linux: 14 runs-on: ubuntu-latest 17 cxx: [g++-9, clang++-9] 19 - uses: actions/checkout@v1 20 - name: cmake 21 run: CXX=${{ matrix.cxx }} cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release . 22 - name: build [all …]
|
/third_party/ltp/utils/benchmark/kernbench-0.42/ |
D | README | 7 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/ |
D | OAT.xml | 1 <?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/ |
D | manifest.yaml | 18 # 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/ |
D | listsort.txt | 2 ----- 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/skia/src/core/ |
D | SkAntiRun.h | 4 * 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 …]
|
/third_party/flutter/skia/src/core/ |
D | SkAntiRun.h | 4 * 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 …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | BidiLine.java | 6 * 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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BidiLine.java | 5 * Copyright (C) 2001-2014, International Business Machines 23 * These functions deal with the aspects of potentially mixed-directional 39 * index on the fly in such a case. 41 * The implementation of the access to same-level-runs and of the reordering 44 * one (32-bit) integer per text character. 47 * same-level-runs is created. Reordering then is done on this vector. 52 * This is inefficient if there are many very short runs. If the average run 70 /* handle trailing WS (L1) -------------------------------------------------- */ 79 * before the WS if it is at the paraLevel - we merge the two here. 94 Setting trailingWSStart to pBidi->length will avoid changing the in setTrailingWSStart() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubidiln.cpp | 6 * 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/ |
D | ubidiln.cpp | 6 * 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/flutter/skia/third_party/externals/icu/source/common/ |
D | ubidiln.cpp | 6 * 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/ |
D | ubidiln.cpp | 6 * 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/json/.github/workflows/ |
D | windows.yml | 3 on: [push, pull_request] 7 runs-on: windows-latest 10 - uses: actions/checkout@v1 11 - name: cmake 12 … run: cmake -S . -B build -G "Visual Studio 16 2019" -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On 13 - name: build 14 run: cmake --build build --parallel 10 15 - name: test 16 run: cd build ; ctest -j 10 -C Debug --exclude-regex "test-unicode" --output-on-failure 19 runs-on: windows-latest [all …]
|
/third_party/openssl/ |
D | OAT.xml | 1 <?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, 15 --> 22 …<policyitem type="compatibility" name="GPL-2.0+" path="external/perl/Text-Template-1.46/.*" desc="… 23 … name="LGPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target, running on host buil… 24 …" name="GPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target, running on host buil… 25 …penSSL|LGPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target, running on host buil… 26 …OpenSSL|GPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target, running on host buil… [all …]
|
/third_party/mindspore/mindspore/lite/examples/train_lenet/ |
D | README.md | 3 <!-- TOC --> 5 - [Overview](#overview) 6 - [Model Architecture](#model-architecture) 7 - [Dataset](#dataset) 8 - [Environment Requirements](#environment-requirements) 9 - [Quick Start](#quick-start) 10 - [Script Detailed Description](#script-detailed-description) 12 <!-- /TOC --> 16 …-on-Device of a LeNet model. Part of the code runs on a server using MindSpore infrastructure, ano… 20 …connected layers. Such a small network can be fully trained (from scratch) on a device in a short … [all …]
|
/third_party/mindspore/mindspore/lite/examples/unified_api/ |
D | README.md | 3 <!-- TOC --> 5 - [Overview](#overview) 6 - [Model Architecture](#model-architecture) 7 - [Dataset](#dataset) 8 - [Environment Requirements](#environment-requirements) 9 - [Quick Start](#quick-start) 10 - [Script Detailed Description](#script-detailed-description) 12 <!-- /TOC --> 16 …-on-Device of a LeNet model. Part of the code runs on a server using MindSpore infrastructure, ano… 20 …connected layers. Such a small network can be fully trained (from scratch) on a device in a short … [all …]
|
/third_party/grpc/tools/run_tests/ |
D | README.md | 8 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/ |
D | fuzzer-leak.test | 2 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/mindspore/mindspore/lite/examples/transfer_learning/ |
D | README.md | 3 <!-- TOC --> 5 - [Overview](#overview) 6 - [Model Architecture](#model-architecture) 7 - [Dataset](#dataset) 8 - [Environment Requirements](#environment-requirements) 9 - [Quick Start](#quick-start) 10 - [Script Detailed Description](#script-detailed-description) 12 <!-- /TOC --> 16 …on-Device Transfer learning. Part of the code runs on a server using MindSpore infrastructure, ano… 20 …s very efficient in computation power and therefore very relevant for Training-on-Device scenarios. [all …]
|
/third_party/curl/tests/ |
D | README.md | 7 - 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/ |
D | compare.js | 12 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/benchmark/.github/workflows/ |
D | wheels.yml | 3 on: 7 - published 12 runs-on: ubuntu-latest 14 - name: Check out repo 17 - name: Install Python 3.9 18 uses: actions/setup-python@v2 20 python-version: 3.9 22 - name: Build and check sdist 25 - name: Upload sdist 26 uses: actions/upload-artifact@v2 [all …]
|
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | README.md | 11 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/ |
D | README | 19 -------------------- 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 …]
|