/prebuilts/go/linux-x86/test/fixedbugs/ |
issue5162.go | 31 if s := fmt.Sprint(onesA == onesB, onesA != twos, onesB != twos); s != "true true true" { 50 if s := fmt.Sprint(onesA == onesB, onesA != twos, onesB != twos); s != "true true true" { 53 if s := fmt.Sprint(onesB == onesX); s != "true" { 73 src = strings.Replace(src, "NNN", fmt.Sprint(i), -1)
|
bug237.go | 19 s += fmt.Sprint(dots)
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
NetObject.java | 286 sprint(myclass.getName()); 287 sprint("{"); 305 sprint(fieldName + ":"); 310 sprint(fname + ":"); 313 sprint(intfield); 316 sprint(shortField); 319 sprint(charField); 322 sprint(longField); 325 sprint(booleanField); 328 sprint(doubleField) 335 sprint( method 345 sprint( method [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPObject.java | 293 sprint(myclass.getName()); 294 sprint("{"); 312 sprint(fieldName + ":"); 317 sprint(fname + ":"); 320 sprint(intfield); 323 sprint(shortField); 326 sprint(charField); 329 sprint(longField); 332 sprint(booleanField); 335 sprint(doubleField) 342 sprint( method 352 sprint( method [all...] |
/prebuilts/go/darwin-x86/src/debug/elf/ |
elf_test.go | 44 s := fmt.Sprint(tt.val) 46 t.Errorf("#%d: Sprint(%d) = %q, want %q", i, tt.val, s, tt.str)
|
/prebuilts/go/linux-x86/src/debug/elf/ |
elf_test.go | 44 s := fmt.Sprint(tt.val) 46 t.Errorf("#%d: Sprint(%d) = %q, want %q", i, tt.val, s, tt.str)
|
/system/extras/tests/sdcard/ |
testcase.cpp | 102 testTimer()->sprint(&str, &size_left); 103 if(openTimer()->used()) openTimer()->sprint(&str, &size_left); 104 if(readTimer()->used()) readTimer()->sprint(&str, &size_left); 105 if(writeTimer()->used()) writeTimer()->sprint(&str, &size_left); 106 if(syncTimer()->used()) syncTimer()->sprint(&str, &size_left); 107 if(truncateTimer()->used()) truncateTimer()->sprint(&str, &size_left); 108 if(traverseTimer()->used()) traverseTimer()->sprint(&str, &size_left);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Unicode/ |
PrintWidth.h | 30 #define USPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
|
Sprint.c | 14 Sprint.c
19 simple implemenation of SPrint() and Print() to support debug.
24 VSPrint, Print, SPrint format specification has the follwoing form
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Unicode/ |
PrintWidth.h | 30 #define USPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
|
Sprint.c | 14 Sprint.c
19 simple implemenation of SPrint() and Print() to support debug.
24 VSPrint, Print, SPrint format specification has the follwoing form
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/ |
PrintWidth.h | 30 #define USPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/ |
Print.c | 19 simple implemenation of SPrint() and Print() to support debug.
24 VSPrint, Print, SPrint format specification has the follwoing form
64 SPrint (
74 SPrint function to process format and place the results in Buffer.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Unicode/ |
PrintWidth.h | 30 #define USPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
|
/packages/apps/Dialer/java/com/android/dialer/oem/res/values-mcc310-mnc000/ |
motorola_config.xml | 20 <string name="motorola_enabled_spn">Sprint</string>
|
/prebuilts/go/darwin-x86/doc/progs/ |
eff_sequence.go | 39 str += fmt.Sprint(elem)
|
/prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/ |
tsan7.go | 31 s := fmt.Sprint(i)
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/proftest/ |
proftest.go | 98 if matched, err := regexp.MatchString(ui.AllowRx, fmt.Sprint(args...)); matched || err != nil { 110 // Stringify arguments with fmt.Sprint() to match what default UI 112 // _always_ adds spaces between arguments, unlike fmt.Sprint() which only 114 ui.T.Error(fmt.Sprint(args...))
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug237.go | 19 s += fmt.Sprint(dots)
|
/prebuilts/go/linux-x86/doc/progs/ |
eff_sequence.go | 39 str += fmt.Sprint(elem)
|
/prebuilts/go/linux-x86/misc/cgo/testsanitizers/src/ |
tsan7.go | 31 s := fmt.Sprint(i)
|
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/proftest/ |
proftest.go | 98 if matched, err := regexp.MatchString(ui.AllowRx, fmt.Sprint(args...)); matched || err != nil { 110 // Stringify arguments with fmt.Sprint() to match what default UI 112 // _always_ adds spaces between arguments, unlike fmt.Sprint() which only 114 ui.T.Error(fmt.Sprint(args...))
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Ascii/ |
Sprint.c | 14 Sprint.c
19 simple implemenation of SPrint() and Print() to support debug.
24 VSPrint, Print, SPrint format specification has the follwoing form
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Ascii/ |
Sprint.c | 14 Sprint.c
19 simple implemenation of SPrint() and Print() to support debug.
24 VSPrint, Print, SPrint format specification has the follwoing form
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Ascii/ |
SPrint.c | 14 Sprint.c
19 simple implemenation of SPrint() and Print() to support debug.
24 VSPrint, Print, SPrint format specification has the follwoing form
|