HomeSort by relevance Sort by last modified time
    Searched full:testfunction (Results 26 - 50 of 51) sorted by null

12 3

  /external/skia/tests/
PathOpsExtendedTest.cpp 395 const char* testFunction, bool twoPaths, std::string& out) {
423 out += testFunction;
464 const char testFunction[] = "testSimplify(reporter, path);";
465 appendTest(pathStr, pathPrefix, nameSuffix, testFunction, false, str);
645 const char testFunction[] = "testSimplify(path);";
652 appendTest(pathStr, pathPrefix, nameSuffix, testFunction, false, fPathStr);
656 const char testFunction[] = "testOp(path);";
659 appendTest(pathStr, nullptr, nameSuffix, testFunction, true, fPathStr);
  /external/skqp/tests/
PathOpsExtendedTest.cpp 395 const char* testFunction, bool twoPaths, std::string& out) {
423 out += testFunction;
464 const char testFunction[] = "testSimplify(reporter, path);";
465 appendTest(pathStr, pathPrefix, nameSuffix, testFunction, false, str);
645 const char testFunction[] = "testSimplify(path);";
652 appendTest(pathStr, pathPrefix, nameSuffix, testFunction, false, fPathStr);
656 const char testFunction[] = "testOp(path);";
659 appendTest(pathStr, nullptr, nameSuffix, testFunction, true, fPathStr);
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java 390 Function testFunction = testProvider.getTestCmd(meth);
391 if (testFunction == null) {
395 if (testFunction.getOperationsPerIteration() < 1) {
402 long loops = getIteration(meth, testFunction);
417 t = performLoops(testFunction, loops);
419 events = testFunction.getEventsPerIteration();
424 + testFunction.getOperationsPerIteration());
427 + testFunction.getOperationsPerIteration() + " events: " + events);
432 + testFunction.getOperationsPerIteration());
435 + testFunction.getOperationsPerIteration() + " " + events)
    [all...]
  /external/llvm/test/Transforms/GVN/
lpre-call-wrap.ll 14 ; void testfunction(A& iter) { A const end; while (iter != end) ++iter; }
  /external/swiftshader/third_party/LLVM/test/Transforms/GVN/
lpre-call-wrap.ll 14 ; void testfunction(A& iter) { A const end; while (iter != end) ++iter; }
  /external/webrtc/webrtc/base/
profiler_unittest.cc 31 TEST(ProfilerTest, TestFunction) {
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmVariablePointersTests.cpp     [all...]
vktSpvAsm16bitStorageTests.cpp     [all...]
  /external/tensorflow/tensorflow/compiler/tests/
function_test.py 35 def testFunction(self):
  /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/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]
  /external/selinux/libsepol/cil/test/unit/
CuTest.c 135 void CuTestInit(CuTest* t, const char* name, TestFunction function)
145 CuTest* CuTestNew(const char* name, TestFunction function)
  /external/icu/icu4c/source/test/intltest/
transtst.h 329 void TestFunction(void);
transtst.cpp 181 TESTCASE(67,TestFunction);
    [all...]
  /external/vixl/test/
test-runner.cc 62 vixl::Test::Test(const char* name, TestFunction* callback)
  /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));
  /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/clang/test/Analysis/
inline.cpp 213 void testFunction() {
  /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/llvm/docs/HistoricalNotes/
2001-05-18-ExceptionHandling.txt 59 void TestFunction(...) {
  /external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
2001-05-18-ExceptionHandling.txt 59 void TestFunction(...) {
  /test/vts/utils/python/coverage/
gcno_parser_test.py 54 name = "TestFunction"
  /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...]
  /prebuilts/go/darwin-x86/src/reflect/
all_test.go 568 t.Fatalf("TestFunction returned wrong pointer")
    [all...]

Completed in 2576 milliseconds

12 3