Home
last modified time | relevance | path

Searched defs:Tx (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql.go2158 type Tx struct { struct
2159 db *DB
2164 closemu sync.RWMutex
2168 dc *driverConn
2169 txi driver.Tx
2173 releaseConn func(error)
2178 done atomic.Bool
2183 keepConnOnRollback bool
2187 stmts struct {
2193 cancel func()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/
Dchan.rs19 pub(crate) struct Tx<T, S> { struct
23 impl<T, S: fmt::Debug> fmt::Debug for Tx<T, S> { argument
136 impl<T, S> Tx<T, S> { implementation
195 impl<T, S: Semaphore> Tx<T, S> { impl
213 impl<T, S> Clone for Tx<T, S> { implementation
225 impl<T, S> Drop for Tx<T, S> { implementation
Dlist.rs12 pub(crate) struct Tx<T> { struct
14 block_tail: AtomicPtr<Block<T>>,
18 tail_position: AtomicUsize,
66 impl<T> Tx<T> { implementation
232 impl<T> fmt::Debug for Tx<T> { implementation
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue16008.go31 type Tx interface { interface
54 func UpdateNode(tx Tx, n *Node) error {
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_testutil.cc121 const T* Tx = x.unaligned_flat<T>().data(); in ExpectEqual() local
171 const T* Tx = x.unaligned_flat<T>().data(); in ExpectClose() local
H A Dtensor_testutil.h130 const T* Tx = x.unaligned_flat<T>().data(); in ExpectTensorEqual() local
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/buffer/
Dmessage.rs14 pub(crate) type Tx<Fut> = oneshot::Sender<Result<Fut, ServiceError>>; typedef
/aosp_15_r20/external/rust/pica/src/
Dpcapng.rs28 Tx, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dlistdiff_op.cc46 const auto Tx = x.vec<T>(); in Compute() local
H A Dmatmul_op_impl.h91 auto Tx = in_x.tensor<Scalar, 3>(); in Run() local
/aosp_15_r20/external/regex-re2/util/
H A Drune.cc32 Tx = ((1<<(Bitx+1))-1) ^ 0xFF, /* 1000 0000 */ enumerator
/aosp_15_r20/external/cronet/third_party/re2/src/util/
H A Drune.cc32 Tx = ((1<<(Bitx+1))-1) ^ 0xFF, /* 1000 0000 */ enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/
Drune.cc32 Tx = ((1<<(Bitx+1))-1) ^ 0xFF, /* 1000 0000 */ enumerator
/aosp_15_r20/external/libutf/
H A Drune.c29 Tx = ((1<<(Bitx+1))-1) ^ 0xFF, /* 1000 0000 */ enumerator
/aosp_15_r20/external/perfetto/protos/perfetto/metrics/android/
H A Dnetwork_metric.proto58 message Tx { message
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/driver/
Ddriver.go519 type Tx interface { interface
/aosp_15_r20/external/one-true-awk/
H A Drun.c742 Tx = ((1<<(Bitx+1))-1) ^ 0xFF, /* 1000 0000 */ enumerator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc1373 auto Tx = x.flat<T>(); in TensorsAreCloseImpl() local
1389 auto Tx = x.flat<T>(); in TensorsAreEqualImpl() local
1402 auto Tx = x.flat<bfloat16>(); in TensorsAreEqualImplBfloat16() local
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjfreechart-swt-1.0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/ ...
/aosp_15_r20/external/perfetto/protos/perfetto/metrics/
H A Dperfetto_merged_metrics.proto2008 message Tx { message
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dztypes_linux.go2480 Tx XDPRingOffset member
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/
HDr8.jarresources/new_api_database.ser LICENSE META-INF/MANIFEST.MF META-INF/services/ ...
/aosp_15_r20/prebuilts/sdk/tools/windows/lib/
HDd8.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/com. ...
/aosp_15_r20/prebuilts/sdk/tools/darwin/lib/
HDd8.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/com. ...
/aosp_15_r20/prebuilts/sdk/tools/linux/lib/
HDd8.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/com. ...

12