Home
last modified time | relevance | path

Searched defs:test_name (Results 1 – 25 of 220) sorted by relevance

123456789

/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dops_test.py71 def test_name(self): member in SelectTest
157 def test_name(self): member in ConcatTest
184 def test_name(self): member in PackTest
213 def test_name(self): member in UnpackTest
241 def test_name(self): member in ReshapeTest
298 def test_name(self): member in RenameAxisTest
329 def test_name(self): member in BatchTest
373 def test_name(self): member in ShuffleBatchTest
402 def test_name(self): member in RandomCropTest
464 def test_name(self): member in MapFnTest
[all …]
/external/autotest/site_utils/presubmit_hooks/
Dcheck_control_files.py111 def CheckSuites(ctrl_data, test_name, useflags): argument
148 def CheckValidAttr(ctrl_data, whitelist, test_name): argument
187 def CheckRetry(ctrl_data, test_name): argument
205 def CheckDependencies(ctrl_data, test_name): argument
/external/autotest/client/site_tests/video_VEAPerf/
Dvideo_VEAPerf.py80 def _logperf(self, test_name, key, value, units, higher_is_better=False): argument
87 def _analyze_fps(self, test_name, log_file): argument
101 def _analyze_encode_latency(self, test_name, log_file): argument
124 def _analyze_cpu_usage(self, test_name, time_log_file): argument
134 def _analyze_frame_stats(self, test_name, frame_stats_file): argument
250 def _get_result_filename(self, test_name, subtype, suffix): argument
255 def _run_test_case(self, test_name, test_stream_data): argument
/external/libchrome/base/
Dgtest_prod_util.h21 #define FRIEND_TEST_ALL_PREFIXES(test_case_name, test_name) \ argument
61 #define FORWARD_DECLARE_TEST(test_case_name, test_name) \ argument
/external/webrtc/webrtc/test/testsupport/
Dgtest_prod_util.h16 #define FRIEND_TEST_WEBRTC(test_case_name, test_name)\ argument
32 #define FRIEND_TEST_ALL_PREFIXES(test_case_name, test_name) \ argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_macros.h90 #define XLA_GTEST_TEST_(test_case_name, test_name, parent_class, parent_id) \ argument
122 #define XLA_TEST_F(test_fixture, test_name) \ argument
131 #define XLA_TEST_P_IMPL_(test_case_name, test_name) \ argument
162 #define XLA_TEST_P(test_case_name, test_name) \ argument
/external/autotest/server/brillo/feedback/
Dclient_factory.py13 def _get_client(fb_client_name, available_clients, test_name, machine, argument
53 def get_audio_client(fb_client_name, test_name, machine, args_str): argument
/external/vixl/tools/
Dgenerate_simulator_traces.py157 test_name = test[len('AARCH64_'):] variable
199 test_name = test[len('AARCH32_'):] variable
203 test_name = test_name.replace('and_', 'and') variable
/external/protobuf/conformance/
Dconformance_test.cc173 void ConformanceTestSuite::ReportSuccess(const string& test_name) { in ReportSuccess()
184 void ConformanceTestSuite::ReportFailure(const string& test_name, in ReportFailure()
205 void ConformanceTestSuite::ReportSkip(const string& test_name, in ReportSkip()
216 void ConformanceTestSuite::RunTest(const string& test_name, in RunTest()
243 const string& test_name, const string& input, WireFormat input_format, in RunValidInputTest()
352 const string& proto, const string& test_name) { in ExpectParseFailureForProto()
379 const string& proto, const string& test_name) { in ExpectHardParseFailureForProto()
384 const string& test_name, const string& input_json, in RunValidJsonTest()
395 const string& test_name, const TestAllTypes& input, in RunValidJsonTestWithProtobufInput()
408 const string& test_name, const string& input_json, in RunValidJsonTestWithValidator()
[all …]
/external/autotest/server/cros/dynamic_suite/
Dcomparators.py11 def CreateFromStrings(status=None, test_name=None, reason=None): argument
18 def __init__(self, status=mox.IgnoreArg(), test_name=mox.IgnoreArg(), argument
/external/tensorflow/tensorflow/tools/test/
Drun_and_gather_logs_lib.py51 def process_test_logs(name, test_name, test_args, benchmark_type, argument
98 def run_and_gather_logs(name, test_name, test_args, argument
/external/lisa/experiments/
Drun_jankbench.py78 def print_results(te, test_outdir, test_name, wload): argument
89 def run_test(outdir, test_name): argument
/external/autotest/client/bin/
Dfio_util.py71 test_name = '' variable in fio_graph_generator
178 def _write_option(cls, f, test_name, test_type, percentile): argument
203 def _write_graph(cls, test_name, test_type, pass_list, percentile=False): argument
227 def __init__(self, test_name, test_type, pass_list): argument
/external/lisa/libs/utils/android/workloads/
Dsysapp.py59 def _get_test_package(self, test_name): argument
67 def run(self, out_dir, test_name, iterations, collect=''): argument
/external/llvm/utils/lit/tests/Inputs/googletest-upstream-format/DummySubDir/
DOneTest22 test_name = sys.argv[1].split('=',1)[1] variable
/external/llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/
DOneTest21 test_name = sys.argv[1].split('=',1)[1] variable
/external/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/
DOneTest20 test_name = sys.argv[1].split('=',1)[1] variable
/external/libchrome/testing/
Dmultiprocess_func_list.cc36 std::string test_name, in AppendMultiProcessTest()
43 int InvokeChildProcessTest(const std::string& test_name) { in InvokeChildProcessTest()
/external/v8/tools/clang/pylib/clang/
Dplugin_testing.py91 def RunOneTest(self, test_name, cmd): argument
103 def ProcessOneResult(self, test_name, actual): argument
/external/clang/bindings/python/tests/cindex/
Dtest_cursor_kind.py3 def test_name(): function
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest_prod.h55 #define FRIEND_TEST(test_case_name, test_name)\ argument
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest_prod.h55 #define FRIEND_TEST(test_case_name, test_name)\ argument
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
Dgtest_prod.h55 #define FRIEND_TEST(test_case_name, test_name)\ argument
/external/googletest/googletest/include/gtest/
Dgtest_prod.h55 #define FRIEND_TEST(test_case_name, test_name)\ argument
/external/v8/testing/gtest/include/gtest/
Dgtest_prod.h55 #define FRIEND_TEST(test_case_name, test_name)\ argument

123456789