Home
last modified time | relevance | path

Searched +full:v8 +full:- +full:to +full:- +full:istanbul (Results 1 – 25 of 199) sorted by relevance

12345678

/aosp_15_r20/external/cronet/testing/merge_scripts/code_coverage/
H A Dconvert_to_istanbul.js2 // 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
10 // Relative path to the node modules.
39 * The entry point to the function to enable the async functionality throughout.
41 * @return {!Promise<string>} Directory containing istanbul reports.
47 const outputDir = join(args.output_dir, 'istanbul')
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', {
[all …]
H A Dcoverage_worker.js2 // Use of this source code is governed by a BSD-style license that can be
6 * @fileoverview Worker to convert V8 coverage to IstanbulJS
10 // Relative path to the node modules.
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'));
24 * @param mapping Individual mapping to validate.
25 * @param sourcesMap Map of the sources in the mappings to it's content.
26 * @param instrumentedFilePath Path to the instrumented file.
40 // Verify that the mapping line numbers refers to actual lines in source.
[all …]
H A Dmerge_js_lib.py2 # 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"""
31 path (str): The path to a JSON file to parse.
34 # Some JSON files erroroneously end with double curly brace, prefer to
37 if json_string[0] == '{' and json_string[-2:] == '}}':
40 return json.loads(json_string[:-1])
48 input_dir (str): The path to recursively search for
64 """Extract parsed script contents and write back to original folder
69 contain the raw JavaScript v8 parsed files that are identified by
73 The absolute file path to the raw parsed scripts or None if no parsed
[all …]
H A Dconvert_to_istanbul_test.py3 # Use of this source code is governed by a BSD-style license that can be
22 @unittest.skipIf(os.name == 'nt', 'Not intended to work on Windows')
29 return a - b;
120 return a - b;
174 "url":"file:///usr/local/google/home/benreich/v8-to-istanbul/test.js",
324 "--originals={}".format(" ".join([original_file])),
325 "--inputs={}".format(" ".join([input_file])),
326 "--outputs={}".format(" ".join([output_file])),
327 "--inline-sourcemaps",
328 "--sourceRoot={}".format(self.sourceRoot),
[all …]
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/
H A Dpackage-lock.json10 "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/pigweed/pw_web/log-viewer/
H A Dpackage-lock.json2 "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/perfetto/ui/
H A Dpnpm-lock.yaml23 '@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/
H A Dpackage-lock.json10 "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/development/tools/ota_analysis/
H A Dpackage-lock.json13 "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/tools/netsim/ui/
H A Dpackage-lock.json2 "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/motion/motion_test_watcher_app/
H A Dpackage-lock.json2 "name": "watch-web-app",
8 "name": "watch-web-app",
17 "@angular/platform-browser": "^18.0.0",
18 "@angular/platform-browser-dynamic": "^18.0.0",
20 "ng-keyboard-shortcuts": "^13.0.8",
26 "@angular-devkit/build-angular": "^18.0.1",
28 "@angular/compiler-cli": "^18.0.0",
30 "jasmine-core": "~5.1.0",
32 "karma-chrome-launcher": "~3.2.0",
33 "karma-coverage": "~2.2.0",
[all …]
/aosp_15_r20/development/tools/otagui/
H A Dpackage-lock.json13 "core-js": "^3.6.5",
15 "eslint-config-airbnb-base": "^14.2.1",
17 "material-design-icons": "^3.0.1",
19 "roboto-fontface": "*",
20 "vue": "^3.0.0-0",
21 "vue-echarts": "^6.0.0-rc.6",
22 "vue-router": "^4.0.0-0",
23 "vue-uuid": "^2.0.2",
24 "vue3-table-lite": "^1.0.5",
25 "vuetify": "^3.0.0-alpha.0",
[all …]
/aosp_15_r20/external/cronet/third_party/icu/filters/
H A Dios.json1 // Copyright 2019 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
5 // To use implicithan for Collation UCAData.
13 // Need to explicitly add "root"
119 "to",
144 // Exclude line_cj till we upgrade to 68.1 due to size impact.
160 "iso-8859-2-html",
161 "iso-8859-3-html",
162 "iso-8859-4-html",
163 "iso-8859-5-html",
[all …]
H A Dandroid.json1 // Copyright 2019 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
5 // To use implicithan for Collation UCAData.
13 // Need to explicitly add "root"
119 "to",
139 // Exclude line_cj till we upgrade to 68.1 due to size impact.
156 "iso-8859-2-html",
157 "iso-8859-3-html",
158 "iso-8859-4-html",
159 "iso-8859-5-html",
[all …]
H A Dcommon.json1 // Copyright 2019 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
5 // To use implicithan for Collation UCAData.
13 // Need to explicitly add "root"
15 // List of all Chrome Accept-Languages
151 "to",
180 // Exclude line_cj till we upgrade to 68.1 due to size impact.
197 "iso-8859-2-html",
198 "iso-8859-3-html",
199 "iso-8859-4-html",
[all …]
H A Dcast.json1 // Copyright 2019 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
5 // To use implicithan for Collation UCAData.
12 // Need to explicitly add "root"
131 "to",
197 // Need to explicitly add "root"
208 "iso-8859-2-html",
209 "iso-8859-3-html",
210 "iso-8859-4-html",
211 "iso-8859-5-html",
[all …]
/aosp_15_r20/development/tools/winscope/
H A Dpackage-lock.json19 "@angular/platform-browser": "^14.0.0",
20 "@angular/platform-browser-dynamic": "^14.0.0",
22 "@auth0/auth0-angular": "^1.10.0",
28 "gl-matrix": "^3.4.3",
29 "html-loader": "^3.1.0",
32 "jsbn-rsa": "^1.0.4",
35 "style-loader": "^3.3.1",
37 "ts-loader": "^9.3.0",
40 "webgl-utils": "^1.0.1",
41 "webgl-utils.js": "^1.1.0",
[all …]
/aosp_15_r20/external/jspecify/docs/
H A Dpackage-lock.json12 "@docusaurus/preset-classic": "3.4.0",
13 "@mdx-js/react": "^3.0.0",
15 "prism-react-renderer": "^2.3.0",
17 "react-dom": "^18.0.0"
20 "@docusaurus/module-type-aliases": "3.4.0",
27 "node_modules/@algolia/autocomplete-core": {
29 … "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.9.3.tgz",
30 …"integrity": "sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL…
33 "@algolia/autocomplete-plugin-algolia-insights": "1.9.3",
34 "@algolia/autocomplete-shared": "1.9.3"
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/guest/kdump/microdroid_crashdump_initrd/android_common/
Dmicrodroid_crashdump_initrd.img2to close file descriptor %d, expected to be owned by %s 0x%lx, actually owned by %s 0x%lx�double-c…
4 …on unsupported�free_page�MALLOC_CHECK_�scudo:stack_depot�out of memory trying to allocate %zu bytes
6 …ecutable's TLS segment is underaligned: alignment is %zu (skew %zu), needs to be at least %zu for …
8 …�d8�d11�d24�d31�CIE version is not 1 or 3�out/llvm-project/libcxxabi/src/private_typeinfo.cpp�Fail…
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/build/microdroid/microdroid/android_common/root/system/etc/
Dmicrodroid_crashdump_initrd.img2to close file descriptor %d, expected to be owned by %s 0x%lx, actually owned by %s 0x%lx�double-c…
4 …on unsupported�free_page�MALLOC_CHECK_�scudo:stack_depot�out of memory trying to allocate %zu bytes
6 …ecutable's TLS segment is underaligned: alignment is %zu (skew %zu), needs to be at least %zu for …
8 …�d8�d11�d24�d31�CIE version is not 1 or 3�out/llvm-project/libcxxabi/src/private_typeinfo.cpp�Fail…
/aosp_15_r20/external/libtextclassifier/native/annotator/pod_ner/test_data/
H A Dvocab.txt1012 -
2001 to
3407 ##to
9961 istanbul
15755 v8
29625 ##-
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/turbine-combined/
DWindowManager-Shell.jar ... META-INF/core-ktx_release.kotlin_module META-INF/core-viewtree_release.kotlin_module META-INF ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/repackaged-jarjar/turbine/
DWindowManager-Shell.jarperfetto/protos/Workqueue.class <Unknown> package perfetto.protos public final perfetto.protos ...
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
Dgcc.info3 Copyright (C) 1988-2013 Free Software Foundation, Inc.
5 Permission is granted to copy, distribute and/or modify this document
8 Invariant Sections being "Funding Free Software", the Front-Cover Texts
9 being (a) (see below), and with the Back-Cover Texts being (b) (see
13 (a) The FSF's Front-Cover Text is:
17 (b) The FSF's Back-Cover Text is:
19 You have freedom to copy and modify this GNU Manual, like GNU software.
22 INFO-DIR-SECTION Software development
23 START-INFO-DIR-ENTRY
26 * gcov: (gcc) Gcov. 'gcov'--a test coverage program.
[all …]
/aosp_15_r20/out/target/common/obj/APPS/SystemUI_intermediates/
Dclasses.jar ... ui.version META-INF/androidx.legacy_legacy-support-core-utils.version META-INF

12345678