Home
last modified time | relevance | path

Searched +full:d3 +full:- +full:geo (Results 1 – 25 of 152) sorted by relevance

1234567

/aosp_15_r20/external/perfetto/infra/perfetto.dev/
H A Dpnpm-lock.yaml25 fs-extra:
34 node-watch:
43 /@braintree/sanitize-[email protected]:
44 …resolution: {integrity: sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bo…
48 …resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU+…
52 …resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMg…
56 …resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe…
60 …resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39M…
64 …resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWs…
71 …resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNT…
[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 …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/
Dpackage-lock.json9 "d3": "7.8.5" string
12 "@typescript-eslint/eslint-plugin": "5.59.6",
13 "@typescript-eslint/parser": "5.59.6",
15 "eslint-config-prettier": "8.8.0",
16 "npm-run-all": "4.1.5",
19 "stylelint-config-standard": "33.0.0",
23 "node_modules/@aashutoshrathi/word-wrap": {
25 "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
26 …"integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFw…
32 "node_modules/@babel/code-frame": {
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/chacha/asm/
Dchacha-armv8.pl23 # IALU/gcc-4.9 3xNEON+1xIALU 6xNEON+2xIALU
26 # Cortex-A53 8.40/+80% 4.72 4.72(*)
27 # Cortex-A57 8.06/+43% 4.90 4.43(**)
29 # X-Gene 9.50/+46% 8.82 8.89(*)
42 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
43 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
44 die "can't locate arm-xlate.pl";
49 sub AUTOLOAD() # thunk [simplified] x86-style perlasm
65 my ($a3,$b3,$c3,$d3)=map(($_&~3)+(($_+1)&3),($a2,$b2,$c2,$d2));
75 "&eor_32 (@x[$d3],@x[$d3],@x[$a3])",
[all …]
Dchacha-armv4.pl23 # IALU/gcc-4.4 1xNEON 3xNEON+1xIALU
25 # Cortex-A5 19.3(*)/+95% 21.8 14.1
26 # Cortex-A8 10.5(*)/+160% 13.9 6.35
27 # Cortex-A9 12.9(**)/+110% 14.3 6.50
28 # Cortex-A15 11.0/+40% 16.0 5.00
31 # (*) most "favourable" result for aligned data on little-endian
32 # processor, result for misaligned data is 10-15% lower;
33 # (**) this result is a trade-off: it can be improved by 20%,
34 # but then Snapdragon S4 and Cortex-A8 results get
35 # 20-25% worse;
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/chacha/asm/
H A Dchacha-armv8.pl23 # IALU/gcc-4.9 3xNEON+1xIALU 6xNEON+2xIALU
26 # Cortex-A53 8.40/+80% 4.72 4.72(*)
27 # Cortex-A57 8.06/+43% 4.90 4.43(**)
29 # X-Gene 9.50/+46% 8.82 8.89(*)
42 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
43 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
44 die "can't locate arm-xlate.pl";
49 sub AUTOLOAD() # thunk [simplified] x86-style perlasm
65 my ($a3,$b3,$c3,$d3)=map(($_&~3)+(($_+1)&3),($a2,$b2,$c2,$d2));
75 "&eor_32 (@x[$d3],@x[$d3],@x[$a3])",
[all …]
H A Dchacha-armv4.pl23 # IALU/gcc-4.4 1xNEON 3xNEON+1xIALU
25 # Cortex-A5 19.3(*)/+95% 21.8 14.1
26 # Cortex-A8 10.5(*)/+160% 13.9 6.35
27 # Cortex-A9 12.9(**)/+110% 14.3 6.50
28 # Cortex-A15 11.0/+40% 16.0 5.00
31 # (*) most "favourable" result for aligned data on little-endian
32 # processor, result for misaligned data is 10-15% lower;
33 # (**) this result is a trade-off: it can be improved by 20%,
34 # but then Snapdragon S4 and Cortex-A8 results get
35 # 20-25% worse;
[all …]
/aosp_15_r20/external/boringssl/src/crypto/chacha/asm/
H A Dchacha-armv8.pl23 # IALU/gcc-4.9 3xNEON+1xIALU 6xNEON+2xIALU
26 # Cortex-A53 8.40/+80% 4.72 4.72(*)
27 # Cortex-A57 8.06/+43% 4.90 4.43(**)
29 # X-Gene 9.50/+46% 8.82 8.89(*)
42 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
43 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
44 die "can't locate arm-xlate.pl";
49 sub AUTOLOAD() # thunk [simplified] x86-style perlasm
65 my ($a3,$b3,$c3,$d3)=map(($_&~3)+(($_+1)&3),($a2,$b2,$c2,$d2));
75 "&eor_32 (@x[$d3],@x[$d3],@x[$a3])",
[all …]
H A Dchacha-armv4.pl23 # IALU/gcc-4.4 1xNEON 3xNEON+1xIALU
25 # Cortex-A5 19.3(*)/+95% 21.8 14.1
26 # Cortex-A8 10.5(*)/+160% 13.9 6.35
27 # Cortex-A9 12.9(**)/+110% 14.3 6.50
28 # Cortex-A15 11.0/+40% 16.0 5.00
31 # (*) most "favourable" result for aligned data on little-endian
32 # processor, result for misaligned data is 10-15% lower;
33 # (**) this result is a trade-off: it can be improved by 20%,
34 # but then Snapdragon S4 and Cortex-A8 results get
35 # 20-25% worse;
[all …]
/aosp_15_r20/external/eigen/bench/perf_monitoring/resources/
H A Ds1.js1-1:n>t?1:n>=t?0:NaN}function r(n){return null===n?NaN:+n}function i(n){return!isNaN(n)}function u(…
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/data/unicode/
H A DGraphemeBreakProperty.txt1 # GraphemeBreakProperty-15.0.0.txt
2 # Date: 2022-04-27, 17:07:38 GMT
32 11A3A ; Prepend # Lo ZANABAZAR SQUARE CLUSTER-INITIAL LETTER RA
33 11A84..11A89 ; Prepend # Lo [6] SOYOMBO SIGN JIHVAMULIYA..SOYOMBO CLUSTER-INITIAL LETTER SA
41 000D ; CR # Cc <control-000D>
47 000A ; LF # Cc <control-000A>
53 0000..0009 ; Control # Cc [10] <control-0000>..<control-0009>
54 000B..000C ; Control # Cc [2] <control-000B>..<control-000C>
55 000E..001F ; Control # Cc [18] <control-000E>..<control-001F>
56 007F..009F ; Control # Cc [33] <control-007F>..<control-009F>
[all …]
/aosp_15_r20/libcore/ojluni/src/test/resources/data/unicodedata/auxiliary/
H A DGraphemeBreakProperty.txt1 # GraphemeBreakProperty-15.0.0.txt
2 # Date: 2022-04-27, 17:07:38 GMT
32 11A3A ; Prepend # Lo ZANABAZAR SQUARE CLUSTER-INITIAL LETTER RA
33 11A84..11A89 ; Prepend # Lo [6] SOYOMBO SIGN JIHVAMULIYA..SOYOMBO CLUSTER-INITIAL LETTER SA
41 000D ; CR # Cc <control-000D>
47 000A ; LF # Cc <control-000A>
53 0000..0009 ; Control # Cc [10] <control-0000>..<control-0009>
54 000B..000C ; Control # Cc [2] <control-000B>..<control-000C>
55 000E..001F ; Control # Cc [18] <control-000E>..<control-001F>
56 007F..009F ; Control # Cc [33] <control-007F>..<control-009F>
[all …]
/aosp_15_r20/external/pcre/maint/Unicode.tables/
H A DGraphemeBreakProperty.txt1 # GraphemeBreakProperty-15.0.0.txt
2 # Date: 2022-04-27, 17:07:38 GMT
32 11A3A ; Prepend # Lo ZANABAZAR SQUARE CLUSTER-INITIAL LETTER RA
33 11A84..11A89 ; Prepend # Lo [6] SOYOMBO SIGN JIHVAMULIYA..SOYOMBO CLUSTER-INITIAL LETTER SA
41 000D ; CR # Cc <control-000D>
47 000A ; LF # Cc <control-000A>
53 0000..0009 ; Control # Cc [10] <control-0000>..<control-0009>
54 000B..000C ; Control # Cc [2] <control-000B>..<control-000C>
55 000E..001F ; Control # Cc [18] <control-000E>..<control-001F>
56 007F..009F ; Control # Cc [33] <control-007F>..<control-009F>
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/traceviewer/static/
Dtrace_viewer_full.html3 <head i18n-values="dir:textdirection;">
4 <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
5 …<meta http-equiv="origin-trial" content="AnYuQDtUf6OrWCmR9Okd67JhWVTbmnRedvPi1TEvAxac8+1p6o9q08FoD…
6 <template id="overlay-template">
8 overlay-mask {
13 z-index: 1000;
14 font-family: sans-serif;
15 -webkit-justify-content: center;
24 overlay-mask:focus {
27 overlay-vertical-centering-container {
[all …]
/aosp_15_r20/external/chromium-trace/catapult/systrace/systrace/
H A Dsystrace_trace_viewer.html1 <template id="overlay-template">
3 overlay-mask {
8 z-index: 1000;
9 font-family: sans-serif;
10 -webkit-justify-content: center;
19 overlay-mask:focus {
22 overlay-vertical-centering-container {
23 -webkit-justify-content: center;
24 flex-direction: column;
27 overlay-frame {
[all …]
/aosp_15_r20/prebuilts/qemu-kernel/mips/3.10/
HDkernel-qemu ... 8 4-a 8 @-a 8 L-a 8 \-a 8 l-a 8 x ...
/aosp_15_r20/external/pciutils/
H A Dpci.ids5 # Date: 2024-05-14 03:15:02
8 # the PCI ID Project at https://pci-ids.ucw.cz/.
14 # (version 2 or higher) or the 3-clause BSD License.
25 # device device_name <-- single tab
26 # subvendor subdevice subsystem_name <-- two tabs
30 # This is a relabelled RTL-8139
31 8139 AT-2500TX V3 Ethernet
41 7a09 PCI-to-PCI Bridge
49 7a19 PCI-to-PCI Bridge
53 7a29 PCI-to-PCI Bridge
[all …]
/aosp_15_r20/external/tensorflow/third_party/icu/data/
H A Dicu_conversion_data.c.gz.ada1 ����64�O �1�%-2�d��M�܄�R��"��C������4bM�[�&���� ��a�Q"Eu�xe1�$Zl�E��Qy�������'d��3��1��C磘u�F…
5 …z=E#�;�☼��;�lxu�;5�4e�eU���|R� vꋮIL��=Gm�n/��I�5g�Uf|�vT� ����/�Xn-�gG^�S:jB��MK\�O��…
7 …���D��ũ�;ЬGp�"���2�,>|��W $���R�C����$h��}���Q���$EԷc�^��c0�E%,�s��5�-0_������"��c㇑9…
9 ��&܈����t��ܳ�Y����s<�gx`UZpl̩��ZK�º��Eq�l1X_�{B����o��+��ܬ2�O�d�ǽ3�- �a�o�Yf�<y�Lp&�…
11 n�k �\K[mT��{_�%;�R<a+Z5A<:H,��q�/�_T~-��q�U�5���7�C�|w��K%�A����/�;Q�χ����hT��\�.�q� &�…
14 X��Z��y|�!��$W|V��� � �k�ī,IG�V��'naV�[�W���2ʶѵ�0�C�T:Ĵ;F��[��,j-������j�V�[�ۑ���'E(�4�֕#`…
18 …��9�Y��?�Q����� >ъ^dm�� ����θ(j��J�>~<w�O�ֶ~7C�\���;�܏��jC���3Nh�UH��.G��|X#-K?���Ú�'
19-�]��z�G�U���&����_��T�]���찚?��:3���o�Cr᪎�R�ȕǾ��R�W���Q�����2�U����<�;���K�:��c�.�;��KmԽ��=…
20 !3���:�Hw�鮮 ��g��-��?�^W�� ��)�Un�9rO���d��k������}U�|��Ai������m��8��I�mP����:T�d�ҧ��Z…
28  ���Yq���t�B��-�j೽a��o�O�: g��l@�-G2��x��@��#�E��(Ypg���)l�?� �XO�M��3='3=�p�3]��wp�!�…
[all …]
/aosp_15_r20/prebuilts/bundletool/
HDbundletool-all-20230807.jar ... META-INF/ META-INF/MANIFEST.MF com/ com/android ...
/aosp_15_r20/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/
Domr1_incomplete.html3 <head i18n-values="dir:textdirection;">
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <meta charset="utf-8"/>
14 -webkit-flex-direction: column;
15 display: -webkit-flex;
20 body > tr-ui-timeline-view {
21 -webkit-flex: 1 1 auto;
22 min-height: 0;
24 body > tr-ui-timeline-view:focus {
28 <template id="overlay-template">
[all …]
Domr1.html3 <head i18n-values="dir:textdirection;">
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <meta charset="utf-8"/>
14 -webkit-flex-direction: column;
15 display: -webkit-flex;
20 body > tr-ui-timeline-view {
21 -webkit-flex: 1 1 auto;
22 min-height: 0;
24 body > tr-ui-timeline-view:focus {
28 <template id="overlay-template">
[all …]
/aosp_15_r20/prebuilts/qemu-kernel/mips/ranchu/
H A Dkernel-qemu ... ->comm, REC->pid, REC->group, REC->result X ^ "work ...
/aosp_15_r20/prebuilts/qemu-kernel/mips/3.18/
HDkernel-qemu2 ... ->comm, REC->pid, REC->group, REC->result X ^ "work ...
/aosp_15_r20/libcore/ojluni/src/test/resources/data/unicodedata/
H A DNormalizationTest.txt1 # NormalizationTest-15.0.0.txt
2 # Date: 2022-04-02, 01:29:09 GMT
73 00A0;00A0;00A0;0020;0020; # ( ;  ;  ; ; ; ) NO-BREAK SPACE
104 00D3;00D3;004F 0301;00D3;004F 0301; # (Ó; Ó; O◌́; Ó; O◌́; ) LATIN CAPITAL LETTER O WITH ACUTE
273 01D3;01D3;0055 030C;01D3;0055 030C; # (Ǔ; Ǔ; U◌̌; Ǔ; U◌̌; ) LATIN CAPITAL LETTER U WITH CARON
410 03D3;03D3;03D2 0301;038E;03A5 0301; # (ϓ; ϓ; ϒ◌́; Ύ; Υ◌́; ) GREEK UPSILON WITH ACUTE AND HOOK SYMBOL
443 04D3;04D3;0430 0308;04D3;0430 0308; # (ӓ; ӓ; а◌̈; ӓ; а◌̈; ) CYRILLIC SMALL LETTER A WITH DIAERESIS
484 06D3;06D3;06D2 0654;06D3;06D2 0654; # (ۓ; ۓ; ے◌ٔ; ۓ; ے◌ٔ; ) ARABIC LETTER YEH BARREE WITH HAMZA ABO…
526 0DDC;0DDC;0DD9 0DCF;0DDC;0DD9 0DCF; # (ො; ො; ො; ො; ො; ) SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA
527 … 0DCA;0DDD;0DD9 0DCF 0DCA; # (ෝ; ෝ; ො◌්; ෝ; ො◌්; ) SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA
[all …]
/aosp_15_r20/cts/tests/tests/graphics/res/raw/
H A Dsample_raf.raf1 FUJIFILMCCD-RAW 0201FF4K2101X20�����������������������������0101�����������������������������V…
24 X�n)JO�j�ܯ�g��+���Y��ƭ׳Q�����}�Ku՟������|Y�>|7m.�D�5E������Ψ-&܏��
28 ��O�$���b8n|K��#��.�w�3Z5�Ĉ6� c$c=������~,~�����(ſxb� �Z�Z��-�h��7�Y��I��^;�Ꮙ���cP…
29 …-&��D�\��M � <��'�z���\-�Z������~�>Yu/k�ҝ+�~���yy�_�]�/�ώ����Z>�ዩf�i�M�|F�H�ܹ�#������i…
33 …ي���/�q��?w�U��Ͻr��dsQ0��ZXşſ����������uM}K� �V��xZ���Z��u�Mre{���ܛW-�������j��<W��_�…
37 …�� ���c�h�*��d�*]�1�!S<�[%��� t�1�b�KJ������M�G��+N4*�-S_��������}��L�S�5�%������6�%�5f-���…
39 >����7�,�`���J�+����~ֶ���Lj-� 4n����`�u_��u�:W���T��RpN-7�u���j~��Ї�\��[�Zw9 ��h�
41 …�?�O�(����}�7Q��~����1j/�!��xj��N��!�g�:���c��#9�� z�#�)E^'�ݏ ����ž-��|Q�x�\麕��km&�.���X…
43 …&˥��)8&��kݽ7ip�a��1���=���k?KI�_]��3ii�е��C,l���x'8�_|���>6x_Z��|--O�� ?�5Κfު��a2�n7>}…

1234567