HomeSort by relevance Sort by last modified time
    Searched defs:Tx (Results 1 - 12 of 12) sorted by null

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16008.go 15 _ = s.Update(func(tx1 Tx) error {
29 type Tx interface {
45 func (s *MemoryStore) Update(cb func(Tx) error) error {
52 func UpdateNode(tx Tx, n *Node) error {
53 sink = tx
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16008.go 15 _ = s.Update(func(tx1 Tx) error {
29 type Tx interface {
45 func (s *MemoryStore) Update(cb func(Tx) error) error {
52 func UpdateNode(tx Tx, n *Node) error {
53 sink = tx
  /external/regex-re2/util/
rune.cc 30 Tx = ((1<<(Bitx+1))-1) ^ 0xFF, /* 1000 0000 */
59 if(c < Tx) {
66 * 0080-07FF => T2 Tx
68 c1 = *(unsigned char*)(str+1) ^ Tx;
83 * 0800-FFFF => T3 Tx Tx
85 c2 = *(unsigned char*)(str+2) ^ Tx;
98 * 10000-1FFFFF => T4 Tx Tx Tx
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/driver/
driver.go 160 Begin() (Tx, error)
189 // call Tx.Rollback before discarding and closing the connection.
199 BeginTx(ctx context.Context, opts TxOptions) (Tx, error)
365 // Tx is a transaction.
366 type Tx interface {
  /prebuilts/go/linux-x86/src/database/sql/driver/
driver.go 160 Begin() (Tx, error)
189 // call Tx.Rollback before discarding and closing the connection.
199 BeginTx(ctx context.Context, opts TxOptions) (Tx, error)
365 // Tx is a transaction.
366 type Tx interface {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.h 159 ssize_t TxBytes; ///< Bytes in the TX buffer
215 TFTP_PACKET Tx[ MAX_PACKETS ];///< Transmit packets
  /prebuilts/go/darwin-x86/src/database/sql/
sql.go 294 // returned Tx is bound to a single connection. Once Commit or
340 // interfaces returned via that Conn, such as calls on Tx, Stmt,
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql.go 294 // returned Tx is bound to a single connection. Once Commit or
340 // interfaces returned via that Conn, such as calls on Tx, Stmt,
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 734 milliseconds