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()
991 deUint32 valuesCount = layerSize * m_config.viewLayers; in verifyDepth() local1024 for (deUint32 valueIndex = 0; valueIndex < valuesCount; valueIndex++) in verifyDepth()1078 deUint32 valuesCount = layerSize * m_config.viewLayers; in verifyStencil() local1091 for (deUint32 valueIndex = 0; valueIndex < valuesCount; valueIndex++) in verifyStencil()
948 int32_t valuesCount = node->countValues(); in handleMatch() local949 for (int32_t i = 0; i < valuesCount; i++) { in handleMatch()1924 int32_t valuesCount = node->countValues(); in handleMatch() local1925 for (int32_t i = 0; i < valuesCount; i++) { in handleMatch()
223 int32_t valuesCount = node->countValues(); in handleMatch() local224 for (int32_t i = 0; i < valuesCount; i++) { in handleMatch()
2919 int32_t valuesCount = 0; in ures_getKeywordValues() local2981 for(i=0; i<valuesCount; i++) { in ures_getKeywordValues()2989 if((valuesCount >= (VALUES_LIST_SIZE-1)) || /* no more space in list .. */ in ures_getKeywordValues()2994 valuesList[valuesCount++] = valuesBuf+valuesIndex; in ures_getKeywordValues()3013 valuesIndex, valuesCount); in ures_getKeywordValues()