OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttachmentTest
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sync/api/attachments/
attachment_unittest.cc
22
class
AttachmentTest
: public testing::Test {};
24
TEST_F(
AttachmentTest
, Create_UniqueIdIsUnique) {
33
TEST_F(
AttachmentTest
, Create_WithEmptyData) {
39
TEST_F(
AttachmentTest
, CreateWithId_HappyCase) {
/external/deqp/modules/glshared/
glsFboCompletenessTests.cpp
684
class
AttachmentTest
: public ParamTest<AttachmentParams>
687
AttachmentTest
(Context& group, Params& params)
696
void
AttachmentTest
::makeDepthAndStencil (FboBuilder& builder)
723
IterateResult
AttachmentTest
::build (FboBuilder& builder)
852
attCombTests->addChild(new
AttachmentTest
(*this, params));
glsLifetimeTests.cpp
873
class
AttachmentTest
: public TestBase
876
typedef void (
AttachmentTest
::*TestFunction) (void);
877
AttachmentTest
(const char* name,
895
IterateResult
AttachmentTest
::iterate (void)
912
void
AttachmentTest
::testDeletedNames (void)
[
all
...]
Completed in 145 milliseconds