HomeSort by relevance Sort by last modified time
    Searched refs:TestFunction (Results 1 - 25 of 30) sorted by null

1 2

  /external/v8/tools/clang/rewrite_scoped_refptr/tests/
temp-returned-as-raw-expected.cc 12 scoped_refptr<Foo> TestFunction();
20 scoped_refptr<Foo> Bar::TestFunction() {
temp-returned-as-raw-original.cc 12 Foo* TestFunction();
20 Foo* Bar::TestFunction() {
ref-to-local-returned-as-raw-expected.cc 14 Foo* TestFunction() {
ref-to-local-returned-as-raw-original.cc 14 Foo* TestFunction() {
const-scoped_refptr&-to-raw-adds-get-expected.cc 19 void TestFunction() {
const-scoped_refptr&-to-raw-adds-get-original.cc 19 void TestFunction() {
logging-checks-original.cc 16 void TestFunction() {
logging-checks-expected.cc 16 void TestFunction() {
gtest-expected.cc 12 void TestFunction() {
gtest-original.cc 12 void TestFunction() {
  /external/clang/test/Misc/
ast-dump-stmt.cpp 9 void TestFunction() {
ast-dump-attr.cpp 58 int TestFunction __attribute__((cleanup(function1)));
60 // CHECK: VarDecl{{.*}}TestFunction
  /external/vixl/test/
test-runner.h 37 typedef void(TestFunction)();
40 Test(const char* name, TestFunction* callback);
43 TestFunction* callback() { return callback_; }
81 TestFunction* callback_;
test-runner.cc 62 vixl::Test::Test(const char* name, TestFunction* callback)
  /external/libchrome/base/trace_event/
trace_event_synthetic_delay_unittest.cc 45 int64_t TestFunction() {
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(), kShortDurationMs)
    [all...]
  /external/selinux/libsepol/cil/test/unit/
CuTest.h 64 typedef void (*TestFunction)(CuTest *);
69 TestFunction function;
76 void CuTestInit(CuTest* t, const char* name, TestFunction function);
77 CuTest* CuTestNew(const char* name, TestFunction function);
CuTest.c 135 void CuTestInit(CuTest* t, const char* name, TestFunction function)
145 CuTest* CuTestNew(const char* name, TestFunction function)
  /external/google-breakpad/src/common/
dwarf_cu_to_module_unittest.cc 251 void TestFunction(int i, const string &name,
589 void CUFixtureBase::TestFunction(int i, const string &name,
636 #define TestFunction(a,b,c,d) TRACE(TestFunction((a),(b),(c),(d)))
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(0, "abstract-instance"
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.h 329 void TestFunction(void);
  /external/webrtc/webrtc/base/
profiler_unittest.cc 31 TEST(ProfilerTest, TestFunction) {
  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp 209 struct TestFunction
211 explicit TestFunction (const bool hasFunctionValue)
213 TestFunction (const char* const functionNameValue, const char* const functionDefinition)
217 ~TestFunction (void) {}
224 TestFunction getFunctionBlendLinearToSRGBCheck (void)
260 TestFunction testFunction(functionName, functionDefinition);
262 return testFunction;
350 : testFunction (false) {}
360 , testFunction (false
    [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 882 typedef void (LifeTest::*TestFunction) (void);
887 TestFunction test)
905 TestFunction m_test;
1041 typedef void (AttachmentTest::*TestFunction) (void);
1045 TestFunction test)
1057 const TestFunction m_test;
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cTextureGatherTests.cpp 894 virtual std::string TestFunction()
923 Type() + " v_out_0; \n" + TestFunction() +
937 Type() + " f_out_0; \n" + TestFunction() +
955 TestFunction() + "void main() { \n"
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cTextureGatherTests.cpp 772 virtual std::string TestFunction()
821 TestFunction() + "void main() { \n"
837 TestFunction() + "void main() { \n"
850 TestFunction() + "void main() { \n"
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 304 Function *TestFunction = Function::Create(
307 BasicBlock *Entry = BasicBlock::Create(Context, "entry", TestFunction);
316 (intptr_t)TheJIT->getPointerToFunction(TestFunction));

Completed in 704 milliseconds

1 2