Searched defs:doPrintValue (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/datatypes/ |
H A D | DataType.kt | 27 protected abstract fun doPrintValue(): String in doPrintValue() method in android.tools.datatypes.DataType
|
H A D | Size.kt | 29 override fun doPrintValue() = "$width x $height" in doPrintValue() method in android.tools.datatypes.Size
|
H A D | ActiveBuffer.kt | 28 override fun doPrintValue() = "w:$width, h:$height, stride:$stride, format:$format" in doPrintValue() method
|
H A D | Matrix33.kt | 43 override fun doPrintValue() = buildString { in doPrintValue() method in android.tools.datatypes.Matrix33
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 371 static void doPrintValue(const FloatFormat &fmt, const float &value, ostream &os) in doPrintValue() function 380 static void doPrintValue(const FloatFormat &, const float &value, ostream &os) in doPrintValue() function 401 static void doPrintValue(const FloatFormat &, const int &value, ostream &os) in doPrintValue() function 473 static void doPrintValue(const FloatFormat &fmt, const T &value, ostream &os) in doPrintValue() function 552 static void doPrintValue(const FloatFormat &, const Void &, ostream &os) in doPrintValue() function
|