/external/swiftshader/src/Main/ |
D | SwiftConfig.cpp | 33 std::string itoa(int number) in itoa() function 406 …html += "<tr><td>Optimization pass " + itoa(pass + 1) + ":</td><td><select name='optimization" + i… in page() 446 …nput type='text' size='10' maxlength='10' name='minPrimitives' value='" + itoa(config.minPrimitive… in page() 447 …nput type='text' size='10' maxlength='10' name='maxPrimitives' value='" + itoa(config.maxPrimitive… in page() 468 html += "<p>Frame: " + itoa(profiler.framesTotal) + "</p>\n"; in profile() 497 …html += "<div style='position:relative; float:left; width:" + itoa(rastTime) + "px; height:40px;… in profile() 498 …html += "<div style='position:relative; float:left; width:" + itoa(pipeTime) + "px; height:40px;… in profile() 499 …html += "<div style='position:relative; float:left; width:" + itoa(interpTime) + "px; height:40px;… in profile() 500 …html += "<div style='position:relative; float:left; width:" + itoa(shaderTime) + "px; height:40px;… in profile() 501 …html += "<div style='position:relative; float:left; width:" + itoa(texTime) + "px; height:40px;… in profile() [all …]
|
/external/swiftshader/src/Device/ |
D | SwiftConfig.cpp | 33 std::string itoa(int number) in itoa() function 406 …html += "<tr><td>Optimization pass " + itoa(pass + 1) + ":</td><td><select name='optimization" + i… in page() 446 …nput type='text' size='10' maxlength='10' name='minPrimitives' value='" + itoa(config.minPrimitive… in page() 447 …nput type='text' size='10' maxlength='10' name='maxPrimitives' value='" + itoa(config.maxPrimitive… in page() 468 html += "<p>Frame: " + itoa(profiler.framesTotal) + "</p>\n"; in profile() 497 …html += "<div style='position:relative; float:left; width:" + itoa(rastTime) + "px; height:40px;… in profile() 498 …html += "<div style='position:relative; float:left; width:" + itoa(pipeTime) + "px; height:40px;… in profile() 499 …html += "<div style='position:relative; float:left; width:" + itoa(interpTime) + "px; height:40px;… in profile() 500 …html += "<div style='position:relative; float:left; width:" + itoa(shaderTime) + "px; height:40px;… in profile() 501 …html += "<div style='position:relative; float:left; width:" + itoa(texTime) + "px; height:40px;… in profile() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 51 itoa(int32_t i, char* buf) in itoa() function 360 expected+=itoa(row, buf); in TestIteration() 368 expected+=itoa(row, buf); in TestIteration() 369 expected+=itoa(col, buf); in TestIteration() 572 expected+=itoa(row, buf); in TestOtherAPI() 583 expected+=itoa(row, buf); in TestOtherAPI() 584 expected+=itoa(col, buf); in TestOtherAPI() 770 expected_string += itoa(j,buf); in testTag() 805 expected_string += itoa(index,buf); in testTag() 855 expected_string += itoa(row,buf); in testTag() [all …]
|
D | restest.cpp | 52 itoa(int32_t i, char* buf) in itoa() function 435 expected_string += itoa(j,buf); in testTag() 457 expected_string += itoa(index,buf); in testTag()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | str.go | 9 func itoa(val int) string { // do it here rather than with fmt to avoid dependency func
|
D | syscall_linux.go | 221 return Utimes("/proc/self/fd/"+itoa(fd), tv)
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.hpp | 408 std::string itoa(glw::GLint i);
|
D | gl3cTransformFeedbackTests.cpp | 822 std::string new_attrib = "a" + gl3cts::TransformFeedback::Utilities::itoa(i); in testExtension1() 1920 varying.append(gl3cts::TransformFeedback::Utilities::itoa(i)); in testTooManyVaryings() 1933 transform_feedback_variable_setters.append(gl3cts::TransformFeedback::Utilities::itoa(i * i)); in testTooManyVaryings() 2391 varying.append(gl3cts::TransformFeedback::Utilities::itoa(i)); in buildProgram() 2404 transform_feedback_variable_setters.append(gl3cts::TransformFeedback::Utilities::itoa(i * 4)); in buildProgram() 2406 transform_feedback_variable_setters.append(gl3cts::TransformFeedback::Utilities::itoa(i * 4 + 1)); in buildProgram() 2408 transform_feedback_variable_setters.append(gl3cts::TransformFeedback::Utilities::itoa(i * 4 + 2)); in buildProgram() 2410 transform_feedback_variable_setters.append(gl3cts::TransformFeedback::Utilities::itoa(i * 4 + 3)); in buildProgram() 2944 varying.append(gl3cts::TransformFeedback::Utilities::itoa(i)); in buildProgram() 2959 transform_feedback_variable_setters.append(gl3cts::TransformFeedback::Utilities::itoa(i * 4)); in buildProgram() [all …]
|
D | gl3cClipDistance.cpp | 742 gl3cts::ClipDistance::Utility::itoa(i)); in prepareVertexShaderCode() 755 gl3cts::ClipDistance::Utility::itoa(clip_count)); in prepareVertexShaderCode() 1685 std::string gl3cts::ClipDistance::Utility::itoa(glw::GLint i) in itoa() function in gl3cts::ClipDistance::Utility
|
D | gl3cClipDistance.hpp | 186 std::string itoa(glw::GLint i);
|
D | gl3cTextureSizePromotion.cpp | 659 texel_fetch_arguments_tail.append(Utilities::itoa(m_max_samples - 1)); in prepareProgram() 664 texel_fetch_arguments_tail.append(Utilities::itoa(m_max_samples - 1)); in prepareProgram() 1583 std::string itoa(glw::GLint i) in itoa() function
|
D | gl4cDirectStateAccessVertexArraysTests.cpp | 290 declarations.append((std::string("in int a_").append(Utilities::itoa(i))).append(";\n")); in PrepareProgram() 291 copies.append((std::string(" sum += a_").append(Utilities::itoa(i))).append(";\n")); in PrepareProgram() 392 std::string attribute = std::string("a_").append(Utilities::itoa(i)); in BuildProgram() 744 std::string Utilities::itoa(glw::GLuint i) in itoa() function in gl4cts::DirectStateAccess::VertexArrays::Utilities 3405 expected_str.append(Utilities::itoa((glw::GLuint)expected[j])); in CheckXFB() 3406 result_str.append(Utilities::itoa((glw::GLuint)result[j])); in CheckXFB()
|
D | gl3cTransformFeedbackTests.hpp | 1336 std::string itoa(glw::GLint i);
|
D | gl4cDirectStateAccessTests.hpp | 4807 std::string itoa(glw::GLuint i);
|
/external/cldr/tools/c/genldml/ |
D | genldml.cpp | 701 itoa(i+1,c,10); in writeLocaleScript() 1274 itoa(i+1,c,10); in writeMonthNames() 1382 itoa(hours, c, 10); in getTimeString() 1393 itoa(minutes, c, 10); in getTimeString() 1488 itoa(i+1,c,10); in writeEra() 3504 itoa(sizes[0], c, 10); in writePaperSize() 3511 itoa(sizes[1], c, 10); in writePaperSize()
|