/aosp_15_r20/external/cldr/tools/scripts/tr-archive/ |
H A D | package-lock.json | 2 "name": "tr-archive", 8 "name": "tr-archive", 10 "license": "Unicode-3.0", 12 "@not-dalia/gfm-toc": "github:not-dalia/gfm-toc", 13 "anchor-js": "^5.0.0", 17 "marked-alert": "^2.0.1" 20 "node_modules/@not-dalia/gfm-toc": { 22 …"resolved": "git+ssh://[email protected]/not-dalia/gfm-toc.git#68f2db628606366b51b51a071c8bb87f490575… 25 "escape-html": "^1.0.3", 30 "gfm-toc": "bin/gfm-toc" [all …]
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/guava/guava/23.0/ |
H A D | guava-23.0.pom | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 7 <artifactId>guava-parent</artifactId> 29 <artifactId>j2objc-annotations</artifactId> 33 <artifactId>animal-sniffer-annotations</artifactId> 34 <version>${animal.sniffer.version}</version> 36 <!-- TODO(cpovirk): does this comment belong on the <dependency> in <profiles>? --> 37 …-- TODO(cpovirk): want this only for dependency plugin but seems not to work there? Maven runs wit… 44 <artifactId>maven-bundle-plugin</artifactId> [all …]
|
/aosp_15_r20/external/jsoup/ |
H A D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/… 4 <name>jsoup Java HTML Parser</name> 8 <version>1.17.2</version><!-- remember to update previous version below for japicmp --> 10 …-world HTML and XML. It offers an easy-to-use API for URL fetching, data parsing, extraction, and … 26 <!-- <developerConnection>scm:git:[email protected]:jhy/jsoup.git</developerConnection> --> 27 <tag>jsoup-1.17.2</tag> 35 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 41 <!-- Compile --> 44 <artifactId>maven-compiler-plugin</artifactId> [all …]
|
/aosp_15_r20/external/libpcap/ |
H A D | pcap-common.c | 21 * pcap-common.c - common code for pcap and pcapng files 28 #include <pcap-types.h> 30 #include "pcap-int.h" 32 #include "pcap-common.h" 40 * libpcap for non-BSD OSes have added their own DLT_* codes for link 68 * "tcpdump-[email protected]". The tcpdump developers will 80 * are available; you might not have the most up-to-date version of this 82 * do *NOT* use any values below 100 - those might already have been 109 #define LINKTYPE_ARCNET_BSD DLT_ARCNET /* BSD-style headers */ 116 * PPP in HDLC-like framing header (with 0xff 0x03 before the PPP protocol [all …]
|
H A D | pcap-sita.html | 1 <HTML><HEAD> 3 <!-- 4 A { text-decoration:none } 5 --> 34 runs in conjunction with a libpcap front-end.</TD> 39 with a custom device driver/libpcap back-end.</TD> 62 …<TD VALIGN=TOP>Since a CTRL-C was used to terminate the application, pcap_breakloop() is never cal… 74 capturing following a pcap_breakloop() without any re-initialization. 86 The following list of functions is the sub-set of Pcap functions that have been 88 functions continue to perform their duties un-altered. Libpcap only supports this [all …]
|
H A D | pcap.c | 38 #include <pcap-types.h> 66 #include "diag-control.h" 69 #include "os-proto.h" 73 #include "pcap-dos.h" 76 #include "pcap-int.h" 81 #include "pcap-dag.h" 85 #include "pcap-septel.h" 89 #include "pcap-snf.h" 93 #include "pcap-tc.h" 97 #include "pcap-usb-linux.h" [all …]
|
/aosp_15_r20/external/ktfmt/website/ |
H A D | package-lock.json | 8 "clean-css": "^5.1.1", 9 "event-stream": "4.0.1", 11 "monaco-editor": "^0.23.0", 20 "resolved": "https://registry.npmjs.org/@gulpjs/messages/-/messages-1.1.0.tgz", 21 …"integrity": "sha512-Ys9sazDatyTgZVb4xPlDufLweJ/Os2uHWOv+Caxvy2O85JcnT4M3vc73bi8pdLWlv3fdWQz3pdI9t… 27 "node_modules/@gulpjs/to-absolute-glob": { 29 … "resolved": "https://registry.npmjs.org/@gulpjs/to-absolute-glob/-/to-absolute-glob-4.0.0.tgz", 30 …"integrity": "sha512-kjotm7XJrJ6v+7knhPaRgaT6q8F8K2jiafwYdNHLzmV0uGLuZY43FK6smNSHUPrhq5kX2slCUy+RG… 33 "is-negated-glob": "^1.0.0" 41 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", [all …]
|
/aosp_15_r20/external/libpcap/pcap/ |
H A D | dlt.h | 1 /*- 41 * Link-layer header type codes. 44 * "tcpdump-[email protected]" for a value. Otherwise, you run 46 * purpose, and of having tools that read libpcap-format captures not 53 * https://www.tcpdump.org/linktypes.html 55 * for detailed descriptions of some of these link-layer header types. 69 #define DLT_ARCNET 7 /* ARCNET, with BSD-style header */ 71 #define DLT_PPP 9 /* Point-to-point Protocol */ 80 * XXX - DLT_ATM_RFC1483 is 13 in BSD/OS, and DLT_RAW is 14 in BSD/OS, 83 #define DLT_ATM_RFC1483 11 /* LLC-encapsulated ATM */ [all …]
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/truth/truth-parent/1.4.0/ |
H A D | truth-parent-1.4.0.pom | 1 <?xml version="1.0" encoding="UTF-8"?> 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 8 <artifactId>truth-parent</artifactId> 13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 14 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> 16 <!-- Properties for multiple-artifact deps. --> 17 <auto-value.version>1.10.4</auto-value.version> 18 <!-- 20 version without the -android and -jre suffixes) because that lets [all …]
|
/aosp_15_r20/external/truth/ |
H A D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 8 <artifactId>truth-parent</artifactId> 9 <version>HEAD-SNAPSHOT</version> 13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 14 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> 16 <!-- Properties for multiple-artifact deps. --> 17 <auto-value.version>1.11.0</auto-value.version> 18 <!-- [all …]
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0b2.rst | 2 .. date: 2017-08-06-14-43-45 4 .. release date: 2018-02-27 13 .. date: 2018-02-20-21-53-48 23 .. date: 2018-02-02-08-50-46 27 Remove the new API added in bpo-31356 (gc.ensure_disabled() context 33 .. date: 2018-02-01-10-56-41 43 .. date: 2018-02-01-10-16-28 52 .. date: 2018-01-29-14-36-37 61 .. date: 2018-01-26-21-20-21 66 out-of-bound errors when using customized decode error handlers. [all …]
|
/aosp_15_r20/external/guava/android/guava/ |
H A D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4 <!-- do_not_remove: published-with-gradle-metadata --> 8 <artifactId>guava-parent</artifactId> 9 <version>32.1.2-android</version> 29 <version>9999.0-empty-to-avoid-conflict-with-guava</version> 37 <artifactId>checker-qual</artifactId> 45 <artifactId>j2objc-annotations</artifactId> 53 …de>LICENSE</include> <!-- copied from the parent pom because I couldn't figure out a way to make c… [all …]
|
/aosp_15_r20/external/guava/guava/ |
H A D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4 <!-- do_not_remove: published-with-gradle-metadata --> 8 <artifactId>guava-parent</artifactId> 9 <version>32.1.2-jre</version> 29 <version>9999.0-empty-to-avoid-conflict-with-guava</version> 37 <artifactId>checker-qual</artifactId> 45 <artifactId>j2objc-annotations</artifactId> 53 …de>LICENSE</include> <!-- copied from the parent pom because I couldn't figure out a way to make c… [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/scripts/token_alignment/ |
H A D | package-lock.json | 8 "csv-parse": "^5.3.3", 15 "@typescript-eslint/eslint-plugin": "^5.48.0", 16 "eslint-config-prettier": "^8.6.0", 17 "eslint-plugin-import": "^2.26.0", 18 "eslint-plugin-prettier": "^4.2.1", 19 "eslint-plugin-simple-import-sort": "^8.0.0", 20 "ts-node": "^10.9.1", 24 "node_modules/@cspotcode/source-map-support": { 26 …"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.t… 27 …"integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu… [all …]
|
/aosp_15_r20/external/jacoco/org.jacoco.build/ |
H A D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 6 http://www.eclipse.org/legal/epl-2.0 8 SPDX-License-Identifier: EPL-2.0 11 Evgeny Mandrikov - initial API and implementation 12 --> 13 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http… 22 <description>JaCoCo - Java Code Coverage Library</description> 31 <url>https://www.eclipse.org/legal/epl-2.0/</url> 88 …<!-- Order is important: org.jacoco.agent.rt embeds into org.jacoco.agent and JaCoCo Agent used du… [all …]
|
/aosp_15_r20/external/guava/ |
H A D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 8 <artifactId>guava-parent</artifactId> 9 <version>32.1.2-jre</version> 15 <!-- 17 However, I think that our -Djava.security.manager=allow profile is based on the *Maven* JDK. 19 --> 21 <!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI --> 28 <!-- Empty for all JDKs but 9-12 --> [all …]
|
/aosp_15_r20/external/guava/android/ |
H A D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 8 <artifactId>guava-parent</artifactId> 9 <version>32.1.2-android</version> 15 <!-- 17 However, I think that our -Djava.security.manager=allow profile is based on the *Maven* JDK. 19 --> 21 <!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI --> 28 <!-- Empty for all JDKs but 9-12 --> [all …]
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | mime_sniffer.cc | 2 // Use of this source code is governed by a BSD-style license that can be 9 // HTML payload, no Content-Type header: 10 // * IE 7: Render as HTML 11 // * Firefox 2: Render as HTML 12 // * Safari 3: Render as HTML 13 // * Opera 9: Render as HTML 16 // => Chrome: Render as HTML 18 // HTML payload, Content-Type: "text/plain": 19 // * IE 7: Render as HTML 21 // * Safari 3: Render as text (Note: Safari will Render as HTML if the URL [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", 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/external/guava/guava/src/com/google/common/hash/ |
H A D | Hashing.java | 7 * http://www.apache.org/licenses/LICENSE-2.0 39 * Static methods to obtain {@link HashFunction} instances, and other static hashing-related 43 …* href="https://docs.google.com/spreadsheets/d/1_q2EVcxA2HjcrlVMbaqXwMj31h9M5-Bqj_m8vITOwwk/">here… 53 * Returns a general-purpose, <b>temporary-use</b>, non-cryptographic hash function. The algorithm 58 * process in any way, for example being sent over RPC, or saved to disk. For a general-purpose, 59 * non-cryptographic hash function that will never change behavior, we suggest {@link 63 * for {@code minimumBits}, will return identically-behaving {@link HashFunction} instances. 80 // Otherwise, join together some 128-bit murmur3s in goodFastHash() 101 * href="https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp">32-bit murmur3 102 * algorithm, x86 variant</a> (little-endian variant), using the given seed value, <b>with a known [all …]
|
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.15rc1.rst | 2 .. date: 2018-03-05-10-14-42 4 .. release date: 2018-04-14 15 .. date: 2018-03-02-10-24-52 21 refactored. This resolves CVE-2018-1060 and CVE-2018-1061. Patch by Jamie 27 .. date: 2017-09-04-21-24-51 56 vulnerabilities including: CVE-2017-9233 (External entity infinite loop 57 DoS), CVE-2016-9063 (Integer overflow, re-fix), CVE-2016-0718 (Fix 58 regression bugs from 2.2.0's fix to CVE-2016-0718) and CVE-2012-0876 59 (Counter hash flooding with SipHash). Note: the CVE-2016-5300 (Use 60 os-specific entropy sources like getrandom) doesn't impact Python, since Python [all …]
|
D | 2.6a1.rst | 4 .. release date: 29-Feb-2008 147 Limit free list of method and built-in function objects to 256 entries each. 158 internal free lists of pre-allocted ints and floats. 177 Fix a bug that identifies 0j and -0j when they appear in the same code unit. 245 .. nonce: GX0t-e 259 Python compiles with --enable-unicode=no again. However several extension 266 .. nonce: -TxSag 269 when compiling code from a string, encoding cookies in the second line of 328 speedups in heavily object-oriented code. 334 .. nonce: JYdqH- [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 …]
|
/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", 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/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 …]
|