Searched refs:test_name (Results 1 - 25 of 97) sorted by relevance

1234

/external/llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/
H A DOneTest21 test_name = sys.argv[1].split('=',1)[1] variable
22 if test_name == 'FirstTest.subTestA':
25 elif test_name == 'FirstTest.subTestB':
29 elif test_name in ('ParameterizedTest/0.subTest',
34 raise SystemExit("error: invalid test name: %r" % (test_name,))
/external/netperf/
H A Dnetperf.c141 if (strcasecmp(test_name,"TCP_STREAM") == 0) {
144 else if (strcasecmp(test_name,"TCP_MAERTS") == 0) {
148 else if (strcasecmp(test_name,"EXS_TCP_STREAM") == 0) {
153 else if (strcasecmp(test_name,"TCP_SENDFILE") == 0) {
157 else if (strcasecmp(test_name,"TCP_RR") == 0) {
160 else if (strcasecmp(test_name,"TCP_CRR") == 0) {
163 else if (strcasecmp(test_name,"TCP_CC") == 0) {
167 else if (strcasecmp(test_name,"TCP_TRR") == 0) {
172 else if (strcasecmp(test_name,"TCP_NBRR") == 0) {
176 else if (strcasecmp(test_name,"UDP_STREA
[all...]
H A Dnetsh.c124 char test_name[BUFSIZ]; /* which test to run */ variable
395 strcpy(test_name,"TCP_STREAM"); /* which test to run */
669 strcpy(test_name,optarg);
882 if ((strcasecmp(test_name,"TCP_STREAM") == 0) ||
884 (strcasecmp(test_name,"EXS_TCP_STREAM") == 0) ||
887 (strcasecmp(test_name,"TCP_SENDFILE") == 0) ||
889 (strcasecmp(test_name,"TCP_MAERTS") == 0) ||
890 (strcasecmp(test_name,"TCP_RR") == 0) ||
891 (strcasecmp(test_name,"TCP_CRR") == 0) ||
892 (strcasecmp(test_name,"TCP_C
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest_prod.h55 #define FRIEND_TEST(test_case_name, test_name)\
56 friend class test_case_name##_##test_name##_Test
/external/gtest/include/gtest/
H A Dgtest_prod.h55 #define FRIEND_TEST(test_case_name, test_name)\
56 friend class test_case_name##_##test_name##_Test
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest_prod.h55 #define FRIEND_TEST(test_case_name, test_name)\
56 friend class test_case_name##_##test_name##_Test
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest_prod.h55 #define FRIEND_TEST(test_case_name, test_name)\
56 friend class test_case_name##_##test_name##_Test
/external/protobuf/gtest/include/gtest/
H A Dgtest_prod.h55 #define FRIEND_TEST(test_case_name, test_name)\
56 friend class test_case_name##_##test_name##_Test
/external/valgrind/
H A Druntest.sh29 test_name=$1
31 test_local=$product_out/data/nativetest$2/$test_name/$test_name
32 test_target=/data/nativetest$2/$test_name/$test_name
37 logfile_native=$test_name.stdout.log
38 logfile_valgrind=$test_name.stdout.vlog
51 diff $logfile_native $logfile_valgrind | grep -v "^> ==" | grep -v -e "^[0-9]" | grep -v "WARNING: linker: Unsupported flags" | grep -v "^> $" | grep -v "^> 0x421==" > $test_name.diff.log
53 if [ -s $test_name.diff.log ]; then
54 echo "Test $test_name FAILE
[all...]
/external/e2fsprogs/tests/defaults/
H A De_script11 class=`echo $test_name | sed -e 's/e_\([^_]*\)_\(.*\)/\1/'`
12 instance=`echo $test_name | sed -e 's/e_\([^_]*\)_\(.*\)/\2/'`
15 OUT=$test_name.log
37 rm -f $test_name.failed $test_name.ok
40 echo "$test_name: $test_description: ok"
41 touch $test_name.ok
43 echo "$test_name: $test_description: failed"
44 diff $DIFF_OPTS $EXPECT $OUT > $test_name.failed
/external/e2fsprogs/tests/
H A Dtest_one.in33 test_name=`echo $test_dir | sed -e 's;.*/;;'`
38 echo "The test '$test_name' does not exist."
50 rm -f $test_name.ok $test_name.failed
51 #echo -e -n "$test_name: $test_description:\r"
56 test_base=`echo $test_name | sed -e 's/_.*//'`
61 echo "$test_name: Missing test script $default_script!"
63 [ -f $test_name.failed ] && cat $test_name.failed
/external/libvpx/libvpx/test/
H A Dvp9_spatial_svc_encoder.sh30 local readonly test_name="$1"
32 output_file="${VPX_TEST_OUTPUT_DIR}/vp9_ssvc_encoder${test_name}.ivf"
55 local readonly test_name="vp9_spatial_svc"
57 vp9_spatial_svc_encoder "${test_name}" -l ${layers}
/external/skia/tools/
H A Djsondiff.py88 for test_name in all_expectations.keys():
89 test_expectations = all_expectations[test_name]
97 test_name, num_allowed_digests))
102 test_name, digest_pair[0]))
103 result_dict[test_name] = digest_pair[1]
131 for test_name in results_of_this_type.keys():
132 digest_pair = results_of_this_type[test_name]
136 test_name, digest_pair[0]))
137 result_dict[test_name] = digest_pair[1]
/external/jemalloc/
H A DAndroid.test.mk22 LOCAL_MODULE := $(test_name)
51 test_name := macro
/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_symtab.c41 char* test_name = "test"; local
59 int rc = cil_symtab_insert(test_symtab, (hashtab_key_t)test_name, (struct cil_symtab_datum*)test_block, test_ast_node);
/external/lldb/test/api/multithreaded/
H A DTestMultithreaded.py57 def build_and_test(self, sources, test_name, args = None):
59 self.buildDriver(sources, test_name)
60 self.addTearDownHook(lambda: os.remove(test_name))
62 exe = [os.path.join(os.getcwd(), test_name), self.inferior]
/external/selinux/libsepol/tests/
H A Dhelpers.c35 int test_load_policy(policydb_t * p, int policy_type, int mls, const char *test_name, const char *policy_name) argument
40 if (snprintf(filename, PATH_MAX, "policies/%s/%s.mls", test_name, policy_name) < 0) {
44 if (snprintf(filename, PATH_MAX, "policies/%s/%s.std", test_name, policy_name) < 0) {
57 if (read_source_policy(p, filename, test_name)) {
H A Dhelpers.h40 * test_name Name of the test which will be the name of the directory in
48 extern int test_load_policy(policydb_t * p, int policy_type, int mls, const char *test_name, const char *policy_name);
/external/v8/test/mjsunit/
H A Ddebug-stepout-recursive-function.js54 test_name = name;
60 assertEquals(expected_break_point_hit_count, break_point_hit_count, test_name);
61 assertNull(exception, test_name);
62 test_name = null;
H A Ddebug-receiver.js32 var test_name; variable
62 test_name = name;
71 assertTrue(listener_called, "listerner not called for " + test_name);
72 assertNull(exception, test_name);
/external/v8/tools/testrunner/local/
H A Djunit_output.py37 def HasRunTest(self, test_name, test_duration, test_failure):
39 testCaseElement.attrib["name"] = " ".join(test_name)
/external/jemalloc/test/src/
H A Dtest.c6 static const char * test_name = ""; variable
52 test_name = name;
60 malloc_printf("%s: %s\n", test_name, test_status_string(test_status));
/external/google-breakpad/android/
H A Dtest-driver55 # TODO: $log_file, $trs_file and $test_name are defined).
56 test_name= # Used for reporting.
66 --test-name) test_name=$2; shift;;
115 echo "${col}${res}${std}: $test_name"
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_xml_outfiles_test.py98 def _TestOutFile(self, test_name, expected_xml):
99 gtest_prog_path = gtest_test_utils.GetTestExecutablePath(test_name)
111 output_file_name1 = test_name + ".xml"
/external/gtest/test/
H A Dgtest_xml_outfiles_test.py98 def _TestOutFile(self, test_name, expected_xml):
99 gtest_prog_path = gtest_test_utils.GetTestExecutablePath(test_name)
111 output_file_name1 = test_name + ".xml"

Completed in 2153 milliseconds

1234