Home
last modified time | relevance | path

Searched refs:numCmds (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/c-index-test/
Dc-index-test.c3340 int i, a, numCmds, numArgs; in index_compile_db() local
3370 numCmds = clang_CompileCommands_getSize(CCmds); in index_compile_db()
3372 if (numCmds==0) { in index_compile_db()
3378 for (i=0; i<numCmds && errorCode == 0; ++i) { in index_compile_db()
3595 int i, j, a, numCmds, numArgs; in perform_test_compilation_db() local
3622 numCmds = clang_CompileCommands_getSize(CCmds); in perform_test_compilation_db()
3624 if (numCmds==0) { in perform_test_compilation_db()
3631 for (j=0; j<numCmds; ++j) { in perform_test_compilation_db()
/external/vulkan-validation-layers/layers/
Dcore_validation.h821 uint64_t numCmds; // number of cmds in this CB
Dcore_validation.cpp4416 cmdNode.cmdNumber = ++pCB->numCmds; in addCmd()
4432 pCB->numCmds = 0; in resetCB()