Home
last modified time | relevance | path

Searched defs:convert (Results 1 – 25 of 140) sorted by relevance

123456

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dvertexconversion.h32 static T convert(T x) { return x; } in convert() function
42 static ToT convert(FromT x) { return static_cast<ToT>(x); } in convert() function
/third_party/typescript/tests/baselines/reference/
DtsxInferenceShouldNotYieldAnyOnUnions.js36 ShouldInferFromData({ data: "1", convert: function (n) { return "" + n; } }); method
37 ShouldInferFromData({ data: 2, convert: function (n) { return "" + n; } }); method
DclodulesDerivedClasses.js49 function convert() { return null; } function
DinferFromGenericFunctionReturnTypes3.js189 convert(converter: { to: (v: T) => T; }) { } method in ClassWithConvert
308 convert(converter) { } method in ClassWithConvert
/third_party/curl/scripts/
Dcdall28 sub convert { subroutine
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
Dmod.rs10 mod convert; module
/third_party/node/deps/v8/tools/
Dcallstats-from-telemetry.sh54 function convert { function
/third_party/skia/third_party/externals/piex/src/binary_parse/
Drange_checked_byte_ptr.h325 bool convert(T *output) const { in convert() function
359 bool convert(size_t index, T *output) const { in convert() function
/third_party/protobuf/js/binary/
Ddecoder.js289 jspb.BinaryDecoder.prototype.readSplitVarint64 = function(convert) { argument
345 jspb.BinaryDecoder.prototype.readSplitZigzagVarint64 = function(convert) { argument
362 jspb.BinaryDecoder.prototype.readSplitFixed64 = function(convert) { argument
Dreader.js982 jspb.BinaryReader.prototype.readSplitVarint64 = function(convert) { argument
999 jspb.BinaryReader.prototype.readSplitZigzagVarint64 = function(convert) { argument
1032 jspb.BinaryReader.prototype.readSplitFixed64 = function(convert) { argument
/third_party/typescript/tests/cases/compiler/
DclodulesDerivedClasses.ts6 export function convert(): Shape { return null;} function
/third_party/skia/third_party/icu/
Dmake_data_cpp.py31 def convert(fmt, name, src_path, dst_path): function
/third_party/python/Lib/test/test_tomllib/
Dburntsushi.py22 def convert(obj): # noqa: C901 function
/third_party/node/deps/npm/node_modules/encoding/lib/
Dencoding.js16 function convert(str, to, from) { function
/third_party/alsa-lib/include/
Dpcm_rate.h88 void (*convert)(void *obj, member
152 void (*convert)(void *obj, member
170 void (*convert)(void *obj, member
/third_party/node/deps/v8/src/objects/
Delements-inl.h25 Handle<JSObject> object, Handle<FixedArray> keys, GetKeysConversion convert, in PrependElementIndices()
Dkeys.cc99 Handle<FixedArray> KeyAccumulator::GetKeys(GetKeysConversion convert) { in GetKeys()
122 ExceptionStatus KeyAccumulator::AddKey(Object key, AddKeyConversion convert) { in AddKey()
127 AddKeyConversion convert) { in AddKey()
166 AddKeyConversion convert) { in AddKeys()
176 AddKeyConversion convert) { in AddKeys()
449 GetKeysConversion convert, in GetOwnKeysWithElements()
/third_party/skia/experimental/xps_to_png/
Dxps_to_png.cs23 static void convert(double dpi, string path, string out_path) { in convert() method in Program
/third_party/node/deps/npm/node_modules/color-convert/
Dindex.js4 const convert = {}; constant
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/
Dcpuset_list_compute.c22 int convert; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
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/curl/tests/server/
Dtftpd.c342 int convert /* if true, convert to ascii */) in readit()
362 int convert /* if true, convert to ascii */) in read_ahead()
422 int ct, int convert) in writeit()
439 static ssize_t write_behind(struct testcase *test, int convert) in write_behind()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_convertxml.js23 this.convert = function (...args) { method
/third_party/python/Lib/
Dstring.py110 def convert(mo): function
129 def convert(mo): function
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp201 Converter::convert(nir_block *block) in convert() function in __anon03e6190a0111::Converter
728 Converter::convert(nir_alu_dest *dest) in convert() function in __anon03e6190a0111::Converter
734 Converter::convert(nir_dest *dest) in convert() function in __anon03e6190a0111::Converter
746 Converter::convert(nir_register *reg) in convert() function in __anon03e6190a0111::Converter
761 Converter::convert(nir_ssa_def *def) in convert() function in __anon03e6190a0111::Converter
1577 Converter::convert(nir_intrinsic_op intr) in convert() function in __anon03e6190a0111::Converter
2452 Converter::convert(nir_load_const_instr *insn, uint8_t idx) in convert() function in __anon03e6190a0111::Converter
2928 Converter::convert(glsl_sampler_dim dim, bool isArray, bool isShadow) in convert() function in __anon03e6190a0111::Converter
2968 Converter::convert(enum gl_access_qualifier access) in convert() function in __anon03e6190a0111::Converter

123456