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

  /external/libchrome/sandbox/linux/seccomp-bpf/
bpf_tester_compatibility_delegate.h 24 typedef void (*TestFunction)(Aux*);
26 explicit BPFTesterCompatibilityDelegate(TestFunction test_function)
48 TestFunction test_function_;
  /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_; }
67 TestFunction* callback_;
test-runner.cc 54 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/v8/test/mjsunit/
debug-liveedit-4.js 39 "function TestFunction() {\n"
53 var res = TestFunction();
57 var script = Debug.findScript(TestFunction);
66 var res = TestFunction();
  /ndk/sources/android/support/tests/minitest/
minitest.cc 13 minitest::TestFunction* test_function;
167 TestFunction* test_function) {
minitest.h 229 typedef void(TestFunction)(TestCase* testcase);
234 TestFunction* test_function);
  /external/v8/test/cctest/
cctest.h 95 typedef void (TestFunction)();
96 CcTest(TestFunction* callback, const char* file, const char* name,
168 TestFunction* callback_;
242 explicit RegisterThreadedTest(CcTest::TestFunction* callback,
259 CcTest::TestFunction* callback() { return callback_; }
266 CcTest::TestFunction* callback_;
cctest.cc 55 CcTest::CcTest(TestFunction* callback, const char* file, const char* name,
  /external/icu/icu4c/source/test/intltest/
transtst.h 327 void TestFunction(void);
transtst.cpp 179 TESTCASE(67,TestFunction);
    [all...]
  /external/v8/test/mjsunit/es6/
block-conflicts.js 26 function TestFunction(s,e) {
50 TestFunction(s,e), "function:'" + msg + "'");
  /external/v8/test/mjsunit/harmony/
block-conflicts-sloppy.js 26 function TestFunction(s,e) {
52 TestFunction(s,e), "function:'" + msg + "'");
  /external/webrtc/webrtc/base/
profiler_unittest.cc 31 TEST(ProfilerTest, TestFunction) {
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 720 typedef void (LifeTest::*TestFunction) (void);
725 TestFunction test)
743 TestFunction m_test;
879 typedef void (AttachmentTest::*TestFunction) (void);
883 TestFunction test)
895 const TestFunction m_test;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java     [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java     [all...]

Completed in 734 milliseconds