| /third_party/protobuf/conformance/ |
| H A D | text_format_conformance_suite.cc | 132 ExpectParseFailure(const string& test_name, ConformanceLevel level, const string& input) ExpectParseFailure() argument
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | MessageParser.cs | 111 public IMessage ParseFrom(Stream input) in ParseFrom() argument 140 public IMessage ParseDelimitedFrom(Stream input) in ParseDelimitedFrom() argument 152 public IMessage ParseFrom(CodedInputStream input) in ParseFrom() argument 298 ParseFrom(Stream input) ParseFrom() argument 327 ParseDelimitedFrom(Stream input) ParseDelimitedFrom() argument 339 ParseFrom(CodedInputStream input) ParseFrom() argument [all...] |
| H A D | UnknownFieldSet.cs | 275 MergeFieldFrom(UnknownFieldSet unknownFields, CodedInputStream input) MergeFieldFrom() argument
|
| /third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| H A D | Empty.cs | 158 public void MergeFrom(pb::CodedInputStream input) { in MergeFrom() argument 175 void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { in IBufferMessage.InternalMergeFrom() argument
|
| /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
|