/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
H A D | UnitsConverter.java | 113 public BigDecimal convert(BigDecimal inputValue) { in convert() method in UnitsConverter
|
/third_party/node/deps/v8/tools/v8windbg/base/ |
H A D | utilities.cc | 122 HRESULT UnboxULong64(IModelObject* object, ULONG64* value, bool convert) { in UnboxULong64() argument
|
/third_party/node/deps/icu-small/source/tools/escapesrc/ |
H A D | escapesrc.cpp | 367 int convert(const std::string &infile, const std::string &outfile) { in convert() function
|
/third_party/icu/icu4c/source/tools/escapesrc/ |
H A D | escapesrc.cpp | 367 int convert(const std::string &infile, const std::string &outfile) { in convert() function
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | image.c | 476 bool convert = false; in vlVaGetImage() local
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ciphers.c | 103 char *ciphers = NULL, *prog, *convert = NULL, *ciphersuites = NULL; in ciphers_main() local
|
/third_party/openssl/apps/ |
H A D | ciphers.c | 103 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 D | EOTWriter.java | 57 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 D | WoffWriter.java | 43 public WritableFontData convert(Font font) { in convert() method in WoffWriter
|
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/ |
H A D | escapesrc.cpp | 367 int convert(const std::string &infile, const std::string &outfile) { in convert() function
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-machinery.hh | 239 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 D | Float2Int.cpp | 437 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 D | DescriptorMessageInfoFactory.java | 102 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 D | RubyMessage.java | 494 private Object convert(ThreadContext context, in convert() method in RubyMessage
|
/third_party/python/Lib/lib2to3/ |
H A D | pytree.py | 395 def convert(gr, raw_node): function
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | objc_protocol_inheritance.rs | |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
H A D | time_zone.h | 260 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 D | editor_application.cpp | 61 static Editor::Movement convert(skui::Key key) { in convert() function
|
/third_party/rust/crates/nom/src/ |
H A D | internal.rs | 131 pub fn convert<F>(e: Err<F>) -> Self in convert() functions
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuFloat.hpp | 77 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 D | gluDrawUtil.hpp | 115 VertexComponentConversion convert; //!< Component conversion type. member
|
/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | sidtab.c | 269 struct sidtab_convert_params *convert; in sidtab_context_to_sid() local 371 sidtab_convert_tree(union sidtab_entry_inner *edst, union sidtab_entry_inner *esrc, u32 *pos, u32 count, u32 level, struct sidtab_convert_params *convert) sidtab_convert_tree() argument [all...] |
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | sidtab.c | 270 struct sidtab_convert_params *convert; in sidtab_context_to_sid() local 375 sidtab_convert_tree(union sidtab_entry_inner *edst, union sidtab_entry_inner *esrc, u32 *pos, u32 count, u32 level, struct sidtab_convert_params *convert) sidtab_convert_tree() argument [all...] |
/third_party/skia/src/pdf/ |
H A D | SkPDFMetadata.cpp | 103 static SkString convert(const SkString& s) { in convert() function
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | sfobjs.c | 150 TT_Name_ConvertFunc convert; in FT_LOCAL_DEF() local [all...] |