Home
last modified time | relevance | path

Searched full:according (Results 1 – 25 of 9849) sorted by relevance

12345678910>>...394

/external/sdv/vsomeip/test/header_factory_tests/
Dheader_factory_test.cpp38 // this shall be set to 0x01 according to the spec. TR_SOMEIP_00052 in TEST_F()
41 // this shall be 0x00 (REQUEST) according to the spec. TR_SOMEIP_00055 in TEST_F()
44 // this shall be 0x00 (E_OK) according to the spec. TR_SOMEIP_00058 in TEST_F()
80 // this shall be 0x00 (REQUEST) according to the spec. TR_SOMEIP_00055 in TEST_F()
84 // this shall be 0x80 (RESPONSE) according to the spec. TR_SOMEIP_00055 in TEST_F()
88 // this shall be 0x00 (E_OK) according to the spec. TR_SOMEIP_00058 in TEST_F()
103 // this shall be set to 0x01 according to the spec. TR_SOMEIP_00052 in TEST_F()
106 // this shall be 0x02 (NOTIFICATION) according to the spec. TR_SOMEIP_00055 in TEST_F()
109 // this shall be 0x00 (E_OK) according to the spec. TR_SOMEIP_00058 in TEST_F()
/external/google-cloud-java/java-translate/proto-google-cloud-translate-v3/src/main/java/com/google/cloud/translate/v3/
DDocumentOutputConfigOrBuilder.java38 * - [ext] corresponds to the translated file's extension according to its
41 * have a name according to its URI. For example: an input file with URI:
46 * - [ext] corresponds to the translated file's extension according to its
52 * - [ext] corresponds to the translated file's extension according to its
85 * - [ext] corresponds to the translated file's extension according to its
88 * have a name according to its URI. For example: an input file with URI:
93 * - [ext] corresponds to the translated file's extension according to its
99 * - [ext] corresponds to the translated file's extension according to its
132 * - [ext] corresponds to the translated file's extension according to its
135 * have a name according to its URI. For example: an input file with URI:
[all …]
DDocumentOutputConfig.java127 * - [ext] corresponds to the translated file's extension according to its
130 * have a name according to its URI. For example: an input file with URI:
135 * - [ext] corresponds to the translated file's extension according to its
141 * - [ext] corresponds to the translated file's extension according to its
177 * - [ext] corresponds to the translated file's extension according to its
180 * have a name according to its URI. For example: an input file with URI:
185 * - [ext] corresponds to the translated file's extension according to its
191 * - [ext] corresponds to the translated file's extension according to its
230 * - [ext] corresponds to the translated file's extension according to its
233 * have a name according to its URI. For example: an input file with URI:
[all …]
/external/google-cloud-java/java-translate/proto-google-cloud-translate-v3beta1/src/main/java/com/google/cloud/translate/v3beta1/
DDocumentOutputConfigOrBuilder.java38 * - [ext] corresponds to the translated file's extension according to its
41 * have a name according to its URI. For example: an input file with URI:
46 * - [ext] corresponds to the translated file's extension according to its
52 * - [ext] corresponds to the translated file's extension according to its
85 * - [ext] corresponds to the translated file's extension according to its
88 * have a name according to its URI. For example: an input file with URI:
93 * - [ext] corresponds to the translated file's extension according to its
99 * - [ext] corresponds to the translated file's extension according to its
132 * - [ext] corresponds to the translated file's extension according to its
135 * have a name according to its URI. For example: an input file with URI:
[all …]
DDocumentOutputConfig.java127 * - [ext] corresponds to the translated file's extension according to its
130 * have a name according to its URI. For example: an input file with URI:
135 * - [ext] corresponds to the translated file's extension according to its
141 * - [ext] corresponds to the translated file's extension according to its
177 * - [ext] corresponds to the translated file's extension according to its
180 * have a name according to its URI. For example: an input file with URI:
185 * - [ext] corresponds to the translated file's extension according to its
191 * - [ext] corresponds to the translated file's extension according to its
230 * - [ext] corresponds to the translated file's extension according to its
233 * have a name according to its URI. For example: an input file with URI:
[all …]
/external/llvm/test/CodeGen/X86/
Dswitch-edge-weight.ll37 ; CHECK: Successors according to CFG: BB#4({{[0-9a-fx/= ]+}}72.22%) BB#5({{[0-9a-fx/= ]+}}27.78%)
42 ; CHECK: Successors according to CFG: BB#1({{[0-9a-fx/= ]+}}76.92%) BB#7({{[0-9a-fx/= ]+}}23.08%)
47 ; CHECK: Successors according to CFG: BB#1({{[0-9a-fx/= ]+}}40.00%) BB#6({{[0-9a-fx/= ]+}}60.00%)
52 ; CHECK: Successors according to CFG: BB#1({{[0-9a-fx/= ]+}}66.67%) BB#2({{[0-9a-fx/= ]+}}33.33%)
105 ; CHECK: Successors according to CFG: BB#6({{[0-9a-fx/= ]+}}7.14%) BB#8({{[0-9a-fx/= ]+}}92.86%
114 ; CHECK: Successors according to CFG: BB#1({{[0-9a-fx/= ]+}}15.38%) BB#6({{[0-9a-fx/= ]+}}7.69%) BB…
166 ; CHECK: Successors according to CFG: BB#6({{[0-9a-fx/= ]+}}16.67%) BB#8({{[0-9a-fx/= ]+}}83.33%)
174 ; CHECK: Successors according to CFG: BB#1({{[0-9a-fx/= ]+}}20.00%) BB#2({{[0-9a-fx/= ]+}}20.00%) B…
219 ; CHECK: Successors according to CFG: BB#6({{[0-9a-fx/= ]+}}28.57%) BB#7({{[0-9a-fx/= ]+}}71.43%)
224 ; CHECK: Successors according to CFG: BB#2({{[0-9a-fx/= ]+}}60.00%) BB#3({{[0-9a-fx/= ]+}}40.00%)
[all …]
/external/trusty/arm-trusted-firmware/drivers/st/uart/
Dstm32_uart.c143 * - set the M bits according to init->word_length value, in uart_set_config()
144 * - set PCE and PS bits according to init->parity value, in uart_set_config()
145 * - set TE and RE bits according to init->mode value, in uart_set_config()
146 * - set OVER8 bit according baudrate and clock. in uart_set_config()
157 * Configure the UART Stop Bits: Set STOP[13:12] bits according in uart_set_config()
166 * - UART HardWare Flow Control: set CTSE and RTSE bits according in uart_set_config()
169 * according to init->one_bit_sampling (not applicable to in uart_set_config()
171 * - set TXFTCFG bit according to init->tx_fifo_threshold value, in uart_set_config()
172 * - set RXFTCFG bit according to init->rx_fifo_threshold value. in uart_set_config()
185 * Configure UART Clock Prescaler : set PRESCALER according to in uart_set_config()
/external/rust/crates/unicode-width/src/
Dlib.rs9 // except according to those terms.
11 //! Determine displayed width of `char` and `str` types according to
72 /// This function treats characters in the Ambiguous category according
81 /// This function treats characters in the Ambiguous category according
102 /// This function treats characters in the Ambiguous category according
112 /// This function treats characters in the Ambiguous category according
/external/cldr/common/transforms/
Dblt-fonipa-t-blt.xml5 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr3…
106 [ꪂ ꪃ] → kʰ; # Tai Dón; not used in Tai Dam according to [3]
108 [ꪆ ꪇ] → ɡ; # only in loanwords, according to [3]
110 [ꪊ ꪋ] → t͡ɕ; # Tai Dón; not used in Tai Dam according to [3]
111 [ꪌ ꪍ] → t͡ɕʰ; # Tai Dón; not used in Tai Dam according to [3]
120 [ꪞ ꪟ] → pʰ; # Tai Dón; not used in Tai Dam according to [3]
124 [ꪦ ꪧ] → r; # only in loanwords, according to [3]
/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
Dheader_validator.h29 // Returns whether `name` is valid according to RFC 9110 Section 5.1.
34 // Returns whether `value` is valid according to RFC 9110 Section 5.5 and
39 // Returns whether `authority` is valid according to RFC 3986 Section 3.2.
42 // Returns whether `path` is valid according to RFC 3986 Section 3.3. May
/external/llvm/test/CodeGen/ARM/Windows/
Ddbzchk.ll36 ; CHECK-DIV-DAG: Successors according to CFG: BB#5({{.*}}) BB#4
38 ; CHECK-DIV-DAG: Successors according to CFG: BB#3
40 ; CHECK-DIV-DAG: Successors according to CFG: BB#3
43 ; CHECK-DIV-DAG: Successors according to CFG: BB#1({{.*}}) BB#2
73 ; CHECK-MOD-DAG: Successors according to CFG: BB#2({{.*}}) BB#1
75 ; CHECK-MOD-DAG: Successors according to CFG: BB#4({{.*}}) BB#3
78 ; CHECK-MOD-DAG: Successors according to CFG: BB#2
/external/webrtc/pc/
Dsdp_serializer.h38 // Serialization for the Simulcast description according to
43 // Deserialization for the SimulcastDescription according to
48 // Serialization for the RID description according to
53 // Deserialization for the RidDescription according to
/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/
DVector.java133 * Compute the distance between the instance and another vector according to the L<sub>1</sub>
140 * @return the distance between the instance and p according to the L<sub>1</sub> norm
145 * Compute the distance between the instance and another vector according to the L<sub>2</sub>
152 * @return the distance between the instance and p according to the L<sub>2</sub> norm
157 * Compute the distance between the instance and another vector according to the
164 * @return the distance between the instance and p according to the L<sub>&infin;</sub> norm
/external/libultrahdr/lib/include/ultrahdr/
Dgainmapmath.h264 * Calculate the luminance of a linear RGB sRGB pixel, according to
272 * Convert from OETF'd srgb RGB to YUV, according to ITU-R BT.709-6.
279 * Convert from OETF'd srgb YUV to RGB, according to ITU-R BT.709-6.
286 * Convert from srgb to linear, according to IEC 61966-2-1/Amd 1:2003.
296 * Convert from linear to srgb, according to IEC 61966-2-1/Amd 1:2003.
310 * Calculated the luminance of a linear RGB P3 pixel, according to SMPTE EG 432-1.
317 * Convert from OETF'd P3 RGB to YUV, according to ITU-R BT.601-7.
324 * Convert from OETF'd P3 YUV to RGB, according to ITU-R BT.601-7.
331 // BT.2100 transformations - according to ITU-R BT.2100-2
341 * Convert from OETF'd BT.2100 RGB to YUV, according to ITU-R BT.2100-2.
[all …]
/external/webrtc/media/base/
Dmedia_constants.h75 // Default value for maxptime according to
100 // rtcp-fb messages according to RFC 4585
103 // rtcp-fb messages according to
106 // rtcp-fb messages according to
109 // ccm submessages according to RFC 5104
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageLite.java185 * according to the protobuf wire format specification. The data is corrupt, incomplete,
197 * according to the protobuf wire format specification. The data is corrupt, incomplete,
212 * according to the protobuf wire format specification. The data is corrupt, incomplete,
223 * according to the protobuf wire format specification. The data is corrupt, incomplete,
235 * according to the protobuf wire format specification. The data is corrupt, incomplete,
246 * according to the protobuf wire format specification. The data is corrupt, incomplete,
257 * according to the protobuf wire format specification. The data is corrupt, incomplete,
269 * according to the protobuf wire format specification. The data is corrupt, incomplete,
287 * according to the protobuf wire format specification. The data is corrupt, incomplete,
330 * according to the protobuf wire format specification. The data is corrupt, incomplete,
[all …]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageLite.java185 * according to the protobuf wire format specification. The data is corrupt, incomplete,
197 * according to the protobuf wire format specification. The data is corrupt, incomplete,
212 * according to the protobuf wire format specification. The data is corrupt, incomplete,
223 * according to the protobuf wire format specification. The data is corrupt, incomplete,
235 * according to the protobuf wire format specification. The data is corrupt, incomplete,
246 * according to the protobuf wire format specification. The data is corrupt, incomplete,
257 * according to the protobuf wire format specification. The data is corrupt, incomplete,
269 * according to the protobuf wire format specification. The data is corrupt, incomplete,
287 * according to the protobuf wire format specification. The data is corrupt, incomplete,
330 * according to the protobuf wire format specification. The data is corrupt, incomplete,
[all …]
/external/webrtc/test/pc/e2e/
Dtest_activities_executor.h34 // Starts scheduled activities according to their schedule. All activities
36 // immediately according to their schedule.
42 // will be executed according to its schedule after Start() will be invoked.
43 // If test is started, then it will be executed immediately according to its
/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
DFieldVector3D.java797 …/** Compute the distance between the instance and another vector according to the L<sub>1</sub> no…
802 * @return the distance between the instance and p according to the L<sub>1</sub> norm
811 …/** Compute the distance between the instance and another vector according to the L<sub>1</sub> no…
816 * @return the distance between the instance and p according to the L<sub>1</sub> norm
825 …/** Compute the distance between the instance and another vector according to the L<sub>2</sub> no…
830 * @return the distance between the instance and p according to the L<sub>2</sub> norm
839 …/** Compute the distance between the instance and another vector according to the L<sub>2</sub> no…
844 * @return the distance between the instance and p according to the L<sub>2</sub> norm
853 …/** Compute the distance between the instance and another vector according to the L<sub>&infin;</s…
858 * @return the distance between the instance and p according to the L<sub>&infin;</sub> norm
[all …]
/external/guava/guava/src/com/google/common/collect/
DOrdering.java204 * Returns an ordering that compares objects according to the order in which they appear in the
205 * given list. Only objects present in the list (according to {@link Object#equals}) may be
220 * (according to {@link Object#equals})
229 * Returns an ordering that compares objects according to the order in which they are given to
230 * this method. Only objects present in the argument list (according to {@link Object#equals}) may
245 * @throws IllegalArgumentException if any duplicate values (according to {@link
311 * according to spec.
552 * Returns the least of the specified values according to this ordering. If there are multiple
578 * Returns the least of the specified values according to this ordering. If there are multiple
597 * Returns the lesser of the two values according to this ordering. If the values compare as 0,
[all …]
/external/guava/android/guava/src/com/google/common/collect/
DOrdering.java204 * Returns an ordering that compares objects according to the order in which they appear in the
205 * given list. Only objects present in the list (according to {@link Object#equals}) may be
220 * (according to {@link Object#equals})
229 * Returns an ordering that compares objects according to the order in which they are given to
230 * this method. Only objects present in the argument list (according to {@link Object#equals}) may
245 * @throws IllegalArgumentException if any duplicate values (according to {@link
311 * according to spec.
552 * Returns the least of the specified values according to this ordering. If there are multiple
578 * Returns the least of the specified values according to this ordering. If there are multiple
597 * Returns the lesser of the two values according to this ordering. If the values compare as 0,
[all …]
/external/cronet/third_party/icu/source/data/translit/
Dblt_blt_FONIPA.txt90 [ꪂ ꪃ] → kʰ; # Tai Dón; not used in Tai Dam according to [3]
92 [ꪆ ꪇ] → ɡ; # only in loanwords, according to [3]
94 [ꪊ ꪋ] → t\u0361ɕ; # Tai Dón; not used in Tai Dam according to [3]
95 [ꪌ ꪍ] → t\u0361ɕʰ; # Tai Dón; not used in Tai Dam according to [3]
104 [ꪞ ꪟ] → pʰ; # Tai Dón; not used in Tai Dam according to [3]
108 [ꪦ ꪧ] → r; # only in loanwords, according to [3]
/external/icu/icu4c/source/data/translit/
Dblt_blt_FONIPA.txt90 [ꪂ ꪃ] → kʰ; # Tai Dón; not used in Tai Dam according to [3]
92 [ꪆ ꪇ] → ɡ; # only in loanwords, according to [3]
94 [ꪊ ꪋ] → t\u0361ɕ; # Tai Dón; not used in Tai Dam according to [3]
95 [ꪌ ꪍ] → t\u0361ɕʰ; # Tai Dón; not used in Tai Dam according to [3]
104 [ꪞ ꪟ] → pʰ; # Tai Dón; not used in Tai Dam according to [3]
108 [ꪦ ꪧ] → r; # only in loanwords, according to [3]
/external/apache-commons-io/src/main/java/org/apache/commons/io/function/
DIOBinaryOperator.java38 …* Creates a {@link IOBinaryOperator} which returns the greater of two elements according to the sp…
43 …* @return a {@code BinaryOperator} which returns the greater of its operands, according to the sup…
53 …* Creates a {@link IOBinaryOperator} which returns the lesser of two elements according to the spe…
58 …* @return a {@code BinaryOperator} which returns the lesser of its operands, according to the supp…
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/auth/signing/
DAwsSigner.java21 * Signs an http request according to the supplied signing configuration
42 * Signs a body chunk according to the supplied signing configuration
66 * Signs an http request according to the supplied signing configuration
85 * Signs a body chunk according to the supplied signing configuration
106 * Signs a body chunk according to the supplied signing configuration

12345678910>>...394