Home
last modified time | relevance | path

Searched defs:test_base (Results 1 – 15 of 15) 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/tensorflow/tensorflow/contrib/fused_conv/python/ops/
Dfused_conv2d_bias_activation_op_test.py22 …sorflow.contrib.fused_conv.python.ops import fused_conv2d_bias_activation_op_test_base as test_base unknown
/external/ltp/testcases/kernel/device-drivers/base/user_base/
DMakefile5 test_base: $(OBJS) target
/external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/
Ddecode_proto_op_test.py23 from tensorflow.contrib.proto.python.kernel_tests import decode_proto_op_test_base as test_base unknown
Dencode_proto_op_test.py23 from tensorflow.contrib.proto.python.kernel_tests import encode_proto_op_test_base as test_base unknown
Ddescriptor_source_test.py22 from tensorflow.contrib.proto.python.kernel_tests import descriptor_source_test_base as test_base unknown
Ddescriptor_source_test_base.py28 from tensorflow.contrib.proto.python.kernel_tests import proto_op_test_base as test_base unknown
Dencode_proto_op_test_base.py31 from tensorflow.contrib.proto.python.kernel_tests import proto_op_test_base as test_base unknown
Ddecode_proto_op_test_base.py29 from tensorflow.contrib.proto.python.kernel_tests import proto_op_test_base as test_base unknown
/external/libchrome/ipc/
Dipc_test_base.h87 test_base) \ argument
/external/v8/tools/clang/pylib/clang/
Dplugin_testing.py15 def __init__(self, test_base, clang_path, plugin_path, plugin_name, argument
/external/tensorflow/tensorflow/contrib/distribute/python/
Dkeras_multi_worker_test.py37 from tensorflow.contrib.distribute.python import multi_worker_test_base as test_base unknown
/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/e2fsprogs/misc/
Dbadblocks.c746 unsigned char *test_base, *save_base, *read_base; in test_nd() local
/external/python/cpython3/Lib/test/
Dtest_dataclasses.py2916 def test_base(self): member in TestMakeDataclass