OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remaining_tests
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/tests/
test_case.cc
52
// test names and insert the un-prefixed names into |
remaining_tests
|, with
55
std::map<std::string, bool>*
remaining_tests
) {
71
PP_DCHECK(
remaining_tests
->count(test_name_without_case) == 0);
72
remaining_tests
->insert(
76
remaining_tests
->erase(std::string());
testing_instance.cc
213
if (current_case_->
remaining_tests
().size()) {
218
current_case_->
remaining_tests
().begin();
219
for (; iter != current_case_->
remaining_tests
().end(); ++iter) {
test_case.h
91
const std::map<std::string, bool>&
remaining_tests
() {
function in class:TestCase
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner.py
204
def _handle_device_failed(self, worker_name, list_name,
remaining_tests
):
206
if
remaining_tests
:
207
self._shards_to_redo.append(TestShard(list_name,
remaining_tests
))
Completed in 48 milliseconds