/aosp_15_r20/external/cronet/testing/merge_scripts/code_coverage/ |
H A D | merge_js_lib.py | 2 # Use of this source code is governed by a BSD-style license that can be 4 """Functions to merge multiple JavaScript coverage files into one""" 37 if json_string[0] == '{' and json_string[-2:] == '}}': 40 return json.loads(json_string[:-1]) 69 contain the raw JavaScript v8 parsed files that are identified by 82 # information is not available from the coverage data. So we have to 83 # maintain a URL to path map to ensure the coverage data knows the original 148 encoding='utf-8') as f: 154 """Whether we exclude the line from coverage map.""" 168 """Removes lines from Istanbul coverage reports that correspond to lines in [all …]
|
H A D | coverage_worker.js | 2 // Use of this source code is governed by a BSD-style license that can be 6 * @fileoverview Worker to convert V8 coverage to IstanbulJS 7 * compliant coverage files. 17 const V8ToIstanbul = require(join(...NODE_MODULES, 'v8-to-istanbul')); 18 const convertSourceMap = require(join(...NODE_MODULES, 'convert-source-map')); 19 const sourceMap = require(join(...NODE_MODULES, 'source-map')); 41 const origLine = sourcesMap[mapping.source][mapping.originalLine - 1]; 42 const genLine = sourcesMap[instrumentedFilePath][mapping.generatedLine - 1]; 80 const content = await readFile(sourcePath, 'utf-8'); 117 * Extracts the raw coverage data from the v8 coverage reports and converts [all …]
|
H A D | convert_to_istanbul.js | 2 // Use of this source code is governed by a BSD-style license that can be 6 * @fileoverview Takes raw v8 coverage files and converts to IstanbulJS 7 * compliant coverage files. 62 description: 'Converts raw v8 coverage into IstanbulJS compliant files.', 65 parser.add_argument('-s', '--source-dir', { 68 'coverage files must refer to these files. Currently source ' + 71 parser.add_argument('-o', '--output-dir', { 73 help: 'Root directory to output all the converted istanbul coverage ' + 76 parser.add_argument('-c', '--raw-coverage-dirs', { 79 help: 'Directory that contains the raw v8 coverage files (files ' + [all …]
|
/aosp_15_r20/external/llvm/lib/Target/Sparc/ |
H A D | Sparc.td | 1 //===-- Sparc.td - Describe the Sparc Target Machine -------*- tablegen -*-===// 8 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 14 // Target-independent interfaces which we are implementing 15 //===----------------------------------------------------------------------===// 19 //===----------------------------------------------------------------------===// 24 : SubtargetFeature<"v9", "IsV9", "true", "Enable SPARC-V9 instructions">; 26 : SubtargetFeature<"deprecated-v8", "V8DeprecatedInsts", "true", 27 "Enable deprecated V8 instructions in V9 mode">; [all …]
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_compile_fs.cpp | 3 * SPDX-License-Identifier: MIT 34 if (s.nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) in brw_emit_single_fb_write() 37 if (s.nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) in brw_emit_single_fb_write() 42 (prog_data->uses_omask ? s.sample_mask : brw_reg()), in brw_emit_single_fb_write() 45 assert(ARRAY_SIZE(sources) - 1 == FB_WRITE_LOGICAL_SRC_COMPONENTS); in brw_emit_single_fb_write() 49 if (prog_data->uses_kill) { in brw_emit_single_fb_write() 50 write->predicate = BRW_PREDICATE_NORMAL; in brw_emit_single_fb_write() 51 write->flag_subreg = sample_mask_flag_subreg(s); in brw_emit_single_fb_write() 77 inst->target = target; in brw_do_emit_fb_writes() 83 * alpha-testing, alpha-to-coverage, and so on. in brw_do_emit_fb_writes() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/help/ |
D | helpdoc.go | 2 // Use of this source code is governed by a BSD-style 22 will be passed to SWIG with the -c++ option. 55 - "main" denotes the top-level package in a stand-alone executable. 57 - "all" expands to all packages found in all the GOPATH 63 - "std" is like all but expands to just the packages in the standard 66 - "cmd" expands to the Go repository's commands and their 81 Second, any slash-separated pattern element containing a wildcard never 105 a non-Go program in the directory. Files in package documentation 231 <meta name="go-import" content="import-prefix vcs repo-root"> 233 The import-prefix is the import path corresponding to the repository [all …]
|
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/ |
H A D | package-lock.json | 10 "license": "Apache-2.0", 16 "js-yaml": "^4.1.0", 17 "node_modules-path": "^2.0.8", 18 "strip-ansi": "^7.1.0" 24 "@types/js-yaml": "^4.0.9", 27 "@typescript-eslint/eslint-plugin": "^7.16.0", 28 "@typescript-eslint/parser": "^7.16.0", 29 "@vscode/test-cli": "^0.0.10", 30 "@vscode/test-electron": "^2.4.1", 33 "node-polyfill-webpack-plugin": "^4.0.0", [all …]
|
/aosp_15_r20/external/armnn/ |
H A D | README.md | 6 * [Quick Start Guides](#quick-start-guides) 7 * [Pre-Built Binaries](#pre-built-binaries) 8 * [Software Overview](#software-overview) 9 * [Get Involved](#get-involved) 13 * [Third-Party](#third-party) 14 * [Build Flags](#build-flags) 19 on **Arm Cortex-A CPUs and Arm Mali GPUs**. This ML inference engine is an open source SDK which br… 20 between existing neural network frameworks and power-efficient Arm IP. 22 Arm NN outperforms generic ML libraries due to **Arm architecture-specific optimizations** (e.g. SV… 23 …*[Arm Compute Library (ACL)](https://github.com/ARM-software/ComputeLibrary/)**. To target Arm Eth… [all …]
|
/aosp_15_r20/external/cronet/build/config/siso/ |
H A D | clang_windows.star | 1 # -*- bazel-starlark -*- 3 # Use of this source code is governed by a BSD-style license that can be 5 """Siso configuration for clang-cl/windows.""" 30 win_toolchain_dir + ":headers-ci": { 56 cfg = "buildtools/reclient_cfgs/chromium-browser-clang/rewrapper_windows.cfg" 66 "clang-cl": reproxy_config["platform"], 67 "clang-cl_large": largePlatform, 73 # clang-cl remotely as we can find sysroot files 81 win_toolchain_dir + ":headers-ci", 87 win_toolchain_dir + ":headers-ci", [all …]
|
H A D | main.star | 1 # -*- bazel-starlark -*- 3 # Use of this source code is governed by a BSD-style license that can be 21 # They need to run on a machine has more memory than the default machine type n2-custom-2-3840 23 # Fallback happens with follwoing args.gn (try/linux-chromeos-rel-compilator). 72 # Fallback happens with follwoing args.gn (try/linux-lacros-rel-compilator). 105 # Fallback happens with follwoing args.gn (try/fuchsia-x64-cast-receiver-rel). 160 "./obj/third_party/abseil-cpp/absl/functional/any_invocable_test/any_invocable_test.o", 186 "./obj/v8/v8_turboshaft/csa-optimize-phase.o", 187 # Fallback happens with following args.gn (try/android-arm64-rel) 189 # coverage_instrumentation_input_file = "//.code-coverage/files_to_instrument.txt" [all …]
|
/aosp_15_r20/external/cronet/build/toolchain/win/ |
H A D | toolchain.gni | 2 # Use of this source code is governed by a BSD-style license that can be 58 # supply for these values are to force-disable them. 70 "re-client and cc_wrapper can't be used together.") 74 …dir}/rewrapper -cfg=${rbe_cc_cfg_file}${rbe_bug_326584510_missing_inputs} -exec_root=${rbe_exec_ro… 100 # lld-link includes a replacement for lib.exe that can produce thin 102 link = "${_clang_bin_path}/lld-link${_exe}" 113 # See comment adding --rsp-quoting to $cl above for more information. 114 cc_linkflags += " --rsp-quoting=posix" 116 rust_linkflags += " -Clink-arg=--rsp-quoting=posix" 130 # %PATH%) -- e.g. 32-bit MSVS builds require %PATH% to be set and just [all …]
|
/aosp_15_r20/external/angle/build/toolchain/win/ |
H A D | toolchain.gni | 2 # Use of this source code is governed by a BSD-style license that can be 58 # supply for these values are to force-disable them. 70 "re-client and cc_wrapper can't be used together.") 74 …}/rewrapper -cfg=${reclient_cc_cfg_file}${rbe_bug_326584510_missing_inputs} -exec_root=${rbe_exec_… 100 # lld-link includes a replacement for lib.exe that can produce thin 102 link = "${_clang_bin_path}/lld-link${_exe}" 113 # See comment adding --rsp-quoting to $cl above for more information. 114 cc_linkflags += " --rsp-quoting=posix" 116 rust_linkflags += " -Clink-arg=--rsp-quoting=posix" 130 # %PATH%) -- e.g. 32-bit MSVS builds require %PATH% to be set and just [all …]
|
/aosp_15_r20/external/perfetto/ui/ |
H A D | pnpm-lock.yaml | 23 '@codemirror/theme-one-dark': 41 '@types/color-convert': 62 '@types/w3c-web-usb': 68 color-convert: 71 devtools-protocol: 89 jsbn-rsa: 95 noice-json-rpc: 104 protobufjs-cli: 116 vega-lite: 133 '@rollup/plugin-commonjs': [all …]
|
/aosp_15_r20/external/pigweed/pw_web/log-viewer/ |
H A D | package-lock.json | 2 "name": "log-viewer", 8 "name": "log-viewer", 12 "@codemirror/lang-python": "^6.1.6", 14 "@codemirror/theme-one-dark": "^6.1.2", 15 "@lit-labs/virtualizer": "^2.0.7", 17 "@shoelace-style/shoelace": "^2.15.0", 20 "prettier-plugin-jsdoc": "^0.4.2" 23 "@open-wc/testing": "^3.0.0-next.5", 24 "@remcovaes/web-test-runner-vite-plugin": "^1.2.1", 26 "@typescript-eslint/eslint-plugin": "^5.59.7", [all …]
|
/aosp_15_r20/external/pigweed/ |
H A D | package-lock.json | 10 "license": "Apache-2.0", 12 "@protobuf-ts/protoc": "^2.7.0", 14 "google-protobuf": "^3.17.3", 16 "ts-protoc-gen": "^0.15.0" 23 "@codemirror/lang-python": "^6.1.6", 25 "@codemirror/theme-one-dark": "^6.1.2", 26 "@lit-labs/virtualizer": "^2.0.7", 27 "@material-ui/core": "^4.12.1", 28 "@material-ui/lab": "^4.0.0-alpha.60", 30 "@open-wc/testing": "^3.0.0-next.5", [all …]
|
/aosp_15_r20/external/perfetto/gn/ |
H A D | perfetto.gni | 7 # http://www.apache.org/licenses/LICENSE-2.0 41 # 4. Builds in other embedder trees (e.g. V8 standalone) 55 # +----------------------------------------------------------------------------+ 57 # +----------------------------------------------------------------------------+ 89 # based on GN (e.g. v8) should NOT set this and instead directly sets 94 # This can be overridden by embedders (e.g. v8) in their .gn(i) files. This must 122 # In all other cases (i.e. when true), a temporary in-process instance will be 126 # +----------------------------------------------------------------------------+ 128 # +----------------------------------------------------------------------------+ 130 # at the build-system level. This allows to opt-in into the various services [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/ |
D | alldocs.go | 2 // Use of this source code is governed by a BSD-style 5 // Code generated by 'go test cmd/go -v -run=^TestDocsUpToDate$ -fixdocs'; DO NOT EDIT. 51 // module-auth module authentication using go.sum 53 // private configuration for downloading non-public code 73 // go build [-o output] [build flags] [packages] 84 // executable to an output file named after the last non-major-version 94 // When compiling multiple packages or a single non-main package, 98 // The -o flag forces build to write the resulting executable or object 107 // -C dir 112 // -a [all …]
|
/aosp_15_r20/external/AFLplusplus/docs/ |
H A D | afl-fuzz_approach.md | 1 # The afl-fuzz approach 3 AFL++ is a brute-force fuzzer coupled with an exceedingly simple but rock-solid 4 instrumentation-guided genetic algorithm. It uses a modified form of edge 5 coverage to effortlessly pick up subtle, local-scale changes to program control 8 Note: If you are interested in a more current up-to-date deep dive how AFL++ 10 [https://blog.ritsec.club/posts/afl-under-hood/](https://blog.ritsec.club/posts/afl-under-hood/) 14 1) Load user-supplied initial test cases into the queue. 21 4) Repeatedly mutate the file using a balanced and well-researched variety of 30 have been obsoleted by newer, higher-coverage finds; and undergo several other 31 instrumentation-driven effort minimization steps. [all …]
|
H A D | env_variables.md | 14 Starting with AFL++ 3.0, there is only one compiler: afl-cc. 18 - Pass the --afl-MODE command-line option to the compiler. Only this option 19 accepts further AFL-specific command-line options. 20 - Use a symlink to afl-cc: afl-clang, afl-clang++, afl-clang-fast, 21 afl-clang-fast++, afl-clang-lto, afl-clang-lto++, afl-g++, afl-g++-fast, 22 afl-gcc, afl-gcc-fast. This option does not accept AFL-specific command-line 24 - Use the `AFL_CC_COMPILER` environment variable with `MODE`. To select 27 - `GCC` (afl-gcc/afl-g++) 28 - `GCC_PLUGIN` (afl-g*-fast) 29 - `LLVM` (afl-clang-fast*) [all …]
|
/aosp_15_r20/platform_testing/libraries/compatibility-common-util/tests/assets/ |
H A D | arm32_libdl.txt | 6 OS/ABI: UNIX - System V 14 Flags: 0x5000200, Version5 EABI, soft-float ABI 25 [ 1] .note.gnu.build-i NOTE 00000134 000134 000020 00 A 0 0 4 39 [15] .note.gnu.gold-ve NOTE 00000000 002000 00001c 00 0 0 4 65 …01 .note.gnu.build-id .dynsym .dynstr .gnu.hash .hash .gnu.version .gnu.version_d .rel.plt .pl… 68 04 .note.gnu.build-id 85 0x00000001 (NEEDED) Shared library: [ld-android.so] 198 Length Number % of total Coverage 207 Length Number % of total Coverage 239 Displaying notes found in: .note.gnu.build-id [all …]
|
/aosp_15_r20/tools/netsim/ui/ |
H A D | package-lock.json | 2 "name": "netsim-app", 8 "name": "netsim-app", 17 "@custom-elements-manifest/analyzer": "^0.4.17", 18 "@open-wc/building-rollup": "^2.2.1", 19 "@open-wc/eslint-config": "^4.3.0", 20 "@open-wc/testing": "next", 21 "@rollup/plugin-node-resolve": "^15.0.1", 22 "@typescript-eslint/eslint-plugin": "^4.33.0", 23 "@typescript-eslint/parser": "^4.33.0", 24 "@web/dev-server": "^0.1.28", [all …]
|
/aosp_15_r20/development/tools/ota_analysis/ |
H A D | package-lock.json | 13 "core-js": "^3.6.5", 15 "eslint-config-airbnb-base": "^14.2.1", 16 "flush-promises": "^1.0.2", 18 "material-design-icons": "^3.0.1", 20 "roboto-fontface": "*", 21 "vue": "^3.0.0-0", 22 "vue-echarts": "^6.0.0-rc.6", 23 "vue-router": "^4.0.0-0", 24 "vue-uuid": "^2.0.2", 25 "vuetify": "^3.0.0-alpha.0", [all …]
|
/aosp_15_r20/external/webrtc/tools_webrtc/mb/docs/ |
H A D | design_spec.md | 1 # The MB (Meta-Build wrapper) design spec 7 MB is intended to address two major aspects of the GYP -> GN transition 10 1. "bot toggling" - make it so that we can easily flip a given bot 13 2. "bot configuration" - provide a single source of truth for all of 36 * `mb gen -c linux_rel_bot //out/Release` 37 * `mb analyze -m tryserver.chromium.linux -b linux_rel /tmp/input.json /tmp/output.json` 72 [list of files] --type=executable --all --as=output` and filtering the 83 * In an ideal (un-resource-constrained) world, we would build and test 89 to get maximum test coverage against the desire to have reasonable cycle 92 * Also, since we run most try jobs against tip-of-tree Chromium, by [all …]
|
/aosp_15_r20/external/boringssl/src/crypto/test/ |
H A D | abi_test.h | 50 // Reg128 contains storage space for a 128-bit register. 64 // SysV64: https://github.com/hjl-tools/x86-psABI/wiki/x86-64-psABI-1.0.pdf 65 // Win64: https://docs.microsoft.com/en-us/cpp/build/x64-software-conventions?view=vs-2017#register… 99 // SysV32: https://uclibc.org/docs/psABI-i386.pdf and 100 // Win32: https://docs.microsoft.com/en-us/cpp/cpp/argument-passing-and-naming-conventions?view=vs-… 115 // Linux treats r9 as callee-saved, while iOS 3+ treats it as caller-saved. Most 116 // of our assembly treats it as callee-saved to be uniform, but we match the 117 // platform to avoid false positives when testing compiler-generated output. 152 // In aarch64, r18 (accessed as w18 or x18 in a 64-bit context) is the platform 156 // We test r18 violations in arm-xlate.pl. [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/test/ |
H A D | abi_test.h | 50 // Reg128 contains storage space for a 128-bit register. 64 // SysV64: https://github.com/hjl-tools/x86-psABI/wiki/x86-64-psABI-1.0.pdf 65 // Win64: https://docs.microsoft.com/en-us/cpp/build/x64-software-conventions?view=vs-2017#register… 99 // SysV32: https://uclibc.org/docs/psABI-i386.pdf and 100 // Win32: https://docs.microsoft.com/en-us/cpp/cpp/argument-passing-and-naming-conventions?view=vs-… 115 // Linux treats r9 as callee-saved, while iOS 3+ treats it as caller-saved. Most 116 // of our assembly treats it as callee-saved to be uniform, but we match the 117 // platform to avoid false positives when testing compiler-generated output. 152 // In aarch64, r18 (accessed as w18 or x18 in a 64-bit context) is the platform 156 // We test r18 violations in arm-xlate.pl. [all …]
|