/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" 23 "@types/jest": "29.5.12", 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", [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 …]
|
H A D | package.json | 2 "name": "perfetto-webui", 8 "license": "Apache-2.0", 15 "@codemirror/theme-one-dark": "^6.1.2", 21 "@types/color-convert": "^2.0.3", 28 "@types/w3c-web-usb": "^1.0.10", 30 "color-convert": "^2.0.1", 31 "devtools-protocol": "0.0.1319565", 37 "jsbn-rsa": "^1.0.4", 39 "noice-json-rpc": "^1.2.0", 42 "protobufjs-cli": "^1.1.2", [all …]
|
H A D | build.js | 7 // http://www.apache.org/licenses/LICENSE-2.0 19 // - The build process for the whole UI and the chrome extension. 20 // - The HTTP dev-server with live-reload capabilities. 21 // The reason why this is a hand-rolled script rather than a conventional build 25 // edit-one-line -> reload html cycles) is to run both the TypeScript compiler 26 // and the rollup bundler in --watch mode. Any other attempt, leads to O(10s) 27 // incremental-build times. 28 // This script allows mixing build tools that support --watch mode (tsc and 29 // rollup) and auto-triggering-on-file-change rules via fs.watch. 31 // just runs all the build tasks serially. It doesn't to do any mtime-based [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 …]
|
H A D | package.json | 4 "description": "An open source collection of embedded-targeted libraries", 6 "license": "Apache-2.0", 18 "prebuild": "rimraf dist && npm run build-protos", 19 "build-protos": "rollup -c rollup-protos.config.js && node dist/bin/build_default_protos.js", 21 "dev": "rollup -c -w", 22 "rollup": "rollup -c && npm run postbuild", 24 "start": "tsc-watch --onSuccess \"rollup -c\"", 25 "check": "eslint . --ext .ts", 26 "fix": "eslint . --ext .ts --fix", 27 "test": "npm run build && jest --silent", [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", 17 "jest": "^27.0.6", string 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", [all …]
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/ |
H A D | adb_record_controller_jsdomtest.ts | 7 // http://www.apache.org/licenses/LICENSE-2.0 25 onConsumerPortResponse: jest.fn(), 26 onError: jest.fn(), 27 onStatus: jest.fn(), 46 return Promise.resolve(dingus<USBDevice>()); 49 const enableTracing = jest.fn(); 54 const readBuffers = jest.fn(); 59 const sendErrorMessage = jest.fn(); 74 adbController.sendErrorMessage = jest 78 const findDevice = jest.fn().mockImplementation(() => { [all …]
|
/aosp_15_r20/development/tools/otagui/ |
H A D | package-lock.json | 13 "core-js": "^3.6.5", 15 "eslint-config-airbnb-base": "^14.2.1", 16 "jest": "^24.9.0", string 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", [all …]
|
/aosp_15_r20/external/pigweed/pw_rpc/ts/ |
H A D | client_test.ts | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 /* eslint-env browser */ 19 import { Message } from 'google-protobuf'; 38 const OPEN_CALL_ID = 2 ** 32 - 1; 134 it('processPacket for non-pending method', () => { 254 return requests[requests.length - 1]; 268 sendResponsesAfterPackets -= 1; 350 const onNext = jest.fn(); 351 const onCompleted = jest.fn(); 352 const onError = jest.fn(); [all …]
|
/aosp_15_r20/external/pigweed/ts/transport/ |
H A D | serial_mock.ts | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 /* eslint-env browser */ 55 const queuePromise = new Promise<T>((resolve) => { 56 this.requestQueue.push(resolve); 134 open = jest.fn(async (options?: SerialOptions) => { 141 close = jest.fn(() => {
|
/aosp_15_r20/external/perfetto/ui/src/base/ |
H A D | http_utils.ts | 7 // http://www.apache.org/licenses/LICENSE-2.0 22 return new Promise<Response>((resolve, reject) => { 29 .then((response) => resolve(response)) 39 return new Promise((resolve, reject) => { 54 resolve(xhr.response); // Resolve with the Blob response 74 * @returns the directory where the app is served from, e.g. 'v46.0-a2082649b' 83 assertTrue(typeof jest !== 'undefined');
|
/aosp_15_r20/external/okio/kotlin-js-store/ |
H A 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 …]
|
/aosp_15_r20/external/elfutils/po/ |
H A D | pl.po | 2 # Copyright © 2003-2021 the elfutils authors. 4 # Jakub Bogusz <qboosh@pld-linux.org>, 2003-2007. 5 # Piotr Drąg <[email protected]>, 2010-2021. 9 "Project-Id-Version: elfutils\n" 10 "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" 11 "POT-Creation-Date: 2024-03-01 10:22-0500\n" 12 "PO-Revision-Date: 2021-02-22 16:25+0100\n" 13 "Last-Translator: Piotr Drąg <[email protected]>\n" 14 "Language-Team: Polish <trans-[email protected]>\n" 16 "MIME-Version: 1.0\n" [all …]
|
/aosp_15_r20/external/e2fsprogs/po/ |
H A D | pl.po | 4 # Jakub Bogusz <qboosh@pld-linux.org>, 2002-2022. 8 #. there is an @-expansion, where strings like "@i" are expanded to 11 #. the @-expansion, for the strings in the problem.c file. 13 #. Translators are free to use the @-expansion facility if they so 19 #. @-expansion facility at all. 22 #. a dynamic %-expansion, which expands %i as an inode number, and so 24 #. %-expressions that begin with "%D" and "%I" are two-character 26 #. ownership field (inode->i_uid). Also the "%B" expansion is special: 31 #. Please note that the %-expansion for most e2fsck's problem.c should not 32 #. use positional indicators such as %1, since although they look like c-style [all …]
|
/aosp_15_r20/external/pigweed/ts/ |
H A D | index_test.ts | 2 * @jest-environment jsdom 11 // https://www.apache.org/licenses/LICENSE-2.0 93 const file = fs.readFileSync(require.resolve('../dist/index.umd')); 94 expect(file.indexOf(requireString)).toBe(-1);
|
/aosp_15_r20/external/jspecify/docs/ |
H A D | package-lock.json | 12 "@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/development/tools/motion/motion_test_watcher_app/ |
H A D | package-lock.json | 2 "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/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/winscope/ |
H A D | package-lock.json | 19 "@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/frameworks/base/packages/SystemUI/ |
H A D | lint-baseline.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …sues format="6" by="lint 8.4.0-alpha08" type="baseline" client="" dependencies="true" name="" vari… 18 errorLine1=" mContext.getMainExecutor().execute(() -> {" 62 errorLine1=" mContext.getMainExecutor().execute(() -> {" 73 errorLine1=" mContext.getMainExecutor().execute(() -> {" 84 errorLine1=" mContext.getMainExecutor().execute(() -> {" 95 errorLine1=" mContext.getMainExecutor().execute(() -> {" 106 errorLine1=" mContext.getMainExecutor().execute(() -> {" 139 errorLine1=" mContext.getMainExecutor().execute(() ->" 1062 …message="Use `@Inject` to get system-level service handles instead of `Context.getSystemService()`" [all …]
|
/aosp_15_r20/external/jline/src/src/test/resources/jline/example/ |
HD | english.gz | 1Aarhus
2Aaron
3Ababa
4aback
5abaft
6abandon
7abandoned
8abandoning
9abandonment
10 ... |
/aosp_15_r20/prebuilts/module_sdk/art/1/java/ |
D | apache-xml.jar | ... META-INF/
META-INF/MANIFEST.MF
org/
org/apache ... |
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/withres/ |
D | apache-xml.jar | ... META-INF/
META-INF/MANIFEST.MF
org/
org/apache ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/apache-xml.com.android.art.debug_intermediates/ |
D | classes.jar | ... META-INF/
META-INF/MANIFEST.MF
org/
org/apache ... |