Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/test/
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
/external/ltp/testcases/kernel/device-drivers/base/user_base/
DMakefile5 test_base: $(OBJS) target
/external/tensorflow/tensorflow/python/kernel_tests/proto/
Ddescriptor_source_test.py22 from tensorflow.python.kernel_tests.proto import descriptor_source_test_base as test_base unknown
Dencode_proto_op_test.py23 from tensorflow.python.kernel_tests.proto import encode_proto_op_test_base as test_base unknown
Ddecode_proto_op_test.py23 from tensorflow.python.kernel_tests.proto import decode_proto_op_test_base as test_base unknown
Ddescriptor_source_test_base.py29 from tensorflow.python.kernel_tests.proto import proto_op_test_base as test_base unknown
Dencode_proto_op_test_base.py34 from tensorflow.python.kernel_tests.proto import proto_op_test_base as test_base unknown
Ddecode_proto_op_test_base.py33 from tensorflow.python.kernel_tests.proto import proto_op_test_base as test_base unknown
/external/tensorflow/tensorflow/python/ops/
Dimage_grad_test.py21 from tensorflow.python.ops import image_grad_test_base as test_base unknown
Dimage_grad_deterministic_test.py33 from tensorflow.python.ops import image_grad_test_base as test_base unknown
/external/tensorflow/tensorflow/python/keras/distribute/
Dworker_training_state_test.py25 from tensorflow.python.distribute import multi_worker_test_base as test_base unknown
Dkeras_save_load_test.py24 from tensorflow.python.keras.distribute import saved_model_test_base as test_base unknown
Dsaved_model_mixed_api_test.py30 from tensorflow.python.keras.distribute import saved_model_test_base as test_base unknown
Dmulti_worker_test.py36 from tensorflow.python.distribute import multi_worker_test_base as test_base unknown
Dmulti_worker_callback_tf2_test.py30 from tensorflow.python.distribute import multi_worker_test_base as test_base unknown
Dsaved_model_save_load_test.py29 from tensorflow.python.keras.distribute import saved_model_test_base as test_base unknown
/external/libchrome/ipc/
Dipc_test_base.h87 test_base) \ argument
/external/tensorflow/tensorflow/python/distribute/
Dmulti_worker_continuous_run_test.py30 from tensorflow.python.distribute import multi_worker_test_base as test_base unknown
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_grep.py67 def test_base(self): member in FindfilesTest
/external/clang/test/SemaCXX/
Doverload-call.cpp247 void test_base(A* a) { in test_base() function
264 void test_base(A& a) { in test_base() function
/external/llvm-project/clang/test/SemaCXX/
Doverload-call.cpp247 void test_base(A* a) { in test_base() function
264 void test_base(A& a) { in test_base() function
/external/e2fsprogs/misc/
Dbadblocks.c746 unsigned char *test_base, *save_base, *read_base; in test_nd() local
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py272 def check_value(self, test_base, val, error_msg=None): argument
301 def check_value_children(self, test_base, val, error_msg=None): argument
/external/python/cpython3/Lib/test/
Dtest_dataclasses.py2981 def test_base(self): member in TestMakeDataclass