Home
last modified time | relevance | path

Searched refs:excludedCount (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DShHandle.h129 excludedCount(0), in TLinker()
138 …butes(const int* attributes, int count) { excludedAttributes = attributes; excludedCount = count; } in setExcludedAttributes()
151 int excludedCount; variable
/external/testng/src/main/java/org/testng/internal/
DUtils.java626 int excludedCount = 0; in filterTrace() local
632 excludedCount++; in filterTrace()
640 if (excludedCount > 0) { in filterTrace()
641 buf.append("... Removed " + excludedCount + " stack frames"); in filterTrace()