Home
last modified time | relevance | path

Searched defs:TB (Results 1 – 25 of 118) sorted by relevance

12345

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/testenv/
Dtestenv.go117 func MustHaveGoBuild(t testing.TB) {
136 func MustHaveGoRun(t testing.TB) {
155 func MustHaveParallelism(t testing.TB) {
165 func GoToolPath(t testing.TB) string {
264 func GOROOT(t testing.TB) string {
311 func MustHaveExternalNetwork(t testing.TB) {
349 func MustHaveCGO(t testing.TB) {
364 func MustInternalLink(t testing.TB, withCgo bool) {
376 func MustInternalLinkPIE(t testing.TB) {
385 func MustHaveBuildMode(t testing.TB, buildmode string) {
[all …]
Dexec.go33 func MustHaveExec(t testing.TB) {
87 func MustHaveExecPath(t testing.TB, path string) {
133 func CommandContext(t testing.TB, ctx context.Context, name string, args ...string) *exec.Cmd {
219 func Command(t testing.TB, name string, args ...string) *exec.Cmd {
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-disasm-neon-aarch64.cc2529 #define DISASM_INST(TA, TAS, TB, TBS) \ in TEST() argument
2535 #define DISASM_INST(TA, TAS, TB, TBS) \ in TEST() argument
2541 #define DISASM_INST(TA, TAS, TB, TBS) \ in TEST() argument
2547 #define DISASM_INST(TA, TAS, TB, TBS) \ in TEST() argument
2553 #define DISASM_INST(TA, TAS, TB, TBS) \ in TEST() argument
2559 #define DISASM_INST(TA, TAS, TB, TBS) \ in TEST() argument
2565 #define DISASM_INST(TA, TAS, TB, TBS) \ in TEST() argument
2571 #define DISASM_INST(TA, TAS, TB, TBS) \ in TEST() argument
2577 #define DISASM_INST(TA, TAS, TB, TBS) \ in TEST() argument
2583 #define DISASM_INST(TA, TAS, TB, TBS) \ in TEST() argument
[all …]
/aosp_15_r20/external/golang-protobuf/testing/prototest/
H A Dmessage.go88 func testType(t testing.TB, mt protoreflect.MessageType) {
105 func testFieldTypes(t testing.TB, mt protoreflect.MessageFieldTypes) {
209 func testField(t testing.TB, m protoreflect.Message, fd protoreflect.FieldDescriptor) {
319 func testFieldMap(t testing.TB, m protoreflect.Message, fd protoreflect.FieldDescriptor) {
443 func testFieldList(t testing.TB, m protoreflect.Message, fd protoreflect.FieldDescriptor) {
545 func testFieldFloat(t testing.TB, m protoreflect.Message, fd protoreflect.FieldDescriptor) {
568 func testOneof(t testing.TB, m protoreflect.Message, od protoreflect.OneofDescriptor) {
596 func testUnknown(t testing.TB, m protoreflect.Message) {
/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dmockserver_test.go23 func testUnixAddr(t testing.TB) string {
39 func newLocalListener(t testing.TB, network string, lcOpt ...*ListenConfig) Listener {
153 func newLocalServer(t testing.TB, network string) *localServer {
318 func newLocalPacketListener(t testing.TB, network string, lcOpt ...*ListenConfig) PacketConn {
426 func newLocalPacketServer(t testing.TB, network string) *localPacketServer {
509 func spawnTestSocketPair(t testing.TB, net string) (client, server Conn) {
537 func startTestSocketPeer(t testing.TB, conn Conn, op string, chunkSize, totalSize int) (func(t test…
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dexport_test.go33 func testConfig(tb testing.TB) *Conf { return testConfigArch(tb, "amd64") }
34 func testConfigS390X(tb testing.TB) *Conf { return testConfigArch(tb, "s390x") }
35 func testConfigARM64(tb testing.TB) *Conf { return testConfigArch(tb, "arm64") }
37 func testConfigArch(tb testing.TB, arch string) *Conf {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/
Dscript_test.go169 func tbContext(ctx context.Context, t testing.TB) context.Context {
184 func initScriptDirs(t testing.TB, s *script.State) (telemetryDir string) {
302 func updateSum(t testing.TB, e *script.Engine, s *script.State, archive *txtar.Archive) (rewrite bo…
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/zstd/
Dzstd_test.go157 func bigData(t testing.TB) []byte {
170 func findZstd(t testing.TB) string {
187 func zstdBigData(t testing.TB) []byte {
Dxxhash_test.go70 func findXxhsum(t testing.TB) string {
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql_test.go62 func newTestDB(t testing.TB, name string) *DB {
66 func newTestDBConnector(t testing.TB, fc *fakeConnector, name string) *DB {
138 func exec(t testing.TB, db *DB, query string, args ...any) {
146 func closeDB(t testing.TB, db *DB) {
364 func waitCondition(t testing.TB, fn func() bool) bool {
3256 init(t testing.TB, db *DB)
3257 finish(t testing.TB)
3258 test(t testing.TB) error
3560 func doConcurrentTest(t testing.TB, ct concurrentTest) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/
Dgit_test.go55 func localGitURL(t testing.TB) string {
129 func testContext(t testing.TB) context.Context {
146 func newTestWriter(t testing.TB) *testWriter {
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dmatmul_op_test.cc365 #define BM_MatmulDev(M, K, N, TA, TB, T, TFTYPE, DEVICE) \ argument
376 #define BM_Matmul(M, K, N, TA, TB) \ argument
389 #define BM_Matmul(M, K, N, TA, TB) \ argument
543 #define BM_BatchMatmulDev(B, M, K, N, TA, TB, T, TFTYPE, DEVICE) \ argument
557 #define BM_BatchMatmul(B, M, K, N, TA, TB) \ argument
H A Dsparse_tensor_dense_matmul_op_test.cc72 #define BM_SparseTensorDenseMatmulDev(NNZ, M, K, N, TA, TB, DEVICE) \ argument
88 #define BM_SparseTensorDenseMatmul(NNZ, M, K, N, TA, TB) \ argument
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dmain_test.go113 func afterTest(t testing.TB) {
166 func waitCondition(t testing.TB, delay time.Duration, fn func(time.Duration) bool) {
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_matmul_op_benchmark.cc38 #define BM_oneDNNMatmulDev(M, K, N, TA, TB, T, TFTYPE, DEVICE) \ argument
49 #define BM_Matmul(M, K, N, TA, TB) \ argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp459 MachineBasicBlock *TB = nullptr, *FB = nullptr; in findInductionRegister() local
621 MachineBasicBlock *TB = nullptr, *FB = nullptr; in getLoopTripCount() local
1227 MachineBasicBlock *TB = nullptr, *FB = nullptr; in convertToHardwareLoop() local
1644 MachineBasicBlock *TB = nullptr, *FB = nullptr; in fixupInductionVariable() local
1864 MachineBasicBlock *TB = nullptr, *FB = nullptr; in createPreheaderForLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp457 MachineBasicBlock *TB = nullptr, *FB = nullptr; in findInductionRegister() local
618 MachineBasicBlock *TB = nullptr, *FB = nullptr; in getLoopTripCount() local
1224 MachineBasicBlock *TB = nullptr, *FB = nullptr; in convertToHardwareLoop() local
1658 MachineBasicBlock *TB = nullptr, *FB = nullptr; in fixupInductionVariable() local
1878 MachineBasicBlock *TB = nullptr, *FB = nullptr; in createPreheaderForLoop() local
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp438 MachineBasicBlock *TB = nullptr, *FB = nullptr; in findInductionRegister() local
585 MachineBasicBlock *TB = nullptr, *FB = nullptr; in getLoopTripCount() local
1186 MachineBasicBlock *TB = 0, *FB = 0; in convertToHardwareLoop() local
1621 MachineBasicBlock *TB = nullptr, *FB = nullptr; in fixupInductionVariable() local
1840 MachineBasicBlock *TB = nullptr, *FB = nullptr; in createPreheaderForLoop() local
/aosp_15_r20/external/scudo/standalone/
H A Dprimary32.h546 TransferBatchT *TB = reinterpret_cast<TransferBatchT *>( in pushBatchClassBlocks() local
610 TransferBatchT *TB = variable
723 TransferBatchT *TB = reinterpret_cast<TransferBatchT *>(BG); in popBlocksImpl() local
/aosp_15_r20/external/libevent/cmake/
H A DCheckFileOffsetBits.c6 #define TB ((off_t)1024 * GB) macro
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DBaseObjTest.java28 Type.Builder TB = new Type.Builder(mRS, E); in testBaseObj() local
/aosp_15_r20/external/dokka/core/testdata/format/
H A DnotPublishedTypeAliasAutoExpansion.kt7 private typealias TB = B typealias
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dnamed_test.go81 func mustInstantiate(tb testing.TB, orig Type, targs ...Type) Type {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dnamed_test.go67 func mustInstantiate(tb testing.TB, orig Type, targs ...Type) Type {
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dbignum.c1196 mbedtls_mpi TA, TB; in mbedtls_mpi_mul_mpi() local
1730 mbedtls_mpi TA, TB; in mbedtls_mpi_gcd() local
1884 mbedtls_mpi G, TA, TU, U1, U2, TB, TV, V1, V2; in mbedtls_mpi_inv_mod() local

12345