Searched refs:to_string (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_VulkanFeaturesTest.cpp | 56 " 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/ |
D | NativeMediaFormatUnitTest.cpp | 157 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/ |
D | android_gputools_cts_RootlessGpuDebug.cpp | 115 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/hostsidetests/adpf/app/hintsession/src/cpp/ |
D | Renderer.cpp | 339 results_["preferredRate"] = std::to_string(preferredRate); in getAdpfSupported() 362 std::to_string(ret), in reportActualWorkDuration() 373 Utility::setFailure("Failed to update target duration with code " + std::to_string(ret), in updateTargetWorkDuration() 439 addResult(testName + "_median", std::to_string(stats.medianWorkDuration)); in getFrameStats() 440 addResult(testName + "_median_interval", std::to_string(stats.medianFrameInterval)); in getFrameStats() 441 addResult(testName + "_deviation", std::to_string(stats.deviation)); in getFrameStats() 443 addResult(testName + "_target", std::to_string(getTargetWorkDuration())); in getFrameStats() 444 addResult(testName + "_target_exceeded_count", std::to_string(*stats.exceededCount)); in getFrameStats() 446 std::to_string(*stats.exceededFraction)); in getFrameStats() 447 addResult(testName + "_efficiency", std::to_string(*stats.efficiency)); in getFrameStats()
|
D | main.cpp | 138 getRenderer(pApp)->addResult("goal_duration", std::to_string(static_cast<int>(target))); in calibrate() 139 getRenderer(pApp)->addResult("heads_count", std::to_string(heads)); in calibrate() 220 getRenderer(pApp)->addResult("calibration_accuracy", std::to_string(calibrationAccuracy)); in android_main()
|
/cts/tests/tests/nativemedia/aaudio/jni/ |
D | test_aaudio_stream_builder.cpp | 136 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() 342 return info.param >= 0 ? std::to_string(info.param) : "_" + std::to_string(-info.param); in getTestName()
|
D | test_aaudio_callback.cpp | 100 + "__" + std::to_string(std::get<PARAM_FRAMES_PER_CB>(info.param)) in getTestName() 104 + "__" + std::to_string(std::get<PARAM_SAMPLE_RATE>(info.param)) in getTestName()
|
/cts/tests/tests/debuggerd/ |
D | debuggerd_cts_crasher.cpp | 57 std::string name = "CRASH_DETAIL_NAME" + std::to_string(i); in main() 58 std::string value = "CRASH_DETAIL_VALUE" + std::to_string(i); in main()
|
/cts/apps/CtsVerifier/assets/scripts/power_monitors/ |
D | monsoon.py | 74 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/ |
D | ResourceObserverNativeTest.cpp | 43 std::to_string(observable.value) + "}"; in toString()
|