Home
last modified time | relevance | path

Searched +full:jest +full:- +full:mock (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/perfetto/ui/src/core/
H A Dtrack_manager_unittest.ts7 // http://www.apache.org/licenses/LICENSE-2.0
25 onCreate: jest.fn(),
26 onUpdate: jest.fn(),
27 onDestroy: jest.fn(),
29 render: jest.fn(),
30 onFullRedraw: jest.fn(),
31 getSliceVerticalBounds: jest.fn(),
32 getHeight: jest.fn(),
33 getTrackShellButtons: jest.fn(),
34 onMouseMove: jest.fn(),
[all …]
/aosp_15_r20/external/perfetto/ui/src/base/
H A Dasync_limiter_unittest.ts7 // http://www.apache.org/licenses/LICENSE-2.0
20 const mock1 = jest.fn();
24 const mock2 = jest.fn();
32 const mock1 = jest.fn();
35 const mock2 = jest.fn();
45 const mock1 = jest.fn();
48 const mock2 = jest.fn();
51 const mock3 = jest.fn();
76 const mock = jest.fn(); constant
77 await limiter.schedule(async () => mock());
[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:
116 vega-lite:
133 '@rollup/plugin-commonjs':
[all …]
H A Dpackage.json2 "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 …]
/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/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/perfetto/ui/config/
H A Djest.unittest.config.js7 // http://www.apache.org/licenses/LICENSE-2.0
20 'jest-canvas-mock',
21 'jest-localstorage-mock',
/aosp_15_r20/external/pigweed/ts/transport/
H A Dserial_mock.ts7 // https://www.apache.org/licenses/LICENSE-2.0
15 /* eslint-env browser */
64 * SerialPortMock is a mock for Chrome's upcoming SerialPort interface.
65 * Since pw_web only depends on a subset of the interface, this mock
134 open = jest.fn(async (options?: SerialOptions) => {
141 close = jest.fn(() => {
194 console.info('Silently skipping event listeners in mock mode.');
/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/tinyxml2/resources/
H A Ddream.xml9 <P>SGML markup by Jon Bosak, 1992-1994.</P>
10 <P>XML version by Jon Bosak, 1996-1998.</P>
31 <PERSONA>FLUTE, a bellows-mender.</PERSONA>
69 <LINE>Like to a step-dame or a dowager</LINE>
78 <LINE>New-bent in heaven, shall behold the night</LINE>
118 <LINE>And interchanged love-tokens with my child:</LINE>
192 <LINE>Thrice-blessed they that master so their blood,</LINE>
209 <LINE>Take time to pause; and, by the nest new moon--</LINE>
210 <LINE>The sealing-day betwixt my love and me,</LINE>
211 <LINE>For everlasting bond of fellowship--</LINE>
[all …]
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-fts/
H A Dthe-picture-of-dorian-gray.txt5 re-use it under the terms of the Project Gutenberg License included
69 of the subject-matter of the artist, but the morality of art consists
99 perfume of the pink-flowering thorn.
101 From the corner of the divan of Persian saddle-bags on which he was
103 Wotton could just catch the gleam of the honey-sweet and honey-coloured
107 tussore-silk curtains that were stretched in front of the huge window,
109 those pallid, jade-faced painters of Tokyo who, through the medium of
118 full-length portrait of a young man of extraordinary personal beauty,
145 from his heavy, opium-tainted cigarette. "Not send it anywhere? My
163 your rugged strong face and your coal-black hair, and this young
[all …]
/aosp_15_r20/external/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
H A Dthe-picture-of-dorian-gray.txt5 re-use it under the terms of the Project Gutenberg License included
69 of the subject-matter of the artist, but the morality of art consists
99 perfume of the pink-flowering thorn.
101 From the corner of the divan of Persian saddle-bags on which he was
103 Wotton could just catch the gleam of the honey-sweet and honey-coloured
107 tussore-silk curtains that were stretched in front of the huge window,
109 those pallid, jade-faced painters of Tokyo who, through the medium of
118 full-length portrait of a young man of extraordinary personal beauty,
145 from his heavy, opium-tainted cigarette. "Not send it anywhere? My
163 your rugged strong face and your coal-black hair, and this young
[all …]
/aosp_15_r20/external/jline/src/src/test/resources/jline/example/
HDenglish.gz1Aarhus 2Aaron 3Ababa 4aback 5abaft 6abandon 7abandoned 8abandoning 9abandonment 10 ...
/aosp_15_r20/external/icu/icu4j/perf-tests/data/collation/
H A Dulyss10.txt30 organization with EIN [Employee Identification Number] 64-6221541
78 These Web sites include award-winning information about Project
108 If they reach just 1-2% of the world's population then the total
116 At our revised rates of production, we will reach only one-third
157 how to make them tax-deductible, or even if they CAN be made
166 Oxford, MS 38655-4109
174 [Employee Identification Number] 64-622154. Donations are
175 tax-deductible to the maximum extent permitted by law. As fundraising
213 By using or reading any part of this PROJECT GUTENBERG-tm
221 ABOUT PROJECT GUTENBERG-TM ETEXTS
[all …]
H A D2drvb10.txt1 Project Gutenberg Holy Bible, Douay-Rheims Version, O.T. Part 2
24 Douay-Rheims Version, Challoner Revision
26 Volume II: The Second Part of the Old Testament (Psalms - 2 Machabees)
32 Project Gutenberg Holy Bible, Douay-Rheims Version, O.T. Part 2
72 million dollars per hour this year as we release thirty-six text
82 At our revised rates of production, we will reach only one-third
85 from Michael Hart's salary at Carnegie-Mellon University, and an
94 tax deductible to the extent allowable by law. (CMU = Carnegie-
154 By using or reading any part of this PROJECT GUTENBERG-tm
162 ABOUT PROJECT GUTENBERG-TM ETEXTS
[all …]
/aosp_15_r20/external/apache-xml/test/tests/perf/xtestdata/
H A Dplay-alls_well.xml1 <?xml version="1.0" encoding="UTF-8"?>
7 <P>SGML markup by Jon Bosak, 1992-1994.</P>
8 <P>XML version by Jon Bosak, 1996-1999.</P>
90 <LINE>This young gentlewoman had a father,--O, that</LINE>
91 <LINE>'had'! how sad a passage 'tis!--whose skill was</LINE>
358 <LINE>self-love, which is the most inhibited sin in the</LINE>
378 <LINE>like the brooch and the tooth-pick, which wear not</LINE>
399 <LINE>That blinking Cupid gossips. Now shall he--</LINE>
401 <LINE>The court's a learning place, and he is one--</LINE>
411 <LINE>That I wish well. 'Tis pity--</LINE>
[all …]
/aosp_15_r20/external/apache-xml/test/tests/perf/basic/
H A Dbasic-all_well.xml6 <P>SGML markup by Jon Bosak, 1992-1994.</P>
7 <P>XML version by Jon Bosak, 1996-1999.</P>
89 <LINE>This young gentlewoman had a father,--O, that</LINE>
90 <LINE>'had'! how sad a passage 'tis!--whose skill was</LINE>
357 <LINE>self-love, which is the most inhibited sin in the</LINE>
377 <LINE>like the brooch and the tooth-pick, which wear not</LINE>
398 <LINE>That blinking Cupid gossips. Now shall he--</LINE>
400 <LINE>The court's a learning place, and he is one--</LINE>
410 <LINE>That I wish well. 'Tis pity--</LINE>
531 <LINE>The king's disease--my project may deceive me,</LINE>
[all …]
/aosp_15_r20/external/pigweed/docs/
H A Dchangelog.rst3 .. _docs-changelog:
9 --------------------------------
11 --------------------------------
12 .. pigweed-live::
14 .. _docs-changelog-latest:
15 .. _docs-changelog-2024-11-27:
17 ------------
19 ------------
24 * **pw_allocator updates**: The :ref:`module-pw_allocator-api-bucket` class
26 <module-pw_allocator-api-block>` has been refactored to support static
[all …]
/aosp_15_r20/external/apache-xml/test/tests/perf-gold/basic/
H A Dbasic-all_well.out3 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 background-color: #000000;
12 font-family: Arial;
13 font-size: 10pt;
19 padding-left: 1em;
20 font-size: 12pt;
21 background-color: #ff9900;
27 SGML markup by Jon Bosak, 1992-1994.
28 XML version by Jon Bosak, 1996-1999.
65 margin-bottom: 1em;
[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,
3767 "-s": 1355,
3846 "--------------------------------": 1434, number
[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,
3767 "-s": 1355,
3846 "--------------------------------": 1434, number
[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,
3708 "-s": 1355,
3787 "--------------------------------": 1434, number
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/
H A Dinternal_raw_IPA-old.txt1803 ad-lib ædlˈɪb
3726 aide-de-camp ˌeddɪkˈæmp
5495 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn
7542 anglo-saxon ˈæŋglosˌæksən
8282 anti-lewisite ˌæntilˈuɪsˌaɪt
9550 aquifer %21020 ˈækwəfər, ˈɑkwə-
9555 aquilegia %7773 -lˈiʤə, ˌækwəlˈiʤiə
9559 aquiline %15023 -lɪn, ˈækwəlˌaɪn
9629 aragonite %11075 ərˈægənˌaɪt, ˈærəgə-
9645 aram %8777 ær-, ˈeræm, ˈɛrəm
[all …]
H A Dinternal_raw_IPA.txt1508 ad-lib ædlˈɪb
3152 aide-de-camp ˌeddɪkˈæmp
4660 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn
6464 anglo-saxon ˈæŋglosˌæksən
7113 anti-lewisite ˌæntilˈuɪsˌaɪt
10681 audio-visual ˌodiovˈɪʒuəl
11799 baby-sit bˈebisˌɪt
14086 battle-ax bˈætlæks
14655 bed-sitter bˈɛdsˌɪtər
14656 bed-wetting bˈɛdwˌɛtɪŋ
[all …]

12