HomeSort by relevance Sort by last modified time
    Searched defs:Convert (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/libchrome/base/json/
json_value_converter.cc 10 bool BasicValueConverter<int>::Convert(
15 bool BasicValueConverter<std::string>::Convert(
20 bool BasicValueConverter<string16>::Convert(
25 bool BasicValueConverter<double>::Convert(
30 bool BasicValueConverter<bool>::Convert(
  /external/libmojo/mojo/public/cpp/bindings/
type_converter.h 16 // would like to convert between custom types and the wire format of mojom
28 // static X Convert(const Y& input);
32 // static Y Convert(const X& input);
53 // static geometry::PointPtr Convert(const gfx::Point& input) {
62 // static gfx::Point Convert(const geometry::PointPtr& input) {
91 static T Convert(const T& obj) { return obj; }
96 static std::vector<T> Convert(const Container& container) {
111 return TypeConverter<T, U>::Convert(obj);
  /test/vts/utils/python/mirror/
py2pb.py 105 new_vector_message.CopyFrom(Convert(vector_spec, curr_value))
179 def Convert(pb_spec, py_value):
191 logging.error("py2pb.Convert: ProtoBuf spec is None", pb_spec)
210 logging.error("py2pb.Convert: unsupported type %s",
pb2py.py 27 var: VariableSpecificationMessage to convert.
39 var: VariableSpecificationMessage to convert.
51 message: VariableSpecificationMessage to convert.
63 var: VariableSpecificationMessage to convert.
75 var: VariableSpecificationMessage to convert.
96 var: VariableSpecificationMessage to convert.
117 var: VariableSpecificationMessage to convert.
147 var: VariableSpecificationMessage to convert.
155 def Convert(var):
159 var: VariableSpecificationMessage of a target variable to convert
    [all...]
  /external/brotli/csharp/org/brotli/dec/
IntReader.cs 27 internal static void Convert(Org.Brotli.Dec.IntReader ir, int intLen)
  /art/runtime/arch/x86_64/
instruction_set_features_x86_64.h 32 return Convert(X86InstructionSetFeatures::FromVariant(variant, error_msg, true));
37 return Convert(X86InstructionSetFeatures::FromBitmap(bitmap, true));
42 return Convert(X86InstructionSetFeatures::FromCppDefines(true));
47 return Convert(X86InstructionSetFeatures::FromCpuInfo(true));
53 return Convert(X86InstructionSetFeatures::FromHwcap(true));
59 return Convert(X86InstructionSetFeatures::FromAssembly(true));
87 static X86_64FeaturesUniquePtr Convert(X86FeaturesUniquePtr&& in) {
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
reinterpret_string_to_float_op.cc 33 float Convert(const string& in) {
44 out_data(i) = Convert(in_data(i));
  /external/v8/src/
field-type.cc 75 AstType* FieldType::Convert(Zone* zone) {
  /frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
Convert.java 26 class Convert {
27 private static final String TAG = "BroadcastRadioService.Convert";
35 * @param map map to convert.
  /prebuilts/go/darwin-x86/src/image/
names.go 36 func (c *Uniform) Convert(color.Color) color.Color {
  /prebuilts/go/linux-x86/src/image/
names.go 36 func (c *Uniform) Convert(color.Color) color.Color {
  /external/tensorflow/tensorflow/contrib/lite/schema/
upgrade_schema.py 68 This can convert between any version to the latest version. It uses
73 converter.Convert("a.tflite", "a.json")
74 converter.Convert("b.json", "b.tflite")
109 If `input_file` is in bin, then we must use flatc to convert the schema
132 # Convert to json using flatc
140 raise RuntimeError("flatc failed to convert from binary to json.")
159 RuntimeError: When flatc fails to convert json data to binary.
174 raise RuntimeError("flatc failed to convert upgraded json to binary.")
306 def Convert(self, input_file, output_file):
310 input_file: Filename of TensorFlow Lite data to convert from. Mus
    [all...]
  /external/tensorflow/tensorflow/core/lib/strings/
base64.cc 48 inline uint32 Convert(char x) {
62 const uint32 packed = (Convert(codes[0]) << 18) | (Convert(codes[1]) << 12) |
63 (Convert(codes[2]) << 6) | (Convert(codes[3]));
64 // Convert() return value has upper 25 bits set if input is invalid.
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp_swap.h 201 // Convert is a template based on size and on whether the target is
207 struct Convert
233 { return Convert<size, big_endian>::convert_host(*wv); }
237 { *wv = Convert<size, big_endian>::convert_host(v); }
  /external/clang/test/SemaCXX/
warn-float-conversion.cpp 24 void Convert(float f, double d, long double ld) {
  /external/libmojo/mojo/public/cpp/bindings/tests/
type_conversion_unittest.cc 46 static test::RectPtr Convert(const RedmondRect& input) {
58 static RedmondRect Convert(const test::RectPtr& input) {
70 static test::NamedRegionPtr Convert(const RedmondNamedRegion& input) {
80 static RedmondNamedRegion Convert(const test::NamedRegionPtr& input) {
sample_service_unittest.cc 19 static int32_t Convert(const sample::BarPtr& bar) {
  /external/webrtc/talk/media/base/
screencastid.h 93 static cricket::ScreencastIdList Convert(const std::vector<T>& list) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 101 /// Convert - Create a new persistent APSInt with the same value as 'From'
103 const llvm::APSInt &Convert(const llvm::APSInt& To,
109 return getValue(TargetType.convert(From));
112 const llvm::APSInt &Convert(QualType T, const llvm::APSInt &From) {
117 return getValue(TargetType.convert(From));
  /external/perfetto/tools/proto_to_cpp/
proto_to_cpp.cc 123 void Convert(const std::string& src_proto);
201 void ProtoToCpp::Convert(const std::string& src_proto) {
490 proto_to_cpp.Convert(argv[1]);
  /frameworks/base/tools/aapt2/cmd/
Convert.cpp 324 int Convert(const vector<StringPiece>& args) {
344 if (!flags.Parse("aapt2 convert", args, &std::cerr)) {
350 flags.Usage("aapt2 convert", &std::cerr);
  /hardware/libhardware/modules/camera/3_4/arc/
cached_frame.cpp 67 int CachedFrame::Convert(const CameraMetadata& metadata, FrameBuffer* out_frame,
108 LOGF(ERROR) << "Convert from " << FormatToString(source_frame_->GetFourcc())
  /prebuilts/go/darwin-x86/src/image/color/
color.go 8 // Color can convert itself to alpha-premultiplied 16-bits per channel RGBA.
140 // Model can convert any Color to one from its own color model. The conversion
143 Convert(c Color) Color
160 func (m *modelFunc) Convert(c Color) Color {
282 // Convert returns the palette color closest to c in Euclidean R,G,B space.
283 func (p Palette) Convert(c Color) Color {
  /prebuilts/go/linux-x86/src/image/color/
color.go 8 // Color can convert itself to alpha-premultiplied 16-bits per channel RGBA.
140 // Model can convert any Color to one from its own color model. The conversion
143 Convert(c Color) Color
160 func (m *modelFunc) Convert(c Color) Color {
282 // Convert returns the palette color closest to c in Euclidean R,G,B space.
283 func (p Palette) Convert(c Color) Color {
  /bionic/libc/bionic/
iconv.cpp 120 int Convert(char** src_buf0, size_t* src_bytes_left0, char** dst_buf0, size_t* dst_bytes_left0) {
132 if (!GetNext() || !Convert()) return -1;
227 bool Convert() {
277 return Convert();
359 return __converter->Convert(__src_buf, __src_bytes_left, __dst_buf, __dst_bytes_left);

Completed in 380 milliseconds

1 2 3