| /third_party/littlefs/.github/workflows/ |
| D | release.yml | 10 runs-on: ubuntu-18.04 13 # - tests passed? 14 # - we are the most recent commit on master? 19 - uses: actions/checkout@v2 26 fetch-depth: 0 28 # try to get results from tests 29 - uses: dawidd6/action-download-artifact@v2 30 continue-on-error: true 34 name: results 35 path: results [all …]
|
| D | test.yml | 5 CFLAGS: -Werror 6 MAKEFLAGS: -j 11 runs-on: ubuntu-18.04 13 fail-fast: false 18 - uses: actions/checkout@v2 19 - name: install 22 sudo apt-get update -qq 23 sudo apt-get install -qq python3 python3-pip lcov 25 gcc --version 27 # setup a ram-backed disk to speed up reentrant tests [all …]
|
| /third_party/pcre2/pcre2/.github/workflows/ |
| D | scorecards.yml | 1 name: Scorecards supply-chain security 6 - cron: '23 17 * * 1' 11 permissions: read-all 16 runs-on: ubuntu-latest 18 # Needed to upload the results to code-scanning dashboard. 19 security-events: write 24 - name: "Checkout code" 27 persist-credentials: false 29 - name: "Run analysis" 30 uses: ossf/scorecard-action@c1aec4ac820532bab364f02a81873c555a0ba3a1 # v1.0.4 [all …]
|
| /third_party/node/deps/npm/node_modules/@npmcli/map-workspaces/lib/ |
| D | index.js | 3 const getName = require('@npmcli/name-from-folder') 5 const rpj = require('read-package-json-fast') 9 const results = [] 21 results.push({ pattern, negate }) 24 return results 36 code: 'EWORKSPACESCONFIG', property 63 function getError ({ Type = TypeError, message, code }) { field 64 return Object.assign(new Type(message), { code }) field 75 code: 'EMAPWORKSPACESPKG', property 81 const results = new Map() [all …]
|
| /third_party/node/deps/npm/docs/output/commands/ |
| D | npm-query.html | 2 <meta charset="utf-8"> 3 <title>npm-query</title> 6 background-color: #ffffff; 11 line-height: 1.5; 13 …font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple C… 17 background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); 21 text-decoration: none; 25 text-decoration: underline; 32 border-radius: 6px; 37 white-space: pre; [all …]
|
| /third_party/node/test/parallel/ |
| D | test-tls-alpn-server-client.js | 23 serverOptions.key = loadPEM('agent2-key'); 24 serverOptions.cert = loadPEM('agent2-cert'); 25 const results = []; 29 results[serverIndex++].server = { ALPN: c.alpnProtocol }; 42 results[clientIndex] = {}; 51 cb(results); 57 results[clientIndex].client = { ALPN: client.alpnProtocol }; 61 results[clientIndex].client = { error: err }; 79 ALPNProtocols: ['first-priority-unsupported', 'x', 'y'], 82 runTest(clientsOptions, serverOptions, function(results) { argument [all …]
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
| D | PathValueTransformer.java | 15 * API for transforming CLDR path/value pairs. Transformed results support grouping by their key 20 * <li>Transform all desired path/value pairs into a set of matched results, discarding duplicates 22 * <li>Group the results by key (e.g. into a {@code ListMultimap}). 45 * Returns the key of this result, used to group results and determine fallback values 53 * Returns whether the values in this result should be grouped or not. Un-grouped values 55 * from other results in the same group. Grouped values cannot be split and must appear 58 * <p>For example for the ordered results: 64 * the values for key {@code K} are conceptually {@code [ "a", "b", "c", "d", "e" ]}. 66 * <p>However if result {@code Y} has {@code grouped=true} then there are now 4 values 67 * {@code [ "a", "b", ["c", "d"], "e" ]}, and if {@code X} is also grouped, then it is [all …]
|
| /third_party/python/Lib/ |
| D | trace.py | 16 # Copyright 1995-1997, Automatrix, Inc., all rights reserved. 19 # Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved. 33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs 34 trace.py -t --ignore-dir '$prefix' spam.py eggs 35 trace.py --trackcalls spam.py eggs 41 # do tracing or line-counting or both. 47 r = tracer.results() 98 # must be a built-in, so we must ignore 207 Write the coverage results. 211 :param coverdir: If None, the results of each module are placed in its [all …]
|
| /third_party/skia/site/docs/dev/design/ |
| D | uni_characterize.md | 4 For example, where in a string are the word boundaries (needed for line-breaking), which need to be… 5 right-to-left or left-to-right? 7 We propose a batch call that **characterizes** the code-points in a string. The method will return … 8 of bitfields packed in a 32bit unsigned long, containing the results of all of the Options. 15 - text shaping 16 - line breaking 17 - word and grapheme boundaries 24 …y, esp. when called by **WASM** clients. There is a real cost for each JS <--> WASM call, more tha… 26 - Minimize # calls needed for a block of text 27 - Homogenous arrays rather than sequence of objects [all …]
|
| /third_party/skia/third_party/externals/swiftshader/docs/ |
| D | Regres.md | 1 # Regres - SwiftShader automated testing 5 Regres is a collection of tools to perform [dEQP](https://github.com/KhronosGroup/VK-GL-CTS) 6 presubmit and continuous integration testing and code coverage evaluation for 11 * [Presubmit testing](#presubmit-testing) - An automatic OpenGL|ES and Vulkan 13 * [Continuous integration testing](#daily-run-continuous-integration-testing) - 15 This nightly run also produces code coverage information which can be viewed at 16 …[swiftshader-regres.github.io/swiftshader-coverage](https://swiftshader-regres.github.io/swiftshad… 17 * [Local dEQP test runner](#local-dEQP-test-runner) Provides a local tool for 25 Regres monitors changes that have been [put up for review with Gerrit](https://swiftshader-review.g… 29 Any differences in results are reported as a review comment on the change [all …]
|
| /third_party/ltp/ |
| D | ltpmenu | 18 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ## 26 # functionality to Compile, Execute and View Results of 29 # Author: Manoj Iyer - manjo@mail.utexas.edu 31 # Thanks: Jim Choate - For suggesting the use of dialog command. 33 # History: March 26 2003 - Created. 35 # March 28 2003 - Removed gauges and put make commands in foreground. 36 # Robbie Williamson - robbiew@us.ibm.com 38 # March 31 2003 - Made scenario menu creation dynamic and code 40 # Robbie Williamson - robbiew@us.ibm.com 42 # April 17 2003 - Added menu selection to list contents of selected [all …]
|
| /third_party/node/deps/v8/ |
| D | PRESUBMIT.py | 6 # * Redistributions of source code must retain the above copyright 28 """Top-level presubmit script for V8. 30 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts 39 # This line is 'magic' in that git-cl looks for it to decide whether to 40 # use Python3 instead of Python2 when running the code in this file. 54 # Regular expression that matches code which should not be run through cpplint. 56 r'src[\\\/]base[\\\/]export-template\.h', 60 # Regular expression that matches code only used for test binaries 63 r'.+-unittest\.cc', 65 r'src[\\\/]compiler[\\\/]ast-graph-builder\.cc', [all …]
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
| D | README.md | 8 * outputting to the Chromium [JSON test results format][JSONFormat] 9 * multi-process execution 11 ## Command-Line Arguments 14 following additional command-line arguments: 16 * `--batch-size` limits the number of tests to run in each batch 17 * `--batch-timeout` limits the amount of time spent in each batch 18 * `--bot-mode` enables multi-process execution and test batching 19 * `--debug-test-groups` dumps the test config categories when using `bot-mode` 20 * `--filter-file` allows passing a larger `gtest_filter` via a file 21 * `--histogram-json-file` outputs a [formatted JSON file][HistogramSet] for perf dashboards [all …]
|
| /third_party/ltp/pan/cgi/ |
| D | README | 15 driver - the raw output from pan with <<<test_end>>> 16 scanner - the output from scanner 17 summary - a very brief table listing how many tests passed, 22 results.cgi 24 This lists out all of the results that are the results directory. It 25 provides links to the driver output, scanned results, and summary for 26 each suite. The sort order is host, date, suite. On the results 33 to compare as many results as you want, side by side. Also, I started 34 working on sorting the results different ways, but didn't get too far. 41 results it is comparing. [all …]
|
| /third_party/mesa3d/src/amd/compiler/tests/ |
| D | check_output.py | 42 def insert_code(code): 43 insert_queue.append(CodeCheck(code, current_position)) 52 insert_code(f'success = {name}0 + {size - 1} == {name}{size - 1}') 54 return f'{prefix}[#{name}0:#{name}{size - 1}]' 94 indent_amount = len(first_line) - len(first_line.lstrip()) 102 state.result.log += 'unexpected indent in code check:\n' 106 code = '\n'.join(new_lines) 109 exec(code, state.g) 113 state.result.log += 'code check at %s raised exception:\n' % self.position 114 state.result.log += code + '\n' [all …]
|
| /third_party/node/deps/v8/tools/clusterfuzz/trials/ |
| D | PRESUBMIT.py | 2 # Use of this source code is governed by a BSD-style license that can be 7 # This line is 'magic' in that git-cl looks for it to decide whether to 8 # use Python3 instead of Python2 when running the code in this file. 18 results = [] 27 results.append('trial {} is not configured correctly'.format(trial)) 29 results.append('trial {} has an incorrect app_name'.format(trial)) 31 results.append('trial {} probability is not a float'.format(trial)) 33 results.append( 36 results.append( 37 'trial {} should have a non-empty string for app_args'.format( [all …]
|
| /third_party/typescript/tests/arkTSTest/ |
| D | README.md | 3 …gitee.com/openharmony/docs/blob/master/en/application-dev/quick-start/typescript-to-arkts-migratio… 5 The test cases are stored in the default directory called "testcase", and the results are stored in… 9 2. The framework should be able to test the cases in the test case set and return the test results,… 21 must run this step everytime if you change your code. 25 rm -r ./node_modules/ ./package-lock.json # must run everytime 28 … recommended to use the constraint name as the test case directory, such as "arkts-no-any-unknown". 29 4. Run the "run.js" script to perform the code testing. 32 node run.js -v1.0 33 node run.js -v1.1 38 node run.js -P:testcase/arkts-identifiers-as-prop-names // You can modify the test case to the spe… [all …]
|
| /third_party/skia/infra/bots/buildstats/ |
| D | buildstats_web.py | 2 # Use of this source code is governed by a BSD-style license that can be 6 """Writes a Perf-formated json file with stats about the given web file.""" 24 results = { 26 'results': { } 31 results[props[i]] = props[i+1] 35 results['key'][keys[i]] = keys[i+1] 52 results['results'][name] = { 55 # slices for data on the 'code' section, etc. 60 print(json.dumps(results, indent=2)) 63 output.write(json.dumps(results, indent=2))
|
| D | buildstats_wasm.py | 2 # Use of this source code is governed by a BSD-style license that can be 6 """Writes a Perf-formated json file with stats about the given web file.""" 25 results = { 27 'results': { } 37 '-d', 'shortsymbols', '-n', '0'])) 42 '-d', 'fullsymbols', '-n', '0'])) 46 results[props[i]] = props[i+1] 50 results['key'][keys[i]] = keys[i+1] 66 results['results'][name] = { 69 # slices for data on the 'code' section, etc. [all …]
|
| /third_party/mbedtls/include/psa/ |
| D | crypto.h | 7 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 24 * are present in this file as a convenience to generate pretty-printed 27 /** \defgroup platform Implementation-specific definitions 127 * linkage). This function may be provided as a function-like macro, 172 * linkage). This function may be provided as a function-like macro, 187 * linkage). This function may be provided as a function-like macro, 202 * linkage). This function may be provided as a function-like macro, 222 * linkage). This function may be provided as a function-like macro, 234 * linkage). This function may be provided as a function-like macro, 249 * - 0 does not allow any cryptographic operation with the key. The key [all …]
|
| /third_party/skia/ |
| D | PRESUBMIT.py | 3 # Use of this source code is governed by a BSD-style license that can be 7 """Top-level presubmit script for Skia. 9 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts 27 'skia-buildbots.google.com', 'skia-swarming-bots', 'skia-public', 28 'skia-corp.google.com', 'chops-service-accounts']] 37 if len(contents) > 1 and contents[-1:] != '\n': 61 results = [] 63 results.append( 67 return results 101 results = [] [all …]
|
| /third_party/zlib/examples/ |
| D | enough.c | 1 /* enough.c -- determine the maximum size of inflate's Huffman code tables over 15 Fix bug for initial root table size == max - 1 19 Clean up code indentation 20 1.5 5 Aug 2018 Clean up code style, formatting, and comments 26 maximum code length in bits to determine the maximum table size for zlib's 31 in the same code for the counting, as do permutations of the assignments of 34 We build a code from shorter to longer lengths, determining how many symbols 36 be coded, what the last code length used was, and how many bit patterns of 37 that length remain unused. Then we add one to the code length and double the 38 number of unused patterns to graduate to the next code length. We then [all …]
|
| /third_party/node/deps/v8/tools/mb/ |
| D | PRESUBMIT.py | 3 # Use of this source code is governed by a BSD-style license that can be 6 # This line is 'magic' in that git-cl looks for it to decide whether to 7 # use Python3 instead of Python2 when running the code in this file. 12 results = [] 16 results.extend(input_api.RunTests(pylint_checks)) 19 results.extend( 26 results.extend(input_api.RunTests([ 32 results.extend( 36 return results
|
| /third_party/node/deps/npm/test/lib/commands/ |
| D | query.js | 2 const { load: loadMockNpm } = require('../../fixtures/mock-npm') 3 const { cleanCwd } = require('../../fixtures/clean-snapshot.js') 102 t.test('include-workspace-root', async t => { 105 'include-workspace-root': true, 184 t.test('package-lock-only', t => { 188 'package-lock-only': true, 199 await t.rejects(npm.exec('query', [':root, :root > *']), { code: 'EUSAGE' }) property 205 'package-lock-only': true, 214 'package-lock.json': JSON.stringify({ 226 resolved: 'https://dummy.npmjs.org/a/-/a-1.2.3.tgz', [all …]
|
| /third_party/python/Lib/lib2to3/fixes/ |
| D | fix_exec.py | 6 This converts usages of the exec statement into calls to a built-in 9 exec code in ns1, ns2 -> exec(code, ns1, ns2) 26 def transform(self, node, results): argument 27 assert results 29 a = results["a"] 30 b = results.get("b") 31 c = results.get("c")
|