Home
last modified time | relevance | path

Searched defs:tx (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/external/rust/crates/rayon-core/src/spawn/
Dtest.rs29 let tx = Mutex::new(tx); in panic_fwd() localVariable
31 let tx = tx.lock().unwrap(); in panic_fwd() localVariable
89 let tx = Mutex::new(tx); in custom_panic_handler_and_spawn() localVariable
116 let tx = Mutex::new(tx); in custom_panic_handler_and_nested_spawn() localVariable
152 let tx = tx.clone(); localVariable
155 let tx = tx.clone(); localVariable
206 let tx = $tx.clone(); localVariable
/external/rust/crates/futures-channel/benches/
Dsync_mpsc.rs46 let tx: Vec<_> = (0..100).map(|_| tx.clone()).collect(); in unbounded_100_tx() localVariable
77 tx: Sender<u32>, field
87 let mut tx = Pin::new(&mut this.tx); in poll_next() localVariable
104 let mut tx = TestSender { tx, last: 0 }; in bounded_1_tx() localVariable
122 let mut tx: Vec<_> = (0..100).map(|_| TestSender { tx: tx.clone(), last: 0 }).collect(); in bounded_100_tx() localVariable
/external/libese/apps/boot/
Dboot.c68 struct EseSgBuffer tx[2]; in ese_boot_session_open() local
172 struct EseSgBuffer tx[4]; in ese_boot_lock_xget() local
232 struct EseSgBuffer tx[3]; in ese_boot_lock_get() local
286 struct EseSgBuffer tx[2]; in ese_boot_meta_clear() local
324 struct EseSgBuffer tx[4]; in ese_boot_meta_append() local
374 struct EseSgBuffer tx[3]; in ese_boot_lock_xset() local
451 struct EseSgBuffer tx[3]; in ese_boot_lock_set() local
495 struct EseSgBuffer tx[5]; in ese_boot_rollback_index_write() local
554 struct EseSgBuffer tx[4]; in ese_boot_rollback_index_read() local
621 struct EseSgBuffer tx[5]; in ese_boot_carrier_lock_test() local
[all …]
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c548 nine_record_outputs(struct shader_translator *tx, BYTE Usage, BYTE UsageIndex, in nine_record_outputs()
558 static struct ureg_src nine_float_constant_src(struct shader_translator *tx, int idx) in nine_float_constant_src()
588 static struct ureg_src nine_integer_constant_src(struct shader_translator *tx, int idx) in nine_integer_constant_src()
613 static struct ureg_src nine_boolean_constant_src(struct shader_translator *tx, int idx) in nine_boolean_constant_src()
643 tx_lconstf(struct shader_translator *tx, struct ureg_src *src, INT index) in tx_lconstf()
660 tx_lconsti(struct shader_translator *tx, struct ureg_src *src, INT index) in tx_lconsti()
677 tx_lconstb(struct shader_translator *tx, struct ureg_src *src, INT index) in tx_lconstb()
695 tx_set_lconstf(struct shader_translator *tx, INT index, float f[4]) in tx_set_lconstf()
719 tx_set_lconsti(struct shader_translator *tx, INT index, int i[4]) in tx_set_lconsti()
744 tx_set_lconstb(struct shader_translator *tx, INT index, BOOL b) in tx_set_lconstb()
[all …]
/external/rust/crates/rusqlite/src/
Dtransaction.rs519 let tx = db.transaction()?; in test_drop() localVariable
524 let mut tx = db.transaction()?; in test_drop() localVariable
529 let tx = db.transaction()?; in test_drop() localVariable
553 let tx = db.unchecked_transaction()?; in test_unchecked_nesting() localVariable
559 let tx = db.unchecked_transaction()?; in test_unchecked_nesting() localVariable
580 let mut tx = db.transaction()?; in test_explicit_rollback_commit() localVariable
591 let tx = db.transaction()?; in test_explicit_rollback_commit() localVariable
596 let tx = db.transaction()?; in test_explicit_rollback_commit() localVariable
609 let mut tx = db.transaction()?; in test_savepoint() localVariable
644 let mut tx = db.transaction()?; in test_ignore_drop_behavior() localVariable
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c142 struct nouveau_transfer *tx, bool permit_pb) in nouveau_transfer_staging()
171 nouveau_transfer_read(struct nouveau_context *nv, struct nouveau_transfer *tx) in nouveau_transfer_read()
192 nouveau_transfer_write(struct nouveau_context *nv, struct nouveau_transfer *tx, in nouveau_transfer_write()
263 nouveau_buffer_transfer_init(struct nouveau_transfer *tx, in nouveau_buffer_transfer_init()
286 struct nouveau_transfer *tx) in nouveau_buffer_transfer_del()
305 struct nouveau_transfer tx; in nouveau_buffer_cache() local
384 struct nouveau_transfer *tx = MALLOC_STRUCT(nouveau_transfer); in nouveau_buffer_transfer_map() local
514 struct nouveau_transfer *tx = nouveau_transfer(transfer); in nouveau_buffer_transfer_flush_region() local
536 struct nouveau_transfer *tx = nouveau_transfer(transfer); in nouveau_buffer_transfer_unmap() local
655 struct nouveau_transfer *tx = MALLOC_STRUCT(nouveau_transfer); in nouveau_user_ptr_transfer_map() local
[all …]
/external/rust/crates/tokio/tests/
Dsync_oneshot.rs75 let mut tx = task::spawn(tx); in close_rx() localVariable
114 let mut tx = task::spawn(tx); in explicit_close_poll() localVariable
130 let mut tx = task::spawn(tx); in explicit_close_poll() localVariable
158 let mut tx = task::spawn(tx); in explicit_close_try_recv() localVariable
/external/rust/crates/tokio/src/sync/tests/
Dloom_list.rs15 let tx = Arc::new(tx); in smoke() localVariable
18 let tx = tx.clone(); in smoke() localVariable
Dloom_mpsc.rs106 let tx = tx.clone(); in dropping_tx() localVariable
124 let tx = tx.clone(); in dropping_unbounded_tx() localVariable
148 tx: mpsc::Sender<()>, in try_recv() field
Dloom_oneshot.rs94 tx: &'a mut oneshot::Sender<i32>, field
123 let tx = thread::spawn(move || { in changing_tx_task() localVariable
Dloom_notify.rs10 let tx = Arc::new(Notify::new()); in notify_one() localVariable
28 let tx = notify.clone(); in notify_waiters() localVariable
/external/rust/crates/crossbeam-utils/tests/
Dwait_group.rs16 let tx = tx.clone(); in wait() localVariable
45 let tx = tx.clone(); in wait_and_drop() localVariable
/external/lmfit/demo/
Dsurface1.c23 double f( double tx, double tz, const double *p ) in f()
30 double *tx, *tz; member
56 double tx[4] = { -1, -1, 1, 1 }; in main() local
/external/linux-kselftest/tools/testing/selftests/timers/
Dset-tai.c30 struct timex tx; in set_tai() local
42 struct timex tx; in get_tai() local
Dchange_skew.c38 struct timex tx; in change_skew_test() local
60 struct timex tx; in main() local
Dleapcrash.c30 struct timex tx; in clear_time_state() local
60 struct timex tx; in main() local
Dvalid-adjtimex.c44 static int clock_adjtime(clockid_t id, struct timex *tx) in clock_adjtime()
53 struct timex tx; in clear_time_state() local
117 struct timex tx; in validate_freq() local
Dleap-a-day.c97 struct timex tx; in clear_time_state() local
132 struct timex tx; in sigalarm() local
239 struct timex tx; in main() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DThreadTest.java66 Transliterator tx = Transliterator.getInstance("Latin-Thai"); in run() local
82 final Transliterator tx = Transliterator.getInstance("Any-Latin"); in TestAnyTranslit() local
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DThreadTest.java63 Transliterator tx = Transliterator.getInstance("Latin-Thai"); in run() local
79 final Transliterator tx = Transliterator.getInstance("Any-Latin"); in TestAnyTranslit() local
/external/rust/crates/futures/tests/
Dlock_mutex.rs43 let tx = Arc::new(tx); in mutex_contested() localVariable
48 let tx = tx.clone(); in mutex_contested() localVariable
Dsink.rs343 let mut tx = tx.with(|item: i32| future::ok::<i32, mpsc::SendError>(item + 10)); in with_propagates_poll_ready() localVariable
347 let mut tx = Pin::new(&mut tx); in with_propagates_poll_ready() localVariable
493 let mut tx = tx.sink_map_err(|_| ()); in sink_map_err() localVariable
498 let tx = mpsc::channel(0).0; in sink_map_err() localVariable
507 let mut tx = tx.clone(); in sink_unfold() localVariable
548 let mut tx: SinkErrInto<mpsc::Sender<()>, _, ErrIntoTest> = tx.sink_err_into(); in err_into() localVariable
553 let tx = mpsc::channel(0).0; in err_into() localVariable
/external/skia/experimental/lowp-basic/
Dbilerp-study.cpp38 static float golden_bilerp(float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in golden_bilerp()
46 float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in golden_bilerp2()
57 float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in full_res_bilerp()
69 static int16_t bilerp_1(float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in bilerp_1()
/external/libese/apps/weaver/
Dweaver.c76 struct EseSgBuffer tx[2]; in ese_weaver_session_open() local
234 struct EseSgBuffer tx[5]; in ese_weaver_write() local
288 struct EseSgBuffer tx[5]; in ese_weaver_read() local
373 struct EseSgBuffer tx[3]; in ese_weaver_erase_value() local
/external/python/pyserial/serial/urlhandler/
Dprotocol_spy.py93 def tx(self, data): member in FormatRaw
142 def tx(self, data): member in FormatHexdump
170 def tx(self, data): member in FormatLog
190 def tx(self, data): member in FormatLogHex
250 def write(self, tx): argument

12345678910>>...12