/cts/tests/tests/telephony/src/android/telephony/cts/ |
CarrierCapability.java | 35 "310120", // Sprint 62 "312530", // Sprint Prepaid
|
/device/huawei/angler/overlay/frameworks/base/core/res/res/values-mcc310-mnc120/ |
config.xml | 27 <!-- Values for GPS configuration (Sprint) --> 43 <!-- Sprint's WAP push PDU is special, should set the index -->
|
/external/nist-sip/java/gov/nist/core/ |
GenericObjectList.java | 252 private void sprint(String s) { method in class:GenericObjectList 279 sprint("listName:"); 280 sprint(listName); 281 sprint("{"); 283 sprint("["); 284 sprint(((GenericObject) obj).debugDump(this.indentation)); method 286 sprint("]"); 288 sprint("}");
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
flag.go | 58 return fmt.Sprint(int(*c)) 91 func (i *int32Value) String() string { return fmt.Sprint(*i) }
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
flag.go | 58 return fmt.Sprint(int(*c)) 91 func (i *int32Value) String() string { return fmt.Sprint(*i) }
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/ |
Print.c | 19 simple implemenation of SPrint() and Print() to support debug.
24 VSPrint, Print, SPrint format specification has the follwoing form
88 SPrint (
98 SPrint function to process format and place the results in Buffer.
413 Size = SPrint (
431 // SPrint will null terminate the string. The -1 skips the null
466 Size = SPrint (
478 // SPrint will null terminate the string. The -1 skips the null
551 // sprint the hex status code to their buffer.
554 Size = SPrint (Buffer, BufferSize, STRING_W ("%a"), Desc); [all...] |
PrintLib.inf | 32 Unicode/SPrint.c
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/ |
Graphics.inf | 31 Unicode/Sprint.c
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/ |
Graphics.inf | 31 Unicode/Sprint.c
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/ |
PrintLib.inf | 32 Unicode/SPrint.c
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
error.c | 75 SPrint (Buffer, 0, L"%X", Status);
|
guid.c | 153 SPrint (Buffer, 0, KnownGuids[Index].GuidName); 162 SPrint (Buffer, 0, L"%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x",
|
/prebuilts/go/darwin-x86/test/fixedbugs/issue11053.dir/ |
p_test.go | 44 fmt.Sprint(new(int32))
|
/prebuilts/go/linux-x86/test/fixedbugs/issue11053.dir/ |
p_test.go | 44 fmt.Sprint(new(int32))
|
/system/extras/tests/sdcard/ |
stopwatch.h | 43 // On completion, use 'sprint' to retrieve the data. 72 // watch.sprint(&str, &size); 100 // interval whose duration will be reported in sprint. 115 void sprint(char **str, size_t *size);
|
/packages/apps/Dialer/java/com/android/dialer/oem/res/values/ |
motorola_config.xml | 19 <!-- Flag to control if HD codec is supported by Sprint. --> 57 <item>com.motorola.android.intent.action.omadm.sprint.hfa</item>
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Ascii/ |
PrintWidth.h | 30 #define ASPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Ascii/ |
PrintWidth.h | 30 #define ASPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Ascii/ |
PrintWidth.h | 30 #define ASPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Ascii/ |
PrintWidth.h | 30 #define ASPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
main.go | 66 return fmt.Sprint(int(*c))
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
main.go | 66 return fmt.Sprint(int(*c))
|
/packages/apps/Dialer/java/com/android/dialer/oem/ |
MotorolaUtils.java | 41 private static final String HD_CALL_FEATRURE = "com.motorola.software.sprint.hd_call"; 46 private static final String HIDDEN_MENU_FEATURE = "com.motorola.software.sprint.hidden_menu"; 59 * since mcc310-mnc000 is not sufficient to identify Sprint network.
|
/prebuilts/go/darwin-x86/src/runtime/ |
append_test.go | 92 b.Run(fmt.Sprint(length, "Bytes"), func(b *testing.B) { 110 b.Run(fmt.Sprint(length, "Bytes"), func(b *testing.B) { 127 b.Run(fmt.Sprint(len(str), "Bytes"), func(b *testing.B) { 182 b.Run(fmt.Sprint(l, "Byte"), func(b *testing.B) { 190 b.Run(fmt.Sprint(l, "String"), func(b *testing.B) {
|
/prebuilts/go/linux-x86/src/runtime/ |
append_test.go | 92 b.Run(fmt.Sprint(length, "Bytes"), func(b *testing.B) { 110 b.Run(fmt.Sprint(length, "Bytes"), func(b *testing.B) { 127 b.Run(fmt.Sprint(len(str), "Bytes"), func(b *testing.B) { 182 b.Run(fmt.Sprint(l, "Byte"), func(b *testing.B) { 190 b.Run(fmt.Sprint(l, "String"), func(b *testing.B) {
|