Home
last modified time | relevance | path

Searched full:leading (Results 1 – 25 of 9885) sorted by relevance

12345678910>>...396

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_bignum.generated.data12 MPI add #4 0 (null) + negative with leading zero limb
21 MPI add #7 0 (null) + positive with leading zero limb
24 MPI add #8 0 (null) + negative with leading zero limb
42 MPI add #14 0 (1 limb) + negative with leading zero limb
51 MPI add #17 0 (1 limb) + positive with leading zero limb
54 MPI add #18 0 (1 limb) + negative with leading zero limb
72 MPI add #24 negative 0 (null) + negative with leading zero limb
81 MPI add #27 negative 0 (null) + positive with leading zero limb
84 MPI add #28 negative 0 (null) + negative with leading zero limb
93 MPI add #31 negative with leading zero limb + 0 (null)
[all …]
H A Dtest_suite_bignum_core.misc.data22 Test mbedtls_mpi_core_io_be #7 (Buffer and limbs just fit, input limb-aligned with leading zeroes)
25 Test mbedtls_mpi_core_io_be #8 (Buffer and limbs just fit, input unaligned with leading zeroes)
28 Test mbedtls_mpi_core_io_be #9 (Buffer just fits, extra limbs, input limb-aligned with leading zero…
31 Test mbedtls_mpi_core_io_be #10 (Buffer just fits, extra limbs, input unaligned with leading zeroes)
87 Test mbedtls_mpi_core_io_le #7 (Buffer and limbs just fit, input limb-aligned with leading zeroes)
90 Test mbedtls_mpi_core_io_le #8 (Buffer and limbs just fit, input unaligned with leading zeroes)
93 Test mbedtls_mpi_core_io_le #9 (Buffer just fits, extra limbs, input limb-aligned with leading zero…
96 Test mbedtls_mpi_core_io_le #10 (Buffer just fits, extra limbs, input unaligned with leading zeroes)
140 Test mbedtls_mpi_core_bitlen 0x18 with leading 0 limb(s)
266 Test mbedtls_mpi_core_uint_le_mpi: 2^31-1 with leading zero limb
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_bignum.generated.data12 MPI add #4 0 (null) + negative with leading zero limb
21 MPI add #7 0 (null) + positive with leading zero limb
24 MPI add #8 0 (null) + negative with leading zero limb
42 MPI add #14 0 (1 limb) + negative with leading zero limb
51 MPI add #17 0 (1 limb) + positive with leading zero limb
54 MPI add #18 0 (1 limb) + negative with leading zero limb
72 MPI add #24 negative 0 (null) + negative with leading zero limb
81 MPI add #27 negative 0 (null) + positive with leading zero limb
84 MPI add #28 negative 0 (null) + negative with leading zero limb
93 MPI add #31 negative with leading zero limb + 0 (null)
[all …]
H A Dtest_suite_bignum_core.misc.data22 Test mbedtls_mpi_core_io_be #7 (Buffer and limbs just fit, input limb-aligned with leading zeroes)
25 Test mbedtls_mpi_core_io_be #8 (Buffer and limbs just fit, input unaligned with leading zeroes)
28 Test mbedtls_mpi_core_io_be #9 (Buffer just fits, extra limbs, input limb-aligned with leading zero…
31 Test mbedtls_mpi_core_io_be #10 (Buffer just fits, extra limbs, input unaligned with leading zeroes)
87 Test mbedtls_mpi_core_io_le #7 (Buffer and limbs just fit, input limb-aligned with leading zeroes)
90 Test mbedtls_mpi_core_io_le #8 (Buffer and limbs just fit, input unaligned with leading zeroes)
93 Test mbedtls_mpi_core_io_le #9 (Buffer just fits, extra limbs, input limb-aligned with leading zero…
96 Test mbedtls_mpi_core_io_le #10 (Buffer just fits, extra limbs, input unaligned with leading zeroes)
140 Test mbedtls_mpi_core_bitlen 0x18 with leading 0 limb(s)
266 Test mbedtls_mpi_core_uint_le_mpi: 2^31-1 with leading zero limb
[all …]
/aosp_15_r20/external/harfbuzz_ng/
H A DNEWS1 Overview of changes leading to 10.1.0
24 Overview of changes leading to 10.0.1
31 Overview of changes leading to 10.0.0
78 Overview of changes leading to 9.0.0
97 Overview of changes leading to 8.5.0
112 Overview of changes leading to 8.4.0
125 Overview of changes leading to 8.3.1
147 Overview of changes leading to 8.3.0
162 Overview of changes leading to 8.2.2
173 Overview of changes leading to 8.2.1
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/exec/
H A Dbinfmt_script.py36 # @leading: any leading whitespace before the executable path
43 def test(name, size, good=True, leading="", root="./", target="/perl", argument
52 remaining = size - len(hashbang) - len(leading) - len(root) - len(target) - len(arg)
67 buf=hashbang + leading + root + middle + target + arg + newline
114 # Same as above, but with leading whitespace.
115 test(name="exact-space", size=SIZE, good=False, leading=" ")
119 # A good path, but it gets truncated due to leading whitespace.
120 test(name="truncated", size=SIZE+17, good=False, leading=" " * 19)
128 test(name="newline-prefix", size=SIZE-1, good=False, leading="\n",
135 test(name="test.pl", size=439, leading=" ",
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/Properties/
H A DEscapeSpace.java27 * @summary Escaping of spaces required only for leading spaces in the value
45 "key1=\\ \\ Value1, has leading and trailing spaces\\ \n" +
46 "key2=Value2,\\ does not have\\ leading or trailing\\ spaces\n" +
48 "key4=Value4, does not have leading spaces\\ \n" +
49 "key5=\\t\\ \\ Value5, has leading tab and no trailing spaces\n" +
51 "\\ key1\\ test\\ =key1, has leading and trailing spaces \n" +
52 "key2\\ test=key2, does not have leading or trailing spaces\n" +
54 "key4\\ test\\ =key4, does not have leading spaces \n" +
55 "\\t\\ key5\\ test=key5, has leading tab and no trailing spaces\n" +
90 p.store( bos, "Omitting escape characters for non leading space \" \" in properties"); in store()
[all …]
H A DPropertiesTest.java154 "key1=\\ \\ Value\\u4e001, has leading and trailing spaces\\ \n" + in EscapeSpace()
155 "key2=Value\\u4e002,\\ does not have\\ leading or trailing\\ spaces\n" + in EscapeSpace()
157 "key4=Value\\u4e004, does not have leading spaces\\ \n" + in EscapeSpace()
158 "key5=\\t\\ \\ Value\\u4e005, has leading tab and no trailing spaces\n" + in EscapeSpace()
160 "\\ key1\\ test\\ =key1, has leading and trailing spaces \n" + in EscapeSpace()
161 "key2\\ test=key2, does not have leading or trailing spaces\n" + in EscapeSpace()
163 "key4\\ test\\ =key4, does not have leading spaces \n" + in EscapeSpace()
164 "\\t\\ key5\\ test=key5, has leading tab and no trailing spaces\n" + in EscapeSpace()
170 props.put("key1", " Value\u4e001, has leading and trailing spaces "); in EscapeSpace()
171 props.put("key2", "Value\u4e002, does not have leading or trailing spaces"); in EscapeSpace()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
Dlzcntintrin.h21 /// Counts the number of leading zero bits in the operand.
28 /// An unsigned 16-bit integer whose leading zeros are to be counted.
29 /// \returns An unsigned 16-bit integer containing the number of leading zero
34 /// Counts the number of leading zero bits in the operand.
41 /// An unsigned 32-bit integer whose leading zeros are to be counted.
42 /// \returns An unsigned 32-bit integer containing the number of leading zero
51 /// Counts the number of leading zero bits in the operand.
58 /// An unsigned 32-bit integer whose leading zeros are to be counted.
59 /// \returns An unsigned 32-bit integer containing the number of leading zero
70 /// Counts the number of leading zero bits in the operand.
[all …]
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/
H A Dlzcntintrin.h21 /// Counts the number of leading zero bits in the operand.
28 /// An unsigned 16-bit integer whose leading zeros are to be counted.
29 /// \returns An unsigned 16-bit integer containing the number of leading zero
34 /// Counts the number of leading zero bits in the operand.
41 /// An unsigned 32-bit integer whose leading zeros are to be counted.
42 /// \returns An unsigned 32-bit integer containing the number of leading zero
51 /// Counts the number of leading zero bits in the operand.
58 /// An unsigned 32-bit integer whose leading zeros are to be counted.
59 /// \returns An unsigned 32-bit integer containing the number of leading zero
70 /// Counts the number of leading zero bits in the operand.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
Dlzcntintrin.h21 /// Counts the number of leading zero bits in the operand.
28 /// An unsigned 16-bit integer whose leading zeros are to be counted.
29 /// \returns An unsigned 16-bit integer containing the number of leading zero
34 /// Counts the number of leading zero bits in the operand.
41 /// An unsigned 32-bit integer whose leading zeros are to be counted.
42 /// \returns An unsigned 32-bit integer containing the number of leading zero
51 /// Counts the number of leading zero bits in the operand.
58 /// An unsigned 32-bit integer whose leading zeros are to be counted.
59 /// \returns An unsigned 32-bit integer containing the number of leading zero
70 /// Counts the number of leading zero bits in the operand.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
Dlzcntintrin.h21 /// Counts the number of leading zero bits in the operand.
28 /// An unsigned 16-bit integer whose leading zeros are to be counted.
29 /// \returns An unsigned 16-bit integer containing the number of leading zero
34 /// Counts the number of leading zero bits in the operand.
41 /// An unsigned 32-bit integer whose leading zeros are to be counted.
42 /// \returns An unsigned 32-bit integer containing the number of leading zero
51 /// Counts the number of leading zero bits in the operand.
58 /// An unsigned 32-bit integer whose leading zeros are to be counted.
59 /// \returns An unsigned 32-bit integer containing the number of leading zero
70 /// Counts the number of leading zero bits in the operand.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
Dlzcntintrin.h21 /// Counts the number of leading zero bits in the operand.
28 /// An unsigned 16-bit integer whose leading zeros are to be counted.
29 /// \returns An unsigned 16-bit integer containing the number of leading zero
34 /// Counts the number of leading zero bits in the operand.
41 /// An unsigned 32-bit integer whose leading zeros are to be counted.
42 /// \returns An unsigned 32-bit integer containing the number of leading zero
51 /// Counts the number of leading zero bits in the operand.
58 /// An unsigned 32-bit integer whose leading zeros are to be counted.
59 /// \returns An unsigned 32-bit integer containing the number of leading zero
70 /// Counts the number of leading zero bits in the operand.
[all …]
/aosp_15_r20/external/icu/icu4c/source/data/rbnf/
H A Dfr_CH.txt25 "%%spellout-leading:",
62 "2000: <%%spellout-leading< mille[ >>];",
64 "2000000: <%%spellout-leading< millions[ >>];",
66 "2000000000: <%%spellout-leading< milliards[ >>];",
68 "2000000000000: <%%spellout-leading< billions[ >>];",
70 "2000000000000000: <%%spellout-leading< billiards[ >>];",
97 "2000: <%%spellout-leading< mille[ >>];",
99 "2000000: <%%spellout-leading< millions[ >>];",
101 "2000000000: <%%spellout-leading< milliards[ >>];",
103 "2000000000000: <%%spellout-leading< billions[ >>];",
[all …]
H A Dfr_BE.txt25 "%%spellout-leading:",
62 "2000: <%%spellout-leading< mille[ >>];",
64 "2000000: <%%spellout-leading< millions[ >>];",
66 "2000000000: <%%spellout-leading< milliards[ >>];",
68 "2000000000000: <%%spellout-leading< billions[ >>];",
70 "2000000000000000: <%%spellout-leading< billiards[ >>];",
97 "2000: <%%spellout-leading< mille[ >>];",
99 "2000000: <%%spellout-leading< millions[ >>];",
101 "2000000000: <%%spellout-leading< milliards[ >>];",
103 "2000000000000: <%%spellout-leading< billions[ >>];",
[all …]
H A Dfr.txt44 "%%spellout-leading:",
80 "2000: <%%spellout-leading< mille[ >>];",
82 "2000000: <%%spellout-leading< millions[ >>];",
84 "2000000000: <%%spellout-leading< milliards[ >>];",
86 "2000000000000: <%%spellout-leading< billions[ >>];",
88 "2000000000000000: <%%spellout-leading< billiards[ >>];",
116 "2000: <%%spellout-leading< mille[ >>];",
118 "2000000: <%%spellout-leading< millions[ >>];",
120 "2000000000: <%%spellout-leading< milliards[ >>];",
122 "2000000000000: <%%spellout-leading< billions[ >>];",
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/data/rbnf/
H A Dfr_CH.txt25 "%%spellout-leading:",
62 "2000: <%%spellout-leading< mille[ >>];",
64 "2000000: <%%spellout-leading< millions[ >>];",
66 "2000000000: <%%spellout-leading< milliards[ >>];",
68 "2000000000000: <%%spellout-leading< billions[ >>];",
70 "2000000000000000: <%%spellout-leading< billiards[ >>];",
97 "2000: <%%spellout-leading< mille[ >>];",
99 "2000000: <%%spellout-leading< millions[ >>];",
101 "2000000000: <%%spellout-leading< milliards[ >>];",
103 "2000000000000: <%%spellout-leading< billions[ >>];",
[all …]
H A Dfr_BE.txt25 "%%spellout-leading:",
62 "2000: <%%spellout-leading< mille[ >>];",
64 "2000000: <%%spellout-leading< millions[ >>];",
66 "2000000000: <%%spellout-leading< milliards[ >>];",
68 "2000000000000: <%%spellout-leading< billions[ >>];",
70 "2000000000000000: <%%spellout-leading< billiards[ >>];",
97 "2000: <%%spellout-leading< mille[ >>];",
99 "2000000: <%%spellout-leading< millions[ >>];",
101 "2000000000: <%%spellout-leading< milliards[ >>];",
103 "2000000000000: <%%spellout-leading< billions[ >>];",
[all …]
H A Dfr.txt44 "%%spellout-leading:",
80 "2000: <%%spellout-leading< mille[ >>];",
82 "2000000: <%%spellout-leading< millions[ >>];",
84 "2000000000: <%%spellout-leading< milliards[ >>];",
86 "2000000000000: <%%spellout-leading< billions[ >>];",
88 "2000000000000000: <%%spellout-leading< billiards[ >>];",
116 "2000: <%%spellout-leading< mille[ >>];",
118 "2000000: <%%spellout-leading< millions[ >>];",
120 "2000000000: <%%spellout-leading< milliards[ >>];",
122 "2000000000000: <%%spellout-leading< billions[ >>];",
[all …]
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Dcompiler_test.proto19 // File leading comment 1
27 // Ignored package leading comment
41 // ServiceA leading comment 1
43 // MethodA1 leading comment 1
46 // MethodA2 detached leading comment 1
48 // Method A2 leading comment 1
49 // Method A2 leading comment 2
53 // Method A3 leading comment 1
57 // Method A4 leading comment 1
63 // ServiceB leading comment 1
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dcompiler_test.proto19 // File leading comment 1
27 // Ignored package leading comment
41 // ServiceA leading comment 1
43 // MethodA1 leading comment 1
46 // MethodA2 detached leading comment 1
48 // Method A2 leading comment 1
49 // Method A2 leading comment 2
53 // Method A3 leading comment 1
57 // Method A4 leading comment 1
63 // ServiceB leading comment 1
[all …]
/aosp_15_r20/external/cldr/common/rbnf/
H A Dfr_CH.xml39 <ruleset type="spellout-leading" access="private">
77 <rbnfrule value="2000">←%%spellout-leading← mille[ →→];</rbnfrule>
79 <rbnfrule value="2000000">←%%spellout-leading← millions[ →→];</rbnfrule>
81 <rbnfrule value="2000000000">←%%spellout-leading← milliards[ →→];</rbnfrule>
83 <rbnfrule value="2000000000000">←%%spellout-leading← billions[ →→];</rbnfrule>
85 <rbnfrule value="2000000000000000">←%%spellout-leading← billiards[ →→];</rbnfrule>
115 <rbnfrule value="2000">←%%spellout-leading← mille[ →→];</rbnfrule>
117 <rbnfrule value="2000000">←%%spellout-leading← millions[ →→];</rbnfrule>
119 <rbnfrule value="2000000000">←%%spellout-leading← milliards[ →→];</rbnfrule>
121 <rbnfrule value="2000000000000">←%%spellout-leading← billions[ →→];</rbnfrule>
[all …]
H A Dfr_BE.xml39 <ruleset type="spellout-leading" access="private">
77 <rbnfrule value="2000">←%%spellout-leading← mille[ →→];</rbnfrule>
79 <rbnfrule value="2000000">←%%spellout-leading← millions[ →→];</rbnfrule>
81 <rbnfrule value="2000000000">←%%spellout-leading← milliards[ →→];</rbnfrule>
83 <rbnfrule value="2000000000000">←%%spellout-leading← billions[ →→];</rbnfrule>
85 <rbnfrule value="2000000000000000">←%%spellout-leading← billiards[ →→];</rbnfrule>
115 <rbnfrule value="2000">←%%spellout-leading← mille[ →→];</rbnfrule>
117 <rbnfrule value="2000000">←%%spellout-leading← millions[ →→];</rbnfrule>
119 <rbnfrule value="2000000000">←%%spellout-leading← milliards[ →→];</rbnfrule>
121 <rbnfrule value="2000000000000">←%%spellout-leading← billions[ →→];</rbnfrule>
[all …]
H A Dfr.xml42 <ruleset type="spellout-leading" access="private">
79 <rbnfrule value="2000">←%%spellout-leading← mille[ →→];</rbnfrule>
81 <rbnfrule value="2000000">←%%spellout-leading← millions[ →→];</rbnfrule>
83 <rbnfrule value="2000000000">←%%spellout-leading← milliards[ →→];</rbnfrule>
85 <rbnfrule value="2000000000000">←%%spellout-leading← billions[ →→];</rbnfrule>
87 <rbnfrule value="2000000000000000">←%%spellout-leading← billiards[ →→];</rbnfrule>
119 <rbnfrule value="2000">←%%spellout-leading← mille[ →→];</rbnfrule>
121 <rbnfrule value="2000000">←%%spellout-leading← millions[ →→];</rbnfrule>
123 <rbnfrule value="2000000000">←%%spellout-leading← milliards[ →→];</rbnfrule>
125 <rbnfrule value="2000000000000">←%%spellout-leading← billions[ →→];</rbnfrule>
[all …]
/aosp_15_r20/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
H A DTimelineApplet.java333 jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) in initComponents()
336 … .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) in initComponents()
345 jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) in initComponents()
381 jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) in initComponents()
384 … .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) in initComponents()
397 jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) in initComponents()
426 jPanel5Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) in initComponents()
433 jPanel5Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) in initComponents()
443 jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) in initComponents()
449 jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) in initComponents()
[all …]

12345678910>>...396