Home
last modified time | relevance | path

Searched defs:test_base (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/core/test/
H A Dmojo_test_base.h188 #define DEFINE_TEST_CLIENT_WITH_PIPE(client_name, test_base, pipe_name) \ argument
207 #define DEFINE_TEST_CLIENT_TEST_WITH_PIPE(client_name, test_base, pipe_name) \ argument
224 #define DEFINE_TEST_CLIENT_WITH_PIPE(client_name, test_base, pipe_name) argument
225 #define DEFINE_TEST_CLIENT_TEST_WITH_PIPE(client_name, test_base, pipe_name) argument
/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/base/user_base/
H A DMakefile5 test_base: $(OBJS) target
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/proto/
H A Dencode_proto_op_test.py19 from tensorflow.python.kernel_tests.proto import encode_proto_op_test_base as test_base unknown
H A Ddescriptor_source_test.py18 from tensorflow.python.kernel_tests.proto import descriptor_source_test_base as test_base unknown
H A Ddecode_proto_op_test.py19 from tensorflow.python.kernel_tests.proto import decode_proto_op_test_base as test_base unknown
H A Ddescriptor_source_test_base.py25 from tensorflow.python.kernel_tests.proto import proto_op_test_base as test_base unknown
H A Dencode_proto_op_test_base.py30 from tensorflow.python.kernel_tests.proto import proto_op_test_base as test_base unknown
H A Ddecode_proto_op_test_base.py29 from tensorflow.python.kernel_tests.proto import proto_op_test_base as test_base unknown
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_grad_test.py17 from tensorflow.python.ops import image_grad_test_base as test_base unknown
H A Dimage_grad_d9m_test.py32 from tensorflow.python.ops import image_grad_test_base as test_base unknown
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_test_base.h87 test_base) \ argument
/aosp_15_r20/external/cronet/ipc/
H A Dipc_test_base.h82 test_base) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dmulti_worker_continuous_run_test.py26 from tensorflow.python.distribute import multi_worker_test_base as test_base unknown
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_grep.py67 def test_base(self): member in FindfilesTest
/aosp_15_r20/external/clang/test/SemaCXX/
H A Doverload-call.cpp247 void test_base(A* a) { in test_base() function
264 void test_base(A& a) { in test_base() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dmptcp.c139 static void test_base(void) in test_base() function
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/distribute/
H A Ddataset_creator_model_fit_ps_only_test.py24 from tensorflow.python.keras.distribute import dataset_creator_model_fit_test_base as test_base unknown
H A Ddataset_creator_model_fit_test.py30 from tensorflow.python.keras.distribute import dataset_creator_model_fit_test_base as test_base unknown
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/
H A Dtest_async_case.py354 async def test_base(self): member in TestAsyncCase.test_base_exception_from_async_method.Test
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/
Dtest_async_case.py354 async def test_base(self): member in TestAsyncCase.test_base_exception_from_async_method.Test
/aosp_15_r20/external/e2fsprogs/misc/
H A Dbadblocks.c746 unsigned char *test_base, *save_base, *read_base; in test_nd() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_overrides.py578 def test_base(self): member in TestTorchFunctionOverride
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_dataclasses.py3643 def test_base(self): member in TestMakeDataclass