Home
last modified time | relevance | path

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

/external/parameter-framework/test/test-fixed-point-parameter/
DMain.py154 firstGet = self._pfwClient.get(self._paramPath)
157 returnValue = Decimal(firstGet)
159 print("ERROR: Can't convert %s to a decimal" % firstGet)
160 return firstGet, False
168 return firstGet, False
170 return firstGet, True
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp563 int firstGet = -1; in splitBuffer() local
574 firstGet = 0; in splitBuffer()
626 if (firstGet != -1) in splitBuffer()
627 gets.push_back(buffer[firstGet + id]); in splitBuffer()