Searched full:converts (Results 1 – 25 of 4989) sorted by relevance
12345678910>>...200
| /external/perfetto/src/trace_processor/perfetto_sql/stdlib/time/ |
| D | conversion.sql | 27 -- 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 …]
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
| D | convert_tensor.h | 33 // Converts an TensorFlow tensor proto into an MLIR elements attribute. 37 // Converts an TensorFlow tensor into an MLIR elements attribute. 41 // Converts a shape from MLIR to a TensorFlow tensor shape proto. 45 // Converts an MLIR type to a TensorFlow tensor shape. 48 // Converts an MLIR shaped type to a TensorFlow shape attribute. 51 // Converts a TensorFlow shape attribute to an MLIR shape attribute. 55 // Converts an MLIR elements attribute to a TensorFlow tensor proto. 59 // Converts an MLIR elements attribute to a TensorFlow tensor.
|
| /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/ |
| D | SLF4JLog.java | 97 * 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 …]
|
| D | SLF4JLocationAwareLog.java | 100 * 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 …]
|
| /external/protobuf/python/google/protobuf/internal/ |
| D | well_known_types.py | 102 """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 …]
|
| /external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
| D | well_known_types.py | 102 """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 …]
|
| /external/rust/crates/num-traits/src/ |
| D | cast.rs | 18 /// 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 …]
|
| /external/cronet/base/strings/ |
| D | sys_string_conversions.h | 32 // Converts between wide and UTF-8 representations of a string. On error, the 37 // Converts between wide and the system multi-byte representations of a string. 48 // Converts between 8-bit and wide strings, using the given code page. The 63 // Converts between strings and CFStringRefs/NSStrings. 65 // Converts a string to a CFStringRef. Returns null on failure. 71 // Converts a CFStringRef to a string. Returns an empty string on failure. It is 78 // Converts a string to an autoreleased NSString. Returns nil on failure. 82 // Converts an NSString to a string. Returns an empty string on failure or if
|
| /external/threetenbp/src/main/java/org/threeten/bp/ |
| D | DateTimeUtils.java | 55 * 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 …]
|
| /external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
| D | PrimitiveValue.java | 42 * Converts this value to a BooleanValue and returns the result 51 * Converts this value to a ByteValue and returns the result 61 * Converts this value to a CharValue and returns the result 72 * Converts this value to a ShortValue and returns the result 83 * Converts this value to an IntegerValue and returns the result 94 * Converts this value to a LongValue and returns the result 105 * Converts this value to a FloatValue and returns the result 116 * Converts this value to a DoubleValue and returns the result
|
| /external/tensorflow/tensorflow/core/ir/importexport/ |
| D | convert_tensor.h | 33 // Converts an TensorFlow tensor proto into an MLIR elements attribute. 37 // Converts an TensorFlow tensor into an MLIR elements attribute. 41 // Converts a shape from MLIR to a TensorFlow tensor shape proto. 45 // Converts an MLIR type to a TensorFlow tensor shape. 48 // Converts a TensorFlow shape attribute to an MLIR shape attribute. 69 // Converts an MLIR elements attribute to a TensorFlow tensor proto. 73 // Converts an MLIR elements attribute to a TensorFlow tensor.
|
| D | convert_types.h | 28 // Converts the TensorFlow DataType 'dtype' into an MLIR (scalar) type. 32 // Converts a scalar MLIR type to a TensorFlow Datatype. 36 // Converts an MLIR type to TensorFlow DataType. If 'type' is a scalar type, it 40 // Converts an TensorFlow shape to the one used in MLIR. 44 // Converts an TensorFlow shape proto to the one used in MLIR.
|
| /external/private-join-and-compute/private_join_and_compute/util/ |
| D | elgamal_proto_util.h | 31 // Converts a struct elgamal::PublicKey into a protocol buffer 36 // Converts a protocol buffer ElGamalPublicKey into a struct 41 // Converts a struct elgamal::PrivateKey into a protocol buffer 46 // Converts a protocol buffer ::private_join_and_compute::ElGamalSecretKey into 52 // Converts a struct elgamal::Ciphertext into a protocol buffer 57 // Converts a protocol buffer ElGamalCiphertext into a struct
|
| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
| D | CharUtils.java | 77 * 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 …]
|
| /external/tensorflow/tensorflow/compiler/mlir/xla/ |
| D | hlo_function_importer.h | 84 // 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 …]
|
| D | attribute_importer.h | 30 // Converts an XLA PrecisionConfig to the corresponding MLIR attribute. 34 // Converts the gather dimensions to attributes. 38 // Converts the scatter dimensions to attributes. 42 // Converts the dot dimensions to attributes. 46 // Converts the conv dimensions to attributes. 57 // Extracts layouts from shapes and converts it into layout attributes (array of
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
| D | BundleableUtil.java | 34 * Converts a {@link Bundleable} to a {@link Bundle}. It's a convenience wrapper of {@link 43 * Converts a {@link Bundle} to a {@link Bundleable}. It's a convenience wrapper of {@link 53 * Converts a {@link Bundle} to a {@link Bundleable}. It's a convenience wrapper of {@link 61 /** Converts a list of {@link Bundleable} to a list {@link Bundle}. */ 71 /** Converts a list of {@link Bundle} to a list of {@link Bundleable}. */ 84 * Converts a list of {@link Bundle} to a list of {@link Bundleable}. Returns {@code defaultValue} 93 * Converts a {@link SparseArray} of {@link Bundle} to a {@link SparseArray} of {@link 112 * Converts a collection of {@link Bundleable} to an {@link ArrayList} of {@link Bundle} so that 126 * Converts a {@link SparseArray} of {@link Bundleable} to an {@link SparseArray} of {@link
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
| D | BundleableUtil.java | 34 * Converts a {@link Bundleable} to a {@link Bundle}. It's a convenience wrapper of {@link 43 * Converts a {@link Bundle} to a {@link Bundleable}. It's a convenience wrapper of {@link 53 * Converts a {@link Bundle} to a {@link Bundleable}. It's a convenience wrapper of {@link 61 /** Converts a list of {@link Bundleable} to a list {@link Bundle}. */ 71 /** Converts a list of {@link Bundle} to a list of {@link Bundleable}. */ 84 * Converts a list of {@link Bundle} to a list of {@link Bundleable}. Returns {@code defaultValue} 93 * Converts a {@link SparseArray} of {@link Bundle} to a {@link SparseArray} of {@link 112 * Converts a collection of {@link Bundleable} to an {@link ArrayList} of {@link Bundle} so that 126 * Converts a {@link SparseArray} of {@link Bundleable} to an {@link SparseArray} of {@link
|
| /external/libchrome/base/strings/ |
| D | sys_string_conversions.h | 32 // Converts between wide and UTF-8 representations of a string. On error, the 37 // Converts between wide and the system multi-byte representations of a string. 47 // Converts between 8-bit and wide strings, using the given code page. The 60 // Converts between STL strings and CFStringRefs/NSStrings. 71 // Converts a CFStringRef to an STL string. Returns an empty string on failure. 75 // Same, but accepts NSString input. Converts nil NSString* to the appropriate
|
| /external/cronet/net/base/ |
| D | net_string_util.h | 20 // Converts |text| using |charset| to UTF-8, and writes it to |output|. 26 // Converts |text| using |charset| to UTF-8, normalizes the result, and writes 32 // Converts |text| using |charset| to UTF-16, and writes it to |output|. 38 // Converts |text| using |charset| to UTF-16, and writes it to |output|. 44 // Converts |str| to uppercase using the default locale, and writes it to
|
| /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
| D | NaClBitcodeDecoders.h | 29 /// Converts the NaCl (bitcode file) cast opcode to the corresponding 35 /// Converts the NaCl (bitcode file) linkage type to the corresponding 42 /// Converts the NaCl (bitcode file) binary opcode to the 50 /// Converts the NaCl (bitcode file) calling convention value to the 57 /// Converts the NaCl (bitcode file) float comparison predicate to the 64 /// Converts the NaCl (bitcode file) integer comparison predicate to
|
| /external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/ |
| D | hex.hpp | 143 /// \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 …]
|
| /external/grpc-grpc/src/ruby/spec/ |
| D | time_consts_spec.rb | 29 it 'converts each constant to a Time' do 51 it 'converts 0 to TimeConsts::ZERO' do 55 it 'converts nil to TimeConsts::ZERO' do 59 it 'converts negative values to TimeConsts::INFINITE_FUTURE' do 66 it 'converts a positive value to an absolute time' do
|
| /external/python/cpython2/Doc/library/ |
| D | 2to3.rst | 194 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 …]
|
| /external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/ |
| D | jitrt_passes.td | 20 let summary = "Converts memref.get_global corresponding to lmhlo constants"; 43 let summary = "Converts gpu operations to JitRt Gpu custom calls."; 46 Converts gpu operations (function launch, memcpy) to the JitRt custom calls, 55 let summary = "Converts lmhlo_gpu ops to JitRt Gpu custom calls."; 58 Converts operations in the lmhlo_gpu dialect (e.g. lmhlo_gpu.gemm) to the
|
12345678910>>...200