Home
last modified time | relevance | path

Searched +full:jest +full:- +full:message +full:- +full:util (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/e2fsprogs/po/
H A Dpl.po4 # 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
14 #. choose, by providing translations for strings in e2fsck/message.c.
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
[all …]
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DSerializerMessages_pl.java10 * http://www.apache.org/licenses/LICENSE-2.0
19 * $Id: SerializerMessages_pl.java 471981 2006-11-07 04:28:00Z minchau $
24 import java.util.ListResourceBundle;
25 import java.util.Locale;
26 import java.util.MissingResourceException;
27 import java.util.ResourceBundle;
32 * an array of message-key/message associations.
34 * The message keys are defined in {@link MsgKey}. The
58 * 2) An element is a mark-up tag in an XML document; an attribute is a
93 "Wykryto niepoprawny odpowiednik UTF-16: {0} ?" }, in getContents()
[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",
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/
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:
107 util:
116 vega-lite:
[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"
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/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/otagui/
H A Dpackage-lock.json13 "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/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/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dpigweed_presubmit.py9 # https://www.apache.org/licenses/LICENSE-2.0
91 """Add Pigweed-specific defaults to GnGenNinja."""
94 """Add project-specific default GN args to 'args'."""
98 def build_bazel(*args, **kwargs) -> None:
124 # TODO: b/234876100 - msan will not work until the C++ standard library
128 # clang-tidy doesn't run on Windows.
134 # TODO: b/244604080 - For the pw::InlineString tests, qemu_clang_debug
140 # TODO: b/240982565 - SocketStream currently requires Linux.
158 def _gn_main_build_check_targets() -> Sequence[str]:
168 # Since there is no mac-arm64 bloaty binary in CIPD, Arm Macs use the x86_64
[all …]
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/withres/
Dapache-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/
Dclasses.jar ... META-INF/ META-INF/MANIFEST.MF org/ org/apache ... ...
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/javac/
Dapache-xml.jar ... META-INF/ META-INF/MANIFEST.MF org/ org/apache ... ...
/aosp_15_r20/prebuilts/module_sdk/art/1/java/
Dapache-xml.jar ... META-INF/ META-INF/MANIFEST.MF org/ org/apache ... ...
/aosp_15_r20/external/crosvm/docs/book/
H A Dmermaid.min.js1-1:t>e?1:t>=e?0:NaN},i=function(t){var e;return 1===t.length&&(e=t,t=function(t,n){return r(e(t),n…
4 * Copyright (c) 2012-2013 Chris Pettitt
24util:n(12),version:n(382)}},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.depre…
30 …=arguments[0],"function"==typeof arguments[arguments.length-1]?(e=arguments[arguments.length-1],c.…
31 … processed */if(s.getAttribute("data-processed"))return"continue";s.setAttribute("data-processed",…
/aosp_15_r20/frameworks/base/packages/SystemUI/
H A Dlint-baseline.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 …sues format="6" by="lint 8.4.0-alpha08" type="baseline" client="" dependencies="true" name="" vari…
6 message="Replace with injected `@Main Executor`."
17 message="Replace with injected `@Main Executor`."
18 errorLine1=" mContext.getMainExecutor().execute(() -> {"
28 message="Replace with injected `@Main Executor`."
39 message="Replace with injected `@Main Executor`."
50 message="Replace with injected `@Main Executor`."
54 …file="frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/GlobalConcurrenc…
61 message="Replace with injected `@Main Executor`."
[all …]
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/
H A Dtokenizer.json2424 "-": 12, number
2725 "--": 313, number
2793 "----": 381, number
2817 "->": 405,
2894-": 482,
2927 "--------": 515, number
3188 "----------------": 776, number
3610--": 1198,
3750 "util": 1338, number
3767 "-s": 1355,
[all …]
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/
H A Dtokenizer.json2424 "-": 12, number
2725 "--": 313, number
2793 "----": 381, number
2817 "->": 405,
2894-": 482,
2927 "--------": 515, number
3188 "----------------": 776, number
3610--": 1198,
3750 "util": 1338, number
3767 "-s": 1355,
[all …]
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/
H A Dtokenizer.json2365 "-": 12, number
2666 "--": 313, number
2734 "----": 381, number
2758 "->": 405,
2835-": 482,
2868 "--------": 515, number
3129 "----------------": 776, number
3551--": 1198,
3691 "util": 1338, number
3708 "-s": 1355,
[all …]