Home
last modified time | relevance | path

Searched defs:testBlock (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DtripleSlashRefPathCompletionBackandForwardSlash.ts59 function testBlock(offset: number, fileName: string, dir: string) { function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexProgram.cpp1273 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDLOOP() local
1287 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDREP() local
1301 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDWHILE() local
1437 BasicBlock *testBlock = Nucleus::createBasicBlock(); in LOOP() local
1463 BasicBlock *testBlock = Nucleus::createBasicBlock(); in REP() local
1486 BasicBlock *testBlock = Nucleus::createBasicBlock(); in WHILE() local
DPixelProgram.cpp1589 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDLOOP() local
1603 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDREP() local
1617 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDWHILE() local
1752 BasicBlock *testBlock = Nucleus::createBasicBlock(); in LOOP() local
1778 BasicBlock *testBlock = Nucleus::createBasicBlock(); in REP() local
1801 BasicBlock *testBlock = Nucleus::createBasicBlock(); in WHILE() local
/third_party/node/test/parallel/
Dtest-fs-realpath.js67 function asynctest(testBlock, args, callback, assertBlock) { argument