Home
last modified time | relevance | path

Searched defs:cx (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/external/rust/crates/futures/tests/
Dstream_futures_ordered.rs40 let mut cx = noop_context(); in works_2() localVariable
58 let mut cx = noop_context(); in test_push_front() localVariable
90 let mut cx = noop_context(); in test_push_back() localVariable
138 let cx = &mut noop_context(); in queue_never_unblocked() localVariable
158 let mut cx = noop_context(); in test_push_front_negative() localVariable
Dstream_futures_unordered.rs15 let mut cx = noop_context(); in is_terminated() localVariable
72 let mut cx = noop_context(); in works_2() localVariable
101 let cx = &mut noop_context(); in finished_future() localVariable
298 let mut cx = noop_context(); in len_valid_during_out_of_order_completion() localVariable
349 let cx = &mut noop_context(); in polled_only_once_at_most_per_iteration() localVariable
Dstream_into_async_read.rs9 let mut cx = noop_context(); localVariable
29 let mut cx = noop_context(); localVariable
Dstream_try_stream.rs15 let cx = &mut noop_context(); in try_filter_map_after_err() localVariable
26 let cx = &mut noop_context(); in try_skip_while_after_err() localVariable
37 let cx = &mut noop_context(); in try_take_while_after_err() localVariable
/external/rust/crates/futures-channel/benches/
Dsync_mpsc.rs21 let mut cx = noop_context(); in unbounded_1_tx() localVariable
42 let mut cx = noop_context(); in unbounded_100_tx() localVariable
63 let mut cx = noop_context(); in unbounded_uncontended() localVariable
100 let mut cx = noop_context(); in bounded_1_tx() localVariable
117 let mut cx = noop_context(); in bounded_100_tx() localVariable
/external/eigen/blas/f2c/
Dcomplexdots.c21 complex cdotc_(integer *n, complex *cx, integer in cdotc_()
37 complex cdotu_(integer *n, complex *cx, integer in cdotu_()
53 doublecomplex zdotc_(integer *n, doublecomplex *cx, integer *incx, in zdotc_()
69 doublecomplex zdotu_(integer *n, doublecomplex *cx, integer *incx, in zdotu_()
/external/rust/crates/futures-test/src/
Dassert.rs32 let mut cx = $crate::task::noop_context(); localVariable
66 let mut cx = $crate::task::noop_context(); localVariable
110 let mut cx = $crate::task::noop_context(); localVariable
/external/libwebsockets/lib/core/
Dcontext.c247 struct lws_context *cx = (struct lws_context *)opaque; in lws_system_smd_cb() local
1546 lws_system_cpd_start(struct lws_context *cx) in lws_system_cpd_start()
1569 struct lws_context *cx = in lws_system_deferred_cb() local
1576 lws_system_cpd_start_defer(struct lws_context *cx, lws_usec_t defer_us) in lws_system_cpd_start_defer()
1587 lws_system_cpd_set(struct lws_context *cx, lws_cpd_result_t result) in lws_system_cpd_set()
1613 lws_system_cpd_state_get(struct lws_context *cx) in lws_system_cpd_state_get()
1621 lws_context_is_deprecated(struct lws_context *cx) in lws_context_is_deprecated()
2250 lws_log_prepend_context(struct lws_log_cx *cx, void *obj, char **p, char *e) in lws_log_prepend_context()
2260 lwsl_context_get_cx(struct lws_context *cx) in lwsl_context_get_cx()
Dlogs.c312 lws_log_emit_cx_file(struct lws_log_cx *cx, int level, const char *line, in lws_log_emit_cx_file()
327 lws_log_use_cx_file(struct lws_log_cx *cx, int _new) in lws_log_use_cx_file()
356 __lws_logv(lws_log_cx_t *cx, lws_log_prepend_cx_t prep, void *obj, in __lws_logv()
473 void _lws_log_cx(lws_log_cx_t *cx, lws_log_prepend_cx_t prep, void *obj, in _lws_log_cx()
501 int lwsl_visible_cx(lws_log_cx_t *cx, int level) in lwsl_visible_cx()
507 lwsl_refcount_cx(lws_log_cx_t *cx, int _new) in lwsl_refcount_cx()
524 lwsl_hexdump_level_cx(lws_log_cx_t *cx, lws_log_prepend_cx_t prep, void *obj, in lwsl_hexdump_level_cx()
/external/pigweed/pw_hdlc/
Drouter.cc143 Poll<> Router::PollDeliverIncomingFrame(Context& cx, const Frame& frame) { in PollDeliverIncomingFrame()
195 void Router::DecodeAndWriteIncoming(Context& cx) { in DecodeAndWriteIncoming()
226 void Router::TryFillBufferToEncodeAndSend(Context& cx) { in TryFillBufferToEncodeAndSend()
258 void Router::WriteOutgoingMessages(Context& cx) { in WriteOutgoingMessages()
328 Poll<> Router::Pend(Context& cx) { in Pend()
348 Poll<> Router::PendClose(Context& cx) { in PendClose()
/external/skia/gm/
Dinversepaths.cpp24 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square()
28 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line()
32 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle()
36 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line()
83 SkScalar cx = slideWidth / 2 + slideBoundary; variable
/external/pigweed/pw_channel/
Dloopback_channel.cc30 Context& cx) { in DoPendRead()
42 Context& cx) { in DoPendReadyToWrite()
71 Context& cx) { in DoPendRead()
Dforwarding_channel_test.cc94 pw::async2::Poll<> DoPend(pw::async2::Context& cx) override { in TEST()
152 pw::async2::Poll<> DoPend(pw::async2::Context& cx) override { in TEST()
199 pw::async2::Poll<> DoPend(pw::async2::Context& cx) override { in TEST()
253 pw::async2::Poll<> DoPend(Context& cx) final { in TEST()
289 pw::async2::Poll<> DoPend(pw::async2::Context& cx) override { in TEST()
333 pw::async2::Poll<> DoPend(pw::async2::Context& cx) override { in TEST()
386 pw::async2::Poll<> DoPend(Context& cx) final { in TEST()
Dforwarding_channel.cc20 ForwardingChannel<DataType::kDatagram>::DoPendRead(async2::Context& cx) in DoPendRead()
37 async2::Context& cx) PW_NO_LOCK_SAFETY_ANALYSIS { in DoPendReadyToWrite()
84 ForwardingChannel<DataType::kByte>::DoPendRead(async2::Context& cx) { in DoPendRead()
Depoll_channel.cc45 async2::Context& cx) { in DoPendRead()
89 async2::Poll<Status> EpollChannel::DoPendReadyToWrite(async2::Context& cx) { in DoPendReadyToWrite()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_msg.c88 ax, bx, cx, dx, si, di) \ argument
133 ax, bx, cx, dx, si, di) \ argument
157 ax, bx, cx, dx, si, di) \ argument
192 ax, bx, cx, dx, si, di) \ argument
219 ax, bx, cx, dx, si, di) \ argument
256 ax, bx, cx, dx, si, di) \ argument
263 ax, bx, cx, dx, si, di) \ argument
271 ax, bx, cx, dx, si, di) \ argument
308 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; in vmw_open_channel() local
338 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; in vmw_close_channel() local
[all …]
/external/pigweed/pw_async2/public/pw_async2/
Dcoro.h235 CoroPromiseType(CoroContext& cx, const Args&...) in CoroPromiseType()
299 Context& cx() { return *in_out_->input_cx; } in cx() function
333 Context& cx = promise.promise().cx(); in await_suspend() local
354 Poll<> PendFillReturnValue(Context& cx) final { in PendFillReturnValue()
426 Poll<T> Pend(Context& cx) { in Pend()
/external/icu/icu4c/source/common/
Ducnv_ext.cpp124 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, in ucnv_extMatchToU()
237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteToU()
279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchToU()
333 ucnv_extSimpleMatchToU(const int32_t *cx, in ucnv_extSimpleMatchToU()
531 ucnv_extMatchFromU(const int32_t *cx, in ucnv_extMatchFromU()
672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteFromU()
750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchFromU()
813 ucnv_extSimpleMatchFromU(const int32_t *cx, in ucnv_extSimpleMatchFromU()
979 const int32_t *cx, in ucnv_extGetUnicodeSetString()
1035 const int32_t *cx; in ucnv_extGetUnicodeSet() local
/external/cronet/third_party/icu/source/common/
Ducnv_ext.cpp124 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, in ucnv_extMatchToU()
237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteToU()
279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchToU()
333 ucnv_extSimpleMatchToU(const int32_t *cx, in ucnv_extSimpleMatchToU()
531 ucnv_extMatchFromU(const int32_t *cx, in ucnv_extMatchFromU()
672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteFromU()
750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchFromU()
813 ucnv_extSimpleMatchFromU(const int32_t *cx, in ucnv_extSimpleMatchFromU()
979 const int32_t *cx, in ucnv_extGetUnicodeSetString()
1035 const int32_t *cx; in ucnv_extGetUnicodeSet() local
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct_type.pass.cpp50 int const& cx = x; in test_bullet_one() local
83 int const& cx = x; in test_bullet_two() local
116 int const& cx = x; in test_bullet_three() local
/external/libwebsockets/lib/tls/
Dtls.c51 struct lws_context *cx = wsi->a.context; in lws_tls_restrict_borrow() local
99 struct lws_context *cx = wsi->a.context; in _lws_tls_restrict_return() local
115 struct lws_context *cx = wsi->a.context; in lws_tls_restrict_return_handshake() local
135 struct lws_context *cx = wsi->a.context; in lws_tls_restrict_return() local
/external/pigweed/pw_channel/public/pw_channel/
Dchannel.h198 async2::Poll<Result<multibuf::MultiBuf>> PendRead(async2::Context& cx) { in PendRead()
227 async2::Poll<Status> PendReadyToWrite(pw::async2::Context& cx) { in PendReadyToWrite()
302 async2::Poll<Result<WriteToken>> PendFlush(async2::Context& cx) { in PendFlush()
361 async2::Poll<pw::Status> PendClose(async2::Context& cx) { in PendClose()
/external/libwebsockets/lib/secure-streams/system/captive-portal-detect/
Dcaptive-portal-detect.c42 struct lws_context *cx = (struct lws_context *)m->opaque_data; in ss_cpd_state() local
84 lws_ss_sys_cpd(struct lws_context *cx) in lws_ss_sys_cpd()
/external/cronet/third_party/libc++/src/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct_type.pass.cpp51 int const& cx = x; in test_bullet_one() local
84 int const& cx = x; in test_bullet_two() local
122 int const& cx = x; in test_bullet_three() local
/external/libwebsockets/lib/core-net/
Droute.c38 _lws_routing_entry_dump(struct lws_context *cx, lws_route_t *rou) in _lws_routing_entry_dump()
65 _lws_routing_table_dump(struct lws_context *cx) in _lws_routing_table_dump()
97 _lws_route_get_uidx(struct lws_context *cx) in _lws_route_get_uidx()

12345678910>>...13