Searched refs:TestFunction (Results 1 - 25 of 28) sorted by relevance

12

/external/v8/tools/clang/rewrite_scoped_refptr/tests/
H A Dtemp-returned-as-raw-expected.cc12 scoped_refptr<Foo> TestFunction();
20 scoped_refptr<Foo> Bar::TestFunction() { function in class:Bar
H A Dtemp-returned-as-raw-original.cc12 Foo* TestFunction();
20 Foo* Bar::TestFunction() { function in class:Bar
H A Dref-to-local-returned-as-raw-expected.cc14 Foo* TestFunction() { function
H A Dref-to-local-returned-as-raw-original.cc14 Foo* TestFunction() { function
H A Dconst-scoped_refptr&-to-raw-adds-get-expected.cc19 void TestFunction() { function
H A Dconst-scoped_refptr&-to-raw-adds-get-original.cc19 void TestFunction() { function
H A Dlogging-checks-original.cc16 void TestFunction() { function
H A Dlogging-checks-expected.cc16 void TestFunction() { function
H A Dgtest-expected.cc12 void TestFunction() { function
H A Dgtest-original.cc12 void TestFunction() { function
/external/clang/test/Misc/
H A Dast-dump-stmt.cpp9 void TestFunction() { function
H A Dast-dump-attr.cpp58 int TestFunction __attribute__((cleanup(function1))); local
60 // CHECK: VarDecl{{.*}}TestFunction
/external/vixl/test/
H A Dtest-runner.h37 typedef void(TestFunction)(); typedef in class:vixl::Test
40 Test(const char* name, TestFunction* callback);
43 TestFunction* callback() { return callback_; }
81 TestFunction* callback_;
H A Dtest-runner.cc62 vixl::Test::Test(const char* name, TestFunction* callback)
/external/libchrome/base/trace_event/
H A Dtrace_event_synthetic_delay_unittest.cc45 int64_t TestFunction() { function in class:base::trace_event::TraceEventSyntheticDelayTest
72 EXPECT_GE(TestFunction(), kTargetDurationMs);
78 EXPECT_GE(TestFunction(), kTargetDurationMs);
79 EXPECT_LT(TestFunction(), kShortDurationMs);
83 EXPECT_GE(TestFunction(), kTargetDurationMs);
89 EXPECT_GE(TestFunction(), kTargetDurationMs);
90 EXPECT_LT(TestFunction(), kShortDurationMs);
91 EXPECT_GE(TestFunction(), kTargetDurationMs);
92 EXPECT_LT(TestFunction(), kShortDurationMs);
134 EXPECT_LT(TestFunction(), kShortDurationM
[all...]
/external/selinux/libsepol/cil/test/unit/
H A DCuTest.h64 typedef void (*TestFunction)(CuTest *); typedef
69 TestFunction function;
76 void CuTestInit(CuTest* t, const char* name, TestFunction function);
77 CuTest* CuTestNew(const char* name, TestFunction function);
H A DCuTest.c135 void CuTestInit(CuTest* t, const char* name, TestFunction function)
145 CuTest* CuTestNew(const char* name, TestFunction function)
/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module_unittest.cc251 void TestFunction(int i, const string &name,
589 void CUFixtureBase::TestFunction(int i, const string &name, function in class:CUFixtureBase
636 #define TestFunction(a,b,c,d) TRACE(TestFunction((a),(b),(c),(d))) macro
659 TestFunction(0, "function1", 0x938cf8c07def4d34ULL, 0x55592d727f6cd01fLL);
676 TestFunction(0, "function1", 0x938cf8c07def4d34ULL, 0x55592d727f6cd01fLL);
691 TestFunction(0, "n::f(int)", 0x938cf8c07def4d34ULL, 0x55592d727f6cd01fLL);
732 TestFunction(0, "inline-name",
748 TestFunction(0, "inline-name",
766 TestFunction(
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.h329 void TestFunction(void);
/external/webrtc/webrtc/base/
H A Dprofiler_unittest.cc31 TEST(ProfilerTest, TestFunction) {
/external/deqp/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp209 struct TestFunction struct in namespace:deqp::gles31::Functional::__anon5345
211 explicit TestFunction (const bool hasFunctionValue) function in struct:deqp::gles31::Functional::__anon5345::TestFunction
213 TestFunction (const char* const functionNameValue, const char* const functionDefinition) function in struct:deqp::gles31::Functional::__anon5345::TestFunction
217 ~TestFunction (void) {}
224 TestFunction getFunctionBlendLinearToSRGBCheck (void)
260 TestFunction testFunction(functionName, functionDefinition);
367 TestFunction testFunctionValue,
379 TestFunction testFunctionValue,
394 TestFunction testFunction;
654 TestShaderProgram (Context& context, const int samplerTotal, TestFunction testFunctio
[all...]
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp882 typedef void (LifeTest::*TestFunction) (void); typedef in class:deqp::gls::LifetimeTests::details::LifeTest
887 TestFunction test)
905 TestFunction m_test;
1041 typedef void (AttachmentTest::*TestFunction) (void); typedef in class:deqp::gls::LifetimeTests::details::AttachmentTest
1045 TestFunction test)
1057 const TestFunction m_test;
1307 LifeTest::TestFunction func;
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureGatherTests.cpp894 virtual std::string TestFunction() function in class:gl4cts::__anon4156::GatherBase
923 Type() + " v_out_0; \n" + TestFunction() +
937 Type() + " f_out_0; \n" + TestFunction() +
955 TestFunction() + "void main() { \n"
1142 virtual std::string TestFunction() function in class:gl4cts::__anon4156::PlainGatherFloat2DRg
1170 virtual std::string TestFunction() function in class:gl4cts::__anon4156::PlainGatherUnorm2D
2488 virtual std::string TestFunction() function in class:gl4cts::__anon4156::OffsetGatherUnorm2D
2724 virtual std::string TestFunction() function in class:gl4cts::__anon4156::OffsetsGatherUnorm2D
2999 virtual std::string TestFunction() function in class:gl4cts::__anon4156::Swizzle
3049 virtual std::string TestFunction() function in class:gl4cts::__anon4156::IncompleteTextureLastComp
3179 virtual std::string TestFunction() function in class:gl4cts::__anon4156::PlainGatherFloat2DSrgbAlpha
[all...]
/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureGatherTests.cpp772 virtual std::string TestFunction() function in class:glcts::__anon4191::GatherBase
821 TestFunction() + "void main() { \n"
837 TestFunction() + "void main() { \n"
850 TestFunction() + "void main() { \n"
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp304 Function *TestFunction = Function::Create( local
307 BasicBlock *Entry = BasicBlock::Create(Context, "entry", TestFunction);
316 (intptr_t)TheJIT->getPointerToFunction(TestFunction));

Completed in 565 milliseconds

12