OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_case
(Results
51 - 71
of
71
) sorted by null
1
2
3
/external/chromium_org/chrome/browser/download/
download_target_determiner_unittest.cc
205
const DownloadTestCase&
test_case
);
220
// Run |
test_case
| using |item|.
221
void RunTestCase(const DownloadTestCase&
test_case
,
225
// Runs |
test_case
| with |item|. When the DownloadTargetDeterminer is done,
238
// |intermediate_path| matches the expectations of |
test_case
|. Posts
240
void VerifyDownloadTarget(const DownloadTestCase&
test_case
,
286
const DownloadTestCase&
test_case
) {
289
GURL download_url(
test_case
.url);
293
GetPathInDownloadDir(
test_case
.forced_file_path);
295
(
test_case
.test_type == SAVE_AS)
981
const DownloadTestCase&
test_case
= kInactiveTestCases[i];
local
1422
const DownloadTestCase&
test_case
= kNotifyExtensionsTestCase;
local
1470
const DownloadTestCase&
test_case
= kNotifyExtensionsTestCase;
local
1512
const DownloadTestCase&
test_case
= kInitialPathTestCase;
local
1601
const DownloadTestCase&
test_case
= kResumedTestCases[i];
local
1643
const DownloadTestCase&
test_case
= kResumedForcedDownload;
local
1723
const DownloadTestCase&
test_case
= kResumedTestCases[i];
local
1864
const IntermediateNameTestCase&
test_case
= kIntermediateNameTestCases[i];
local
1992
const MIMETypeTestCase&
test_case
= kMIMETypeTestCases[i];
local
[
all
...]
/external/chromium_org/content/browser/fileapi/
obfuscated_file_util_unittest.cc
1246
const CopyMoveTestCaseRecord&
test_case
= kCopyMoveTestCases[i];
local
1572
const test::TestCaseRecord&
test_case
= test::kRegularTestCases[i];
local
[
all
...]
/external/chromium_org/content/renderer/
render_view_browsertest.cc
944
const InputModeTestCase*
test_case
= &kInputModeTestCases[i];
local
[
all
...]
/external/chromium_org/net/base/
net_util_unittest.cc
495
void RunGenerateFileNameTestCase(const GenerateFilenameCase*
test_case
) {
496
std::string default_filename(WideToUTF8(
test_case
->default_filename));
498
GURL(
test_case
->url),
test_case
->content_disp_header,
499
test_case
->referrer_charset,
test_case
->suggested_filename,
500
test_case
->mime_type, default_filename);
501
EXPECT_EQ(
test_case
->expected_filename,
503
<< "test case at line number: " <<
test_case
->lineno;
2214
GenerateFilenameCase
test_case
= generation_tests[i];
local
[
all
...]
/external/chromium_org/net/cookies/
cookie_monster_unittest.cc
2109
const TestCase *
test_case
= &
test_case
s[ci];
local
[
all
...]
/external/protobuf/gtest/test/
gtest_unittest.cc
5103
const TestCase* const
test_case
= GetUnitTestImpl()->
local
[
all
...]
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc
217
static bool TestCasePassed(const TestCase*
test_case
) {
218
return
test_case
->should_run() &&
test_case
->Passed();
222
static bool TestCaseFailed(const TestCase*
test_case
) {
223
return
test_case
->should_run() &&
test_case
->Failed();
226
// Returns true iff
test_case
contains at least one test that should
228
static bool ShouldRunTestCase(const TestCase*
test_case
) {
229
return
test_case
->should_run();
1729
const TestCase* const
test_case
= impl->current_
test_case
();
local
3097
TestCase* const
test_case
=
local
3223
TestCase * const
test_case
=
test_case
_node->element();
local
3260
const TestCase* const
test_case
=
test_case
_node->element();
local
[
all
...]
/external/chromium/testing/gtest/src/
gtest.cc
324
static bool TestCasePassed(const TestCase*
test_case
) {
325
return
test_case
->should_run() &&
test_case
->Passed();
329
static bool TestCaseFailed(const TestCase*
test_case
) {
330
return
test_case
->should_run() &&
test_case
->Failed();
333
// Returns true iff
test_case
contains at least one test that should
335
static bool ShouldRunTestCase(const TestCase*
test_case
) {
336
return
test_case
->should_run();
1953
const TestCase* const
test_case
= impl->current_
test_case
();
local
2837
const TestCase&
test_case
= *unit_test.GetTestCase(i);
local
4101
const std::vector<TestCase*>::const_iterator
test_case
=
local
4390
TestCase* const
test_case
=
test_case
s_[i];
local
4433
const TestCase* const
test_case
=
test_case
s_[i];
local
[
all
...]
/external/chromium/testing/gtest/test/
gtest_unittest.cc
5103
const TestCase* const
test_case
= GetUnitTestImpl()->
local
[
all
...]
/external/chromium_org/testing/gtest/src/
gtest.cc
327
static bool TestCasePassed(const TestCase*
test_case
) {
328
return
test_case
->should_run() &&
test_case
->Passed();
332
static bool TestCaseFailed(const TestCase*
test_case
) {
333
return
test_case
->should_run() &&
test_case
->Failed();
336
// Returns true iff
test_case
contains at least one test that should
338
static bool ShouldRunTestCase(const TestCase*
test_case
) {
339
return
test_case
->should_run();
1858
const TestCase* const
test_case
= impl->current_
test_case
();
local
2732
const TestCase&
test_case
= *unit_test.GetTestCase(i);
local
3928
const std::vector<TestCase*>::const_iterator
test_case
=
local
4218
TestCase* const
test_case
=
test_case
s_[i];
local
4261
const TestCase* const
test_case
=
test_case
s_[i];
local
[
all
...]
/external/chromium_org/testing/gtest/test/
gtest_unittest.cc
5046
const TestCase* const
test_case
= GetUnitTestImpl()->
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc
324
static bool TestCasePassed(const TestCase*
test_case
) {
325
return
test_case
->should_run() &&
test_case
->Passed();
329
static bool TestCaseFailed(const TestCase*
test_case
) {
330
return
test_case
->should_run() &&
test_case
->Failed();
333
// Returns true iff
test_case
contains at least one test that should
335
static bool ShouldRunTestCase(const TestCase*
test_case
) {
336
return
test_case
->should_run();
1953
const TestCase* const
test_case
= impl->current_
test_case
();
local
2837
const TestCase&
test_case
= *unit_test.GetTestCase(i);
local
4101
const std::vector<TestCase*>::const_iterator
test_case
=
local
4390
TestCase* const
test_case
=
test_case
s_[i];
local
4433
const TestCase* const
test_case
=
test_case
s_[i];
local
[
all
...]
/external/gtest/src/
gtest.cc
324
static bool TestCasePassed(const TestCase*
test_case
) {
325
return
test_case
->should_run() &&
test_case
->Passed();
329
static bool TestCaseFailed(const TestCase*
test_case
) {
330
return
test_case
->should_run() &&
test_case
->Failed();
333
// Returns true iff
test_case
contains at least one test that should
335
static bool ShouldRunTestCase(const TestCase*
test_case
) {
336
return
test_case
->should_run();
1953
const TestCase* const
test_case
= impl->current_
test_case
();
local
2837
const TestCase&
test_case
= *unit_test.GetTestCase(i);
local
4101
const std::vector<TestCase*>::const_iterator
test_case
=
local
4390
TestCase* const
test_case
=
test_case
s_[i];
local
4433
const TestCase* const
test_case
=
test_case
s_[i];
local
[
all
...]
/external/gtest/test/
gtest_unittest.cc
5103
const TestCase* const
test_case
= GetUnitTestImpl()->
local
[
all
...]
/external/llvm/utils/unittest/googletest/
gtest.cc
324
static bool TestCasePassed(const TestCase*
test_case
) {
325
return
test_case
->should_run() &&
test_case
->Passed();
329
static bool TestCaseFailed(const TestCase*
test_case
) {
330
return
test_case
->should_run() &&
test_case
->Failed();
333
// Returns true iff
test_case
contains at least one test that should
335
static bool ShouldRunTestCase(const TestCase*
test_case
) {
336
return
test_case
->should_run();
1953
const TestCase* const
test_case
= impl->current_
test_case
();
local
2809
const TestCase&
test_case
= *unit_test.GetTestCase(i);
local
4069
const std::vector<TestCase*>::const_iterator
test_case
=
local
4358
TestCase* const
test_case
=
test_case
s_[i];
local
4401
const TestCase* const
test_case
=
test_case
s_[i];
local
[
all
...]
/external/mesa3d/src/gtest/src/
gtest.cc
324
static bool TestCasePassed(const TestCase*
test_case
) {
325
return
test_case
->should_run() &&
test_case
->Passed();
329
static bool TestCaseFailed(const TestCase*
test_case
) {
330
return
test_case
->should_run() &&
test_case
->Failed();
333
// Returns true iff
test_case
contains at least one test that should
335
static bool ShouldRunTestCase(const TestCase*
test_case
) {
336
return
test_case
->should_run();
1953
const TestCase* const
test_case
= impl->current_
test_case
();
local
2837
const TestCase&
test_case
= *unit_test.GetTestCase(i);
local
4101
const std::vector<TestCase*>::const_iterator
test_case
=
local
4390
TestCase* const
test_case
=
test_case
s_[i];
local
4433
const TestCase* const
test_case
=
test_case
s_[i];
local
[
all
...]
/external/open-vcdiff/gtest/src/
gtest.cc
305
static bool TestCasePassed(const TestCase*
test_case
) {
306
return
test_case
->should_run() &&
test_case
->Passed();
310
static bool TestCaseFailed(const TestCase*
test_case
) {
311
return
test_case
->should_run() &&
test_case
->Failed();
314
// Returns true iff
test_case
contains at least one test that should
316
static bool ShouldRunTestCase(const TestCase*
test_case
) {
317
return
test_case
->should_run();
1994
const TestCase* const
test_case
= impl->current_
test_case
();
local
2815
const TestCase&
test_case
= *unit_test.GetTestCase(i);
local
3896
TestCase**
test_case
=
test_case
s_.FindIf(TestCaseNameIs(
test_case
_name));
local
4179
TestCase* const
test_case
=
test_case
s_.GetElement(i);
local
4222
const TestCase* const
test_case
=
test_case
s_.GetElement(i);
local
[
all
...]
/external/protobuf/gtest/src/
gtest.cc
305
static bool TestCasePassed(const TestCase*
test_case
) {
306
return
test_case
->should_run() &&
test_case
->Passed();
310
static bool TestCaseFailed(const TestCase*
test_case
) {
311
return
test_case
->should_run() &&
test_case
->Failed();
314
// Returns true iff
test_case
contains at least one test that should
316
static bool ShouldRunTestCase(const TestCase*
test_case
) {
317
return
test_case
->should_run();
1964
const TestCase* const
test_case
= impl->current_
test_case
();
local
2785
const TestCase&
test_case
= *unit_test.GetTestCase(i);
local
3865
TestCase**
test_case
=
test_case
s_.FindIf(TestCaseNameIs(
test_case
_name));
local
4148
TestCase* const
test_case
=
test_case
s_.GetElement(i);
local
4191
const TestCase* const
test_case
=
test_case
s_.GetElement(i);
local
[
all
...]
/ndk/sources/third_party/googletest/googletest/src/
gtest.cc
327
static bool TestCasePassed(const TestCase*
test_case
) {
328
return
test_case
->should_run() &&
test_case
->Passed();
332
static bool TestCaseFailed(const TestCase*
test_case
) {
333
return
test_case
->should_run() &&
test_case
->Failed();
336
// Returns true iff
test_case
contains at least one test that should
338
static bool ShouldRunTestCase(const TestCase*
test_case
) {
339
return
test_case
->should_run();
1932
const TestCase* const
test_case
= impl->current_
test_case
();
local
2813
const TestCase&
test_case
= *unit_test.GetTestCase(i);
local
4085
const std::vector<TestCase*>::const_iterator
test_case
=
local
4375
TestCase* const
test_case
=
test_case
s_[i];
local
4443
const TestCase* const
test_case
=
test_case
s_[i];
local
[
all
...]
/ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc
1962
const TestCase*
test_case
= UnitTest::GetInstance()->current_
test_case
();
local
1995
const TestCase*
test_case
= UnitTest::GetInstance()->current_
test_case
();
local
5186
const TestCase* const
test_case
= GetUnitTestImpl()->
local
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc
3431
const TestCase* const
test_case
= impl->current_
test_case
();
local
4323
const TestCase&
test_case
= *unit_test.GetTestCase(i);
local
5662
const std::vector<TestCase*>::const_iterator
test_case
=
local
5952
TestCase* const
test_case
=
test_case
s_[i];
local
6020
const TestCase* const
test_case
=
test_case
s_[i];
local
[
all
...]
Completed in 1965 milliseconds
1
2
3