Home
last modified time | relevance | path

Searched defs:multi (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/alsa-lib/src/pcm/
Dpcm_multi.c69 snd_pcm_multi_t *multi = pcm->private_data; in snd_pcm_multi_close() local
93 snd_pcm_multi_t *multi = pcm->private_data; in snd_pcm_multi_async() local
100 snd_pcm_multi_t *multi = pcm->private_data; in snd_pcm_multi_poll_descriptors_count() local
107 snd_pcm_multi_t *multi = pcm->private_data; in snd_pcm_multi_poll_descriptors() local
127 snd_pcm_multi_t *multi = pcm->private_data; in snd_pcm_multi_poll_revents() local
134 snd_pcm_multi_t *multi = pcm->private_data; in snd_pcm_multi_info() local
148 snd_pcm_multi_t *multi = pcm->private_data; in snd_pcm_multi_hw_refine_cprepare() local
168 snd_pcm_multi_t *multi = pcm->private_data; in snd_pcm_multi_hw_refine_sprepare() local
251 snd_pcm_multi_t *multi = pcm->private_data; in snd_pcm_multi_hw_refine_slave() local
258 snd_pcm_multi_t *multi = pcm->private_data; in snd_pcm_multi_hw_refine() local
[all …]
/third_party/curl/lib/
Dmulti.c347 static CURLMcode multi_addmsg(struct Curl_multi *multi, in multi_addmsg()
358 struct Curl_multi *multi = calloc(1, sizeof(struct Curl_multi)); in Curl_multi_handle() local
424 CURLMcode curl_multi_add_handle(struct Curl_multi *multi, in curl_multi_add_handle()
716 CURLMcode curl_multi_remove_handle(struct Curl_multi *multi, in curl_multi_remove_handle()
866 bool Curl_multiplex_wanted(const struct Curl_multi *multi) in Curl_multiplex_wanted()
1024 CURLMcode curl_multi_fdset(struct Curl_multi *multi, in curl_multi_fdset()
1080 static CURLMcode multi_wait(struct Curl_multi *multi,
1396 CURLMcode curl_multi_wait(struct Curl_multi *multi,
1406 CURLMcode curl_multi_poll(struct Curl_multi *multi,
1416 CURLMcode curl_multi_wakeup(struct Curl_multi *multi)
[all …]
Deasy.c335 static int events_timer(struct Curl_multi *multi, /* multi handle */ in events_timer()
468 static void events_setup(struct Curl_multi *multi, struct events *ev) in events_setup()
485 static CURLcode wait_or_timeout(struct Curl_multi *multi, struct events *ev) in wait_or_timeout()
578 static CURLcode easy_events(struct Curl_multi *multi) in easy_events()
594 static CURLcode easy_transfer(struct Curl_multi *multi) in easy_transfer()
650 struct Curl_multi *multi; in easy_perform() local
/third_party/typescript/tests/baselines/reference/
DcheckJsxUnionSFXContextualTypeInferredCorrectly.js35 multi: false, property
56 …return (react_1["default"].createElement(ComponentWithUnion, { multi: false, value: 's', onChange:… property
61 multi: false, property
DjsxComplexSignatureHasApplicabilityError.js630 …return (React.createElement(ReactSelectClass, __assign({}, props, { multi: false, autosize: false,… property
/third_party/json/test/src/
Dunit-ordered_json.cpp70 json multi {{"z", 1}, {"m", 2}, {"m", 3}, {"y", 4}, {"m", 5}}; variable
/third_party/boost/libs/geometry/test/algorithms/covered_by/
Dcovered_by_multi.cpp37 std::string multi("MULTIPOLYGON(" in test_all() local
/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Dsym_difference.cpp36 boost::geometry::model::multi_polygon<polygon> multi; in main() local
/third_party/boost/libs/geometry/test/algorithms/within/
Dwithin_multi.cpp35 std::string multi("MULTIPOLYGON(" in test_all() local
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Dintersection_pies.cpp132 bool multi, bool single_selftangent, p_q_settings const& settings) in test_pie()
232 void test_all(bool multi, bool single_selftangent, p_q_settings const& settings) in test_all()
246 bool multi = false; in main() local
/third_party/curl/tests/libtest/
Dlib1564.c33 CURLM *multi = NULL; in test() local
Dlib1500.c33 CURLM *multi = NULL; in test() local
Dlib1552.c33 CURLM *multi = NULL; in test() local
Dlib507.c33 CURLM *multi = NULL; in test() local
Dlib1502.c44 CURLM *multi = NULL; in test() local
Dlib597.c44 CURLM *multi = NULL; in test() local
Dlib591.c39 CURLM *multi = NULL; in test() local
Dlib1553.c46 CURLM *multi = NULL; in test() local
Dlib1565.c41 static CURLM *multi = NULL; variable
/third_party/boost/libs/geometry/doc/src/examples/core/
Dtag.cpp88 boost::geometry::model::multi_polygon<polygon_type> multi; in main() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_wired_common.h19 int membership, multi, iff_allmulti, iff_up; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_wired_common.h19 int membership, multi, iff_allmulti, iff_up; member
/third_party/libuv/docs/src/guide/
Dutilities.rst217 .. _multi: https://curl.haxx.se/libcurl/c/libcurl-multi.html target in External I/O with polling
/third_party/curl/tests/unit/
Dunit1609.c103 struct Curl_multi *multi = NULL; variable
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
Dtest_empty_response.c68 CURLM *multi; in testInternalSelectGet() local

1234