/external/qemu/telephony/ |
gsm.h | 148 /* convert a bcd-coded GSM dial number into an ASCII string (not zero-terminated) 151 return the number of ASCII chars */ 154 /* convert an ASCII dial-number into a bcd-coded string, returns the number of 4-bit nibbles written, */ 155 extern int gsm_bcdnum_from_ascii( cbytes_t ascii, int asciilen, bytes_t dst ); 164 char number[ SIM_ADN_MAX_NUMBER+1 ]; /* dialing number in zero-terminated ASCII */
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/machine/ |
asm.h | 96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/machine/ |
asm.h | 96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
/prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/machine/ |
asm.h | 96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
/prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/machine/ |
asm.h | 96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/machine/ |
asm.h | 96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
/prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/machine/ |
asm.h | 96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
/prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/machine/ |
asm.h | 96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
/prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/machine/ |
asm.h | 96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/machine/ |
asm.h | 96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/machine/ |
asm.h | 96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/machine/ |
asm.h | 96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
/external/chromium_org/net/proxy/ |
proxy_resolver_v8.cc | 112 // |ascii| must be a NULL-terminated C string, and must remain valid 114 V8ExternalASCIILiteral(const char* ascii, size_t length) 115 : ascii_(ascii), length_(length) { 116 DCHECK(base::IsStringASCII(ascii)); 160 // Converts an ASCII std::string to a V8 string. 183 // Converts an ASCII string literal to a V8 string. 185 const char* ascii) { 186 DCHECK(base::IsStringASCII(ascii)); 187 size_t length = strlen(ascii); 189 return v8::String::NewFromUtf8(isolate, ascii, v8::String::kNormalString [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseManager.cpp | 157 WTF_LOG(StorageAPI, "Database %s for origin %s not allowed to be established", name.ascii().data(), 158 context->securityOrigin()->toString().ascii().data());
|
/external/opencv/cxcore/src/ |
cxdrawing.cpp | [all...] |
/external/llvm/test/DebugInfo/SystemZ/ |
variable-loc.s | 164 .ascii "\244\001" 172 .ascii "\240\001" 287 .ascii "\347\177" # DW_AT_APPLE_omit_frame_ptr
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/ |
EncoderUtil.java | 140 * illegal (control or non-ASCII) characters. 161 * contain any illegal (control or non-ASCII) characters. 205 * fall into the printable ASCII character set or if the text contains a 239 // non-printable ascii character has to be encoded 434 // token := 1*<any (US-ASCII) CHAR except SPACE, CTLs, or tspecials> 594 boolean ascii = true; 602 ascii = false; 605 return ascii ? CharsetUtil.US_ASCII : CharsetUtil.ISO_8859_1;
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
salsa.js | 14 * Take a string of hex like '74657374' and return the ascii version 'test'. 15 * @param {string} str The string of hex characters to convert to ascii 16 * @return {string} The ASCII values of those hex encoded characters
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
ascii.py | 1 """Constants and membership tests for ASCII characters""" 71 def ascii(c): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
ascii.py | 1 """Constants and membership tests for ASCII characters""" 71 def ascii(c): function
|
/development/build/ |
build_android_stubs.mk | 37 $(hide) $(TARGET_JAVAC) -encoding ascii -bootclasspath "" \
|
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/ |
MHTMLParser.cpp | 115 WTF_LOG_ERROR("Key duplicate found in MIME header. Key is '%s', previous value replaced.", key.ascii().data()); 181 WTF_LOG_ERROR("Unknown encoding '%s' found in MIME header.", text.ascii().data()); 334 // Note that we use line.utf8() and not line.ascii() as ascii turns special characters (such as tab, line-feed...) into '?'.
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_ikbdinterrupt.S | 178 .ascii "XBRA" 179 .ascii "LSDL"
|
/external/tcpdump/ |
Android.mk | 7 print-arcnet.c print-aodv.c print-arp.c print-ascii.c print-atalk.c \
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 237 from curses import ascii namespace 244 if ascii.unctrl(ch) != expected:
|