| /external/pigweed/ |
| D | rollup.config.js | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 import commonjs from '@rollup/plugin-commonjs'; 16 import resolve from '@rollup/plugin-node-resolve'; 17 import pluginTypescript from '@rollup/plugin-typescript'; 19 import nodePolyfills from 'rollup-plugin-node-polyfills'; 20 import postcss from 'rollup-plugin-postcss'; 21 import sourceMaps from 'rollup-plugin-sourcemaps'; 31 banner: '#!/usr/bin/env node\n\nconst window = null;', 39 resolve(), 42 // Resolve source maps to the original source [all …]
|
| 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 …]
|
| D | package.json | 4 "description": "An open source collection of embedded-targeted libraries", 6 "license": "Apache-2.0", 18 … "log-viewer-setup": "cd pw_web/log-viewer && npm install --quiet --no-progress --loglevel=error", 19 "prebuild": "rimraf dist && npm run build-protos", 20 "build-protos": "ts-node -P tsconfig.json ts/buildprotos.ts", 22 "dev": "rollup -c -w", 23 "rollup": "rollup -c && npm run postbuild", 25 "start": "tsc-watch --onSuccess \"rollup -c\"", 28 "test": "npm run build && jest --silent", 32 "@grpc/grpc-js": "^1.3.7", [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", 19 "@types/node": "20.2.5", 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", [all …]
|
| D | webpack.config.js | 7 // https://www.apache.org/licenses/LICENSE-2.0 18 const NodePolyfillPlugin = require('node-polyfill-webpack-plugin'); 24 // Code web -> https://webpack.js.org/configuration/target/#target 27 // the entry point of this extension, -> 28 // https://webpack.js.org/configuration/entry-context/ 32 // the bundle is stored in the 'dist' folder (check package.json), -> 34 path: path.resolve(__dirname, 'dist'), 37 devtoolModuleFilenameTemplate: '../[resource-path]', 39 devtool: 'source-map', 42 // the vscode-module is created on-the-fly and must [all …]
|
| /external/perfetto/ui/ |
| D | package.json | 2 "name": "perfetto-webui", 8 "license": "Apache-2.0", 15 "@codemirror/theme-one-dark": "^6.1.2", 20 "@types/color-convert": "^1.9.0", 23 "@types/node": "^14.18.51", 27 "@types/w3c-web-usb": "^1.0.6", 30 "color-convert": "^2.0.1", 32 "devtools-protocol": "0.0.1159816", 37 "jsbn-rsa": "^1.0.4", 39 "noice-json-rpc": "^1.2.0", [all …]
|
| D | pnpm-lock.yaml | 23 '@codemirror/theme-one-dark': 38 '@types/color-convert': 47 '@types/node': 59 '@types/w3c-web-usb': 68 color-convert: 74 devtools-protocol: 89 jsbn-rsa: 95 noice-json-rpc: 104 protobufjs-cli: 119 vega-lite: [all …]
|
| /external/cronet/third_party/re2/src/app/ |
| D | package.json | 6 "@rollup/plugin-node-resolve": "*", 7 "@rollup/plugin-terser": "*", 8 "@web/rollup-plugin-html": "*", 9 "@web/rollup-plugin-import-meta-assets": "*",
|
| D | rollup.config.js | 2 // Use of this source code is governed by a BSD-style 5 import nodeResolve from '@rollup/plugin-node-resolve'; 6 import terser from '@rollup/plugin-terser'; 7 import html from '@web/rollup-plugin-html'; 8 import {importMetaAssets} from '@web/rollup-plugin-import-meta-assets';
|
| /external/pigweed/pw_web/webconsole/ |
| D | package-lock.json | 12 "@codemirror/lang-javascript": "^6.0.2", 14 "@codemirror/theme-one-dark": "^6.0.0", 20 "object-path": "^0.11.8", 23 "react-dom": "18.2.0", 24 "react-virtualized": "^9.22.3", 25 "react-virtualized-auto-sizer": "^1.0.6", 26 "react-window": "^1.8.7", 28 "xterm-addon-fit": "^0.5.0" 31 "@types/node": "18.6.3", 33 "@types/react-dom": "18.0.6", [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/skia/experimental/tskit/ |
| D | package-lock.json | 9 "license": "BSD-3-Clause", 11 "@typescript-eslint/eslint-plugin": "^4.21.0", 12 "@typescript-eslint/parser": "^4.21.0", 14 "eslint-config-airbnb-typescript": "^12.3.1", 15 "eslint-plugin-import": "^2.22.1", 19 "node_modules/@babel/code-frame": { 21 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", 22 …"integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETG… 28 "node_modules/@babel/helper-validator-identifier": { 30 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif… [all …]
|
| /external/skia/modules/pathkit/npm-asmjs/ |
| D | README.md | 3 To use the library, run `npm install pathkit-asmjs` and then simply include it: 5 <script src="/node_modules/pathkit-asmjs/bin/pathkit.js"></script> 7 locateFile: (file) => '/node_modules/pathkit-asmjs/bin/'+file, 20 [example.html](https://github.com/google/skia/blob/main/modules/pathkit/npm-asmjs/example.html) 24 ------------------------- 26 WebPack's support for asm.js should be straight-forward, since it's just another JS library. PathKi… 31 const PathKitInit = require('pathkit-asmjs/bin/pathkit.js') 38 …uch solution is to use [CopyWebpackPlugin](https://github.com/webpack-contrib/copy-webpack-plugin). 39 For example, add the following plugin: 43 { from: 'node_modules/pathkit-asmjs/bin/pathkit.js.mem' } [all …]
|
| /external/skia/modules/pathkit/npm-wasm/ |
| D | README.md | 3 To use the library, run `npm install pathkit-wasm` and then simply include it: 5 <script src="/node_modules/pathkit-wasm/bin/pathkit.js"></script> 7 locateFile: (file) => '/node_modules/pathkit-wasm/bin/'+file, 20 [example.html](https://github.com/google/skia/blob/main/modules/pathkit/npm-wasm/example.html) 24 ------------------------- 31 const PathKitInit = require('pathkit-wasm/bin/pathkit.js') 38 …uch solution is to use [CopyWebpackPlugin](https://github.com/webpack-contrib/copy-webpack-plugin). 39 For example, add the following plugin: 43 { from: 'node_modules/pathkit-wasm/bin/pathkit.wasm' } 49 ERROR in ./node_modules/pathkit-wasm/bin/pathkit.js [all …]
|
| /external/skia/modules/canvaskit/npm_build/ |
| D | README.md | 9 To use the library, run `npm install canvaskit-wasm` and then simply include it: 12 <script src="/node_modules/canvaskit-wasm/bin/canvaskit.js"></script> 16 locateFile: (file) => '/node_modules/canvaskit-wasm/bin/'+file, 25 <script src="https://unpkg.com/canvaskit-wasm@latest/bin/canvaskit.js"></script> 29 locateFile: (file) => 'https://unpkg.com/canvaskit-wasm@latest/bin/'+file, 35 ## Node section in Getting Started 36 To use CanvasKit in Node, it's similar to the browser: 39 const CanvasKitInit = require('canvaskit-wasm/bin/canvaskit.js'); 55 const CanvasKitInit = require('canvaskit-wasm/bin/canvaskit.js') 63 …uch solution is to use [CopyWebpackPlugin](https://github.com/webpack-contrib/copy-webpack-plugin). [all …]
|
| /external/perfetto/ui/config/ |
| D | rollup.config.js | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 import commonjs from '@rollup/plugin-commonjs'; 16 import nodeResolve from '@rollup/plugin-node-resolve'; 17 import replace from 'rollup-plugin-re'; 18 import sourcemaps from 'rollup-plugin-sourcemaps'; 19 import {uglify} from 'rollup-plugin-uglify';
|
| /external/chromium-trace/catapult/third_party/polymer/components/shadycss/ |
| D | package-lock.json | 7 "@babel/code-frame": { 9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz", 10 …"integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUq… 18 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.1.2.tgz", 19 …"integrity": "sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6… 22 "@babel/code-frame": "^7.0.0", 29 "convert-source-map": "^1.1.0", 33 "resolve": "^1.3.2", string 35 "source-map": "^0.5.0" 40 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.1.3.tgz", [all …]
|
| /external/kotlinx.coroutines/ |
| D | build.gradle | 2 …* Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen… 7 import org.jetbrains.kotlin.gradle.plugin.KotlinPlatformType 17 apply plugin: 'jdk-convention' 41 rootProject.properties.each { key, value -> 42 if (key.endsWith("_version") && value instanceof String && value.endsWith("-SNAPSHOT")) { 62 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 63 classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version" 64 classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version" 65 classpath "org.jetbrains.kotlinx:kotlinx-knit:$knit_version" 66 classpath "com.github.node-gradle:gradle-node-plugin:$gradle_node_version" [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
| D | build.log | 2 --------- 3 Build Time: 2018-02-12T15:48:46-0800 8 dom-serializer: 0.1.0 10 expand-tilde: 1.2.2 11 is-windows: 0.2.0 14 path-is-inside: 1.0.2 18 @types/express-serve-static-core: 4.0.53 24 @types/node: 4.2.20 25 @types/serve-static: 1.7.32 26 accessibility-developer-tools: 2.12.0 [all …]
|
| /external/grpc-grpc-java/gae-interop-testing/gae-jdk8/ |
| D | build.gradle | 7 // http://www.apache.org/licenses/LICENSE-2.0 19 url "https://maven-central.storage-download.googleapis.com/maven2/" } 40 url "https://maven-central.storage-download.googleapis.com/maven2/" } 43 apply plugin: 'com.google.cloud.tools.appengine' // App Engine tasks 46 providedCompile group: 'javax.servlet', name: 'servlet-api', version:'2.5' 47 runtimeOnly 'com.google.appengine:appengine-api-1.0-sdk:1.9.59' 48 implementation project(':grpc-netty') 49 implementation project(":grpc-stub") 50 implementation (project(':grpc-interop-testing')) { 51 // Avoid grpc-netty-shaded dependency [all …]
|
| /external/tensorflow/tensorflow/lite/core/ |
| D | subgraph.h | 7 http://www.apache.org/licenses/LICENSE-2.0 87 // Adds a node with the given parameters and returns the index of the new 88 // node in `node_index` (optionally). Interpreter will take ownership of 99 // Adds `tensors_to_add` tensors, preserving pre-existing Tensor entries. 101 // index of the first new tensor if `first_new_tensor_index` is non-null. 105 // Set description of inputs/outputs/data/fptrs for node `node_index`. 124 // Set description of inputs/outputs/data/fptrs for node `node_index`. 202 // Return vector of node indices in the order of execution. 205 // Return read-only vector of node indices in the order of execution. 230 // resized with this function. Unknown dimensions are indicated as `-1` in the [all …]
|
| /external/okio/kotlin-js-store/ |
| D | yarn.lock | 7 …resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5… 8 …integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9… 10 "@discoveryjs/json-ext@^0.5.0": 12 …resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b770… 13 …integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iP… 15 "@jridgewell/gen-mapping@^0.3.0": 17 …resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df… 18 …integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9… 20 "@jridgewell/set-array" "^1.0.1" 21 "@jridgewell/sourcemap-codec" "^1.4.10" [all …]
|
| /external/timezone-boundary-builder/ |
| D | package-lock.json | 2 "name": "timezone-boundary-builder", 7 "@babel/code-frame": { 9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", 10 …"integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3O… 16 "@babel/helper-validator-identifier": { 18 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif… 19 …"integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhq… 24 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", 25 …"integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l… 28 "@babel/helper-validator-identifier": "^7.10.4", [all …]
|
| /external/clang/docs/ |
| D | RAVFrontendAction.rst | 15 When writing a clang based tool like a Clang Plugin or a standalone tool 66 nodes, which are passed by-value. We only need to implement the methods 67 for the relevant node types. 80 Declaration->dump(); 96 if (Declaration->getQualifiedNameAsString() == "n::m::C") 97 Declaration->dump(); 128 if (Declaration->getQualifiedNameAsString() == "n::m::C") { 129 // getFullLoc uses the ASTContext's SourceManager to resolve the source 131 FullSourceLoc FullLocation = Context->getFullLoc(Declaration->getLocStart()); 162 if (Declaration->getQualifiedNameAsString() == "n::m::C") { [all …]
|
| /external/autotest/client/tools/ |
| D | html_report.py | 5 @copyright: (c)2005-2007 Matt Kruse (javascripttoolbox.com) 6 @copyright: Red Hat 2008-2009 26 …150% "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif; 30 text-decoration:none; 31 font:bold 2em/2em Arial, Helvetica, sans-serif; 32 text-transform:none; 33 text-align: left; 35 border-bottom: 1px solid #555555; 39 text-decoration:none; 40 font:bold 16px Arial, Helvetica, sans-serif; [all …]
|