Home
last modified time | relevance | path

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

12345678910>>...53

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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
H A 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
H A 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
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSurfaceTransactionHelper.java63 public PipSurfaceTransactionHelper alpha(SurfaceControl.Transaction tx, SurfaceControl leash, in alpha()
73 public PipSurfaceTransactionHelper cropAndPosition(@NonNull SurfaceControl.Transaction tx, in cropAndPosition()
89 public PipSurfaceTransactionHelper crop(@NonNull SurfaceControl.Transaction tx, in crop()
99 public PipSurfaceTransactionHelper scale(SurfaceControl.Transaction tx, SurfaceControl leash, in scale()
110 public PipSurfaceTransactionHelper scale(@NonNull SurfaceControl.Transaction tx, in scale()
123 public PipSurfaceTransactionHelper scale(@NonNull SurfaceControl.Transaction tx, in scale()
135 public PipSurfaceTransactionHelper scale(@NonNull SurfaceControl.Transaction tx, in scale()
147 public PipSurfaceTransactionHelper scale(@NonNull SurfaceControl.Transaction tx, in scale()
160 public PipSurfaceTransactionHelper scale(@NonNull SurfaceControl.Transaction tx, in scale()
183 public PipSurfaceTransactionHelper scaleAndCrop(@NonNull SurfaceControl.Transaction tx, in scaleAndCrop()
[all …]
H A DPipAnimationController.java288 public void onPipAnimationEnd(TaskInfo taskInfo, SurfaceControl.Transaction tx, in onPipAnimationEnd()
309 public boolean handlePipTransaction(SurfaceControl leash, SurfaceControl.Transaction tx, in handlePipTransaction()
391 final SurfaceControl.Transaction tx = in onAnimationEnd() local
426 boolean handlePipTransaction(SurfaceControl leash, SurfaceControl.Transaction tx, in handlePipTransaction()
456 final SurfaceControl.Transaction tx = in reattachContentOverlay() local
559 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) {} in onStartTransaction()
561 void onEndTransaction(SurfaceControl leash, SurfaceControl.Transaction tx, in onEndTransaction()
565 SurfaceControl.Transaction tx, float fraction); in applySurfaceControlTransaction()
585 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in ofAlpha()
722 SurfaceControl.Transaction tx, float fraction) { in ofBounds()
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/
H A DPipSurfaceTransactionHelper.java60 public PipSurfaceTransactionHelper alpha(SurfaceControl.Transaction tx, SurfaceControl leash, in alpha()
70 public PipSurfaceTransactionHelper crop(SurfaceControl.Transaction tx, SurfaceControl leash, in crop()
81 public PipSurfaceTransactionHelper scale(SurfaceControl.Transaction tx, SurfaceControl leash, in scale()
91 public PipSurfaceTransactionHelper scale(SurfaceControl.Transaction tx, SurfaceControl leash, in scale()
100 public PipSurfaceTransactionHelper scale(SurfaceControl.Transaction tx, SurfaceControl leash, in scale()
110 public PipSurfaceTransactionHelper scale(SurfaceControl.Transaction tx, SurfaceControl leash, in scale()
128 public PipSurfaceTransactionHelper scaleAndCrop(SurfaceControl.Transaction tx, in scaleAndCrop()
168 public PipSurfaceTransactionHelper rotateAndScaleWithCrop(SurfaceControl.Transaction tx, in rotateAndScaleWithCrop()
212 public PipSurfaceTransactionHelper resetScale(SurfaceControl.Transaction tx, in resetScale()
224 public PipSurfaceTransactionHelper round(SurfaceControl.Transaction tx, SurfaceControl leash, in round()
[all …]
/aosp_15_r20/system/security/keystore2/src/database/
H A Dversioning.rs145 let tx = in upgrade_database_test() localVariable
151 let tx = in upgrade_database_test() localVariable
193 let tx = conn.transaction_with_behavior(TransactionBehavior::Immediate).unwrap(); in create_or_get_version_new_database() localVariable
226 let tx = conn.transaction_with_behavior(TransactionBehavior::Immediate).unwrap(); in create_or_get_version_new_database() localVariable
240 let tx = conn.transaction_with_behavior(TransactionBehavior::Immediate).unwrap(); in create_or_get_version_new_database() localVariable
247 let tx = conn.transaction_with_behavior(TransactionBehavior::Immediate).unwrap(); in create_or_get_version_new_database() localVariable
287 let tx = conn.transaction_with_behavior(TransactionBehavior::Immediate).unwrap(); in create_or_get_version_legacy_database() localVariable
321 let tx = conn.transaction_with_behavior(TransactionBehavior::Immediate).unwrap(); in create_or_get_version_legacy_database() localVariable
335 let tx = conn.transaction_with_behavior(TransactionBehavior::Immediate).unwrap(); in create_or_get_version_legacy_database() localVariable
342 let tx = conn.transaction_with_behavior(TransactionBehavior::Immediate).unwrap(); in create_or_get_version_legacy_database() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A 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 …]
/aosp_15_r20/platform_testing/libraries/flicker/utils/test/src/android/tools/datatypes/
H A DMatrix33Test.kt33 createManualMatrix = { tx, ty -> in <lambda>() method
36 createMatrix = { tx, ty -> Matrix33.identity(tx, ty) }, in <lambda>() method
43 createManualMatrix = { tx, ty -> in <lambda>() method
46 createMatrix = { tx, ty -> Matrix33.rot90(tx, ty) }, in <lambda>() method
53 createManualMatrix = { tx, ty -> in <lambda>() method
56 createMatrix = { tx, ty -> Matrix33.rot180(tx, ty) }, in <lambda>() method
63 createManualMatrix = { tx, ty -> in <lambda>() method
66 createMatrix = { tx, ty -> Matrix33.rot270(tx, ty) }, in <lambda>() method
74 val tx = 1f in <lambda>() constant
/aosp_15_r20/external/libese/apps/boot/
H A 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 …]
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/
H A 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
/aosp_15_r20/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
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/
H A 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dtransaction.rs544 let tx = db.transaction()?; in test_drop() localVariable
549 let mut tx = db.transaction()?; in test_drop() localVariable
554 let tx = db.transaction()?; in test_drop() localVariable
575 let tx = db.unchecked_transaction()?; in test_unchecked_nesting() localVariable
581 let tx = db.unchecked_transaction()?; in test_unchecked_nesting() localVariable
599 let mut tx = db.transaction()?; in test_explicit_rollback_commit() localVariable
610 let tx = db.transaction()?; in test_explicit_rollback_commit() localVariable
615 let tx = db.transaction()?; in test_explicit_rollback_commit() localVariable
625 let mut tx = db.transaction()?; in test_savepoint() localVariable
660 let mut tx = db.transaction()?; in test_ignore_drop_behavior() localVariable
/aosp_15_r20/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/
DCarDisplayAreaAnimationController.java147 SurfaceControl.Transaction tx = newSurfaceControlTransaction(); in onAnimationEnd() local
170 SurfaceControl.Transaction tx = newSurfaceControlTransaction(); in onAnimationUpdate() local
177 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in onStartTransaction()
180 void onEndTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in onEndTransaction()
184 SurfaceControl.Transaction tx, float fraction); in applySurfaceControlTransaction()
241 SurfaceControl.Transaction tx, float fraction) { in ofYOffset()
253 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in ofYOffset()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedAnimationController.java161 final SurfaceControl.Transaction tx = newSurfaceControlTransaction(); in onAnimationEnd() local
184 final SurfaceControl.Transaction tx = newSurfaceControlTransaction(); in onAnimationUpdate() local
191 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in onStartTransaction()
194 void onEndTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in onEndTransaction()
198 SurfaceControl.Transaction tx, float fraction); in applySurfaceControlTransaction()
271 SurfaceControl.Transaction tx, float fraction) { in ofYOffset()
289 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in ofYOffset()
/aosp_15_r20/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
/aosp_15_r20/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()
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/binder/wire_format/
H A 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()

12345678910>>...53