HomeSort by relevance Sort by last modified time
    Searched defs:convert (Results 51 - 75 of 657) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/
cpuset_list_compute.c 22 int convert; variable
60 convert = 1;
82 if (bitmask_parselist(argv[argc - 2 + convert], mask1) != 0)
85 if (convert) {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
XmlBox.java 42 byteBuffer.put(Utf8.convert(xml));
DataEntryUrnBox.java 60 byteBuffer.put(Utf8.convert(name));
62 byteBuffer.put(Utf8.convert(location));
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleCustomGenreBox.java 22 appleDataBox.setData(Utf8.convert(genre));
26 return Utf8.convert(appleDataBox.getData());
AppleMeanBox.java 35 byteBuffer.put(Utf8.convert(meaning));
AppleNameBox.java 23 return 4 + Utf8.convert(name).length;
43 byteBuffer.put(Utf8.convert(name));
  /external/python/cpython3/Lib/lib2to3/tests/
support.py 20 driver = pgen2_driver.Driver(grammar, convert=pytree.convert)
23 convert=pytree.convert variable
  /external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/
FileConverterTest.java 55 fc.convert(new File("c:/varargs.txt"));
  /external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
trt_optimization_pass.h 21 #include "tensorflow/compiler/tf2tensorrt/convert/utils.h"
31 namespace convert { namespace in namespace:tensorflow::tensorrt
78 } // namespace convert
  /frameworks/av/media/libstagefright/
DataConverter.cpp 30 status_t DataConverter::convert(const sp<MediaCodecBuffer> &source, sp<MediaCodecBuffer> &target) { function in class:android::DataConverter
  /external/caliper/examples/src/main/java/examples/
DoubleToStringBenchmark.java 30 @Override String convert(double d) { method
33 @Override String convert(Double d) { method
38 @Override String convert(double d) { method
41 @Override String convert(Double d) { method
46 @Override String convert(double d) { method
49 @Override String convert(Double d) { method
54 @Override String convert(double d) { method
57 @Override String convert(Double d) { method
63 abstract String convert(double d); method in class:DoubleToStringBenchmark.Method
64 abstract String convert(Double d) method in class:DoubleToStringBenchmark.Method
    [all...]
  /external/catch2/include/internal/
catch_tostring.h 82 //! Convert a CLR string to a utf8 std::string
102 convert(const Fake& value) { function in struct:Catch::StringMaker
113 convert( const Fake& value ) { function in struct:Catch::StringMaker
128 return ::Catch::StringMaker<typename std::remove_cv<typename std::remove_reference<T>::type>::type>::convert(e);
139 return ::Catch::StringMaker<T^>::convert(e);
149 static std::string convert(const std::string& str);
155 static std::string convert(std::string_view str);
161 static std::string convert(char const * str);
165 static std::string convert(char * str);
171 static std::string convert(const std::wstring& wstr)
195 static std::string convert(char const* str) { function in struct:Catch::StringMaker
201 static std::string convert(signed char const* str) { function in struct:Catch::StringMaker
207 static std::string convert(unsigned char const* str) { function in struct:Catch::StringMaker
272 static std::string convert(U* p) { function in struct:Catch::StringMaker
283 static std::string convert(R C::* p) { function in struct:Catch::StringMaker
319 static std::string convert(NSString * nsstring) { function in struct:Catch::StringMaker
327 static std::string convert(NSObject* nsObject) { function in struct:Catch::StringMaker
360 static std::string convert(const std::pair<T1, T2>& pair) { function in struct:Catch::StringMaker
378 static std::string convert(const std::optional<T>& optional) { function in struct:Catch::StringMaker
    [all...]
catch_tostring.cpp 97 std::string StringMaker<std::string>::convert(const std::string& str) { function in class:Catch::StringMaker
121 std::string StringMaker<std::string_view>::convert(std::string_view str) { function in class:Catch::StringMaker
126 std::string StringMaker<char const*>::convert(char const* str) { function in class:Catch::StringMaker
133 std::string StringMaker<char*>::convert(char* str) { function in class:Catch::StringMaker
142 std::string StringMaker<std::wstring>::convert(const std::wstring& wstr) { function in class:Catch::StringMaker
152 std::string StringMaker<std::wstring_view>::convert(std::wstring_view str) { function in class:Catch::StringMaker
153 return StringMaker<std::wstring>::convert(std::wstring(str));
157 std::string StringMaker<wchar_t const*>::convert(wchar_t const * str) { function in class:Catch::StringMaker
164 std::string StringMaker<wchar_t *>::convert(wchar_t * str) { function in class:Catch::StringMaker
174 std::string StringMaker<int>::convert(int value) function in class:Catch::StringMaker
177 std::string StringMaker<long>::convert(long value) { function in class:Catch::StringMaker
180 std::string StringMaker<long long>::convert(long long value) { function in class:Catch::StringMaker
189 std::string StringMaker<unsigned int>::convert(unsigned int value) { function in class:Catch::StringMaker
192 std::string StringMaker<unsigned long>::convert(unsigned long value) { function in class:Catch::StringMaker
195 std::string StringMaker<unsigned long long>::convert(unsigned long long value) { function in class:Catch::StringMaker
205 std::string StringMaker<bool>::convert(bool b) { function in class:Catch::StringMaker
209 std::string StringMaker<signed char>::convert(signed char value) { function in class:Catch::StringMaker
226 std::string StringMaker<char>::convert(char c) { function in class:Catch::StringMaker
229 std::string StringMaker<unsigned char>::convert(unsigned char c) { function in class:Catch::StringMaker
233 std::string StringMaker<std::nullptr_t>::convert(std::nullptr_t) { function in class:Catch::StringMaker
237 std::string StringMaker<float>::convert(float value) { function in class:Catch::StringMaker
240 std::string StringMaker<double>::convert(double value) { function in class:Catch::StringMaker
    [all...]
  /external/clang/test/CodeGen/
debug-info.c 4 void convert(void) { function
  /external/guava/guava/src/com/google/common/base/
Converter.java 37 * converter.reverse().convert(converter.convert(a)).equals(a)} is always true). However, it is
42 * <li>{@code stringConverter().convert("1.00")} returns the {@code Double} value {@code 1.0}
43 * <li>{@code stringConverter().reverse().convert(1.0)} returns the string {@code "1.0"} --
55 * <i>missing</i> information and the other is not. The {@link #convert} method handles this null
68 * <li>Convert between specific preset values using {@link
79 * <li>Convert one instance in the "forward" direction using {@code converter.convert(a)}.
80 * <li>Convert multiple instances "forward" using {@code converter.convertAll(as)}.
81 * <li>Convert in the "backward" direction using {@code converter.reverse().convert(b)} or {@cod
146 public final B convert(@Nullable A a) { method in class:Converter
    [all...]
  /external/jcommander/src/test/java/com/beust/jcommander/args/
ArgsList.java 31 public List<String> convert(String value) { method in class:ArgsList.UppercaseConverter
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/vodafone/
CoverUriBox.java 58 byteBuffer.put(Utf8.convert(coverUri));
LyricsUriBox.java 59 byteBuffer.put(Utf8.convert(lyricsUri));
  /external/tensorflow/tensorflow/python/autograph/impl/
api.py 60 # TODO(mdan): This should behave like to_graph (e.g. convert statically).
63 def convert( function
74 recursive: bool, whether to recursively convert any functions or classes
264 # case we evidently don't want to recurse, but we still have to convert
429 entity: Python callable or class to convert.
430 recursive: Whether to recursively convert any functions that the
495 raise ValueError('cannot convert %s because is has an attribute '
521 entity: Python callable or class to convert.
522 recursive: Whether to recursively convert any functions that the
  /external/tensorflow/tensorflow/python/keras/layers/
recurrent_v2.py 684 """Utility function convert variable to CuDNN compatible parameter.
695 `transpose_weights=True` to convert the weights.
706 def convert(w): function in function:_canonical_to_params
709 weights = [array_ops.reshape(convert(x), shape) for x in weights]
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Latin1Converter.java 66 public static ByteBuffer convert(ByteBuffer buffer) method in class:Latin1Converter
130 // 1. convert first of seq to UTF8
  /frameworks/av/media/libaudioprocessing/
RecordBufferConverter.cpp 77 size_t RecordBufferConverter::convert(void *dst, function in class:android::RecordBufferConverter
97 // format convert to destination buffer
117 // format convert to destination buffer
191 // do we need a staging buffer to convert for destination (we can still optimize this)?
258 // convert to destination buffer
273 // must convert to mono
277 // convert to mono channel again for channel mask conversion (could be skipped
283 // convert to destination format (in place, OK as float is larger than other types)
288 // channel convert and save to dst
293 // convert to destination format and save to ds
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
charset.py 126 output charset when the method Charset.convert() is called. The default
196 input_codec: The name of the Python codec used to convert the
200 output_codec: The name of the Python codec used to convert Unicode
274 def convert(self, s):
275 """Convert a string from the input_codec to the output_codec."""
282 """Convert a possibly multibyte string to a safely splittable format.
284 Uses the input_codec to try and convert the string to Unicode, so it
288 Returns the string as-is if it isn't known how to convert it to
304 """Convert a splittable string back into an encoded string.
306 Uses the proper codec to try and convert the string from Unicode back
270 def convert(self, s): member in class:Charset
    [all...]
  /external/autotest/client/cros/audio/
audio_test_data.py 61 def convert(self, data_format, volume_scale, path=None): member in class:AudioTestData
204 converted_test_data = test_data.convert(data_format, volume_scale, path)
  /external/catch2/projects/SelfTest/UsageTests/
ToStringGeneral.tests.cpp 158 static std::string convert(StringMakerException const&) { function in struct:Catch::StringMaker

Completed in 954 milliseconds

1 23 4 5 6 7 8 91011>>