Home
last modified time | relevance | path

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

12345678910>>...145

/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/node/deps/v8/tools/debug_helper/
Dgen-heap-constants.py15 out = """ variable
61 out = out + '\nvoid FillInUnknownHeapAddresses(' + \ variable
64 out = out + ' if (heap_addresses->any_heap_pointer == 0) {\n' variable
65 out = out + ' heap_addresses->any_heap_pointer = any_uncompressed_ptr;\n' variable
66 out = out + ' }\n' variable
70 out = out + ' if (heap_addresses->' + space_name + '_first_page == 0) {\n' variable
71 out = out + ' heap_addresses->' + space_name + \ variable
74 out = out + ' }\n' variable
75 out = out + '}\n' variable
77 out = out + '\n}\n}\n}\n' variable
/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/node/deps/v8/tools/
Dgen-keywords-gen-h.py32 def checked_sub(pattern, sub, out, count=1, flags=0): argument
40 def change_sizet_to_int(out): argument
45 def drop_line_directives(out): argument
50 def trim_and_dcheck_char_table(out): argument
83 def use_isinrange(out): argument
91 def pad_tables(out): argument
148 def return_token(out): argument
168 def memcmp_to_while(out): argument
185 def wrap_namespace(out): argument
210 def trim_character_set_warning(out): argument
/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/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/node/deps/openssl/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/node/deps/openssl/openssl/crypto/perlasm/
Dx86_64-xlate.pl198 sub out { subroutine
254 sub out { subroutine
310 sub out { subroutine
419 sub out { subroutine
444 sub out { subroutine
514 sub out { subroutine
769 sub out { subroutine
990 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/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/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/node/deps/openssl/openssl/crypto/ec/
Decp_nistputil.c53 ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array, in ossl_ec_GFp_nistp_points_make_affine_internal()
/third_party/openssl/crypto/ec/
Decp_nistputil.c53 ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array, in ossl_ec_GFp_nistp_points_make_affine_internal()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestIDNARef.java120 StringBuffer out = IDNAReference.convertToUnicode(src,options); in doTestToUnicode() local
135 StringBuffer out = IDNAReference.convertToUnicode(inBuf,options); in doTestToUnicode() local
150 StringBuffer out = IDNAReference.convertToUnicode(inIter,options); in doTestToUnicode() local
177 StringBuffer out = IDNAReference.convertIDNToUnicode(src,options); in doTestIDNToUnicode() local
191 StringBuffer out = IDNAReference.convertIDNToUnicode(inBuf,options); in doTestIDNToUnicode() local
206 StringBuffer out = IDNAReference.convertIDNToUnicode(inIter,options); in doTestIDNToUnicode() local
232 StringBuffer out = IDNAReference.convertToASCII(src,options); in doTestToASCII() local
247 StringBuffer out = IDNAReference.convertToASCII(inBuf,options); in doTestToASCII() local
262 StringBuffer out = IDNAReference.convertToASCII(inIter,options); in doTestToASCII() local
288 StringBuffer out = IDNAReference.convertIDNToASCII(src,options); in doTestIDNToASCII() local
[all …]

12345678910>>...145