| /third_party/gn/src/gn/ |
| D | path_output_unittest.cc | 21 std::ostringstream out; in TEST() local 27 std::ostringstream out; in TEST() local 33 std::ostringstream out; in TEST() local 42 std::ostringstream out; in TEST() local 49 std::ostringstream out; in TEST() local 63 std::ostringstream out; in TEST() local 69 std::ostringstream out; in TEST() local 81 std::ostringstream out; in TEST() local 87 std::ostringstream out; in TEST() local 101 std::ostringstream out; in TEST() local [all …]
|
| D | output_conversion.cc | 12 void ToString(const Value& output, std::ostream& out) { in ToString() 16 void ToStringQuoted(const Value& output, std::ostream& out) { in ToStringQuoted() 20 void Indent(int indent, std::ostream& out) { in Indent() 28 void RenderListToJSON(const Value& output, std::ostream& out, int indent) { in RenderListToJSON() 49 void RenderScopeToJSON(const Value& output, std::ostream& out, int indent) { in RenderScopeToJSON() 73 void OutputListLines(const Value& output, std::ostream& out) { in OutputListLines() 80 void OutputString(const Value& output, std::ostream& out) { in OutputString() 90 void OutputValue(const Value& output, std::ostream& out) { in OutputValue() 102 void OutputScope(const Value& output, std::ostream& out) { in OutputScope() 110 void OutputDefault(const Value& output, std::ostream& out) { in OutputDefault() [all …]
|
| D | path_output.cc | 25 void PathOutput::WriteFile(std::ostream& out, const SourceFile& file) const { in WriteFile() 29 void PathOutput::WriteDir(std::ostream& out, in WriteDir() 72 void PathOutput::WriteFile(std::ostream& out, const OutputFile& file) const { in WriteFile() 77 void PathOutput::WriteFiles(std::ostream& out, in WriteFiles() 85 void PathOutput::WriteFiles(std::ostream& out, in WriteFiles() 93 void PathOutput::WriteFiles(std::ostream& out, in WriteFiles() 101 void PathOutput::WriteDir(std::ostream& out, in WriteDir() 125 void PathOutput::WriteFile(std::ostream& out, in WriteFile() 131 void PathOutput::WriteSourceRelativeString(std::ostream& out, in WriteSourceRelativeString() 153 void PathOutput::WritePathStr(std::ostream& out, std::string_view str) const { in WritePathStr()
|
| /third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/ |
| D | ajv.bundle.js | 1409 …out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr))… field 1442 …out += ' { keyword: \'' + ($errorKeyword || '_exclusiveLimit') + '\' , dataPath: (dataPath || \'\'… field 1444 out += ' , message: \'' + ($exclusiveKeyword) + ' should be boolean\' '; field 1447 …out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.sch… field 1451 out += ' {} '; field 1463 …out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err)… field 1467 …out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || … field 1483 …out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || … field 1508 …out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || … field 1518 …out += ' { keyword: \'' + ($errorKeyword || '_limit') + '\' , dataPath: (dataPath || \'\') + ' + (… field [all …]
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| D | Converter.cpp | 33 bool Converter::Convert(wgpu::Extent3D& out, const interop::GPUExtent3D& in) { in Convert() 59 bool Converter::Convert(wgpu::Origin3D& out, const interop::GPUOrigin3DDict& in) { in Convert() 67 bool Converter::Convert(wgpu::Color& out, const interop::GPUColor& in) { in Convert() 96 bool Converter::Convert(wgpu::Origin3D& out, in Convert() 113 bool Converter::Convert(wgpu::TextureAspect& out, const interop::GPUTextureAspect& in) { in Convert() 130 bool Converter::Convert(wgpu::ImageCopyTexture& out, const interop::GPUImageCopyTexture& in) { in Convert() 136 bool Converter::Convert(wgpu::ImageCopyBuffer& out, const interop::GPUImageCopyBuffer& in) { in Convert() 144 bool Converter::Convert(BufferSource& out, interop::BufferSource in) { in Convert() 165 bool Converter::Convert(wgpu::TextureDataLayout& out, const interop::GPUImageDataLayout& in) { in Convert() 171 bool Converter::Convert(wgpu::TextureFormat& out, const interop::GPUTextureFormat& in) { in Convert() [all …]
|
| /third_party/nghttp2/src/ |
| D | base64_test.cc | 41 auto out = base64::encode(std::begin(in), std::end(in)); in test_base64_encode() local 46 auto out = base64::encode(std::begin(in), std::end(in)); in test_base64_encode() local 51 auto out = base64::encode(std::begin(in), std::end(in)); in test_base64_encode() local 56 auto out = base64::encode(std::begin(in), std::end(in)); in test_base64_encode() local 65 auto out = base64::decode(std::begin(in), std::end(in)); in test_base64_decode() local 71 auto out = base64::decode(std::begin(in), std::end(in)); in test_base64_decode() local 78 auto out = base64::decode(std::begin(in), std::end(in)); in test_base64_decode() local 85 auto out = base64::decode(std::begin(in), std::end(in)); in test_base64_decode() local 93 auto out = base64::decode(std::begin(in), std::end(in)); in test_base64_decode() local 101 auto out = base64::decode(std::begin(in), std::end(in)); in test_base64_decode() local [all …]
|
| /third_party/mindspore/mindspore/ops/_grad/ |
| D | grad_implementations.py | 30 def bprop_max_and_minimum_grad_grad(x, y, z, out, dout): argument 39 def bprop_relu_grad_grad(x, y, out, dout): argument 47 def bprop_scalar_add(x, y, out, dout): argument 53 def bprop_scalar_mul(x, y, out, dout): argument 59 def bprop_scalar_sub(x, y, out, dout): argument 65 def bprop_scalar_div(x, y, out, dout): argument 71 def bprop_scalar_pow(x, y, out, dout): argument 77 def bprop_scalar_exp(x, out, dout): argument 83 def bprop_scalar_uadd(x, out, dout): argument 89 def bprop_scalar_usub(x, out, dout): argument [all …]
|
| D | grad_math_ops.py | 73 def _min_or_max_grad(x, axis, out, dout): argument 85 def _argmin_or_argmax_grad(x, axis, keep_dims, op, out, dout): argument 120 def bprop(x, w, out, dout): argument 144 def bprop(x, w, out, dout): argument 162 def bprop(x, y, out, dout): argument 172 def bprop(x, y, out, dout): argument 185 def bprop(x, out, dout): argument 199 def bprop(x, out, dout): argument 211 def bprop(x, y, out, dout): argument 222 def bprop(x, y, out, dout): argument [all …]
|
| D | grad_comm_ops.py | 50 def bprop(x, out, dout): argument 58 def bprop(x, out, dout): argument 68 def bprop(x, out, dout): argument 93 def bprop(x, out, dout): argument 108 def bprop(x, out, dout): argument 121 def bprop(x, grad_accu, out, dout): argument 134 def bprop(x, y, out, dout): argument 148 def bprop(x, y, out, dout): argument 184 def bprop(x, z, out, dout): argument 208 def bprop(x, out, dout): argument [all …]
|
| D | grad_nn_ops.py | 38 def bprop(x, w, out, dout): argument 60 def bprop(x, w, out, dout): argument 90 def bprop(x, w, out, dout): argument 112 def bprop(x, w, out, dout): argument 141 def bprop(x, out, dout): argument 188 def bprop(x, w, out, dout): argument 206 def bprop(x, out, dout): argument 221 def bprop(x1, x2, grad, out, dout): argument 238 def bprop(x1, x2, grad, out, dout): argument 256 def bprop(x, out, dout): argument [all …]
|
| D | grad_array_ops.py | 50 def bprop(dtype, dims, x, out, dout): argument 60 def bprop(dims, dtype, out, dout): argument 70 def bprop(dims, dtype, out, dout): argument 80 def bprop(x, out, dout): argument 122 def bprop(x, t, out, dout): argument 126 def bprop_sparse(x, t, out, dout): argument 140 def bprop(x, out, dout): argument 150 def bprop(x, out, dout): argument 161 def bprop(x, out, dout): argument 173 def bprop(x, out, dout): argument [all …]
|
| /third_party/boost/libs/geometry/test/geometries/ |
| D | boost_range.cpp | 56 std::ostringstream out; in test_range_adaptor() local 62 std::ostringstream out; in test_range_adaptor() local 68 std::ostringstream out; in test_range_adaptor() local 74 std::ostringstream out; in test_range_adaptor() local 84 std::ostringstream out; in test_range_adaptor() local 90 std::ostringstream out; in test_range_adaptor() local 98 std::ostringstream out; in test_range_adaptor() local
|
| /third_party/boost/libs/iostreams/test/ |
| D | write_output_filter_test.hpp | 31 filtering_ostream out; in write_output_filter_test() local 45 filtering_ostream out; in write_output_filter_test() local 59 filtering_ostream out; in write_output_filter_test() local 73 filtering_ostream out; in write_output_filter_test() local 87 filtering_ostream out; in write_output_filter_test() local 101 filtering_ostream out; in write_output_filter_test() local
|
| D | write_bidir_filter_test.hpp | 33 filtering_stream<bidirectional> out; in write_bidirectional_filter_test() local 51 filtering_stream<bidirectional> out; in write_bidirectional_filter_test() local 68 filtering_stream<bidirectional> out; in write_bidirectional_filter_test() local 85 filtering_stream<bidirectional> out; in write_bidirectional_filter_test() local 102 filtering_stream<bidirectional> out; in write_bidirectional_filter_test() local 119 filtering_stream<bidirectional> out; in write_bidirectional_filter_test() local
|
| /third_party/optimized-routines/math/test/rtest/ |
| D | semi.c | 11 static void test_rint(uint32 *in, uint32 *out, in test_rint() 64 char *test_ceil(uint32 *in, uint32 *out) { in test_ceil() 69 char *test_floor(uint32 *in, uint32 *out) { in test_floor() 74 static void test_rintf(uint32 *in, uint32 *out, in test_rintf() 120 char *test_ceilf(uint32 *in, uint32 *out) { in test_ceilf() 125 char *test_floorf(uint32 *in, uint32 *out) { in test_floorf() 130 char *test_fmod(uint32 *a, uint32 *b, uint32 *out) { in test_fmod() 204 char *test_fmodf(uint32 *a, uint32 *b, uint32 *out) { in test_fmodf() 271 char *test_ldexp(uint32 *x, uint32 *np, uint32 *out) { in test_ldexp() 349 char *test_ldexpf(uint32 *x, uint32 *np, uint32 *out) { in test_ldexpf() [all …]
|
| /third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/contrib/rapidxml-1.13/ |
| D | rapidxml_print.hpp | 37 inline OutIt copy_chars(const Ch *begin, const Ch *end, OutIt out) in copy_chars() 47 inline OutIt copy_and_expand_chars(const Ch *begin, const Ch *end, Ch noexpand, OutIt out) in copy_and_expand_chars() 85 inline OutIt fill_chars(OutIt out, int n, Ch ch) in fill_chars() 107 inline OutIt print_node(OutIt out, const xml_node<Ch> *node, int flags, int indent) in print_node() 169 inline OutIt print_children(OutIt out, const xml_node<Ch> *node, int flags, int indent) in print_children() 178 inline OutIt print_attributes(OutIt out, const xml_node<Ch> *node, int flags) in print_attributes() 208 inline OutIt print_data_node(OutIt out, const xml_node<Ch> *node, int flags, int indent) in print_data_node() 219 inline OutIt print_cdata_node(OutIt out, const xml_node<Ch> *node, int flags, int indent) in print_cdata_node() 242 inline OutIt print_element_node(OutIt out, const xml_node<Ch> *node, int flags, int indent) in print_element_node() 298 … inline OutIt print_declaration_node(OutIt out, const xml_node<Ch> *node, int flags, int indent) in print_declaration_node() [all …]
|
| /third_party/gstreamer/gstplugins_base/tests/check/elements/ |
| D | audioconvert.c | 410 GstCaps * incaps, void *out, int outlength, GstCaps * outcaps, in verify_convert() 529 gint16 out[] = { 8064, 1024 }; in GST_START_TEST() local 554 guint16 out[] = { 32768, 1, 65535, 0 }; in GST_START_TEST() local 581 gfloat out[] = { 0.29609375, 0.03125 }; in GST_START_TEST() local 614 gint16 out[] = { 0, 256, 512, 32512, -32512 }; in GST_START_TEST() local 628 gint8 out[] = { 0, 0, 1, 1, 1, 2 }; in GST_START_TEST() local 639 gint16 out[] = { 0, 256, 512, 32512, -32512 }; in GST_START_TEST() local 657 guint8 out[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x7f }; in GST_START_TEST() local 674 guint16 out[] = { 32768, 32896, 32640 }; in GST_START_TEST() local 695 gint16 out[] = { 0, G_MININT16, G_MAXINT16, in GST_START_TEST() local [all …]
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| D | DrawCallPerfParams.h | 35 ParamsT out = in; in D3D11() local 43 ParamsT out = in; in GL() local 51 ParamsT out = in; in GL3() local 59 ParamsT out = in; in Vulkan() local 67 ParamsT out = in; in VulkanMockICD() local 75 ParamsT out = in; in VulkanSwiftShader() local 83 ParamsT out = in; in WGL() local 91 ParamsT out = in; in EGL() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | OutputGLSLBase.cpp | 69 Stream &operator<<(Stream &out, CommaSeparatedListItemPrefixGenerator &gen) in operator <<() 109 TInfoSinkBase &out = objSink(); in writeInvariantQualifier() local 114 void TOutputGLSLBase::writeFloat(TInfoSinkBase &out, float f) in writeFloat() 131 TInfoSinkBase &out = objSink(); in writeTriplet() local 144 TInfoSinkBase &out = objSink(); in writeBuiltInFunctionTriplet() local 168 std::ostringstream out; in getCommonLayoutQualifiers() local 212 std::ostringstream out; in getMemoryQualifiers() local 264 TInfoSinkBase &out = objSink(); in writeLayoutQualifier() local 346 TInfoSinkBase &out = objSink(); in writeVariableType() local 378 TInfoSinkBase &out = objSink(); in writeFunctionParameters() local [all …]
|
| /third_party/openssl/crypto/perlasm/ |
| D | x86_64-xlate.pl | 144 sub out { subroutine 200 sub out { subroutine 256 sub out { subroutine 365 sub out { subroutine 390 sub out { subroutine 460 sub out { subroutine 715 sub out { subroutine 936 sub out { subroutine
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | OutputGLSLBase.cpp | 69 Stream &operator<<(Stream &out, CommaSeparatedListItemPrefixGenerator &gen) in operator <<() 103 TInfoSinkBase &out = objSink(); in writeInvariantQualifier() local 110 TInfoSinkBase &out = objSink(); in writePreciseQualifier() local 114 void TOutputGLSLBase::writeFloat(TInfoSinkBase &out, float f) in writeFloat() 131 TInfoSinkBase &out = objSink(); in writeTriplet() local 144 TInfoSinkBase &out = objSink(); in writeFunctionTriplet() local 167 std::ostringstream out; in getCommonLayoutQualifiers() local 212 std::ostringstream out; in getMemoryQualifiers() local 258 TInfoSinkBase &out = objSink(); in writeLayoutQualifier() local 297 TInfoSinkBase &out = objSink(); in writeFieldLayoutQualifier() local [all …]
|
| /third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
| D | generator_impl.cc | 98 auto out = line(); in EmitTypeDecl() local 117 bool GeneratorImpl::EmitExpression(std::ostream& out, in EmitExpression() 153 std::ostream& out, in EmitIndexAccessor() 179 std::ostream& out, in EmitMemberAccessor() 200 bool GeneratorImpl::EmitBitcast(std::ostream& out, in EmitBitcast() 216 bool GeneratorImpl::EmitCall(std::ostream& out, in EmitCall() 251 bool GeneratorImpl::EmitLiteral(std::ostream& out, in EmitLiteral() 268 bool GeneratorImpl::EmitIdentifier(std::ostream& out, in EmitIdentifier() 281 auto out = line(); in EmitFunction() local 338 bool GeneratorImpl::EmitImageFormat(std::ostream& out, in EmitImageFormat() [all …]
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/gnn/ |
| D | bindings.cc | 32 std::shared_ptr<gnn::GraphData> out; in __anon696ce9ab0102() local 43 std::shared_ptr<Tensor> out; in __anon696ce9ab0102() local 49 std::shared_ptr<Tensor> out; in __anon696ce9ab0102() local 55 std::shared_ptr<Tensor> out; in __anon696ce9ab0102() local 61 std::shared_ptr<Tensor> out; in __anon696ce9ab0102() local 68 std::shared_ptr<Tensor> out; in __anon696ce9ab0102() local 75 std::shared_ptr<Tensor> out; in __anon696ce9ab0102() local 82 std::shared_ptr<Tensor> out; in __anon696ce9ab0102() local 88 TensorRow out; in __anon696ce9ab0102() local 94 TensorRow out; in __anon696ce9ab0102() local [all …]
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | func_packing.inl | 15 uint out; member 31 u16 out[2]; member 44 uint out; member 60 i16 out[2]; member 73 uint out; member 91 u8 out[4]; member 104 uint out; member 122 i8 out[4]; member 135 double out; member 149 uint out[2]; member [all …]
|
| /third_party/boost/boost/range/algorithm/ |
| D | set_algorithm.hpp | 64 OutputIterator out) in set_union() 77 OutputIterator out, in set_union() 97 OutputIterator out) in set_intersection() 110 OutputIterator out, in set_intersection() 131 OutputIterator out) in set_difference() 144 OutputIterator out, in set_difference() 166 OutputIterator out) in set_symmetric_difference() 180 OutputIterator out, in set_symmetric_difference()
|