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

/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/harmony/
H A Dblock-conflicts.js51 function TestFunction(s,e) { function
75 TestFunction(s,e), "function:'" + msg + "'");
/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/jmonkeyengine/engine/src/core/com/jme3/material/
H A DRenderState.java79 * <code>TestFunction</code> specifies the testing function for stencil test
87 public enum TestFunction { enum in class:RenderState
321 TestFunction frontStencilFunction = TestFunction.Always;
322 TestFunction backStencilFunction = TestFunction.Always;
345 oc.write(frontStencilFunction, "frontStencilFunction", TestFunction.Always);
346 oc.write(backStencilFunction, "backStencilFunction", TestFunction.Always);
383 frontStencilFunction = ic.readEnum("frontStencilFunction", TestFunction.class, TestFunction
[all...]
/external/v8/test/cctest/
H A Dcctest.h107 typedef void (TestFunction)(); typedef in class:CcTest
108 CcTest(TestFunction* callback, const char* file, const char* name,
174 TestFunction* callback_;
247 explicit RegisterThreadedTest(CcTest::TestFunction* callback,
264 CcTest::TestFunction* callback() { return callback_; }
271 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/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 2091 milliseconds