| /third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
| H A D | OldExtensions1.cs | 131 public void MergeFrom(pb::CodedInputStream input) { in MergeFrom() argument
|
| H A D | UnittestIssue6936B.cs | 145 public void MergeFrom(pb::CodedInputStream input) { in MergeFrom() argument 162 void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { in IBufferMessage.InternalMergeFrom() argument
|
| /third_party/pulseaudio/src/pulsecore/resampler/ |
| H A D | speex.c | 57 static unsigned speex_resample_float(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa_memchunk *output, unsigned *out_n_frames) { in speex_resample_float() argument 93 static unsigned speex_resample_int(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa_memchunk *output, unsigned *out_n_frames) { in speex_resample_int() argument
|
| H A D | soxr.c | 29 static unsigned resampler_soxr_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, in resampler_soxr_resample() argument
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | mathutil.cpp | 71 void convert999E5toRGBFloats(unsigned int input, float *red, float *green, float *blue) in convert999E5toRGBFloats() argument
|
| /third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
| H A D | parser_test.cc | 519 std::string input = R"([compute shader] in TEST_F() local
|
| /third_party/skia/third_party/externals/spirv-tools/test/ |
| H A D | binary_to_text_test.cpp | 218 const std::string input = "OpSource OpenCL_C 12\n"; in TEST_F() local 226 const std::string input = R"(OpEntryPoint Kernel %1 "foo" in TEST_F() local 425 const std::string input = in TEST_F() local 435 const std::string input in TEST_F() local 459 const std::string input = R"( TEST_F() local 479 const std::string input = R"( TEST_F() local [all...] |
| H A D | text_to_binary.constant_test.cpp | 41 const std::string input = in TEST_P() local 73 const std::string input = in TEST_P() local 106 const std::string input = "%1 = " + GetParam().constant_type + in TEST_P() local 249 const std::string input = "%1 = " + GetParam().type + in TEST_P() local 285 std::stringstream input; in TEST_P() local 332 const std::string input = "%1 = " + GetParam() + TEST_P() local 376 const std::string input = "%1 = " + GetParam().constant_type + TEST_P() local 445 const std::string input = "%1 = " + GetParam() + TEST_P() local 655 std::stringstream input; TEST_P() local 767 std::stringstream input; TEST_P() local 805 std::stringstream input; TEST_P() local [all...] |
| H A D | text_to_binary.control_flow_test.cpp | 46 const std::string input = "OpSelectionMerge %1 " + GetParam().name(); in TEST_P() local 64 const std::string input = "OpSelectionMerge %1 Flatten|DontFlatten"; in TEST_F() local 84 std::ostringstream input; in TEST_P() local 124 const std::string input = "OpLoopMerge %merge %continue Unroll|DontUnroll"; in TEST_F() local 188 const auto input = R"(%i32 = OpTypeInt 32 0 TEST_F() local 219 const std::string input = "%1 = OpTypeInt " + GetParam().constant_type_args + TEST_P() local 348 const std::string input = TEST_P() local 397 const std::string input = "OpKill 1"; TEST_F() local 409 const std::string input = "OpTerminateInvocation 1"; TEST_F() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkLocalMatrixImageFilter.cpp | 13 Make(const SkMatrix& localM, sk_sp<SkImageFilter> input) Make() argument 30 SkLocalMatrixImageFilter(const SkMatrix& localM, sk_sp<SkImageFilter> input) SkLocalMatrixImageFilter() argument
|
| H A D | SkStringUtils.cpp | 39 const char* input = string.c_str(); in SkTabString() local
|
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkRuntimeImageFilter.cpp | 26 SkRuntimeImageFilter(sk_sp<SkRuntimeEffect> effect, sk_sp<SkData> uniforms, sk_sp<SkImageFilter> input) SkRuntimeImageFilter() argument 52 SkMakeRuntimeImageFilter(sk_sp<SkRuntimeEffect> effect, sk_sp<SkData> uniforms, sk_sp<SkImageFilter> input) SkMakeRuntimeImageFilter() argument
|
| H A D | SkCropImageFilter.cpp | 18 SkCropImageFilter(const SkRect& cropRect, sk_sp<SkImageFilter> input) in SkCropImageFilter() argument 61 sk_sp<SkImageFilter> SkMakeCropImageFilter(const SkRect& rect, sk_sp<SkImageFilter> input) { in SkMakeCropImageFilter() argument
|
| H A D | SkColorFilterImageFilter.cpp | 22 SkColorFilterImageFilter(sk_sp<SkColorFilter> cf, sk_sp<SkImageFilter> input, in SkColorFilterImageFilter() argument 45 ColorFilter( sk_sp<SkColorFilter> cf, sk_sp<SkImageFilter> input, const CropRect& cropRect) ColorFilter() argument [all...] |
| /third_party/skia/src/gpu/ |
| H A D | GrRenderTaskCluster.cpp | 43 static void validate(SkSpan<const sk_sp<GrRenderTask>> input, in validate() argument 157 bool GrClusterRenderTasks(SkSpan<const sk_sp<GrRenderTask>> input, in GrClusterRenderTasks() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | SetupProcessor.cpp | 134 int input = interpolant; in update() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | binary_to_text_test.cpp | 218 const std::string input = "OpSource OpenCL_C 12\n"; in TEST_F() local 226 const std::string input = R"(OpEntryPoint Kernel %1 "foo" in TEST_F() local 425 const std::string input = in TEST_F() local 435 const std::string input in TEST_F() local 459 const std::string input = R"( TEST_F() local 479 const std::string input = R"( TEST_F() local [all...] |
| H A D | text_to_binary.constant_test.cpp | 41 const std::string input = in TEST_P() local 73 const std::string input = in TEST_P() local 106 const std::string input = "%1 = " + GetParam().constant_type + in TEST_P() local 249 const std::string input = "%1 = " + GetParam().type + in TEST_P() local 285 std::stringstream input; in TEST_P() local 332 const std::string input = "%1 = " + GetParam() + TEST_P() local 376 const std::string input = "%1 = " + GetParam().constant_type + TEST_P() local 445 const std::string input = "%1 = " + GetParam() + TEST_P() local 655 std::stringstream input; TEST_P() local 767 std::stringstream input; TEST_P() local 805 std::stringstream input; TEST_P() local [all...] |
| H A D | text_to_binary.control_flow_test.cpp | 46 const std::string input = "OpSelectionMerge %1 " + GetParam().name(); in TEST_P() local 64 const std::string input = "OpSelectionMerge %1 Flatten|DontFlatten"; in TEST_F() local 84 std::ostringstream input; in TEST_P() local 124 const std::string input = "OpLoopMerge %merge %continue Unroll|DontUnroll"; in TEST_F() local 188 const auto input = R"(%i32 = OpTypeInt 32 0 TEST_F() local 219 const std::string input = "%1 = OpTypeInt " + GetParam().constant_type_args + TEST_P() local 348 const std::string input = TEST_P() local 397 const std::string input = "OpKill 1"; TEST_F() local 409 const std::string input = "OpTerminateInvocation 1"; TEST_F() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | csrucode.cpp | 57 const uint8_t *input = textIn->fRawInput; in match() local 92 const uint8_t *input = textIn->fRawInput; in match() local 125 const uint8_t *input = textIn->fRawInput; in match() local 176 getChar(const uint8_t *input, int32_t index) const getChar() argument 192 getChar(const uint8_t *input, int32_t index) const getChar() argument [all...] |
| /third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/ |
| H A D | SampleBuffer.cpp | 56 void resampleData(const ResampleBlock& input, ResampleBlock* output, int numChannels) { in resampleData() argument
|
| /third_party/skia/tests/ |
| H A D | PDFDeflateWStreamTest.cpp | 53 uint8_t* input = (uint8_t*)src->getMemoryBase(); in stream_inflate() local
|
| /third_party/openssl/crypto/des/ |
| H A D | des_enc.c | 200 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, in DES_ede3_cbc_encrypt() argument
|
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| H A D | hb-subset-test.h | 53 hb_subset_input_t *input = hb_subset_input_create_or_fail (); in hb_subset_test_create_input() local 62 hb_subset_input_t *input = hb_subset_input_create_or_fail (); in hb_subset_test_create_input_from_glyphs() local 71 hb_subset_input_t *input = hb_subset_input_create_or_fail (); in hb_subset_test_create_input_from_nameids() local 84 hb_subset_test_create_subset(hb_face_t *source, hb_subset_input_t *input) hb_subset_test_create_subset() argument [all...] |
| H A D | test-subset-cff1.c | 78 hb_subset_input_t *input; in test_subset_cff1_strip_hints() local 101 hb_subset_input_t *input; in test_subset_cff1_desubr() local 124 hb_subset_input_t *input; in test_subset_cff1_desubr_strip_hints() local 169 hb_subset_input_t *input; test_subset_cff1_j_strip_hints() local 192 hb_subset_input_t *input; test_subset_cff1_j_desubr() local 215 hb_subset_input_t *input; test_subset_cff1_j_desubr_strip_hints() local 278 hb_subset_input_t *input; test_subset_cff1_dotsection() local 300 hb_subset_input_t *input; test_subset_cff1_retaingids() local 323 hb_subset_input_t *input; test_subset_cff1_j_retaingids() local [all...] |