HomeSort by relevance Sort by last modified time
    Searched refs:firstGet (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/upstream/test/test-fixed-point-parameter/
Main.py 156 firstGet = self._pfwClient.get(self._paramPath)
159 returnValue = Decimal(firstGet)
161 print("ERROR: Can't convert %s to a decimal" % firstGet)
162 return firstGet, False
170 return firstGet, False
172 return firstGet, True
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 563 int firstGet = -1;
574 firstGet = 0;
626 if (firstGet != -1)
627 gets.push_back(buffer[firstGet + id]);
    [all...]

Completed in 754 milliseconds