| /external/cronet/testing/merge_scripts/code_coverage/ |
| 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. 17 const V8ToIstanbul = require(join(...NODE_MODULES, 'v8-to-istanbul')); 19 const convertSourceMap = require(join(...NODE_MODULES, 'convert-source-map')); 20 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'); 108 * Extracts the raw coverage data from the v8 coverage reports and converts [all …]
|
| 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 …]
|
| /external/llvm/lib/Target/Sparc/ |
| 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 …]
|
| /external/oss-fuzz/projects/envoy/ |
| D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 18 declare -r FUZZ_TARGET_QUERY=' 20 $all_fuzz_tests - attr(tags, "no_fuzz", $all_fuzz_tests) 22 declare -r OSS_FUZZ_TARGETS="$(bazel query "${FUZZ_TARGET_QUERY}" | sed 's/$/_oss_fuzz/')" 24 declare -r EXTRA_BAZEL_FLAGS="$( 29 …echo "--linkopt=\"$(find $(llvm-config --libdir) -name libclang_rt.ubsan_standalone_cxx-x86_64.a |… 32 echo "--copt=-D__SANITIZE_ADDRESS__" "--copt=-DADDRESS_SANITIZER=1" "--linkopt=-fsanitize=address" 43 # The following disables both coverage-instrumentation and other sanitizer instrumentation. 57 # libprotobuf-mutator [all …]
|
| /external/armnn/ |
| 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 …]
|
| /external/cronet/build/config/siso/ |
| 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" 60 "clang-cl": reproxy_config["platform"], 66 # clang-cl remotely as we can find sysroot files 74 win_toolchain_dir + ":headers-ci", 80 win_toolchain_dir + ":headers-ci", 83 # third_party/abseil-cpp includes "dbghelp.h" [all …]
|
| /external/angle/build/config/siso/ |
| D | b289968566.star | 1 # -*- bazel-starlark -*- 3 # Use of this source code is governed by a BSD-style license that can be 12 # They need to run on a machine has more memory than the default machine type n2-custom-2-3840 14 # Fallback happens with follwoing args.gn (try/linux-chromeos-rel-compilator). 67 # Fallback happens with follwoing args.gn (try/linux-lacros-rel-compilator). 103 # Fallback happens with follwoing args.gn (try/fuchsia-x64-cast-receiver-rel). 158 "./obj/third_party/abseil-cpp/absl/functional/any_invocable_test/any_invocable_test.o", 184 "./obj/v8/v8_turboshaft/csa-optimize-phase.o", 185 # Fallback happens with following args.gn (try/android-arm64-rel) 187 # coverage_instrumentation_input_file = "//.code-coverage/files_to_instrument.txt" [all …]
|
| 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.""" 32 win_toolchain_dir + ":headers-ci": { 58 cfg = "buildtools/reclient_cfgs/chromium-browser-clang/rewrapper_windows.cfg" 71 "clang-cl": reproxy_config["platform"], 72 "clang-cl_large": largePlatform, 78 # clang-cl remotely as we can find sysroot files 80 # When building with ToT Clang, we can't run clang-cl 89 win_toolchain_dir + ":headers-ci", [all …]
|
| /external/perfetto/gn/ |
| 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 # +----------------------------------------------------------------------------+ 85 # based on GN (e.g. v8) should NOT set this and instead directly sets 90 # This can be overridden by embedders (e.g. v8) in their .gn(i) files. This must 117 # In all other cases (i.e. when true), a temporary in-process instance will be 121 # +----------------------------------------------------------------------------+ 123 # +----------------------------------------------------------------------------+ 125 # at the build-system level. This allows to opt-in into the various services [all …]
|
| /external/cronet/build/toolchain/win/ |
| D | toolchain.gni | 2 # Use of this source code is governed by a BSD-style license that can be 59 # supply for these values are to force-disable them. 76 "Goma and re-client can't be used together.") 78 "re-client and cc_wrapper can't be used together.") 84 …fix = "${rbe_bin_dir}/rewrapper -cfg=${rbe_cc_cfg_file} -exec_root=${rbe_exec_root} -labels=type=c… 112 # lld-link includes a replacement for lib.exe that can produce thin 114 link = "${_clang_bin_path}/lld-link${_exe}" 125 # See comment adding --rsp-quoting to $cl above for more information. 126 cc_linkflags += " --rsp-quoting=posix" 128 rust_linkflags += " -Clink-arg=--rsp-quoting=posix" [all …]
|
| /external/angle/build/toolchain/win/ |
| 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 …]
|
| /external/AFLplusplus/docs/ |
| 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 …]
|
| 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 …]
|
| /external/pigweed/pw_ide/ts/pigweed-vscode/ |
| D | package-lock.json | 2 "name": "pigweed-vscode", 8 "name": "pigweed-vscode", 10 "license": "Apache-2.0", 21 "@typescript-eslint/eslint-plugin": "^5.59.8", 22 "@typescript-eslint/parser": "^5.59.8", 23 "@vscode/test-electron": "^2.3.2", 26 "node-polyfill-webpack-plugin": "^2.0.1", 27 "ts-jest": "^29.1.1", 28 "ts-loader": "^9.4.4", 31 "webpack-cli": "^5.1.4" [all …]
|
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
| D | depthwise_conv_3x3_filter.h | 7 http://www.apache.org/licenses/LICENSE-2.0 33 // Jetson TX-2. This compiler does not support the offsetof() macro. 121 const int64_t output_height_increment = 2 * params_ptr->output_row_size; 122 TFLITE_DCHECK_EQ(params_ptr->filter_offset, 0); 138 // |output_window_height| and |output_window_width|. The inner-most loop 143 // 1. Load filters of 8 depth (8x3x3). Registers v0--v8 hold filter 148 // Registers v9--v20 hold input values. Mul-add with 149 // accumulators v21--v24. Then run activation, downquantize 156 // Registers v9--v20 hold input values. Mul-add with 157 // accumulators v21--v24. Then run activation, downquantize [all …]
|
| /external/fonttools/Lib/fontTools/ttLib/tables/ |
| D | otTables.py | 1 # coding: utf-8 2 """fontTools.ttLib.tables.otTables -- A collection of classes representing the various 42 self.GlyphClasses = {} # GlyphID --> GlyphClass 49 self.Transitions = {} # GlyphClass --> AATAction 276 # As of 2017-09-12, the 'morx' specification says that 301 # terminated with an end-of-sequence flag, which can 305 for a in sorted(actions, key=lambda x: (-len(x), x)): 318 last = i == len(self.Actions) - 1 336 if delta >= 0x20000000: # sign-extend 30-bit value 337 delta = -0x40000000 + delta [all …]
|
| /external/webrtc/tools_webrtc/mb/docs/ |
| 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 …]
|
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
| D | depthwiseconv_uint8_3x3_filter.h | 7 http://www.apache.org/licenses/LICENSE-2.0 50 // Jetson TX-2. This compiler does not support the offsetof() macro. 55 // 4 8-bit lanes together. So these are treated much like 32-bit loads and 56 // 32-bit stores. Stores require 32-bit alignment. 67 // reinterpret_cast. Sanitizers may fail silently on lane-loading, with an 68 // obscure bug or mis-feature probably in unhygienic macro expansion. 154 // Dot product ops hard-coded 315 #endif // __aarch64__ && !GOOGLE_L4T - Dot product ops hard-coded 330 const int64_t output_height_increment = 2 * params_ptr->output_row_size; 346 // |output_window_height| and |output_window_width|. The inner-most loop [all …]
|
| /external/pigweed/ |
| D | package-lock.json | 10 "license": "Apache-2.0", 12 "@protobuf-ts/protoc": "^2.7.0", 14 "google-protobuf": "^3.17.3", 17 "rollup-plugin-postcss": "^4.0.2", 18 "ts-protoc-gen": "^0.15.0" 24 "@grpc/grpc-js": "^1.3.7", 25 "@material-ui/core": "^4.12.1", 26 "@material-ui/lab": "^4.0.0-alpha.60", 27 "@rollup/plugin-commonjs": "^19.0.0", 28 "@rollup/plugin-node-resolve": "^13.3.0", [all …]
|
| /external/pigweed/pw_web/log-viewer/ |
| D | package-lock.json | 2 "name": "log-viewer", 8 "name": "log-viewer", 11 "@lit-labs/virtualizer": "^2.0.7", 12 "@material/web": "^1.0.0-pre.16", 13 "@shoelace-style/shoelace": "^2.15.0", 15 "prettier-plugin-jsdoc": "^0.4.2" 18 "@open-wc/testing": "^3.0.0-next.5", 19 "@remcovaes/web-test-runner-vite-plugin": "^1.2.1", 21 "@typescript-eslint/eslint-plugin": "^5.59.7", 22 "@web/test-runner": "^0.18.0", [all …]
|
| /external/boringssl/src/crypto/test/ |
| 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 …]
|
| /external/cronet/third_party/boringssl/src/crypto/test/ |
| 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 …]
|
| /external/perfetto/ui/ |
| D | pnpm-lock.yaml | 23 '@codemirror/theme-one-dark': 38 '@types/color-convert': 59 '@types/w3c-web-usb': 68 color-convert: 74 devtools-protocol: 89 jsbn-rsa: 95 noice-json-rpc: 104 protobufjs-cli: 119 vega-lite: 124 '@rollup/plugin-commonjs': [all …]
|
| /external/mesa3d/src/intel/compiler/ |
| D | brw_fs.cpp | 26 * This file drives the GLSL IR -> LIR translation, contains the 57 this->src = new fs_reg[MAX2(sources, 3)]; in init() 59 this->src[i] = src[i]; in init() 61 this->opcode = opcode; in init() 62 this->dst = dst; in init() 63 this->sources = sources; in init() 64 this->exec_size = exec_size; in init() 68 assert(this->exec_size != 0); in init() 70 this->conditional_mod = BRW_CONDITIONAL_NONE; in init() 78 this->size_written = dst.component_size(exec_size); in init() [all …]
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/test/ |
| 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 …]
|