HomeSort by relevance Sort by last modified time
    Searched refs:itoa (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /prebuilts/go/darwin-x86/src/syscall/
export_test.go 7 var Itoa = itoa
str.go 7 func itoa(val int) string { // do it here rather than with fmt to avoid dependency func
syscall_test.go 45 s := syscall.Itoa(i)
48 t.Fatalf("itoa(%d) = %s, want %s", i, s, f)
  /prebuilts/go/linux-x86/src/syscall/
export_test.go 7 var Itoa = itoa
str.go 7 func itoa(val int) string { // do it here rather than with fmt to avoid dependency func
syscall_test.go 45 s := syscall.Itoa(i)
48 t.Fatalf("itoa(%d) = %s, want %s", i, s, f)
  /external/swiftshader/src/Main/
SwiftConfig.cpp 33 std::string itoa(int number) function in namespace:sw
406 html += "<tr><td>Optimization pass " + itoa(pass + 1) + ":</td><td><select name='optimization" + itoa(pass + 1) + "' title='An optimization pass for the shader compiler.'>\n";
446 html += "<tr><td>Minimum primitives:</td><td><input type='text' size='10' maxlength='10' name='minPrimitives' value='" + itoa(config.minPrimitives) + "'></td></tr>\n";
447 html += "<tr><td>Maximum primitives:</td><td><input type='text' size='10' maxlength='10' name='maxPrimitives' value='" + itoa(config.maxPrimitives) + "'></td></tr>\n";
468 html += "<p>Frame: " + itoa(profiler.framesTotal) + "</p>\n";
497 html += "<div style='position:relative; float:left; width:" + itoa(rastTime) + "px; height:40px; border-style:none; text-align:center; line-height:40px; background-color:#FFFF7F; overflow:hidden;'>" + ftoa(rastTimeF) + "% rast</div>\n";
498 html += "<div style='position:relative; float:left; width:" + itoa(pipeTime) + "px; height:40px; border-style:none; text-align:center; line-height:40px; background-color:#FF7F7F; overflow:hidden;'>" + ftoa(pipeTimeF) + "% pipe</div>\n";
499 html += "<div style='position:relative; float:left; width:" + itoa(interpTime) + "px; height:40px; border-style:none; text-align:center; line-height:40px; background-color:#7FFFFF; overflow:hidden;'>" + ftoa(interpTimeF) + "% interp</div>\n";
500 html += "<div style='position:relative; float:left; width:" + itoa(shaderTime) + "px; height:40px; border-style:none; text-align:center; line-height:40px; background (…)
    [all...]
  /prebuilts/go/darwin-x86/src/os/
executable_plan9.go 12 fn := "/proc/" + itoa(Getpid()) + "/text"
str.go 10 func itoa(val int) string { func
exec_posix.go 93 res = "exit status " + itoa(status.ExitStatus())
99 res += " (trap " + itoa(status.TrapCause()) + ")"
  /prebuilts/go/linux-x86/src/os/
executable_plan9.go 12 fn := "/proc/" + itoa(Getpid()) + "/text"
str.go 10 func itoa(val int) string { func
exec_posix.go 93 res = "exit status " + itoa(status.ExitStatus())
99 res += " (trap " + itoa(status.TrapCause()) + ")"
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
itoatest.cpp 16 #include "rapidjson/internal/itoa.h"
140 TEST(itoa, u32toa) {
144 TEST(itoa, i32toa) {
148 TEST(itoa, u64toa) {
152 TEST(itoa, i64toa) {
  /prebuilts/go/darwin-x86/src/net/
tcpsockopt_plan9.go 20 cmd := "keepalive " + itoa(int(d/time.Millisecond))
  /prebuilts/go/linux-x86/src/net/
tcpsockopt_plan9.go 20 cmd := "keepalive " + itoa(int(d/time.Millisecond))
  /prebuilts/go/darwin-x86/src/log/
log_test.go 177 itoa(&dst, 2015, 4) // year
178 itoa(&dst, 1, 2) // month
179 itoa(&dst, 30, 2) // day
180 itoa(&dst, 12, 2) // hour
181 itoa(&dst, 56, 2) // minute
182 itoa(&dst, 0, 2) // second
183 itoa(&dst, 987654, 6) // microsecond
log.go 76 func itoa(buf *[]byte, i int, wid int) { func
104 itoa(buf, year, 4)
106 itoa(buf, int(month), 2)
108 itoa(buf, day, 2)
113 itoa(buf, hour, 2)
115 itoa(buf, min, 2)
117 itoa(buf, sec, 2)
120 itoa(buf, t.Nanosecond()/1e3, 6)
138 itoa(buf, line, -1)
  /prebuilts/go/linux-x86/src/log/
log_test.go 177 itoa(&dst, 2015, 4) // year
178 itoa(&dst, 1, 2) // month
179 itoa(&dst, 30, 2) // day
180 itoa(&dst, 12, 2) // hour
181 itoa(&dst, 56, 2) // minute
182 itoa(&dst, 0, 2) // second
183 itoa(&dst, 987654, 6) // microsecond
log.go 76 func itoa(buf *[]byte, i int, wid int) { func
104 itoa(buf, year, 4)
106 itoa(buf, int(month), 2)
108 itoa(buf, day, 2)
113 itoa(buf, hour, 2)
115 itoa(buf, min, 2)
117 itoa(buf, sec, 2)
120 itoa(buf, t.Nanosecond()/1e3, 6)
138 itoa(buf, line, -1)
  /prebuilts/go/darwin-x86/src/internal/poll/
strconv.go 12 func itoa(val int) string { func
  /prebuilts/go/linux-x86/src/internal/poll/
strconv.go 12 func itoa(val int) string { func
  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 51 itoa(int32_t i, char* buf) function
360 expected+=itoa(row, buf);
368 expected+=itoa(row, buf);
369 expected+=itoa(col, buf);
572 expected+=itoa(row, buf);
583 expected+=itoa(row, buf);
584 expected+=itoa(col, buf);
770 expected_string += itoa(j,buf);
805 expected_string += itoa(index,buf);
855 expected_string += itoa(row,buf)
    [all...]
  /prebuilts/go/darwin-x86/src/os/signal/
signal_plan9_test.go 158 func itoa(val int) string { func
160 return "-" + itoa(-val)
174 f, err := os.OpenFile("/proc/"+itoa(pid)+"/note", os.O_WRONLY, 0)
  /prebuilts/go/linux-x86/src/os/signal/
signal_plan9_test.go 158 func itoa(val int) string { func
160 return "-" + itoa(-val)
174 f, err := os.OpenFile("/proc/"+itoa(pid)+"/note", os.O_WRONLY, 0)

Completed in 766 milliseconds

1 2 3 4