Home
last modified time | relevance | path

Searched full:converts (Results 1 – 25 of 9609) sorted by relevance

12345678910>>...385

/aosp_15_r20/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/libs/HealthConnectTestLib/src/android/healthconnect/cts/lib/
DBundleHelper.java185 /** Converts an insert records request to a bundle. */
193 /** Converts a bundle to an insert records request. */
198 /** Converts an update records request to a bundle. */
206 /** Converts a bundle to an update records request. */
211 /** Converts an insert records response to a bundle. */
218 /** Converts a bundle to an insert records response. */
223 /** Converts a ReadRecordsRequestUsingFilters to a bundle. */
251 /** Converts a bundle to a ReadRecordsRequestUsingFilters. */
288 /** Converts a ReadRecordsRequestUsingFilters to a bundle. */
314 /** Converts a bundle to a ReadRecordsRequestUsingFilters. */
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
H A DSafeIntLib.h71 Converts the value specified by Operand to a value specified by Result type
98 Converts the value specified by Operand to a value specified by Result type
125 Converts the value specified by Operand to a value specified by Result type
152 Converts the value specified by Operand to a value specified by Result type
179 Converts the value specified by Operand to a value specified by Result type
206 Converts the value specified by Operand to a value specified by Result type
233 Converts the value specified by Operand to a value specified by Result type
260 Converts the value specified by Operand to a value specified by Result type
287 Converts the value specified by Operand to a value specified by Result type
314 Converts the value specified by Operand to a value specified by Result type
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
H A DSafeIntLib.h70 Converts the value specified by Operand to a value specified by Result type
97 Converts the value specified by Operand to a value specified by Result type
124 Converts the value specified by Operand to a value specified by Result type
151 Converts the value specified by Operand to a value specified by Result type
178 Converts the value specified by Operand to a value specified by Result type
205 Converts the value specified by Operand to a value specified by Result type
232 Converts the value specified by Operand to a value specified by Result type
259 Converts the value specified by Operand to a value specified by Result type
286 Converts the value specified by Operand to a value specified by Result type
313 Converts the value specified by Operand to a value specified by Result type
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
H A DSafeIntLib.h70 Converts the value specified by Operand to a value specified by Result type
97 Converts the value specified by Operand to a value specified by Result type
124 Converts the value specified by Operand to a value specified by Result type
151 Converts the value specified by Operand to a value specified by Result type
178 Converts the value specified by Operand to a value specified by Result type
205 Converts the value specified by Operand to a value specified by Result type
232 Converts the value specified by Operand to a value specified by Result type
259 Converts the value specified by Operand to a value specified by Result type
286 Converts the value specified by Operand to a value specified by Result type
313 Converts the value specified by Operand to a value specified by Result type
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/
Dcast.rs18 /// Converts the value of `self` to an `isize`. If the value cannot be
25 /// Converts the value of `self` to an `i8`. If the value cannot be
32 /// Converts the value of `self` to an `i16`. If the value cannot be
39 /// Converts the value of `self` to an `i32`. If the value cannot be
46 /// Converts the value of `self` to an `i64`. If the value cannot be
50 /// Converts the value of `self` to an `i128`. If the value cannot be
54 /// The default implementation converts through `to_i64()`. Types implementing
61 /// Converts the value of `self` to a `usize`. If the value cannot be
68 /// Converts the value of `self` to a `u8`. If the value cannot be
75 /// Converts the value of `self` to a `u16`. If the value cannot be
[all …]
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py102 """Converts Timestamp to RFC 3339 date string format.
198 """Converts Timestamp to nanoseconds since epoch."""
202 """Converts Timestamp to microseconds since epoch."""
207 """Converts Timestamp to milliseconds since epoch."""
212 """Converts Timestamp to seconds since epoch."""
216 """Converts nanoseconds since epoch to Timestamp."""
221 """Converts microseconds since epoch to Timestamp."""
226 """Converts milliseconds since epoch to Timestamp."""
231 """Converts seconds since epoch to Timestamp."""
236 """Converts Timestamp to a datetime.
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py102 """Converts Timestamp to RFC 3339 date string format.
198 """Converts Timestamp to nanoseconds since epoch."""
202 """Converts Timestamp to microseconds since epoch."""
207 """Converts Timestamp to milliseconds since epoch."""
212 """Converts Timestamp to seconds since epoch."""
216 """Converts nanoseconds since epoch to Timestamp."""
221 """Converts microseconds since epoch to Timestamp."""
226 """Converts milliseconds since epoch to Timestamp."""
231 """Converts seconds since epoch to Timestamp."""
236 """Converts Timestamp to a datetime.
[all …]
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
H A DConversion.java83 * Converts a hexadecimal digit into an int using the default (Lsb0) bit ordering.
102 * Converts a hexadecimal digit into an int using the Msb0 bit ordering.
158 * Converts a hexadecimal digit into binary (represented as boolean array) using the default
215 * Converts a hexadecimal digit into binary (represented as boolean array) using the Msb0
272 * Converts binary (represented as boolean array) to a hexadecimal digit using the default
289 * Converts binary (represented as boolean array) to a hexadecimal digit using the default
331 * Converts binary (represented as boolean array) to a hexadecimal digit using the Msb0 bit
349 * Converts binary (represented as boolean array) to a hexadecimal digit using the Msb0 bit
396 * Converts the first 4 bits of a binary (represented as boolean array) in big endian Msb0
414 * Converts a binary (represented as boolean array) in big endian Msb0 bit ordering to a
[all …]
H A DCharUtils.java77 * Converts the character to a Character.
97 * Converts the String to a Character using the first character, returning
118 * Converts the Character to a char throwing an exception for {@code null}.
135 * Converts the Character to a char handling {@code null}.
152 * Converts the String to a char using the first character, throwing
173 * Converts the String to a char using the first character, defaulting
192 * Converts the character to the Integer it represents, throwing an
195 * <p>This method converts the char '1' to the int 1 and so on.</p>
214 * Converts the character to the Integer it represents, throwing an
217 * <p>This method converts the char '1' to the int 1 and so on.</p>
[all …]
H A DBooleanUtils.java382 * Converts a Boolean to a boolean handling {@code null}
399 * Converts an int to a boolean using the convention that {@code zero}
417 * Converts an int to a boolean specifying the conversion values.
448 * Converts an Integer to a boolean specifying the conversion values.
481 * Converts a String to a boolean (optimised for performance).
514 * Converts a String to a Boolean throwing an exception if no match found.
546 * Converts a Boolean to a boolean handling {@code null}.
569 * Converts an int to a Boolean using the convention that {@code zero}
587 * Converts an int to a Boolean specifying the conversion values.
625 * Converts an Integer to a Boolean using the convention that {@code zero}
[all …]
/aosp_15_r20/system/chre/chpp/include/chpp/common/
H A Dwifi_types.h250 * Converts from given CHRE structure to serialized CHPP type.
267 * Converts from given CHRE structure to serialized CHPP type.
284 * Converts from given CHRE structure to serialized CHPP type.
301 * Converts from given CHRE structure to serialized CHPP type.
318 * Converts from given CHRE structure to serialized CHPP type.
335 * Converts from given CHRE structure to serialized CHPP type.
352 * Converts from given CHRE structure to serialized CHPP type.
369 * Converts from given CHRE structure to serialized CHPP type.
386 * Converts from given CHRE structure to serialized CHPP type.
405 * Converts from serialized CHPP structure to a CHRE type.
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/time/
H A Dconversion.sql27 -- Converts a duration in microseconds to nanoseconds, which is the default
37 -- Converts a duration in millseconds to nanoseconds, which is the default
47 -- Converts a duration in seconds to nanoseconds, which is the default
57 -- Converts a duration in minutes to nanoseconds, which is the default
67 -- Converts a duration in hours to nanoseconds, which is the default
77 -- Converts a duration in days to nanoseconds, which is the default
98 -- Converts a duration in nanoseconds to microseconds. Nanoseconds is the default
108 -- Converts a duration in nanoseconds to millseconds. Nanoseconds is the default
118 -- Converts a duration in nanoseconds to seconds. Nanoseconds is the default
128 -- Converts a duration in nanoseconds to minutes. Nanoseconds is the default
[all …]
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/
H A DDateTimeUtils.java55 * Converts a {@code java.util.Date} to an {@code Instant}.
65 * Converts an {@code Instant} to a {@code java.util.Date}.
83 * Converts a {@code Calendar} to an {@code Instant}.
93 * Converts a {@code Calendar} to a {@code ZonedDateTime}.
108 * Converts a {@code ZonedDateTime} to a {@code Calendar}.
135 * Converts a {@code TimeZone} to a {@code ZoneId}.
145 * Converts a {@code ZoneId} to a {@code TimeZone}.
162 * Converts a {@code java.sql.Date} to a {@code LocalDate}.
173 * Converts a {@code LocalDate} to a {@code java.sql.Date}.
185 * Converts a {@code java.sql.Time} to a {@code LocalTime}.
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/customaudience/
DCustomAudienceBlobFixture.java57 /** Converts the input to a valid JSON object and returns it as a serialized string. */
86 * Converts the inputs to a valid JSON object and returns it as a serialized string.
120 * Converts a string representation of a JSON object into a JSONObject with a keyed field for
134 * Converts a string representation of a JSON object into a JSONObject with a keyed field for
150 * Converts a string representation of a JSON object into a JSONObject with a keyed field for
164 * Converts a string representation of a JSON object into a JSONObject with a keyed field for
183 * Converts a string representation of a JSON object into a JSONObject with a keyed field for
202 * Converts a string representation of a JSON object into a JSONObject with a keyed field for
218 * Converts a string representation of a JSON object into a JSONObject with a keyed field for
234 * Converts a string representation of a JSON object into a JSONObject with a keyed field for
[all …]
/aosp_15_r20/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
H A DSLF4JLog.java97 * Converts the input parameter to String and then delegates to the debug
108 * Converts the first input parameter to String and then delegates to the
121 * Converts the input parameter to String and then delegates to the wrapped
132 * Converts the first input parameter to String and then delegates to the
145 * Converts the input parameter to String and then delegates to the wrapped
156 * Converts the first input parameter to String and then delegates to the
169 * Converts the input parameter to String and then delegates to the wrapped
180 * Converts the first input parameter to String and then delegates to the
193 * Converts the input parameter to String and then delegates to the wrapped
204 * Converts the first input parameter to String and then delegates to the
[all …]
H A DSLF4JLocationAwareLog.java100 * Converts the input parameter to String and then delegates to the debug
113 * Converts the first input parameter to String and then delegates to the
128 * Converts the input parameter to String and then delegates to the wrapped
141 * Converts the first input parameter to String and then delegates to the
156 * Converts the input parameter to String and then delegates to the wrapped
169 * Converts the first input parameter to String and then delegates to the
184 * Converts the input parameter to String and then delegates to the wrapped
197 * Converts the first input parameter to String and then delegates to the
212 * Converts the input parameter to String and then delegates to the wrapped
225 * Converts the first input parameter to String and then delegates to the
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dlocale_facets.h217 * This function converts the argument to uppercase if possible. in _GLIBCXX_VISIBILITY()
231 * This function converts each char_type in the range [lo,hi) to in _GLIBCXX_VISIBILITY()
246 * This function converts the argument to lowercase if possible. If in _GLIBCXX_VISIBILITY()
260 * This function converts each char_type in the range [__lo,__hi) to in _GLIBCXX_VISIBILITY()
275 * This function converts the char argument to char_type using the in _GLIBCXX_VISIBILITY()
292 * This function converts each char in the input to char_type using the in _GLIBCXX_VISIBILITY()
311 * This function converts the char_type to char using the simplest in _GLIBCXX_VISIBILITY()
330 * This function converts each char_type in the input to char using the in _GLIBCXX_VISIBILITY()
434 * This virtual function converts the char_type argument to uppercase in _GLIBCXX_VISIBILITY()
451 * This virtual function converts each char_type in the range [__lo,__hi) in _GLIBCXX_VISIBILITY()
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dlocale_facets.h217 * This function converts the argument to uppercase if possible. in _GLIBCXX_VISIBILITY()
231 * This function converts each char_type in the range [lo,hi) to in _GLIBCXX_VISIBILITY()
246 * This function converts the argument to lowercase if possible. If in _GLIBCXX_VISIBILITY()
260 * This function converts each char_type in the range [__lo,__hi) to in _GLIBCXX_VISIBILITY()
275 * This function converts the char argument to char_type using the in _GLIBCXX_VISIBILITY()
292 * This function converts each char in the input to char_type using the in _GLIBCXX_VISIBILITY()
311 * This function converts the char_type to char using the simplest in _GLIBCXX_VISIBILITY()
330 * This function converts each char_type in the input to char using the in _GLIBCXX_VISIBILITY()
434 * This virtual function converts the char_type argument to uppercase in _GLIBCXX_VISIBILITY()
451 * This virtual function converts each char_type in the range [__lo,__hi) in _GLIBCXX_VISIBILITY()
[all …]
/aosp_15_r20/external/python/cpython3/Doc/library/
D2to3.rst197 Converts :class:`basestring` to :class:`str`.
201 Converts :class:`buffer` to :class:`memoryview`. This fixer is optional
217 Converts ``except X, T`` to ``except X as T``.
221 Converts the ``exec`` statement to the :func:`exec` function.
271 Detects sibling imports and converts them to relative imports.
284 Converts ``input(prompt)`` to ``eval(input(prompt))``.
288 Converts :func:`intern` to :func:`sys.intern`.
321 Converts the old metaclass syntax (``__metaclass__ = Meta`` in the class
331 Converts the old not-equal syntax, ``<>``, to ``!=``.
335 Converts the use of iterator's :meth:`~iterator.next` methods to the
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dhlo_function_importer.h84 // Converts XLA instruction source target pairs to MLIR attribute.
90 // Converts replica groups to attribute
185 // Converts xla Tensor type to the corresponding MLIR type.
188 // Converts an XLA shape/layout to the corresponding MLIR layout, in
205 // Converts an XLA ComparisonDirection to the corresponding MLIR attribute.
209 // Converts an XLA Comparison::Type to the corresponding MLIR attribute.
212 // Converts the dimensions of an HLO instruction into an MLIR attribute.
216 // Converts Array ref to an DenseIntElementsAttr.
219 // Converts Array ref of bools to a DenseIntElementsAttr of I1 type.
222 // Converts Array ref to padding attribute. Input is a flattened list of
[all …]
/aosp_15_r20/external/python/cpython2/Doc/library/
D2to3.rst194 Converts :class:`basestring` to :class:`str`.
198 Converts :class:`buffer` to :class:`memoryview`. This fixer is optional
214 Converts ``except X, T`` to ``except X as T``.
218 Converts the :keyword:`exec` statement to the :func:`exec` function.
268 Detects sibling imports and converts them to relative imports.
281 Converts ``input(prompt)`` to ``eval(input(prompt))``.
285 Converts :func:`intern` to :func:`sys.intern`.
317 Converts the old metaclass syntax (``__metaclass__ = Meta`` in the class
327 Converts the old not-equal syntax, ``<>``, to ``!=``.
331 Converts the use of iterator's :meth:`~iterator.next` methods to the
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/
Dhex.hpp143 /// \brief Converts a sequence of integral types into a hexadecimal sequence of characters.
160 /// \brief Converts a sequence of integral types into a lower case hexadecimal sequence of charac…
177 /// \brief Converts a sequence of integral types into a hexadecimal sequence of characters.
193 /// \brief Converts a sequence of integral types into a lower case hexadecimal sequence of charac…
209 /// \brief Converts a sequence of integral types into a hexadecimal sequence of characters.
223 /// \brief Converts a sequence of integral types into a lower case hexadecimal sequence of charac…
237 /// \brief Converts a sequence of hexadecimal characters into a sequence of integers.
253 /// \brief Converts a sequence of hexadecimal characters into a sequence of integers.
271 /// \brief Converts a sequence of hexadecimal characters into a sequence of integers.
284 /// \brief Converts a sequence of integral types into a hexadecimal sequence of characters.
[all …]
/aosp_15_r20/hardware/google/gchips/include/
Dswconverter.h107 * Converts tiled data to linear
134 * Converts tiled data to linear
158 * Converts tiled data to linear
185 * Converts linear data to tiled
211 * Converts and interleaves linear data to tiled
239 * Converts RGB565 to YUV420P
269 * Converts RGB565 to YUV420SP
295 * Converts BGRA8888 to YUV420P
325 * Converts BGRA8888 to YUV420SP
351 * Converts RGBA8888 to YUV420P
[all …]
/aosp_15_r20/frameworks/base/packages/Vcn/framework-b/src/android/net/vcn/util/
H A DPersistableBundleUtils.java62 * Converts this object to a PersistableBundle.
115 * Converts a ParcelUuid to a PersistableBundle.
132 * Converts from a PersistableBundle to a ParcelUuid.
142 * Converts from a list of Persistable objects to a single PersistableBundle.
150 * converts an object of type T to a PersistableBundle
166 * Converts from a PersistableBundle to a list of objects.
192 * Converts a byte array to a PersistableBundle.
209 * Converts from a PersistableBundle to a byte array.
226 * Converts from a Map of Persistable objects to a single PersistableBundle.
235 * converts a map-key of type T to a PersistableBundle
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/
DConverters.java48 * Converts an optional integer to a nullable integer.
59 * Converts a nullable integer to an optional integer.
70 * Converts an event vector to a comma-joined string of integers.
81 * Converts a comma-joined string of integers to an event vector.
96 * Converts a {@link HashCode} to a byte array.
107 * Converts a byte array to a {@link HashCode}.
118 * Converts a system profile to an array of bytes.
144 * Converts an aggregate value to an array of bytes.
170 * Converts an unencrypted observation batch to an array of bytes.

12345678910>>...385