Home
last modified time | relevance | path

Searched refs:nTest (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTriStrip.cpp530 unsigned int i, j, nTest; in StripFromEdges() local
542 nTest = 0; in StripFromEdges()
547 ++nTest; in StripFromEdges()
555 if(nTest != 2) in StripFromEdges()
589 nTest = nEdge - 1; in StripFromEdges()
590 if(nTest < 0) in StripFromEdges()
591 nTest = 2; in StripFromEdges()
592 if(pTri->pAdj[nTest]) in StripFromEdges()
/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.m595 … printf("\nTest files should run to completion with no output and exit (return) 0 on success.\n");
/external/sqlite/dist/
Dshell.c5983 int nTest = 0; /* Number of tests runs */ in do_meta_command() local
6060 nTest++; in do_meta_command()
6085 utf8_printf(p->out, "%d errors out of %d tests\n", nErr, nTest); in do_meta_command()
/external/sqlite/dist/orig/
Dshell.c5961 int nTest = 0; /* Number of tests runs */ in do_meta_command() local
6038 nTest++; in do_meta_command()
6063 utf8_printf(p->out, "%d errors out of %d tests\n", nErr, nTest); in do_meta_command()