Home
last modified time | relevance | path

Searched defs:convert (Results 51 - 75 of 152) sorted by relevance

1234567

/third_party/elfutils/libelf/
H A Delf_compress.c127 bool convert = ei_data != MY_ELFDATA && data->d_size > 0; in __libelf_compress() local
/third_party/ffmpeg/libavresample/
H A Daudio_convert.c355 conv_func_flat *convert = use_generic ? ac->conv_flat_generic : in ff_audio_convert() local
363 conv_func_deinterleave *convert = use_generic ? in ff_audio_convert() local
/third_party/backends/backend/escl/
H A Descl_capabilities.c94 SANE_String_Const convert = NULL; in char_to_array() local
/third_party/backends/lib/
H A Dsnprintf.c851 char convert[sizeof( union value) * 8 + 16]; in fmtnum() local
920 char convert[2*sizeof(quad_t)+1]; in fmtquad() local
982 char convert[sizeof( union value) * 8 + 512]; fmtdouble() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DUnitsConverter.java113 public BigDecimal convert(BigDecimal inputValue) { in convert() method in UnitsConverter
/third_party/node/deps/v8/tools/v8windbg/base/
H A Dutilities.cc122 HRESULT UnboxULong64(IModelObject* object, ULONG64* value, bool convert) { in UnboxULong64() argument
/third_party/node/deps/icu-small/source/tools/escapesrc/
H A Descapesrc.cpp367 int convert(const std::string &infile, const std::string &outfile) { in convert() function
/third_party/icu/icu4c/source/tools/escapesrc/
H A Descapesrc.cpp367 int convert(const std::string &infile, const std::string &outfile) { in convert() function
/third_party/mesa3d/src/gallium/frontends/va/
H A Dimage.c476 bool convert = false; in vlVaGetImage() local
/third_party/node/deps/openssl/openssl/apps/
H A Dciphers.c103 char *ciphers = NULL, *prog, *convert = NULL, *ciphersuites = NULL; in ciphers_main() local
/third_party/openssl/apps/
H A Dciphers.c103 char *ciphers = NULL, *prog, *convert = NULL, *ciphersuites = NULL; in ciphers_main() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DEOTWriter.java57 public WritableFontData convert(Font font) throws IOException { in convert() method in EOTWriter
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/woff/
H A DWoffWriter.java43 public WritableFontData convert(Font font) { in convert() method in WoffWriter
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/
H A Descapesrc.cpp367 int convert(const std::string &infile, const std::string &outfile) { in convert() function
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-machinery.hh239 static Returned* convert (Stored *p) { return p; } in convert() function
288 static const T* convert (const hb_blob_t *blob) in convert() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp437 Value *Float2IntPass::convert(Instruction *I, Type *ToTy) { in convert() function in Float2IntPass
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptorMessageInfoFactory.java102 private static MessageInfo convert(Class<?> messageType, Descriptor messageDescriptor) { in convert() method in DescriptorMessageInfoFactory
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMessage.java494 private Object convert(ThreadContext context, in convert() method in RubyMessage
/third_party/python/Lib/lib2to3/
H A Dpytree.py395 def convert(gr, raw_node): function
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_protocol_inheritance.rs
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dtime_zone.h260 inline civil_second convert(const time_point<D>& tp, const time_zone& tz) { in convert() function
269 inline time_point<seconds> convert(const civil_second& cs, in convert() function
/third_party/skia/modules/skplaintexteditor/app/
H A Deditor_application.cpp61 static Editor::Movement convert(skui::Key key) { in convert() function
/third_party/rust/crates/nom/src/
H A Dinternal.rs131 pub fn convert<F>(e: Err<F>) -> Self in convert() functions
/third_party/vk-gl-cts/framework/common/
H A DtcuFloat.hpp77 static inline Float convert (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>& src, RoundingDirection = ROUND_TO_EVEN) { return src; } in convert() function in tcu::Float
271 Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::convert in convert() function in tcu::Float
/third_party/vk-gl-cts/framework/opengl/
H A DgluDrawUtil.hpp115 VertexComponentConversion convert; //!< Component conversion type. member

Completed in 20 milliseconds

1234567