Home
last modified time | relevance | path

Searched refs:printable (Results 1 – 14 of 14) sorted by relevance

/device/sample/frameworks/PlatformLibrary/jni/
DPlatformLibrary.cpp124 const char* printable = env->GetStringUTFChars(str, NULL); in PlatformLibrary_reverseString() local
125 if (printable != NULL) { in PlatformLibrary_reverseString()
126 ALOGD("Reversing string '%s'\n", printable); in PlatformLibrary_reverseString()
127 env->ReleaseStringUTFChars(str, printable); in PlatformLibrary_reverseString()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_15.txt21 Content-transfer-encoding: quoted-printable
27 Content-transfer-encoding: quoted-printable
Dmsg_33.txt19 Content-Transfer-Encoding: quoted-printable
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_name.c74 static int printable(int);
127 } else if (!printable(c)) { in ns_name_ntop()
562 printable(int ch) { in printable() function
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/
Dlldbefi.py174 if chr (valobj.unsigned) in string.printable:
212 if chr (valobj.unsigned) in string.printable:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_string.py78 string.printable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstring.py34 printable = digits + letters + punctuation + whitespace variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstring.py34 printable = digits + letters + punctuation + whitespace variable
/device/google/contexthub/firmware/
DCodingStandard.txt24 12. Do not use short. char is allowed for actual printable strings only. Use uint8_t/uint16_t/
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dalgorithm.txt11 and is not restricted to printable characters.)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dalgorithm.txt11 and is not restricted to printable characters.)
/device/linaro/bootloader/edk2/MdePkg/
DMdePkg.uni261 …aceGuid_PcdUefiLibMaxPrintBufferSize_HELP #language en-US "The maximum printable number of charac…
DMdePkg.dec1953 ## The maximum printable number of characters. UefLib functions: AsciiPrint(), AsciiErrorPrint(),
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py1619 Printset = set(string.printable)