OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_suites
(Results
1 - 10
of
10
) sorted by null
/external/googletest/googletest/test/
gtest-unittest-api_test.cc
58
auto const** const
test_suites
=
local
62
test_suites
[i] = unit_test.GetTestSuite(i);
64
std::sort(
test_suites
,
65
test_suites
+ unit_test.total_test_suite_count(),
67
return
test_suites
;
122
const TestSuite** const
test_suites
= UnitTestHelper::GetSortedTestSuites();
local
124
EXPECT_STREQ("ApiTest",
test_suites
[0]->name());
125
EXPECT_STREQ("DISABLED_Test",
test_suites
[1]->name());
127
EXPECT_STREQ("TestSuiteWithCommentTest/0",
test_suites
[2]->name());
130
delete[]
test_suites
;
246
const TestSuite** const
test_suites
= UnitTestHelper::GetSortedTestSuites();
variable
[
all
...]
/external/ltp/android/tools/
compare_ltp_projects.py
79
test_suites
= []
83
return
test_suites
88
test_suites
.append(line)
89
return
test_suites
92
test_suites
= [f for f in os.listdir(runtest_dir) if os.path.isfile(runtest_dir + os.path.sep + f)]
94
return
test_suites
117
test_suites
= scan_test_suites(ltp_root, scenario)
118
if not
test_suites
:
123
for suite in
test_suites
:
/development/testrunner/test_defs/
gtest.py
100
test_suites
= []
107
test_suites
.append(suite)
108
return
test_suites
/external/grpc-grpc/tools/run_tests/python_utils/
filter_pull_request_tests.py
116
for trigger,
test_suites
in six.iteritems(_WHITELIST_DICT):
117
for test_suite in
test_suites
:
/cts/tools/utils/cts/
tools.py
42
self.
test_suites
= {}
50
sub_suite = self.
test_suites
.setdefault(names[0], TestPackage.TestSuite())
55
for (suite_name, suite) in self.
test_suites
.iteritems():
/external/autotest/client/common_lib/cros/
gs_cache_client.py
268
test_suites
= '%s/
test_suites
.tar.bz2' % build
269
map_file_name = 'autotest/
test_suites
/suite_to_control_file_map'
271
test_suites
, [map_file_name])
/external/googletest/googletest/src/
gtest.cc
[
all
...]
/build/soong/java/
androidmk.go
106
func testSuiteComponent(w io.Writer,
test_suites
[]string) {
108
if len(
test_suites
) > 0 {
110
strings.Join(
test_suites
, " "))
119
testSuiteComponent(w, j.testProperties.
Test_suites
)
133
testSuiteComponent(w, j.testHelperLibraryProperties.
Test_suites
)
345
testSuiteComponent(w, a.testProperties.
Test_suites
)
358
testSuiteComponent(w, a.appTestHelperAppProperties.
Test_suites
)
/build/soong/androidmk/cmd/androidmk/
androidmk_test.go
789
test_suites
: ["cts"],
807
test_suites
: ["cts"],
android.go
155
"LOCAL_COMPATIBILITY_SUITE": "
test_suites
",
Completed in 2681 milliseconds