Home
last modified time | relevance | path

Searched refs:fdp (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
Ddeflate_fuzzer.cc25 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local
26 int level = fdp.PickValueInArray({0, 1, 2, 3, 4, 5, 6, 7, 8, 9}); in LLVMFuzzerTestOneInput()
27 int windowBits = fdp.PickValueInArray({9, 10, 11, 12, 13, 14, 15}); in LLVMFuzzerTestOneInput()
28 int memLevel = fdp.PickValueInArray({1, 2, 3, 4, 5, 6, 7, 8, 9}); in LLVMFuzzerTestOneInput()
29 int strategy = fdp.PickValueInArray( in LLVMFuzzerTestOneInput()
31 std::vector<uint8_t> src = fdp.ConsumeRemainingBytes<uint8_t>(); in LLVMFuzzerTestOneInput()
/third_party/boost/libs/graph/doc/
DBUILD_DOCS.sh17 fdp -s -n -Tgif -ostoer_wagner_imgs/digraph1.gif stoer_wagner_imgs/digraph1.dot
18 fdp -s -n -Tgif -ostoer_wagner_imgs/digraph1-min-cut.gif stoer_wagner_imgs/digraph1-min-cut.dot
19 fdp -s -n -Tgif -ostoer_wagner_imgs/stoer_wagner-example.gif stoer_wagner_imgs/stoer_wagner-example…
20 fdp -s -n -Tgif -ostoer_wagner_imgs/stoer_wagner-example-c1.gif stoer_wagner_imgs/stoer_wagner-exam…
21 fdp -s -n -Tgif -ostoer_wagner_imgs/stoer_wagner-example-min-cut.gif stoer_wagner_imgs/stoer_wagner…
/third_party/curl/docs/examples/
Dghiper.c236 SockInfo *fdp = g_malloc0(sizeof(SockInfo)); in addsock() local
238 fdp->global = g; in addsock()
239 fdp->ch = g_io_channel_unix_new(s); in addsock()
240 setsock(fdp, s, easy, action, g); in addsock()
241 curl_multi_assign(g->multi, s, fdp); in addsock()
248 SockInfo *fdp = (SockInfo*) sockp; in sock_cb() local
254 remsock(fdp); in sock_cb()
257 if(!fdp) { in sock_cb()
265 "Changing action from %d to %d\n", fdp->action, what); in sock_cb()
266 setsock(fdp, s, e, what, g); in sock_cb()
Dhiperfifo.c269 SockInfo *fdp = calloc(sizeof(SockInfo), 1); in addsock() local
271 fdp->global = g; in addsock()
272 setsock(fdp, s, easy, action, g); in addsock()
273 curl_multi_assign(g->multi, s, fdp); in addsock()
280 SockInfo *fdp = (SockInfo*) sockp; in sock_cb() local
287 remsock(fdp); in sock_cb()
290 if(!fdp) { in sock_cb()
297 whatstr[fdp->action], whatstr[what]); in sock_cb()
298 setsock(fdp, s, e, what, g); in sock_cb()
Danyauthput.c60 int *fdp = (int *)userp; in my_ioctl() local
61 int fd = *fdp; in my_ioctl()
86 int *fdp = (int *)stream; in read_callback() local
87 int fd = *fdp; in read_callback()
Devhiperfifo.c269 SockInfo *fdp = calloc(sizeof(SockInfo), 1); in addsock() local
271 fdp->global = g; in addsock()
272 setsock(fdp, s, easy, action, g); in addsock()
273 curl_multi_assign(g->multi, s, fdp); in addsock()
283 SockInfo *fdp = (SockInfo*) sockp; in sock_cb() local
290 remsock(fdp, g); in sock_cb()
293 if(!fdp) { in sock_cb()
300 whatstr[fdp->action], whatstr[what]); in sock_cb()
301 setsock(fdp, s, e, what, g); in sock_cb()
Dephiperfifo.c295 SockInfo *fdp = (SockInfo*)calloc(sizeof(SockInfo), 1); in addsock() local
297 fdp->global = g; in addsock()
298 setsock(fdp, s, easy, action, g); in addsock()
299 curl_multi_assign(g->multi, s, fdp); in addsock()
306 SockInfo *fdp = (SockInfo*) sockp; in sock_cb() local
313 remsock(fdp, g); in sock_cb()
316 if(!fdp) { in sock_cb()
323 whatstr[fdp->action], whatstr[what]); in sock_cb()
324 setsock(fdp, s, e, what, g); in sock_cb()
/third_party/boost/boost/date_time/
Dformat_date_parser.hpp191 format_date_parser(const format_date_parser<date_type,charT>& fdp) in format_date_parser() argument
193 this->m_format = fdp.m_format; in format_date_parser()
194 this->m_month_short_names = fdp.m_month_short_names; in format_date_parser()
195 this->m_month_long_names = fdp.m_month_long_names; in format_date_parser()
196 this->m_weekday_short_names = fdp.m_weekday_short_names; in format_date_parser()
197 this->m_weekday_long_names = fdp.m_weekday_long_names; in format_date_parser()
/third_party/gettext/gettext-tools/src/
Dwrite-po.c702 const char *fdp; in wrap() local
715 for (fdp = fmtdir, fdap = fmtdirattr; fdp < fd_end; fdp++, fdap++) in wrap()
716 if (*fdp & FMTDIR_START) in wrap()
719 for (fdq = fdp; fdq < fd_end; fdq++) in wrap()
728 memset (fdap, ATTR_INVALID_FORMAT_DIRECTIVE, fdq - fdp + 1); in wrap()
730 memset (fdap, ATTR_FORMAT_DIRECTIVE, fdq - fdp + 1); in wrap()
731 fdap += fdq - fdp; in wrap()
732 fdp = fdq; in wrap()
/third_party/wayland_standard/tests/
Ddisplay-test.c1114 pre_fd(void *data, struct fd_passer *fdp) in pre_fd() argument
1116 fd_passer_destroy(fdp); in pre_fd()
1120 fd(void *data, struct fd_passer *fdp, int32_t fd) in fd() argument
1135 struct fd_passer *fdp; in zombie_fd_handle_globals() local
1138 fdp = wl_registry_bind(registry, id, &fd_passer_interface, 1); in zombie_fd_handle_globals()
1139 fd_passer_add_listener(fdp, &fd_passer_listener, NULL); in zombie_fd_handle_globals()
1270 double_pre_fd(void *data, struct fd_passer *fdp) in double_pre_fd() argument
1276 double_fd(void *data, struct fd_passer *fdp, int32_t fd) in double_fd() argument
1287 fd_passer_destroy(fdp); in double_fd()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc498 FileDescriptorProto fdp; in FileDescriptorToBase64() local
499 descriptor->CopyTo(&fdp); in FileDescriptorToBase64()
500 fdp.SerializeToString(&fdp_bytes); in FileDescriptorToBase64()
/third_party/boost/libs/date_time/test/posix_time/
Dtesttime_input_facet.cpp408 boost::date_time::format_date_parser<date, char> fdp("%Y-%b-%d", std::locale::classic()); in do_all_tests()
412 time_input_facet tif("%Y-%m-%d %H:%M:%s", fdp, svp, pp, dgp); in do_all_tests()
/third_party/glib/glib/
Dgtester.c285 int r, *fdp = fdp_data; in unset_cloexec_fdp() local
287 r = fcntl (*fdp, F_SETFD, 0 /* FD_CLOEXEC */); in unset_cloexec_fdp()
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc348 FileDescriptorProto fdp; in Generate() local
349 file_->CopyTo(&fdp); in Generate()
350 fdp.SerializeToString(&file_descriptor_serialized_); in Generate()
/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py1478 fdp = descriptor_pb2.FieldDescriptorProto
1479 AddDescriptorField(desc_proto, 'name', fdp.TYPE_STRING)
1480 AddDescriptorField(desc_proto, 'year', fdp.TYPE_INT64)
1481 AddDescriptorField(desc_proto, 'automatic', fdp.TYPE_BOOL)
1482 AddDescriptorField(desc_proto, 'price', fdp.TYPE_DOUBLE)
1487 new_field.type = fdp.TYPE_STRING
/third_party/python/Modules/
Dsocketmodule.c3928 int *fdp; in sock_recvmsg_guts() local
3931 fdp = (int *)CMSG_DATA(cmsgh); in sock_recvmsg_guts()
3933 close(*fdp++); in sock_recvmsg_guts()
/third_party/optimized-routines/math/test/traces/
Dsincosf.txt8818 -0x1.305fdp+4
8939 -0x1.305fdp+4
Dexp.txt2696 -0x1.80099050895fdp-9