| /third_party/protobuf/src/google/protobuf/util/ |
| H A D | field_mask_util.cc | 58 bool FieldMaskUtil::SnakeCaseToCamelCase(StringPiece input, in SnakeCaseToCamelCase() argument 88 bool FieldMaskUtil::CamelCaseToSnakeCase(StringPiece input, in CamelCaseToSnakeCase() argument [all...] |
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | utility.cc | 246 std::string EnumValueNameToLowerCamelCase(StringPiece input) { in EnumValueNameToLowerCamelCase() argument 253 std::string ToCamelCase(StringPiece input) { in ToCamelCase() argument 297 ToSnakeCase(StringPiece input) ToSnakeCase() argument [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | wire_format_unittest.cc | 1245 protobuf_unittest::OneString input; TEST_F() local 1268 protobuf_unittest::OneString input; TEST_F() local 1294 protobuf_unittest::OneString input; TEST_F() local 1306 protobuf_unittest::OneString input; TEST_F() local 1322 protobuf_unittest::OneBytes input; TEST_F() local 1334 protobuf_unittest::OneBytes input; TEST_F() local 1348 protobuf_unittest::MoreBytes input; TEST_F() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
| H A D | container_test.cc | 643 const std::list<int> input = {1, 2, 3}; in TEST() local 657 const std::list<int> input = {1, 2, 3}; in TEST() local 667 const std::list<int> input = {1, 2, 3}; in TEST() local 688 const std::list<int> input = {1, 2, 3}; in TEST() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | charconv_test.cc | 600 std::string input = absl::StrCat("nan(", n_char_sequence, ")"); in TEST() local 633 std::string input in TEST() local 688 std::string input = input_generator(index); TestOverflowAndUnderflow() local 701 std::string input = input_generator(index); TestOverflowAndUnderflow() local 714 std::string input = input_generator(index); TestOverflowAndUnderflow() local 725 std::string input = input_generator(index); TestOverflowAndUnderflow() local [all...] |
| H A D | charconv.cc | 285 bool HandleEdgeCase(const strings_internal::ParsedFloat& input, bool negative, in HandleEdgeCase() argument [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | liveness.cpp | 164 AnalyzeAccessChainLoc(const Instruction* ac, const analysis::Type** curr_type, uint32_t* offset, bool* no_loc, bool is_patch, bool input) AnalyzeAccessChainLoc() argument
|
| /third_party/spirv-tools/test/ |
| H A D | ext_inst.cldebug100_test.cpp | 154 const std::string input = in TEST_P() local 169 EXPECT_THAT(EncodeAndDecodeSuccessfully(input), input) << input; in TEST_P() local 612 const std::string input = prefix + "FlagIsPublic\n"; in TEST_F() local [all...] |
| H A D | hex_float_test.cpp | 1220 std::string input; member [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_adeclick.c | 187 static void autocorrelation(const double *input, int order, int size, in autocorrelation() argument
|
| H A D | vf_convolve.c | 441 static void get_xoutput(ConvolveContext *s, AVComplexFloat *input, AVFrame *out, in get_xoutput() argument 462 static void get_output(ConvolveContext *s, AVComplexFloat *input, AVFrame *out, in get_output() argument 519 AVComplexFloat *input = td->hdata_in; complex_multiply() local 549 AVComplexFloat *input = td->hdata_in; complex_xcorrelate() local 579 AVComplexFloat *input = td->hdata_in; complex_divide() local 692 AVComplexFloat *input = s->fft_vdata_out[plane]; do_convolve() local [all...] |
| H A D | vf_colormap.c | 331 const float input[3] = { sr[x], sg[x], sb[x] }; in colormap_slice() local
|
| H A D | vf_readeia608.c | 46 int input; member
|
| H A D | vf_tonemap_opencl.c | 336 static int tonemap_opencl_filter_frame(AVFilterLink *inlink, AVFrame *input) in tonemap_opencl_filter_frame() argument 304 launch_kernel(AVFilterContext *avctx, cl_kernel kernel, AVFrame *output, AVFrame *input, float peak) launch_kernel() argument [all...] |
| H A D | vf_vaguedenoiser.c | 243 static void transform_step(float *input, float *output, const int size, const int low_size, VagueDenoiserContext *s) in transform_step() argument 276 invert_step(const float *input, float *output, float *temp, const int size, VagueDenoiserContext *s) invert_step() argument 422 const float *input = s->block; filter() local 448 float *input = s->block; filter() local [all...] |
| H A D | vf_xbr.c | 217 const AVFrame *input = td->in; in xbr_filter() local [all...] |
| /third_party/ffmpeg/libavdevice/ |
| H A D | android_camera.c | 250 int32_t input = available_configs.data.i32[i * 4 + 3]; in match_video_size() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | opusenc.c | 129 const void *input = cur->extended_data[ch]; in celt_frame_setup_input() local 144 const void *input = cur->extended_data[ch]; in celt_frame_setup_input() local
|
| /third_party/ffmpeg/libavfilter/dnn/ |
| H A D | dnn_backend_openvino.c | 122 DNNData input; in fill_model_input_ov() local 503 get_input_ov(void *model, DNNData *input, const char *input_name) get_input_ov() argument [all...] |
| /third_party/curl/src/ |
| H A D | tool_formparse.c | 717 formparse(struct OperationConfig *config, const char *input, struct tool_mime **mimeroot, struct tool_mime **mimecurrent, bool literal_value) formparse() argument
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | reflection.cpp | 125 const bool input = base.getQualifier().isPipeInput(); in addPipeIOVariable() local 482 void blowUpIOAggregate(bool input, const TString &baseName, const TType &type) in blowUpIOAggregate() argument [all...] |
| /third_party/glslang/gtests/ |
| H A D | TestFixture.h | 477 std::string input, expectedOutput; in loadFileCompileAndCheck() local 511 std::string input, expectedOutput; in loadFileCompileAndCheckWithOptions() local 538 std::string input, expectedOutput; in loadFileCompileFlattenUniformsAndCheck() local 572 std::string input, expectedOutput; loadFileCompileIoMapAndCheck() local 603 std::string input, expectedOutput; loadFileCompileRemapAndCheck() local 629 std::vector<std::uint32_t> input; loadFileRemapAndCheck() local 681 std::string input, expectedOutput, expectedError; loadFilePreprocessAndCheck() local 708 std::string input, expectedOutput; loadCompileUpgradeTextureToSampledTextureAndDropSamplersAndCheck() local [all...] |
| /third_party/gn/src/base/files/ |
| H A D | file_util_win.cc | 193 FilePath MakeAbsoluteFilePath(const FilePath& input) { in RandomDataToGUIDString() argument
|
| /third_party/gn/src/gn/ |
| H A D | commands.cc | 76 ResolveStringFromCommandLineInput( Setup* setup, const SourceDir& current_dir, const std::string& input, bool default_toolchain_only, UniqueVector<const Target*>* target_matches, UniqueVector<const Config*>* config_matches, UniqueVector<const Toolchain*>* toolchain_matches, UniqueVector<SourceFile>* file_matches) ResolveStringFromCommandLineInput() argument 593 ResolveFromCommandLineInput( Setup* setup, const std::vector<std::string>& input, bool default_toolchain_only, UniqueVector<const Target*>* target_matches, UniqueVector<const Config*>* config_matches, UniqueVector<const Toolchain*>* toolchain_matches, UniqueVector<SourceFile>* file_matches) ResolveFromCommandLineInput() argument 618 FilterTargetsByPatterns(const std::vector<const Target*>& input, const std::vector<LabelPattern>& filter, std::vector<const Target*>* output) FilterTargetsByPatterns() argument 631 FilterTargetsByPatterns(const std::vector<const Target*>& input, const std::vector<LabelPattern>& filter, UniqueVector<const Target*>* output) FilterTargetsByPatterns() argument 644 FilterOutTargetsByPatterns(const std::vector<const Target*>& input, const std::vector<LabelPattern>& filter, std::vector<const Target*>* output) FilterOutTargetsByPatterns() argument [all...] |
| /third_party/glfw/deps/ |
| H A D | stb_image_write.h | 298 STBIWDEF int stbiw_convert_wchar_to_utf8(char *buffer, size_t bufferlen, const wchar_t* input) in stbiw_convert_wchar_to_utf8() argument [all...] |