Home
last modified time | relevance | path

Searched refs:to_string (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_VulkanFeaturesTest.cpp56 " result = " + std::to_string(result)); in android_graphics_cts_VulkanFeaturesTest_nativeGetABPSupport()
61 " supported = " + std::to_string(supported)); in android_graphics_cts_VulkanFeaturesTest_nativeGetABPSupport()
93 " result = " + std::to_string(result)); in android_graphics_cts_VulkanFeaturesTest_nativeGetABPSupport()
102 " result = " + std::to_string(result)); in android_graphics_cts_VulkanFeaturesTest_nativeGetABPSupport()
111 " result = " + std::to_string(result)); in android_graphics_cts_VulkanFeaturesTest_nativeGetABPSupport()
153 " result = " + std::to_string(result)); in android_graphics_cts_VulkanFeaturesTest_nativeGetABPCpuOnlySupport()
158 " supported = " + std::to_string(supported)); in android_graphics_cts_VulkanFeaturesTest_nativeGetABPCpuOnlySupport()
190 " result = " + std::to_string(result)); in android_graphics_cts_VulkanFeaturesTest_nativeGetABPCpuOnlySupport()
199 " result = " + std::to_string(result)); in android_graphics_cts_VulkanFeaturesTest_nativeGetABPCpuOnlySupport()
208 " result = " + std::to_string(result)); in android_graphics_cts_VulkanFeaturesTest_nativeGetABPCpuOnlySupport()
/cts/tests/media/jni/
DNativeMediaFormatUnitTest.cpp157 if (strstr(toString, std::to_string(it.first + offset).c_str()) == nullptr) { in validateFormatInt32()
159 std::to_string(it.first + offset).c_str()); in validateFormatInt32()
195 if (strstr(toString, std::to_string(it.first + offset).c_str()) == nullptr) { in validateFormatInt64()
197 std::to_string(it.first + offset).c_str()); in validateFormatInt64()
233 if (strstr(toString, std::to_string(it.first + offset).c_str()) == nullptr) { in validateFormatFloat()
235 std::to_string(it.first + offset).c_str()); in validateFormatFloat()
272 if (strstr(toString, std::to_string(it.first + offset).c_str()) == nullptr) { in validateFormatDouble()
274 std::to_string(it.first + offset).c_str()); in validateFormatDouble()
310 if (strstr(toString, std::to_string(it.first + offset).c_str()) == nullptr) { in validateFormatSize()
312 std::to_string(it.first + offset).c_str()); in validateFormatSize()
[all …]
/cts/hostsidetests/gputools/apps/jni/
Dandroid_gputools_cts_RootlessGpuDebug.cpp115 result = "eglGetDisplay() returned error " + std::to_string(eglGetError()); in initGLES()
120 result = "eglInitialize() returned error " + std::to_string(eglGetError()); in initGLES()
126 "eglChooseConfig() returned error " + std::to_string(eglGetError()); in initGLES()
132 "eglGetConfigAttrib() returned error " + std::to_string(eglGetError()); in initGLES()
/cts/tests/tests/nativemedia/aaudio/jni/
Dtest_aaudio_stream_builder.cpp136 return info.param >= 0 ? std::to_string(info.param) : "_" + std::to_string(-info.param); in getTestName()
173 return info.param >= 0 ? std::to_string(info.param) : "_" + std::to_string(-info.param); in getTestName()
202 return info.param >= 0 ? std::to_string(info.param) : "_" + std::to_string(-info.param); in getTestName()
248 return info.param >= 0 ? std::to_string(info.param) : "_" + std::to_string(-info.param); in getTestName()
277 return info.param >= 0 ? std::to_string(info.param) : "_" + std::to_string(-info.param); in getTestName()
309 return info.param >= 0 ? std::to_string(info.param) : "_" + std::to_string(-info.param); in getTestName()
340 return info.param >= 0 ? std::to_string(info.param) : "_" + std::to_string(-info.param); in getTestName()
Dtest_aaudio_callback.cpp99 + "__" + std::to_string(std::get<PARAM_FRAMES_PER_CB>(info.param)) in getTestName()
/cts/apps/CtsVerifier/assets/scripts/power_monitors/
Dmonsoon.py74 def to_string(self): member in Power_Monitor
122 device = device_list[0].to_string() # choose the first one
/cts/tests/tests/nativemedia/resourceobserver/src/
DResourceObserverNativeTest.cpp43 std::to_string(observable.value) + "}"; in toString()