Searched refs:valuesCount (Results 1 – 7 of 7) sorted by relevance
118 int valuesCount = reply.getNextValueAsInt(); // number of field values. in testInvokeMethod_null_argument() local121 assertEquals("Not the right number of values", 1, valuesCount); in testInvokeMethod_null_argument()
120 int valuesCount = reply.getNextValueAsInt(); // number of field values. in testInvokeMethod_toString() local123 assertEquals("Not the right number of values", 1, valuesCount); in testInvokeMethod_toString()
199 int valuesCount = reply.getNextValueAsInt(); in testInvokeMethod() local200 for (int i = 0; i < valuesCount; i++) { in testInvokeMethod()
808 deUint32 valuesCount = layerSize * m_config.viewLayers; in verifyDepth() local838 for (deUint32 valueIndex = 0; valueIndex < valuesCount; valueIndex++) in verifyDepth()889 deUint32 valuesCount = layerSize * m_config.viewLayers; in verifyStencil() local899 for (deUint32 valueIndex = 0; valueIndex < valuesCount; valueIndex++) in verifyStencil()
944 int32_t valuesCount = node->countValues(); in handleMatch() local945 for (int32_t i = 0; i < valuesCount; i++) { in handleMatch()1920 int32_t valuesCount = node->countValues(); in handleMatch() local1921 for (int32_t i = 0; i < valuesCount; i++) { in handleMatch()
220 int32_t valuesCount = node->countValues(); in handleMatch() local221 for (int32_t i = 0; i < valuesCount; i++) { in handleMatch()
2854 int32_t valuesCount = 0; in ures_getKeywordValues() local2916 for(i=0; i<valuesCount; i++) { in ures_getKeywordValues()2924 if((valuesCount >= (VALUES_LIST_SIZE-1)) || /* no more space in list .. */ in ures_getKeywordValues()2929 valuesList[valuesCount++] = valuesBuf+valuesIndex; in ures_getKeywordValues()2948 valuesIndex, valuesCount); in ures_getKeywordValues()