OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_names
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___future__.py
12
def
test_names
(self):
member in class:FutureTest
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___future__.py
12
def
test_names
(self):
member in class:FutureTest
/external/chromium_org/base/test/launcher/
unit_test_launcher.cc
89
// of current process. |
test_names
| is a vector of test full names
92
const std::vector<std::string>&
test_names
,
97
new_cmd_line.AppendSwitchASCII(kGTestFilterFlag, JoinString(
test_names
, ":"));
116
std::vector<std::string>
test_names
;
member in struct:base::__anon3684::UnitTestLauncherDelegate::GTestCallbackState
141
const std::vector<std::string>&
test_names
) OVERRIDE {
145
for (size_t i = 0; i <
test_names
.size(); i++) {
146
batch.push_back(
test_names
[i]);
156
return
test_names
.size();
161
const std::vector<std::string>&
test_names
) OVERRIDE {
167
test_names
));
[
all
...]
test_launcher.cc
526
std::vector<std::string>
test_names
(tests_to_retry_.begin(),
532
launcher_delegate_->RetryTests(this,
test_names
);
729
std::vector<std::string>
test_names
;
local
762
test_names
.push_back(test_name);
766
test_started_count_ = launcher_delegate_->RunTests(this,
test_names
);
[
all
...]
Completed in 48 milliseconds