Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 3251) sorted by relevance

12345678910>>...131

/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/
Dajv.bundle.js1409out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr))… field
1442out += ' { keyword: \'' + ($errorKeyword || '_exclusiveLimit') + '\' , dataPath: (dataPath || \'\'… field
1444 out += ' , message: \'' + ($exclusiveKeyword) + ' should be boolean\' '; field
1447out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.sch… field
1451 out += ' {} '; field
1463out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err)… field
1467out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || … field
1483out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || … field
1508out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || … field
1518out += ' { keyword: \'' + ($errorKeyword || '_limit') + '\' , dataPath: (dataPath || \'\') + ' + (… field
[all …]
/third_party/gn/src/gn/
Dpath_output_unittest.cc21 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 …]
Doutput_conversion.cc12 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 …]
Dpath_output.cc25 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/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp33 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/
Dbase64_test.cc41 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/optimized-routines/math/test/rtest/
Dsemi.c11 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 …]
Ddotest.c394 uint32 out[3]; in is_dinteger() local
402 uint32 out[3]; in is_sinteger() local
721 static void complex_log_cases(uint32 *out, uint32 param1, in complex_log_cases()
728 static void complex_log_cases_float(uint32 *out, uint32 param1, in complex_log_cases_float()
734 static void complex_cases_biased(uint32 *out, uint32 lowbound, in complex_cases_biased()
740 static void complex_cases_biased_float(uint32 *out, uint32 lowbound, in complex_cases_biased_float()
746 static void complex_cases_uniform(uint32 *out, uint32 lowbound, in complex_cases_uniform()
752 static void complex_cases_uniform_float(uint32 *out, uint32 lowbound, in complex_cases_uniform_float()
758 static void complex_pow_cases(uint32 *out, uint32 lowbound, in complex_pow_cases()
783 static void complex_pow_cases_float(uint32 *out, uint32 lowbound, in complex_pow_cases_float()
[all …]
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudioconvert.c410 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/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DOutputGLSLBase.cpp69 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/skia/third_party/externals/angle2/src/tests/perf_tests/
DDrawCallPerfParams.h35 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/skia/third_party/externals/angle2/src/compiler/translator/
DOutputGLSLBase.cpp69 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/openssl/providers/implementations/ciphers/
Dciphercommon_hw.c16 int ossl_cipher_hw_generic_cbc(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_cbc()
29 int ossl_cipher_hw_generic_ecb(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_ecb()
48 int ossl_cipher_hw_generic_ofb128(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_ofb128()
59 int ossl_cipher_hw_generic_cfb128(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_cfb128()
71 int ossl_cipher_hw_generic_cfb8(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_cfb8()
83 int ossl_cipher_hw_generic_cfb1(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_cfb1()
111 int ossl_cipher_hw_generic_ctr(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_ctr()
132 int ossl_cipher_hw_chunked_cbc(PROV_CIPHER_CTX *ctx, unsigned char *out, in ossl_cipher_hw_chunked_cbc()
146 int ossl_cipher_hw_chunked_cfb8(PROV_CIPHER_CTX *ctx, unsigned char *out, in ossl_cipher_hw_chunked_cfb8()
164 int ossl_cipher_hw_chunked_cfb128(PROV_CIPHER_CTX *ctx, unsigned char *out, in ossl_cipher_hw_chunked_cfb128()
[all …]
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl.cc98 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 …]
Dgenerator_impl_type_test.cc35 std::stringstream out; in TEST_F() local
46 std::stringstream out; in TEST_F() local
57 std::stringstream out; in TEST_F() local
68 std::stringstream out; in TEST_F() local
79 std::stringstream out; in TEST_F() local
90 std::stringstream out; in TEST_F() local
101 std::stringstream out; in TEST_F() local
112 std::stringstream out; in TEST_F() local
123 std::stringstream out; in TEST_F() local
135 std::stringstream out; in TEST_F() local
[all …]
/third_party/openssl/crypto/perlasm/
Dx86_64-xlate.pl193 sub out { subroutine
249 sub out { subroutine
305 sub out { subroutine
414 sub out { subroutine
439 sub out { subroutine
509 sub out { subroutine
764 sub out { subroutine
985 sub out { subroutine
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_packing.inl15 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/selinux/libsepol/cil/src/
Dcil_policy.c187 static void cil_simple_rules_to_policy(FILE *out, struct cil_list *rules, const char *kind) in cil_simple_rules_to_policy()
196 static void cil_cats_to_policy(FILE *out, struct cil_cats *cats) in cil_cats_to_policy()
242 static void cil_level_to_policy(FILE *out, struct cil_level *level) in cil_level_to_policy()
263 static void cil_levelrange_to_policy(FILE *out, struct cil_levelrange *lvlrange) in cil_levelrange_to_policy()
272 static void cil_context_to_policy(FILE *out, struct cil_context *context, int mls) in cil_context_to_policy()
283 static void cil_cond_expr_to_policy(FILE *out, struct cil_list *expr, int first) in cil_cond_expr_to_policy()
709 static void cil_class_decls_to_policy(FILE *out, struct cil_list *classorder) in cil_class_decls_to_policy()
718 static void cil_sid_decls_to_policy(FILE *out, struct cil_list *sidorder) in cil_sid_decls_to_policy()
727 static void cil_commons_to_policy(FILE *out, struct cil_list *commons) in cil_commons_to_policy()
748 static void cil_classes_to_policy(FILE *out, struct cil_list *classorder) in cil_classes_to_policy()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DCore.cpp25 Result Converter<bool>::FromJS(Napi::Env env, Napi::Value value, bool& out) { in FromJS()
36 Result Converter<std::string>::FromJS(Napi::Env env, Napi::Value value, std::string& out) { in FromJS()
47 Result Converter<int8_t>::FromJS(Napi::Env env, Napi::Value value, int8_t& out) { in FromJS()
58 Result Converter<uint8_t>::FromJS(Napi::Env env, Napi::Value value, uint8_t& out) { in FromJS()
69 Result Converter<int16_t>::FromJS(Napi::Env env, Napi::Value value, int16_t& out) { in FromJS()
80 Result Converter<uint16_t>::FromJS(Napi::Env env, Napi::Value value, uint16_t& out) { in FromJS()
91 Result Converter<int32_t>::FromJS(Napi::Env env, Napi::Value value, int32_t& out) { in FromJS()
102 Result Converter<uint32_t>::FromJS(Napi::Env env, Napi::Value value, uint32_t& out) { in FromJS()
113 Result Converter<int64_t>::FromJS(Napi::Env env, Napi::Value value, int64_t& out) { in FromJS()
124 Result Converter<uint64_t>::FromJS(Napi::Env env, Napi::Value value, uint64_t& out) { in FromJS()
[all …]
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dfft.c49 GstFFTS16Complex *out; in GST_START_TEST() local
86 GstFFTS16Complex *out; in GST_START_TEST() local
128 GstFFTS16Complex *out; in GST_START_TEST() local
168 GstFFTS32Complex *out; in GST_START_TEST() local
206 GstFFTS32Complex *out; in GST_START_TEST() local
248 GstFFTS32Complex *out; in GST_START_TEST() local
288 GstFFTF32Complex *out; in GST_START_TEST() local
326 GstFFTF32Complex *out; in GST_START_TEST() local
368 GstFFTF32Complex *out; in GST_START_TEST() local
408 GstFFTF64Complex *out; in GST_START_TEST() local
[all …]
/third_party/node/test/parallel/
Dtest-stream2-set-encoding.js61 const out = []; variable
90 const out = []; variable
128 const out = []; variable
162 const out = []; variable
193 const out = []; variable
221 const out = []; variable
258 const out = []; variable
291 const out = []; variable
/third_party/skia/third_party/externals/dawn/src/dawn_node/utils/
DDebug.h33 inline std::ostream& Write(std::ostream& out) { in Write()
49 std::ostream& Write(std::ostream& out, const std::optional<T>& value) { in Write()
57 std::ostream& Write(std::ostream& out, const std::vector<T>& value) { in Write()
71 std::ostream& Write(std::ostream& out, const std::unordered_map<K, V>& value) { in Write()
87 std::ostream& Write(std::ostream& out, const std::variant<TYS...>& value) { in Write()
93 std::ostream& Write(std::ostream& out, VALUE&& value) { in Write()
98 inline std::ostream& Write(std::ostream& out, FIRST&& first, REST&&... rest) { in Write()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dccconverter.c264 guint n_out, const guint8 ** out, guint * out_len, const gchar * in_caps, in check_conversion_multiple()
310 check_conversion (const guint8 * in, guint in_len, const guint8 * out, in check_conversion()
320 const guint8 * out, guint out_len, const gchar * in_caps, in check_conversion_tc_passthrough()
333 const guint8 out[] = { 0x80, 0x80, 0x80 }; in GST_START_TEST() local
344 const guint8 out[] = { 0xfc, 0x80, 0x80 }; in GST_START_TEST() local
355 const guint8 out[] = in GST_START_TEST() local
371 const guint8 out[] = { 0x80, 0x80 }; in GST_START_TEST() local
385 const guint8 out[] = { 0x80, 0x80, 0x80, 0x80 }; in GST_START_TEST() local
396 const guint8 out[] = { 0xfc, 0x80, 0x80, 0xfd, 0x80, 0x80 }; in GST_START_TEST() local
407 const guint8 out[] = in GST_START_TEST() local
[all …]
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dlinearblend.c56 guint8 * out, const guint8 * t0, const guint8 * b0, const guint8 * m1, in deinterlace_scanline_linear_blend_c()
68 guint8 * out, const GstDeinterlaceScanlineData * scanlines, guint size) in deinterlace_scanline_linear_blend_packed_c()
76 guint8 * out, const GstDeinterlaceScanlineData * scanlines, guint size) in deinterlace_scanline_linear_blend_planar_y_c()
84 guint8 * out, const GstDeinterlaceScanlineData * scanlines, guint size) in deinterlace_scanline_linear_blend_planar_u_c()
92 guint8 * out, const GstDeinterlaceScanlineData * scanlines, guint size) in deinterlace_scanline_linear_blend_planar_v_c()
100 guint8 * out, const guint8 * m0, const guint8 * t1, const guint8 * b1, in deinterlace_scanline_linear_blend2_c()
112 guint8 * out, const GstDeinterlaceScanlineData * scanlines, guint size) in deinterlace_scanline_linear_blend2_packed_c()
120 self, guint8 * out, const GstDeinterlaceScanlineData * scanlines, in deinterlace_scanline_linear_blend2_planar_y_c()
129 self, guint8 * out, const GstDeinterlaceScanlineData * scanlines, in deinterlace_scanline_linear_blend2_planar_u_c()
138 self, guint8 * out, const GstDeinterlaceScanlineData * scanlines, in deinterlace_scanline_linear_blend2_planar_v_c()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl.cc192 auto out = manager.Run(in, data); in Sanitize() local
286 auto out = line(&helpers_); in EmitDynamicVectorAssignment() local
301 auto out = line(&helpers_); in EmitDynamicVectorAssignment() local
329 auto out = line(); in EmitDynamicVectorAssignment() local
362 auto out = line(&helpers_); in EmitDynamicMatrixVectorAssignment() local
399 auto out = line(); in EmitDynamicMatrixVectorAssignment() local
436 auto out = line(&helpers_); in EmitDynamicMatrixScalarAssignment() local
462 auto out = line(&helpers_); in EmitDynamicMatrixScalarAssignment() local
500 auto out = line(); in EmitDynamicMatrixScalarAssignment() local
523 std::ostream& out, in EmitIndexAccessor()
[all …]

12345678910>>...131