Home
last modified time | relevance | path

Searched defs:trans (Results 176 – 200 of 17323) sorted by relevance

12345678910>>...693

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/
H A DTestTMemoryInputTransport.java28 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testFresh() local
52 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testReused() local
66 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf, 1, 3); in testWithOffsetAndLength() local
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/
H A DTestTMemoryInputTransport.java28 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testFresh() local
52 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testReused() local
66 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf, 1, 3); in testWithOffsetAndLength() local
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/java/test/org/apache/thrift/transport/
H A DTestTMemoryInputTransport.java28 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testFresh() local
52 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testReused() local
66 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf, 1, 3); in testWithOffsetAndLength() local
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/java/test/org/apache/thrift/transport/
H A DTestTMemoryInputTransport.java28 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testFresh() local
52 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testReused() local
66 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf, 1, 3); in testWithOffsetAndLength() local
/dports/devel/thrift-cpp/thrift-0.14.0/lib/java/test/org/apache/thrift/transport/
H A DTestTMemoryInputTransport.java28 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testFresh() local
52 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testReused() local
66 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf, 1, 3); in testWithOffsetAndLength() local
/dports/devel/thrift/thrift-0.14.0/lib/java/test/org/apache/thrift/transport/
H A DTestTMemoryInputTransport.java28 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testFresh() local
52 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testReused() local
66 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf, 1, 3); in testWithOffsetAndLength() local
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/
H A DTestTMemoryInputTransport.java28 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testFresh() local
52 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testReused() local
66 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf, 1, 3); in testWithOffsetAndLength() local
/dports/devel/node-thrift/thrift-0.14.0/lib/java/test/org/apache/thrift/transport/
H A DTestTMemoryInputTransport.java28 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testFresh() local
52 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testReused() local
66 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf, 1, 3); in testWithOffsetAndLength() local
/dports/devel/py-thrift/thrift-0.14.0/lib/java/test/org/apache/thrift/transport/
H A DTestTMemoryInputTransport.java28 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testFresh() local
52 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf); in testReused() local
66 TMemoryInputTransport trans = new TMemoryInputTransport(input_buf, 1, 3); in testWithOffsetAndLength() local
/dports/misc/libsolv/libsolv-0.7.19/src/
H A Dtransaction.c71 transaction_all_obs_pkgs(Transaction *trans, Id p, Queue *pkgs) in transaction_all_obs_pkgs()
118 transaction_obs_pkg(Transaction *trans, Id p) in transaction_obs_pkg()
145 transaction_base_type(Transaction *trans, Id p) in transaction_base_type()
252 obsoleted_by_pseudos_only(Transaction *trans, Id p) in obsoleted_by_pseudos_only()
280 transaction_type(Transaction *trans, Id p, int mode) in transaction_type()
448 Transaction *trans = dp; in classify_cmp() local
469 Transaction *trans = dp; in classify_cmp_pkgs() local
733 Transaction *trans; in transaction_create_decisionq() local
845 transaction_calc_installsizechange(Transaction *trans) in transaction_calc_installsizechange()
869 Transaction *trans = solv_calloc(1, sizeof(*trans)); in transaction_create() local
[all …]
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/mac/xcbc/
H A Dxcbc_init.c13 XCBC Support, start an XCBC state
41 return CRYPT_INVALID_ARG;
42 }
47 /* are we in pure XCBC mode with three keys? */
53 }
57 XMEMCPY(xcbc->K[1], key+k1, cipher_descriptor[cipher].block_length);
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/strategies/
H A Dtransformer.cpp59 bg::strategy::transform::translate_transformer<coordinate_type, dim, dim> trans(1, 1); in test_all() local
70 bg::strategy::transform::scale_transformer<coordinate_type, dim, dim> trans(10, 10); in test_all() local
81 bg::strategy::transform::rotate_transformer<bg::degree, double, dim, dim> trans(90.0); in test_all() local
92 bg::strategy::transform::map_transformer<coordinate_type, dim, dim, false> trans in test_all() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/strategies/
H A Dtransformer.cpp59 bg::strategy::transform::translate_transformer<coordinate_type, dim, dim> trans(1, 1); in test_all() local
70 bg::strategy::transform::scale_transformer<coordinate_type, dim, dim> trans(10, 10); in test_all() local
81 bg::strategy::transform::rotate_transformer<bg::degree, double, dim, dim> trans(90.0); in test_all() local
92 bg::strategy::transform::map_transformer<coordinate_type, dim, dim, false> trans in test_all() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/test/strategies/
H A Dtransformer.cpp59 bg::strategy::transform::translate_transformer<coordinate_type, dim, dim> trans(1, 1); in test_all() local
70 bg::strategy::transform::scale_transformer<coordinate_type, dim, dim> trans(10, 10); in test_all() local
81 bg::strategy::transform::rotate_transformer<bg::degree, double, dim, dim> trans(90.0); in test_all() local
92 bg::strategy::transform::map_transformer<coordinate_type, dim, dim, false> trans in test_all() local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/test/strategies/
H A Dtransformer.cpp59 bg::strategy::transform::translate_transformer<coordinate_type, dim, dim> trans(1, 1); in test_all() local
70 bg::strategy::transform::scale_transformer<coordinate_type, dim, dim> trans(10, 10); in test_all() local
81 bg::strategy::transform::rotate_transformer<bg::degree, double, dim, dim> trans(90.0); in test_all() local
92 bg::strategy::transform::map_transformer<coordinate_type, dim, dim, false> trans in test_all() local
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/test/strategies/
H A Dtransformer.cpp59 bg::strategy::transform::translate_transformer<coordinate_type, dim, dim> trans(1, 1); in test_all() local
70 bg::strategy::transform::scale_transformer<coordinate_type, dim, dim> trans(10, 10); in test_all() local
81 bg::strategy::transform::rotate_transformer<bg::degree, double, dim, dim> trans(90.0); in test_all() local
92 bg::strategy::transform::map_transformer<coordinate_type, dim, dim, false> trans in test_all() local
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/test/strategies/
H A Dtransformer.cpp59 bg::strategy::transform::translate_transformer<coordinate_type, dim, dim> trans(1, 1); in test_all() local
70 bg::strategy::transform::scale_transformer<coordinate_type, dim, dim> trans(10, 10); in test_all() local
81 bg::strategy::transform::rotate_transformer<bg::degree, double, dim, dim> trans(90.0); in test_all() local
92 bg::strategy::transform::map_transformer<coordinate_type, dim, dim, false> trans in test_all() local
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/test/strategies/
H A Dtransformer.cpp59 bg::strategy::transform::translate_transformer<coordinate_type, dim, dim> trans(1, 1); in test_all() local
70 bg::strategy::transform::scale_transformer<coordinate_type, dim, dim> trans(10, 10); in test_all() local
81 bg::strategy::transform::rotate_transformer<bg::degree, double, dim, dim> trans(90.0); in test_all() local
92 bg::strategy::transform::map_transformer<coordinate_type, dim, dim, false> trans in test_all() local
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/strategies/
H A Dtransformer.cpp59 bg::strategy::transform::translate_transformer<coordinate_type, dim, dim> trans(1, 1); in test_all() local
70 bg::strategy::transform::scale_transformer<coordinate_type, dim, dim> trans(10, 10); in test_all() local
81 bg::strategy::transform::rotate_transformer<bg::degree, double, dim, dim> trans(90.0); in test_all() local
92 bg::strategy::transform::map_transformer<coordinate_type, dim, dim, false> trans in test_all() local
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/strategies/
H A Dtransformer.cpp59 bg::strategy::transform::translate_transformer<coordinate_type, dim, dim> trans(1, 1); in test_all() local
70 bg::strategy::transform::scale_transformer<coordinate_type, dim, dim> trans(10, 10); in test_all() local
81 bg::strategy::transform::rotate_transformer<bg::degree, double, dim, dim> trans(90.0); in test_all() local
92 bg::strategy::transform::map_transformer<coordinate_type, dim, dim, false> trans in test_all() local
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Ext/
H A DDb4oDatabase.cs107 public virtual int GetID(Transaction trans) in GetID()
169 public virtual int Bind(Transaction trans) in Bind()
199 private int StoreAndGetId(Transaction trans) in StoreAndGetId()
215 public virtual Db4objects.Db4o.Ext.Db4oDatabase Query(Transaction trans) in Query()
231 private Db4objects.Db4o.Ext.Db4oDatabase Query(Transaction trans, bool constrainByUUID in Query()
/dports/math/gsl/gsl-2.7/cblas/
H A Dtest_tbmv.c13 int trans = 111; in test_tbmv() local
35 int trans = 111; in test_tbmv() local
57 int trans = 111; in test_tbmv() local
79 int trans = 111; in test_tbmv() local
101 int trans = 111; in test_tbmv() local
123 int trans = 111; in test_tbmv() local
145 int trans = 111; in test_tbmv() local
167 int trans = 111; in test_tbmv() local
189 int trans = 112; in test_tbmv() local
211 int trans = 112; in test_tbmv() local
[all …]
H A Dtest_tbsv.c13 int trans = 111; in test_tbsv() local
35 int trans = 111; in test_tbsv() local
57 int trans = 111; in test_tbsv() local
79 int trans = 111; in test_tbsv() local
101 int trans = 111; in test_tbsv() local
123 int trans = 111; in test_tbsv() local
145 int trans = 111; in test_tbsv() local
167 int trans = 111; in test_tbsv() local
189 int trans = 112; in test_tbsv() local
211 int trans = 112; in test_tbsv() local
[all …]
/dports/net/samba412/samba-4.12.15/source4/smb_server/smb/
H A Dnttrans.c36 struct smb_nttrans *trans; member
44 struct smb_nttrans *trans, in nttrans_setup_reply()
101 struct smb_nttrans *trans = op->trans; in nttrans_create() local
228 struct smb_nttrans *trans = op->trans; in nttrans_query_sec_desc() local
257 struct smb_nttrans *trans = op->trans; in nttrans_set_sec_desc() local
293 struct smb_nttrans *trans = op->trans; in nttrans_rename() local
348 struct smb_nttrans *trans = op->trans; in nttrans_ioctl() local
435 struct smb_nttrans *trans = op->trans; in nttrans_notify_change() local
491 struct smb_nttrans *trans; in reply_nttrans_send() local
655 struct smb_nttrans *trans; in smbsrv_reply_nttrans() local
[all …]
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/
H A Dsieve-storage-sync.c82 (struct sieve_storage *storage, struct mailbox_transaction_context **trans) in sieve_storage_sync_transaction_finish()
105 struct mailbox_transaction_context *trans; in sieve_storage_sync_script_save() local
125 struct mailbox_transaction_context *trans; in sieve_storage_sync_script_rename() local
147 struct mailbox_transaction_context *trans; in sieve_storage_sync_script_delete() local
166 struct mailbox_transaction_context *trans; in sieve_storage_sync_script_activate() local
182 struct mailbox_transaction_context *trans; in sieve_storage_sync_deactivate() local

12345678910>>...693