/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | stream.go | [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | stream.go | [all...] |
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | stream.go | [all...] |
/third_party/gn/src/gn/ |
H A 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; TEST() local 49 std::ostringstream out; TEST() local 63 std::ostringstream out; TEST() local 69 std::ostringstream out; TEST() local 81 std::ostringstream out; TEST() local 87 std::ostringstream out; TEST() local 101 std::ostringstream out; TEST() local 109 std::ostringstream out; TEST() local 117 std::ostringstream out; TEST() local 126 std::ostringstream out; TEST() local 134 std::ostringstream out; TEST() local 140 std::ostringstream out; TEST() local 155 std::ostringstream out; TEST() local 163 std::ostringstream out; TEST() local 175 std::ostringstream out; TEST() local 181 std::ostringstream out; TEST() local 189 std::ostringstream out; TEST() local 194 std::ostringstream out; TEST() local 201 std::ostringstream out; TEST() local 206 std::ostringstream out; TEST() local 211 std::ostringstream out; TEST() local 218 std::ostringstream out; TEST() local 224 std::ostringstream out; TEST() local 230 std::ostringstream out; TEST() local 236 std::ostringstream out; TEST() local 244 std::ostringstream out; TEST() local 250 std::ostringstream out; TEST() local 255 std::ostringstream out; TEST() local 265 std::ostringstream out; TEST() local 271 std::ostringstream out; TEST() local [all...] |
H A D | ninja_generated_file_target_writer_unittest.cc | 61 std::ostringstream out; in TEST_F() local
|
H A D | ninja_group_target_writer_unittest.cc | 52 std::ostringstream out; in TEST() local
|
/third_party/typescript/tests/baselines/reference/ |
H A D | conditionallyDuplicateOverloadsCausedByOverloadResolution.js | 5 var out = foo((x, y) => { variable 24 var out = foo(function (x, y) {
variable
|
H A D | modifierParenCast.js | 18 var out = undefined;
variable
|
H A D | genericFunctionInference2.js | |
H A D | infiniteConstraints.js | 56 var out = myBug({ obj1: { a: "test" } });
variable
|
/third_party/ffmpeg/libswresample/x86/ |
H A D | w64xmmtest.c | 25 wrap(swr_convert(struct SwrContext *s, uint8_t **out, int out_count, in swr_convert() argument
|
/third_party/ffmpeg/libswresample/aarch64/ |
H A D | neontest.c | 25 wrap(swr_convert(struct SwrContext *s, uint8_t **out, int out_count, in swr_convert() argument
|
/third_party/ffmpeg/libswresample/arm/ |
H A D | neontest.c | 25 wrap(swr_convert(struct SwrContext *s, uint8_t **out, int out_count, in swr_convert() argument
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | maybe_test.cc | 28 std::unique_ptr<std::vector<uint32_t>> out = example.takeJust(); in TEST() local 40 int32_t out = example.takeJust(); in TEST() local
|
H A D | glue_test.cc | 28 std::unique_ptr<std::vector<uint32_t>> out = example.takeJust(); in TEST() local 40 int32_t out = example.takeJust(); in TEST() local
|
/third_party/node/deps/base64/base64/lib/arch/neon64/ |
H A D | enc_reshuffle.c | 4 uint8x16x4_t out; in enc_reshuffle() local [all...] |
/third_party/node/deps/base64/base64/lib/arch/neon32/ |
H A D | enc_reshuffle.c | 4 uint8x16x4_t out; in enc_reshuffle() local [all...] |
/third_party/node/deps/base64/base64/lib/arch/avx2/ |
H A D | dec_reshuffle.c | 17 __m256i out = _mm256_madd_epi16(merge_ab_and_bc, _mm256_set1_epi32(0x00011000)); in dec_reshuffle() local
|
/third_party/node/deps/base64/base64/lib/arch/ssse3/ |
H A D | dec_reshuffle.c | 16 const __m128i out = _mm_madd_epi16(merge_ab_and_bc, _mm_set1_epi32(0x00011000)); in dec_reshuffle() local
|
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
H A D | bio_pk7.c | 21 BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7) in BIO_new_PKCS7() argument
|
/third_party/openssl/crypto/pkcs7/ |
H A D | bio_pk7.c | 21 BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7) in BIO_new_PKCS7() argument
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
H A D | ftsdfcommon.c | 93 FT_SDFFormat out; in FT_LOCAL_DEF() local
|
/third_party/rust/crates/unicode-ident/generate/src/ |
H A D | write.rs | 27 let mut out = Output::new(); in output() variables [all...] |
/third_party/backends/backend/genesys/ |
H A D | status.cpp | 28 std::ostream& operator<<(std::ostream& out, Status status) in operator <<() argument
|
/third_party/nghttp2/src/ |
H A 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)); test_base64_decode() local 78 auto out = base64::decode(std::begin(in), std::end(in)); test_base64_decode() local 85 auto out = base64::decode(std::begin(in), std::end(in)); test_base64_decode() local 93 auto out = base64::decode(std::begin(in), std::end(in)); test_base64_decode() local 101 auto out = base64::decode(std::begin(in), std::end(in)); test_base64_decode() local 108 auto out = base64::decode(std::begin(in), std::end(in)); test_base64_decode() local 115 auto out = base64::decode(std::begin(in), std::end(in)); test_base64_decode() local [all...] |