Searched defs:TestFunction (Results 1 - 14 of 14) sorted by relevance

/external/libchrome/sandbox/linux/seccomp-bpf/
H A Dbpf_tester_compatibility_delegate.h24 typedef void (*TestFunction)(Aux*); typedef in class:sandbox::BPFTesterCompatibilityDelegate
26 explicit BPFTesterCompatibilityDelegate(TestFunction test_function)
48 TestFunction test_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/v8/test/mjsunit/es6/
H A Dblock-conflicts-sloppy.js24 function TestFunction(s,e) { function
50 TestFunction(s,e), "function:'" + msg + "'");
H A Dblock-conflicts.js26 function TestFunction(s,e) { function
50 TestFunction(s,e), "function:'" + msg + "'");
/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);
/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_; }
67 TestFunction* callback_;
/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/v8/test/cctest/
H A Dcctest.h81 typedef void (TestFunction)(); typedef in class:CcTest
82 CcTest(TestFunction* callback, const char* file, const char* name,
153 TestFunction* callback_;
226 explicit RegisterThreadedTest(CcTest::TestFunction* callback,
243 CcTest::TestFunction* callback() { return callback_; }
250 CcTest::TestFunction* callback_;
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp720 typedef void (LifeTest::*TestFunction) (void); typedef in class:deqp::gls::LifetimeTests::details::LifeTest
725 TestFunction test)
743 TestFunction m_test;
879 typedef void (AttachmentTest::*TestFunction) (void); typedef in class:deqp::gls::LifetimeTests::details::AttachmentTest
883 TestFunction test)
895 const TestFunction m_test;
1145 LifeTest::TestFunction func;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DTransliteratorTest.java2791 public void TestFunction() { method in class:TransliteratorTest
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java2787 public void TestFunction() { method in class:TransliteratorTest
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp179 TESTCASE(67,TestFunction);
3630 void TransliteratorTest::TestFunction() { function in class:TransliteratorTest

Completed in 1219 milliseconds