| /external/pigweed/ |
| D | package.json | 21 "build": "npm run rollup", 22 "dev": "rollup -c -w", 23 "rollup": "rollup -c && npm run postbuild", string 25 "start": "tsc-watch --onSuccess \"rollup -c\"", 35 "@rollup/plugin-commonjs": "^19.0.0", 36 "@rollup/plugin-node-resolve": "^13.3.0", 37 "@rollup/plugin-typescript": "^8.3.3", 63 "rollup": "^2.52.8", string 64 "rollup-plugin-node-builtins": "^2.1.2", 65 "rollup-plugin-node-globals": "^1.4.0", [all …]
|
| D | rollup.config.js | 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';
|
| /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": "*", 10 "rollup": "~2", string
|
| D | rollup.config.js | 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';
|
| D | build.sh | 32 cp package.json rollup.config.js tsconfig.json ${DSTDIR} 37 npx rollup -c rollup.config.js -d deploy
|
| /external/perfetto/ui/ |
| D | package.json | 50 "@rollup/plugin-commonjs": "^24.1.0", 51 "@rollup/plugin-node-resolve": "^15.1.0", 65 "rollup": "^2.79.1", string 66 "rollup-plugin-re": "^1.0.7", 67 "rollup-plugin-sourcemaps": "^0.6.3", 68 "rollup-plugin-uglify": "^6.0.4",
|
| D | build.js | 26 // and the rollup bundler in --watch mode. Any other attempt, leads to O(10s) 29 // rollup) and auto-triggering-on-file-change rules via node-watch. 34 // and runs them together with tsc --watch and rollup --watch. 48 // +---------+ +-----+ | out/tsc/controller/*.js |-->| rollup | 288 bundleJs('rollup.config.js'); 297 // We should enter the loop only in watch mode, where tsc and rollup are 485 // Creates a out/dist_version -> out/dist/v1.2.3 symlink, so rollup config 521 // The .js / .ts go into intermediates, they will be bundled by rollup. 560 addTask(execModule, ['rollup', args, {async: true}]); 562 addTask(execModule, ['rollup', args]);
|
| D | pnpm-lock.yaml | 124 '@rollup/plugin-commonjs': 126 version: 24.1.0(rollup@2.79.1) 127 '@rollup/plugin-node-resolve': 129 version: 15.1.0(rollup@2.79.1) 169 rollup: 172 rollup-plugin-re: 175 rollup-plugin-sourcemaps: 177 version: 0.6.3(@types/node@14.18.51)(rollup@2.79.1) 178 rollup-plugin-uglify: 180 version: 6.0.4(rollup@2.79.1) [all …]
|
| /external/perfetto/ui/config/ |
| D | rollup.config.js | 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/pigweed/pw_web/log-viewer/ |
| D | package-lock.json | 1088 "node_modules/@rollup/plugin-node-resolve": { 1090 …"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.t… 1094 "@rollup/pluginutils": "^5.0.1", 1105 "rollup": "^2.78.0||^3.0.0||^4.0.0" string 1108 "rollup": { object 1113 "node_modules/@rollup/pluginutils": { 1115 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.0.5.tgz", 1127 "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" string 1130 "rollup": { object 1135 "node_modules/@rollup/rollup-android-arm-eabi": { [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/shadycss/ |
| D | gulpfile.js | 20 const rollup = require('rollup-stream'); constant 38 return rollup({ 79 return rollup({
|
| /external/angle/third_party/spirv-tools/src/tools/sva/ |
| D | package.json | 15 "bundle": "rollup -c" 22 "rollup": "^3.23.0", string
|
| /external/swiftshader/third_party/SPIRV-Tools/tools/sva/ |
| D | package.json | 15 "bundle": "rollup -c" 22 "rollup": "^3.23.0", string
|
| /external/deqp-deps/SPIRV-Tools/tools/sva/ |
| D | package.json | 15 "bundle": "rollup -c" 22 "rollup": "^3.23.0", string
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/ |
| D | SearchResponse.java | 307 * The rollup matching 314 * the rollup values are respect filter. For example, when filtering by 315 * "colorFamilies:ANY(\"red\")" and rollup "colorFamilies", only "red" is 317 * For textual and numerical attributes, the rollup values is a list of 320 * there are two variants with colors "red" and "blue", the rollup values 331 * rollup values is a double value with type 344 * The rollup matching 351 * the rollup values are respect filter. For example, when filtering by 352 * "colorFamilies:ANY(\"red\")" and rollup "colorFamilies", only "red" is 354 * For textual and numerical attributes, the rollup values is a list of [all …]
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/java/com/google/cloud/retail/v2/ |
| D | SearchResponse.java | 301 * The rollup matching 308 * rollup values are respect filter. For example, when filtering by 309 * "colorFamilies:ANY(\"red\")" and rollup "colorFamilies", only "red" is 311 * For textual and numerical attributes, the rollup values is a list of 314 * there are two variants with colors "red" and "blue", the rollup values 324 * For [FulfillmentInfo][google.cloud.retail.v2.FulfillmentInfo], the rollup 338 * The rollup matching 345 * rollup values are respect filter. For example, when filtering by 346 * "colorFamilies:ANY(\"red\")" and rollup "colorFamilies", only "red" is 348 * For textual and numerical attributes, the rollup values is a list of [all …]
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta/ |
| D | SearchResponse.java | 307 * The rollup matching 314 * rollup values are respect filter. For example, when filtering by 315 * "colorFamilies:ANY(\"red\")" and rollup "colorFamilies", only "red" is 317 * For textual and numerical attributes, the rollup values is a list of 320 * there are two variants with colors "red" and "blue", the rollup values 331 * rollup values is a double value with type 344 * The rollup matching 351 * rollup values are respect filter. For example, when filtering by 352 * "colorFamilies:ANY(\"red\")" and rollup "colorFamilies", only "red" is 354 * For textual and numerical attributes, the rollup values is a list of [all …]
|
| /external/googleapis/google/ads/googleads/v16/enums/ |
| D | asset_link_primary_status_reason.proto | 47 // The asset is paused for its linked rollup level. Contributes to a 51 // The asset is removed for its linked rollup level. Contributes to a
|
| /external/googleapis/google/ads/googleads/v14/enums/ |
| D | asset_link_primary_status_reason.proto | 47 // The asset is paused for its linked rollup level. Contributes to a 51 // The asset is removed for its linked rollup level. Contributes to a
|
| /external/googleapis/google/ads/googleads/v15/enums/ |
| D | asset_link_primary_status_reason.proto | 47 // The asset is paused for its linked rollup level. Contributes to a 51 // The asset is removed for its linked rollup level. Contributes to a
|
| /external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ |
| D | PropertyType.java | 65 * GA4 rollup property 108 * GA4 rollup property
|
| /external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/ |
| D | PropertyType.java | 65 * GA4 rollup property 108 * GA4 rollup property
|
| /external/googleapis/google/cloud/retail/v2beta/ |
| D | search_service.proto | 619 // The keys to fetch and rollup the matching 628 // de-duplicated. Notice that rollup attributes will lead to extra query 798 // The rollup matching 805 // rollup values are respect filter. For example, when filtering by 806 // "colorFamilies:ANY(\"red\")" and rollup "colorFamilies", only "red" is 809 // For textual and numerical attributes, the rollup values is a list of 812 // there are two variants with colors "red" and "blue", the rollup values 825 // rollup values is a double value with type
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/proto/google/cloud/retail/v2/ |
| D | search_service.proto | 616 // The keys to fetch and rollup the matching 625 // de-duplicated. Notice that rollup attributes will lead to extra query 793 // The rollup matching 800 // rollup values are respect filter. For example, when filtering by 801 // "colorFamilies:ANY(\"red\")" and rollup "colorFamilies", only "red" is 804 // For textual and numerical attributes, the rollup values is a list of 807 // there are two variants with colors "red" and "blue", the rollup values 819 // For [FulfillmentInfo][google.cloud.retail.v2.FulfillmentInfo], the rollup
|
| /external/googleapis/google/cloud/retail/v2alpha/ |
| D | search_service.proto | 651 // The keys to fetch and rollup the matching 660 // and de-duplicated. Notice that rollup attributes will lead to extra query 839 // The rollup matching 846 // the rollup values are respect filter. For example, when filtering by 847 // "colorFamilies:ANY(\"red\")" and rollup "colorFamilies", only "red" is 850 // For textual and numerical attributes, the rollup values is a list of 853 // there are two variants with colors "red" and "blue", the rollup values 866 // rollup values is a double value with type
|