Searched defs:numCmds (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp477 int numCmds = fCmds.count(); local
478 if (0 == numCmds) {
507 for (int c = 0; c < numCmds; ++c) {
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp566 int numCmds = fCmds.count(); local
567 if (0 == numCmds) {
598 for (int c = 0; c < numCmds; ++c) {
/external/clang/tools/c-index-test/
H A Dc-index-test.c3213 int i, a, numCmds, numArgs; local
3243 numCmds = clang_CompileCommands_getSize(CCmds);
3245 if (numCmds==0) {
3251 for (i=0; i<numCmds && errorCode == 0; ++i) {
3468 int i, j, a, numCmds, numArgs; local
3495 numCmds = clang_CompileCommands_getSize(CCmds);
3497 if (numCmds==0) {
3504 for (j=0; j<numCmds; ++j) {

Completed in 128 milliseconds