Home
last modified time | relevance | path

Searched defs:test_helper (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DOperationSignatureUtils.h38 using namespace test_helper; variable
/aosp_15_r20/external/llvm/test/tools/llvm-cov/
H A Dcopy_block_helper.m21 id test_helper(id (^foo)(void)) { return foo(); } // GCOV: 1: [[@LINE]]:id function
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestAssertions.cpp20 namespace test_helper { namespace
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/netfilter/
H A Dnft_conntrack_helper.sh123 test_helper() function
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_percpu.py20 def test_helper(self): member in TestPercpu
/aosp_15_r20/external/rust/beto-rust/nearby/presence/test_helper/
DCargo.toml2 name = "test_helper" package
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/
DCargo.toml38 test_helper = { path = "../test_helper" } qkey
/aosp_15_r20/external/pytorch/test/
H A Dtest_view_ops.py1456 def test_helper(shape, memory_format, device): function
1468 def test_helper(shape, numel, memory_format, device): function
H A Dtest_binary_ufuncs.py4230 def test_helper(torch_fn, reference_fn, inputs, scalar=None): function
4391 def test_helper(x, q): function
H A Dtest_unary_ufuncs.py942 def test_helper(min, max): function
H A Dtest_torch.py4801 def test_helper(x, memory_format): function
8636 def test_helper(x, memory_format): function
8646 def test_helper(x, memory_format): function
8655 def test_helper(dim1, dim2, memory_format): function
H A Dtest_python_dispatch.py521 def test_helper(alias_analysis=""): function
H A Dtest_mps.py10285 def test_helper(shape, memory_format, device="mps"): function
10295 def test_helper(shape, numel, memory_format, device="mps"): function
H A Dtest_nn.py11398 def test_helper(fn, device, inp_dims, prec=None): function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_strptime.py449 def test_helper(ymd_tuple, test_reason): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_strptime.py554 def test_helper(ymd_tuple, test_reason): function
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestHarness.cpp33 namespace test_helper { namespace
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_data_parallel.py463 def test_helper(output, expected): function
/aosp_15_r20/external/rust/beto-rust/nearby/
DCargo.toml71 test_helper = { path = "presence/test_helper" } qkey
/aosp_15_r20/external/perfetto/test/
H A Dcmdline_integrationtest.cc185 TestHelper& test_helper() { return test_helper_; } in test_helper() function in perfetto::__anond17fd2e10111::PerfettoCmdlineTest