Home
last modified time | relevance | path

Searched +defs:input +defs:method (Results 1 – 25 of 70) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-path-parse-format.js103 { method: 'parse', input: [null] }, property
104 { method: 'parse', input: [{}] }, property
105 { method: 'parse', input: [true] }, property
106 { method: 'parse', input: [1] }, property
107 { method: 'parse', input: [] }, property
108 { method: 'format', input: [null] }, property
109 { method: 'format', input: [''] }, property
110 { method: 'format', input: [true] }, property
111 { method: 'format', input: [1] }, property
178 errors.forEach(({ method, input }) => { field
/third_party/typescript/tests/baselines/reference/
DamdModuleConstEnumUsage.js11 method(input: number) { method in User
36 User.prototype.method = function (input) { argument
DreexportWrittenCorrectlyInDeclaration.js18 public method = (input: things.ThingA) => { }; field in Test
63 this.method = function (input) { }; argument
/third_party/node/benchmark/url/
Dlegacy-vs-whatwg-url-searchparams-parse.js8 method: ['legacy', 'whatwg'], property
12 function useLegacy(n, input) { argument
30 function main({ searchParam, n, method }) { field
Dlegacy-vs-whatwg-url-searchparams-serialize.js8 method: ['legacy', 'whatwg'], property
12 function useLegacy(n, input, prop) { argument
32 function main({ searchParam, n, method }) { field
/third_party/flatbuffers/grpc/src/compiler/
Dts_generator.cc79 auto method = service->method(it); in GenerateImports() local
81 auto input = method->get_input_type_name(); in GenerateImports() local
117 const grpc_generator::Method *method, in GetStreamType()
165 auto method = service->method(it); in GenerateMethods() local
167 auto input = method->get_input_type_name(); in GenerateMethods() local
198 auto method = service->method(it); in GenerateService() local
270 auto method = service->method(it); in GenerateInterfaces() local
294 auto method = service->method(it); in GenerateExportedInterface() local
339 auto method = service->method(it); in GenerateMainInterface() local
425 auto method = service->method(it); in GenerateClientInterface() local
[all …]
Djava_generator.cc101 static inline string LowerMethodName(const MethodDescriptor* method) { in LowerMethodName()
105 static inline string MethodPropertiesFieldName(const MethodDescriptor* method) { in MethodPropertiesFieldName()
110 const MethodDescriptor* method) { in MethodPropertiesGetterName()
114 static inline string MethodIdFieldName(const MethodDescriptor* method) { in MethodIdFieldName()
177 static string GrpcEscapeJavadoc(const string& input) { in GrpcEscapeJavadoc()
303 const MethodDescriptor* method) { in GrpcWriteMethodDocComment()
345 auto method = service->method(i); in PrintMethodFields() local
544 auto method = service->method(i); in PrintStub() local
727 auto& method = sorted_methods[i]; in PrintMethodHandlerClass() local
759 auto method = service->method(i); in PrintMethodHandlerClass() local
[all …]
/third_party/grpc/test/cpp/util/
Dproto_file_parser.cc33 bool MethodNameMatch(const std::string& full_name, const std::string& input) { in MethodNameMatch()
130 std::string ProtoFileParser::GetFullMethodName(const std::string& method) { in GetFullMethodName()
167 std::string ProtoFileParser::GetFormattedMethodName(const std::string& method) { in GetFormattedMethodName()
181 std::string ProtoFileParser::GetMessageTypeFromMethod(const std::string& method, in GetMessageTypeFromMethod()
199 bool ProtoFileParser::IsStreaming(const std::string& method, bool is_request) { in IsStreaming()
219 const std::string& method, const std::string& formatted_proto, in GetSerializedProtoFromMethod()
231 const std::string& method, const std::string& serialized_proto, in GetFormattedStringFromMethod()
/third_party/grpc/third_party/upb/tests/pb/
Dtest_encoder.cc60 upb::BytesSink input() { return input_; } in input() function in StringSink
68 std::string input( in test_pb_roundtrip() local
82 const upb::pb::DecoderMethodPtr method = decoder_cache.Get(md); in test_pb_roundtrip() local
/third_party/grpc/third_party/upb/upb/pb/
Ddecoder.h130 static DecoderPtr Create(Arena *arena, DecoderMethodPtr method, in Create()
137 const DecoderMethodPtr method() const { in method() function
142 BytesSink input() { return BytesSink(upb_pbdecoder_input(ptr())); } in input() function
/third_party/grpc/third_party/upb/upb/json/
Dparser.h87 static ParserPtr Create(Arena* arena, ParserMethodPtr method, in Create()
96 BytesSink input() { return upb_json_parser_input(ptr_); } in input() function
/third_party/pulseaudio/src/pulsecore/
Dresampler.c124 pa_resample_method_t method; in choose_auto_resampler() local
138 pa_resample_method_t method, in fix_method()
259 pa_resample_method_t method, in choose_work_format()
332 pa_resample_method_t method, in pa_resampler_new()
1294 static pa_memchunk* convert_to_work_format(pa_resampler *r, pa_memchunk *input) { in convert_to_work_format()
1339 static pa_memchunk *remap_channels(pa_resampler *r, pa_memchunk *input) { in remap_channels()
1406 static pa_memchunk *resample(pa_resampler *r, pa_memchunk *input) { in resample()
1435 static pa_memchunk *convert_from_work_format(pa_resampler *r, pa_memchunk *input) { in convert_from_work_format()
/third_party/node/deps/npm/node_modules/node-fetch-npm/src/
Drequest.js26 constructor (input, init) { argument
170 method: request.method, property
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DGeneratedMessageLite.java151 protected boolean parseUnknownField(int tag, CodedInputStream input) throws IOException { in parseUnknownField()
247 protected abstract Object dynamicMethod(MethodToInvoke method, Object arg0, Object arg1); in dynamicMethod()
250 protected Object dynamicMethod(MethodToInvoke method, Object arg0) { in dynamicMethod()
255 protected Object dynamicMethod(MethodToInvoke method) { in dynamicMethod()
433 byte[] input, int offset, int length, ExtensionRegistryLite extensionRegistry) in mergeFrom()
452 byte[] input, int offset, int length) in mergeFrom()
459 com.google.protobuf.CodedInputStream input, in mergeFrom()
528 CodedInputStream input, in parseUnknownField()
543 CodedInputStream input, in parseExtension()
657 CodedInputStream input, in parseUnknownFieldAsMessageSet()
[all …]
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_doc_comment.cc47 std::string EscapeJavadoc(const std::string& input) { in EscapeJavadoc()
404 const MethodDescriptor* method) { in WriteMethodDocComment()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgsttemplatematch.cpp289 gst_template_match_match (cv::Mat input, cv::Mat templ, in gst_template_match_match()
290 cv::Mat dist_image, double *best_res, cv::Point * best_pos, int method) in gst_template_match_match()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp191 enum selected_method method = SEL_METHOD_NONE; in context_menu() local
315 StringQuery input(tr("PIN:")); in enter_pin() local
1345 enum selected_method method = SEL_METHOD_NONE; in ctx_p2p_connect() local
1370 StringQuery input(tr("PIN from peer display:")); in ctx_p2p_connect() local
1378 StringQuery input(tr("PIN:")); in ctx_p2p_connect() local
1510 StringQuery input(tr("PIN from peer:")); in ctx_p2p_enter_pin() local
1651 enum selected_method method = in properties() local
1745 StringQuery input(tr("AP PIN:")); in learn_ap_config() local
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp4284 double input; in signNearZero() member
4314 auto input = cas.input; in signNearZero() local
4347 auto input = inputs[i]; in signCoverage() local
4544 double input; in skeletonUserGuideExamples() member
5110 #define VALID_RANGE_ASSERT(status, method, lowerBound, argument) UPRV_BLOCK_MACRO_BEGIN { \ in validRanges() argument
5121 #define VALID_RANGE_ONEARG(setting, method, lowerBound) UPRV_BLOCK_MACRO_BEGIN { \ in validRanges() argument
5129 #define VALID_RANGE_TWOARGS(setting, method, lowerBound) UPRV_BLOCK_MACRO_BEGIN { \ in validRanges() argument
5520 double input, in assertFormatSingle()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp191 enum selected_method method = SEL_METHOD_NONE; in context_menu() local
315 StringQuery input(tr("PIN:")); in enter_pin() local
1343 enum selected_method method = SEL_METHOD_NONE; in ctx_p2p_connect() local
1368 StringQuery input(tr("PIN from peer display:")); in ctx_p2p_connect() local
1376 StringQuery input(tr("PIN:")); in ctx_p2p_connect() local
1508 StringQuery input(tr("PIN from peer:")); in ctx_p2p_enter_pin() local
1649 enum selected_method method = in properties() local
1743 StringQuery input(tr("AP PIN:")); in learn_ap_config() local
/third_party/grpc/src/compiler/
Dgenerator_helpers.h82 inline std::vector<std::string> tokenize(const std::string& input, in tokenize()
153 const grpc::protobuf::MethodDescriptor* method) { in GetMethodType()
/third_party/node/lib/
D_http_client.js93 function ClientRequest(input, options, cb) { argument
829 function _deferToConnect(method, arguments_, cb) { argument
/third_party/weston/libweston/backend-wayland/
Dwayland.c934 enum wl_shell_surface_fullscreen_method method, in wayland_output_set_fullscreen()
1623 input_set_cursor(struct wayland_input *input) in input_set_cursor()
1652 struct wayland_input *input = data; in input_handle_pointer_enter() local
1703 struct wayland_input *input = data; in input_handle_pointer_leave() local
1724 struct wayland_input *input = data; in input_handle_motion() local
1781 struct wayland_input *input = data; in input_handle_button() local
1833 struct wayland_input *input = data; in input_handle_axis() local
1864 struct wayland_input *input = data; in input_handle_frame() local
1873 struct wayland_input *input = data; in input_handle_axis_source() local
1882 struct wayland_input *input = data; in input_handle_axis_stop() local
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dnanohttp.c1385 xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input, in xmlNanoHTTPMethodRedir()
1641 xmlNanoHTTPMethod(const char *URL, const char *method, const char *input, in xmlNanoHTTPMethod()
/third_party/libxml2/
Dnanohttp.c1356 xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input, in xmlNanoHTTPMethodRedir()
1612 xmlNanoHTTPMethod(const char *URL, const char *method, const char *input, in xmlNanoHTTPMethod()
/third_party/ffmpeg/libavfilter/
Dvf_vaguedenoiser.c40 int method; member
250 static void transform_step(float *input, float *output, const int size, const int low_size, VagueDe… in transform_step()
283 static void invert_step(const float *input, float *output, float *temp, const int size, VagueDenois… in invert_step()
429 const float *input = s->block; in filter() local
455 float *input = s->block; in filter() local

123