/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/ |
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/PrintLite/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
|
PrintWidth.h | 30 #define ASPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Unicode/ |
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
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
CarrierCapability.java | 35 "310120", // Sprint 62 "312530", // Sprint Prepaid
|
/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("}");
|
/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",
|
/packages/apps/CarrierConfig/assets/ |
carrier_config_310120.xml | 34 <string name="carrier_name_string">Sprint</string>
|
/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);
|
/external/tensorflow/tensorflow/go/ |
shape.go | 97 ret := fmt.Sprint(s.dims) 100 ret = strings.Replace(ret, fmt.Sprint(size), "?", 1)
|
/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)
|
/packages/apps/Dialer/java/com/android/dialer/oem/res/values/ |
motorola_config.xml | 19 <!-- Flag to control if HD codec is supported by Sprint. -->
|
/packages/apps/Dialer/java/com/android/dialer/oem/ |
MotorolaUtils.java | 41 private static final String HD_CALL_FEATRURE = "com.motorola.software.sprint.hd_call"; 47 static final String HIDDEN_MENU_FEATURE = "com.motorola.software.sprint.hidden_menu"; 54 * since mcc310-mnc000 is not sufficient to identify Sprint network.
|
/prebuilts/go/darwin-x86/src/runtime/ |
append_test.go | 102 b.Run(fmt.Sprint(length, "Bytes"), func(b *testing.B) { 120 b.Run(fmt.Sprint(length, "Bytes"), func(b *testing.B) { 137 b.Run(fmt.Sprint(len(str), "Bytes"), func(b *testing.B) { 192 b.Run(fmt.Sprint(l, "Byte"), func(b *testing.B) { 200 b.Run(fmt.Sprint(l, "String"), func(b *testing.B) {
|
/prebuilts/go/linux-x86/src/runtime/ |
append_test.go | 102 b.Run(fmt.Sprint(length, "Bytes"), func(b *testing.B) { 120 b.Run(fmt.Sprint(length, "Bytes"), func(b *testing.B) { 137 b.Run(fmt.Sprint(len(str), "Bytes"), func(b *testing.B) { 192 b.Run(fmt.Sprint(l, "Byte"), func(b *testing.B) { 200 b.Run(fmt.Sprint(l, "String"), func(b *testing.B) {
|