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.c3493 int i, a, numCmds, numArgs; in index_compile_db() local
3523 numCmds = clang_CompileCommands_getSize(CCmds); in index_compile_db()
3525 if (numCmds==0) { in index_compile_db()
3531 for (i=0; i<numCmds && errorCode == 0; ++i) { in index_compile_db()
3748 int i, j, a, numCmds, numArgs; in perform_test_compilation_db() local
3775 numCmds = clang_CompileCommands_getSize(CCmds); in perform_test_compilation_db()
3777 if (numCmds==0) { in perform_test_compilation_db()
3784 for (j=0; j<numCmds; ++j) { in perform_test_compilation_db()
/external/vulkan-validation-layers/layers/
Dcore_validation_types.h562 uint64_t numCmds; // number of cmds in this CB
Dcore_validation.cpp3957 cmdNode.cmdNumber = ++pCB->numCmds; in addCmd()
4055 pCB->numCmds = 0; in resetCB()