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

12

/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...]
H A Dnetsh.h127 test_name[BUFSIZ];
H A Dnettest_bsd.h426 extern void print_top_test_header(char test_name[],
H A Dnettest_bsd.c1161 print_top_test_header(char test_name[], struct addrinfo *source, struct addrinfo *destination)
1174 fprintf(where,test_name);
1235 if (strstr(test_name,"REQUEST/RESPONSE")) {
12254 strcpy(test_name,optarg);
12315 if (strstr(test_name,"STREAM") ||
12316 strstr(test_name,"SENDFILE")) {
12319 else if (strstr(test_name,"RR")) {
12322 else if (strstr(test_name,"MAERTS")) {
12326 printf("No default port known for the %s test, please set one yourself\n",test_name);
12342 if (strstr(test_name,"STREA
1154 print_top_test_header(char test_name[], struct addrinfo *source, struct addrinfo *destination) argument
[all...]
/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
H A Dgtest.h1369 #define TEST(test_case_name, test_name)\
1370 GTEST_TEST_(test_case_name, test_name, \
1400 #define TEST_F(test_fixture, test_name)\
1401 GTEST_TEST_(test_fixture, test_name, test_fixture, \
H A Dgtest-param-test.h1344 #define TEST_P(test_case_name, test_name) \
1345 class GTEST_TEST_CLASS_NAME_(test_case_name, test_name) \
1348 GTEST_TEST_CLASS_NAME_(test_case_name, test_name)() {} \
1356 #test_name, \
1358 GTEST_TEST_CLASS_NAME_(test_case_name, test_name)>()); \
1363 GTEST_TEST_CLASS_NAME_(test_case_name, test_name)); \
1366 test_name)::gtest_registering_dummy_ = \
1367 GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::AddToRegistry(); \
1368 void GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::TestBody()
/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
41 touch $test_name.ok
44 diff $DIFF_OPTS $EXPECT $OUT > $test_name.failed
/external/dbus/dbus/
H A Ddbus-test.c57 run_test (const char *test_name, argument
61 if (!specific_test || strcmp (specific_test, test_name) == 0)
63 printf ("%s: running %s tests\n", "dbus-test", test_name);
65 die (test_name);
72 run_data_test (const char *test_name, argument
77 if (!specific_test || strcmp (specific_test, test_name) == 0)
79 printf ("%s: running %s tests\n", "dbus-test", test_name);
81 die (test_name);
/external/e2fsprogs/tests/
H A Dtest_script.in39 test_name=`echo $test_dir | sed -e 's;.*/;;'`
44 echo "The test '$test_name' does not exist."
52 printf "%s: %s: " "$test_name" "$test_description"
54 printf "%s: " "$test_name"
59 test_base=`echo $test_name | sed -e 's/_.*//'`
/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-scopes.js64 test_name = name;
74 assertTrue(listener_called, "listerner not called for " + test_name);
75 assertNull(exception, test_name)
/external/gtest/test/
H A Dgtest_xml_outfiles_test.py100 def _TestOutFile(self, test_name, expected_xml):
102 test_name)
113 output_file_name1 = test_name + ".xml"
H A Dgtest-param-test_test.cc617 Message test_name; local
618 test_name << "TestsExpandedAndRun/" << i;
621 test_name.GetString())) {
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
H A Djson_results_generator.py325 def _insert_test_time_and_result(self, test_name, tests):
335 if test_name not in self._all_tests:
338 if test_name in self._failures:
339 result = self.FAILURE_TO_CHAR[self._failures[test_name]]
341 if test_name in self._test_timings:
343 time = int(self._test_timings[test_name])
345 if test_name not in tests:
346 tests[test_name] = self._create_results_and_times_json()
348 thisTest = tests[test_name]
351 self._normalize_results_json(thisTest, test_name, test
[all...]
H A Djson_layout_results_generator.py151 def _normalize_results_json(self, test, test_name, tests):
153 test, test_name, tests)
156 full_path = os.path.join(self._port.layout_tests_dir(), test_name)
159 del tests[test_name]
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h614 const char* test_name) {
618 FormatFileLocation(file, line).c_str(), test_name, case_name);
622 defined_test_names_.insert(test_name);
860 #define GTEST_TEST_CLASS_NAME_(test_case_name, test_name) \
861 test_case_name##_##test_name##_Test
864 #define GTEST_TEST_(test_case_name, test_name, parent_class, parent_id)\
865 class GTEST_TEST_CLASS_NAME_(test_case_name, test_name) : public parent_class {\
867 GTEST_TEST_CLASS_NAME_(test_case_name, test_name)() {}\
872 GTEST_TEST_CLASS_NAME_(test_case_name, test_name));\
875 ::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_case_name, test_name)\
613 AddTestName(const char* file, int line, const char* case_name, const char* test_name) argument
[all...]
/external/gtest/scripts/
H A Dgen_gtest_pred_impl.py620 test_name = pred_format_type.title()
624 test_name += 'OnUserType'
631 test_name += 'OnBuiltInType'
640 test_name += 'Failure'
644 test_name += 'Success'
651 'test_name' : test_name,
663 TEST_F(%(assertion)sTest, %(test_name)s) {""" % defs
/external/clearsilver/cs/
H A DMakefile33 test_each_array.cs test_name.cs test_with.cs test_numbers.cs \
/external/bluetooth/glib/glib/
H A Dgtestutils.h158 GTestCase* g_test_create_case (const char *test_name,
H A Dgtestutils.c867 * @test_name: the name for the test case
874 * Create a new #GTestCase, named @test_name, this API is fairly
886 * called with the same fixture, but varying @test_name and
894 g_test_create_case (const char *test_name, argument
902 g_return_val_if_fail (test_name != NULL, NULL);
903 g_return_val_if_fail (strchr (test_name, '/') == NULL, NULL);
904 g_return_val_if_fail (test_name[0] != 0, NULL);
907 tc->name = g_strdup (test_name);
/external/gtest/src/
H A Dgtest-internal-inl.h748 TestInfo* GetTestInfo(const char* test_name);
842 const String &test_name);
H A Dgtest.cc422 const String &test_name) {
425 test_name.c_str());
2224 TestInfo * TestCase::GetTestInfo(const char* test_name) { argument
2227 TestNameIs(test_name));
3828 const String test_name(test_info->name());
3834 internal::UnitTestOptions::MatchesFilter(test_name,
3841 test_name);
421 FilterMatchesTest(const String &test_case_name, const String &test_name) argument
/external/v8/tools/
H A Dtest.py611 test_name = test.GetName()
612 if not name or name.match(test_name):
613 full_path = current_path + [test_name]

Completed in 244 milliseconds

12