Home
last modified time | relevance | path

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

12345678910>>...17

/external/grpc-grpc/test/core/transport/binder/
Dwire_writer_test.cc70 auto tx = std::make_unique<Transaction>(kFirstCallId, /*is_client=*/true); in TEST() local
104 auto tx = in TEST() local
120 auto tx = std::make_unique<Transaction>(kFirstCallId, /*is_client=*/true); in TEST() local
134 auto tx = std::make_unique<Transaction>(kFirstCallId, /*is_client=*/true); in TEST() local
171 auto tx = std::make_unique<Transaction>(kFirstCallId, /*is_client=*/true); in TEST() local
211 auto tx = in TEST() local
249 auto tx = in TEST() local
/external/pytorch/torch/_dynamo/variables/
Dhigher_order_ops.py57 def dynamo_enable_grad(tx, enable=True): argument
85 def _make_inlined(tx, f): argument
95 tx, fn, args, kwargs, flat_example_value, ret_treespec argument
133 def _check_supported_callable_arg(tx, func_var: VariableTracker, arg_name): argument
144 tx, argument
335 tx, argument
494 def make_attr(tx, name): argument
504 def add_subgraph(tx, name, gm): argument
565 self, tx, args: List[VariableTracker], kwargs: Dict[str, VariableTracker] argument
575 self, tx, args: "List[VariableTracker]", kwargs: "Dict[str, VariableTracker]" argument
[all …]
Diter.py200 def next_variable(self, tx): argument
207 def force_unpack_var_sequence(self, tx) -> List[VariableTracker]: argument
219 def has_force_unpack_var_sequence(self, tx) -> bool: argument
229 def next_variable(self, tx): argument
255 def next_variable(self, tx): argument
293 def next_variable(self, tx): argument
348 def has_unpack_var_sequence(self, tx) -> bool: argument
354 def unpack_var_sequence(self, tx) -> List["VariableTracker"]: argument
366 def next_variable(self, tx): argument
457 def has_unpack_var_sequence(self, tx) -> bool: argument
[all …]
Dfunctions.py26 def wrap_bound_arg(tx, val, source=None): argument
40 def wrap_args_kwargs(tx, result): argument
88 self, tx, args: "List[VariableTracker]", kwargs: "Dict[str, VariableTracker]" argument
92 def call_hasattr(self, tx, name: str) -> VariableTracker: argument
105 def closure_vars(self, tx): argument
281 def call_hasattr(self, tx, name: str) -> VariableTracker: argument
286 self, tx, args: "List[VariableTracker]", kwargs: "Dict[str, VariableTracker]" argument
313 self, tx, args: "List[VariableTracker]", kwargs: "Dict[str, VariableTracker]" argument
359 self, tx, args: "List[VariableTracker]", kwargs: "Dict[str, VariableTracker]" argument
376 self, tx, args: "List[VariableTracker]", kwargs: "Dict[str, VariableTracker]" argument
[all …]
Dtorch_function.py132 def get_global_mangled_name(tx, val): argument
142 def _call_func(self, tx, values): argument
205 tx, torch_function_type, torch_function_var, fn, types, args, kwargs argument
275 def from_tensor_var(cls, tx, tensor_var, class_type, torch_function_fn): argument
286 def install_global(self, tx): argument
299 def class_type_var(self, tx): argument
304 def global_mangled_class_name(self, tx): argument
359 tx, argument
Doptimizer.py62 tx, argument
111 def graph_break_if_pending_mutation(self, tx): argument
125 def _set_capturable(self, tx): argument
192 def map_sources_and_install_guards(self, tx): argument
340 def create_finalizer(self, tx): argument
Dtensor.py287 def method_attr_ndim(self, tx): argument
293 def method_attr_dtype(self, tx): argument
297 def method_attr_device(self, tx): argument
301 def method_attr_layout(self, tx): argument
305 def method_attr_is_cuda(self, tx): argument
309 def method_attr_shape(self, tx): argument
316 def method_attr_requires_grad(self, tx): argument
320 def method_attr_is_quantized(self, tx): argument
324 def method_attr_is_sparse(self, tx): argument
328 def method_attr_data(self, tx): argument
[all …]
Dbase.py276 def can_reconstruct(self, tx): argument
289 def unpack_var_sequence(self, tx) -> List["VariableTracker"]: argument
292 def force_unpack_var_sequence(self, tx) -> List["VariableTracker"]: argument
301 def has_unpack_var_sequence(self, tx) -> bool: argument
309 def has_force_unpack_var_sequence(self, tx) -> bool: argument
328 tx, argument
360 def next_variable(self, tx): argument
363 def is_strict_mode(self, tx): argument
Dlists.py109 def unpack_var_sequence(self, tx): argument
114 tx, argument
296 def unpack_var_sequence(self, tx=None): argument
321 tx, argument
411 tx, argument
439 def var_getattr(self, tx, name): argument
479 tx, argument
543 tx, argument
550 def var_getattr(self, tx, name): argument
644 def unpack_var_sequence(self, tx): argument
[all …]
Dctx_manager.py74 def enter(self, tx): argument
147 def enter(self, tx): argument
198 def enter(self, tx): argument
246 def enter(self, tx): argument
279 def enter(self, tx): argument
319 def enter(self, tx): argument
363 def enter(self, tx): argument
399 def enter(self, tx): argument
433 def enter(self, tx): argument
478 def enter(self, tx): argument
[all …]
Dnn_module.py83 def record_nn_module_stack(module_key: str, source, tx, mod: torch.nn.Module): argument
158 def unpack_var_sequence(self, tx): argument
200 def is_training(self, tx): argument
204 def convert_to_unspecialized(self, tx): argument
227 def _custom_getattr_fallback(self, base, tx, name, options): argument
343 tx, argument
450 tx, argument
826 def unpack_var_sequence(self, tx): argument
961 tx, argument
/external/rust/android-crates-io/crates/rayon-core/src/spawn/
Dtest.rs32 let tx = Mutex::new(tx); in panic_fwd() localVariable
34 let tx = tx.lock().unwrap(); in panic_fwd() localVariable
94 let tx = Mutex::new(tx); in custom_panic_handler_and_spawn() localVariable
122 let tx = Mutex::new(tx); in custom_panic_handler_and_nested_spawn() localVariable
158 let tx = tx.clone(); localVariable
161 let tx = tx.clone(); localVariable
216 let tx = $tx.clone(); localVariable
/external/rust/android-crates-io/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/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/wire_format/
Dwire_writer.cc39 bool CanBeSentInOneTransaction(const Transaction& tx) { in CanBeSentInOneTransaction()
52 absl::Status WriteInitialMetadata(const Transaction& tx, in WriteInitialMetadata()
66 absl::Status WriteTrailingMetadata(const Transaction& tx, in WriteTrailingMetadata()
130 absl::Status WireWriterImpl::RpcCallFastPath(std::unique_ptr<Transaction> tx) { in RpcCallFastPath()
154 Transaction* tx = stream_tx->tx.get(); in RunStreamTx() local
270 absl::Status WireWriterImpl::RpcCall(std::unique_ptr<Transaction> tx) { in RpcCall()
/external/grpc-grpc/src/core/ext/transport/binder/wire_format/
Dwire_writer.cc39 bool CanBeSentInOneTransaction(const Transaction& tx) { in CanBeSentInOneTransaction()
52 absl::Status WriteInitialMetadata(const Transaction& tx, in WriteInitialMetadata()
66 absl::Status WriteTrailingMetadata(const Transaction& tx, in WriteTrailingMetadata()
132 absl::Status WireWriterImpl::RpcCallFastPath(std::unique_ptr<Transaction> tx) { in RpcCallFastPath()
156 Transaction* tx = stream_tx->tx.get(); in RunStreamTx() local
272 absl::Status WireWriterImpl::RpcCall(std::unique_ptr<Transaction> tx) { in RpcCall()
/external/rust/android-crates-io/crates/tokio/src/sync/tests/
Dloom_notify.rs15 let tx = Arc::new(Notify::new()); in notify_one() localVariable
33 let tx = notify.clone(); in notify_waiters() localVariable
163 let tx = notify.clone(); in notify_waiters_poll_consistency() localVariable
206 let tx = notify.clone(); in notify_waiters_poll_consistency_many() localVariable
240 let tx = notify.clone(); in notify_waiters_is_atomic() localVariable
Dloom_list.rs15 let tx = Arc::new(tx); in smoke() localVariable
18 let tx = tx.clone(); in smoke() localVariable
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c535 nine_record_outputs(struct shader_translator *tx, BYTE Usage, BYTE UsageIndex, in nine_record_outputs()
545 static struct ureg_src nine_float_constant_src(struct shader_translator *tx, int idx) in nine_float_constant_src()
575 static struct ureg_src nine_integer_constant_src(struct shader_translator *tx, int idx) in nine_integer_constant_src()
600 static struct ureg_src nine_boolean_constant_src(struct shader_translator *tx, int idx) in nine_boolean_constant_src()
629 static struct ureg_src nine_special_constant_src(struct shader_translator *tx, int idx) in nine_special_constant_src()
650 tx_lconstf(struct shader_translator *tx, struct ureg_src *src, INT index) in tx_lconstf()
667 tx_lconsti(struct shader_translator *tx, struct ureg_src *src, INT index) in tx_lconsti()
684 tx_lconstb(struct shader_translator *tx, struct ureg_src *src, INT index) in tx_lconstb()
702 tx_set_lconstf(struct shader_translator *tx, INT index, float f[4]) in tx_set_lconstf()
726 tx_set_lconsti(struct shader_translator *tx, INT index, int i[4]) in tx_set_lconsti()
[all …]
/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/
DDatastoreExample.java62 abstract void run(Transaction tx, Key userKey, T arg) throws Exception; in run()
77 public void run(Transaction tx, Key userKey, Void arg) { in run()
111 public void run(Transaction tx, Key userKey, Void arg) { in run()
164 public void run(Transaction tx, Key userKey, String content) { in run()
230 public void run(Transaction tx, Key userKey, Contact contact) { in run()
311 Transaction tx = datastore.newTransaction(); in main() local
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c154 struct nouveau_transfer *tx, bool permit_pb) in nouveau_transfer_staging()
183 nouveau_transfer_read(struct nouveau_context *nv, struct nouveau_transfer *tx) in nouveau_transfer_read()
204 nouveau_transfer_write(struct nouveau_context *nv, struct nouveau_transfer *tx, in nouveau_transfer_write()
275 nouveau_buffer_transfer_init(struct nouveau_transfer *tx, in nouveau_buffer_transfer_init()
298 struct nouveau_transfer *tx) in nouveau_buffer_transfer_del()
316 struct nouveau_transfer tx; in nouveau_buffer_cache() local
399 struct nouveau_transfer *tx = MALLOC_STRUCT(nouveau_transfer); in nouveau_buffer_transfer_map() local
529 struct nouveau_transfer *tx = nouveau_transfer(transfer); in nouveau_buffer_transfer_flush_region() local
556 struct nouveau_transfer *tx = nouveau_transfer(transfer); in nouveau_buffer_transfer_unmap() local
654 struct nouveau_transfer *tx = MALLOC_STRUCT(nouveau_transfer); in nouveau_user_ptr_transfer_map() local
[all …]
/external/rust/android-crates-io/crates/tokio/tests/
Dsync_oneshot.rs86 let mut tx = task::spawn(tx); in close_rx() localVariable
126 let mut tx = task::spawn(tx); in explicit_close_poll() localVariable
142 let mut tx = task::spawn(tx); in explicit_close_poll() localVariable
170 let mut tx = task::spawn(tx); in explicit_close_try_recv() localVariable
/external/rust/android-crates-io/crates/rusqlite/src/
Dtransaction.rs566 let tx = db.transaction()?; in test_drop() localVariable
571 let mut tx = db.transaction()?; in test_drop() localVariable
576 let tx = db.transaction()?; in test_drop() localVariable
597 let tx = db.unchecked_transaction()?; in test_unchecked_nesting() localVariable
603 let tx = db.unchecked_transaction()?; in test_unchecked_nesting() localVariable
621 let mut tx = db.transaction()?; in test_explicit_rollback_commit() localVariable
632 let tx = db.transaction()?; in test_explicit_rollback_commit() localVariable
637 let tx = db.transaction()?; in test_explicit_rollback_commit() localVariable
647 let mut tx = db.transaction()?; in test_savepoint() localVariable
682 let mut tx = db.transaction()?; in test_ignore_drop_behavior() localVariable
/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
/external/rust/android-crates-io/crates/crossbeam-utils/tests/
Dwait_group.rs16 let tx = tx.clone(); in wait() localVariable
47 let tx = tx.clone(); in wait_and_drop() localVariable

12345678910>>...17