Home
last modified time | relevance | path

Searched refs:curValue (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeCommandLine.cpp265 …for (const void* curValue = opt.namedValues; curValue != opt.namedValuesEnd; curValue = (const voi… in help() local
267 if (curValue != opt.namedValues) in help()
269 str << getNamedValueName(curValue); in help()
299 …for (const void* curValue = namedValues; curValue != namedValuesEnd; curValue = (const void*)((deU… in findNamedValueMatch() local
301 if (srcStr == getNamedValueName(curValue)) in findNamedValueMatch()
302 return curValue; in findNamedValueMatch()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DDynamicRefTable.java60 Byte curValue = mEntries.get(key); in addMappings() local
61 if (curValue == null) { in addMappings()
64 if (!Objects.equals(otherEntry.getValue(), curValue)) { in addMappings()
/external/fonttools/Lib/fontTools/ttLib/tables/
DTupleVariation.py227 curValue = points[pos]
228 delta = curValue - lastValue
241 lastValue = curValue
DotConverters.py740 for glyphID, curValue in values[1:]:
741 if glyphID != segEnd + 1 or curValue != segValue:
744 segValue = curValue
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py1424 curValue = self.mapping.get(glyph)
1425 return curValue is None or curValue == value
/external/protobuf/objectivec/
DGPBUtilities.m1891 id curValue = (isRepeated ? [rawExtValue objectAtIndex:j] : rawExtValue);
1901 CTYPE v = [(NSNumber *)curValue NUMSELECTOR]; \
1928 [toStr appendString:([(NSNumber *)curValue boolValue] ? @"true"
1933 AppendStringEscaped(curValue, toStr);
1937 AppendBufferAsString((NSData *)curValue, toStr);
1944 AppendTextFormatForMessage(curValue, toStr, subIndent);