/external/apache-http/src/org/apache/http/impl/io/ |
AbstractSessionOutputBuffer.java | 67 private boolean ascii = true; field in class:AbstractSessionOutputBuffer 84 this.ascii = this.charset.equalsIgnoreCase(HTTP.US_ASCII) 85 || this.charset.equalsIgnoreCase(HTTP.ASCII); 156 if (this.ascii) { 172 // This is VERY memory inefficient, BUT since non-ASCII charsets are
|
AbstractSessionInputBuffer.java | 68 private boolean ascii = true; field in class:AbstractSessionInputBuffer 89 this.ascii = this.charset.equalsIgnoreCase(HTTP.US_ASCII) 90 || this.charset.equalsIgnoreCase(HTTP.ASCII); 230 if (this.ascii) { 233 // This is VERY memory inefficient, BUT since non-ASCII charsets are 255 if (this.ascii) { 258 // This is VERY memory inefficient, BUT since non-ASCII charsets are
|
/external/llvm/test/MC/ARM/ |
mapping-within-section.s | 19 .ascii "012"
|
/external/syslinux/gpxe/src/arch/i386/interface/pxe/ |
pxe_entry.S | 32 .ascii "!PXE" /* Signature */ 70 .ascii "PXENV+" /* Signature */
|
/external/syslinux/gpxe/src/arch/i386/prefix/ |
lkrnprefix.S | 83 why: .ascii "This image cannot be loaded from a floppy disk.\r\n" 100 .ascii "ADDL"
|
romprefix.S | 65 .ascii "ADDB" 70 .ascii "ADDB" 77 .ascii "PCIR" /* Signature */ 98 .ascii "ADDW" 102 .ascii "ADDW" 110 .ascii "$PnP" /* Signature */ 143 .ascii PRODUCT_SHORT_NAME 146 .ascii "(PCI " 154 .ascii "UNDI" /* Signature */ 163 .ascii "PCIR" /* Bus type * [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
Makefile | 20 MODULES=encodings.cp437,encodings.gbk,encodings.utf_16,encodings.utf_8,encodings.utf_16_le,encodings.latin_1,encodings.ascii
|
/external/libchrome/base/strings/ |
utf_string_conversions.h | 44 // This converts an ASCII string, typically a hardcoded constant, to a UTF16 46 BASE_EXPORT string16 ASCIIToUTF16(StringPiece ascii); 48 // Converts to 7-bit ASCII by truncating. The result must be known to be ASCII
|
/external/linux-kselftest/tools/testing/selftests/powerpc/switch_endian/ |
switch_endian_test.S | 6 .ascii "success: switch_endian_test\n\0"
|
/external/valgrind/memcheck/tests/x86/ |
tronical.S | 71 .ascii "blieb\n"
|
/frameworks/base/wifi/tests/src/android/net/wifi/aware/ |
TlvBufferUtilsTest.java | 126 final String ascii = "ABC"; local 164 tlv02.putString(0, ascii); 176 equalTo(ascii.length())); 177 collector.checkThat("tlv02-correct-iteration-DATA", tlv.getString().equals(ascii),
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
testranges-ia64.s | 33 .ascii "A\0" /* DW_AT_name */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_compiler.py | 249 ascii = "print '12345678', '\n"
252 # ascii source without encdef
253 self._testErrEnc(ascii, ascii, 19)
255 # ascii source with encdef
256 self._testErrEnc(encdef+ascii, ascii, 19)
258 # non-ascii source with encdef
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_compiler.py | 249 ascii = "print '12345678', '\n" 252 # ascii source without encdef 253 self._testErrEnc(ascii, ascii, 19) 255 # ascii source with encdef 256 self._testErrEnc(encdef+ascii, ascii, 19) 258 # non-ascii source with encdef
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_compiler.py | 249 ascii = "print '12345678', '\n" 252 # ascii source without encdef 253 self._testErrEnc(ascii, ascii, 19) 255 # ascii source with encdef 256 self._testErrEnc(encdef+ascii, ascii, 19) 258 # non-ascii source with encdef
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_compiler.py | 249 ascii = "print '12345678', '\n" 252 # ascii source without encdef 253 self._testErrEnc(ascii, ascii, 19) 255 # ascii source with encdef 256 self._testErrEnc(encdef+ascii, ascii, 19) 258 # non-ascii source with encdef
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_compiler.py | 249 ascii = "print '12345678', '\n" 252 # ascii source without encdef 253 self._testErrEnc(ascii, ascii, 19) 255 # ascii source with encdef 256 self._testErrEnc(encdef+ascii, ascii, 19) 258 # non-ascii source with encdef
|
/toolchain/binutils/binutils-2.25/binutils/ |
winduni.c | 52 /* Convert an ASCII string to a unicode string. We just copy it, 187 /* Convert an ASCII string to a unicode string. We just copy it, 191 unicode_from_ascii (rc_uint_type *length, unichar **unicode, const char *ascii) 193 unicode_from_codepage (length, unicode, ascii, wind_current_codepage); 196 /* Convert an ASCII string with length A_LENGTH to a unicode string. We just 201 unicode_from_ascii_len (rc_uint_type *length, unichar **unicode, const char *ascii, rc_uint_type a_length) 217 memcpy (tmp, ascii, a_length); 284 /* Convert an unicode string to an ASCII string. We just copy it, 289 ascii_from_unicode (rc_uint_type *length, const unichar *unicode, char **ascii) 291 codepage_from_unicode (length, unicode, ascii, wind_current_codepage) [all...] |
/prebuilts/go/darwin-x86/src/net/http/cookiejar/ |
punycode.go | 129 // acePrefix is the ASCII Compatible Encoding prefix. 132 // toASCII converts a domain or domain label to its ASCII form. For example, 136 if ascii(s) { 141 if !ascii(label) { 152 func ascii(s string) bool { func
|
/prebuilts/go/linux-x86/src/net/http/cookiejar/ |
punycode.go | 129 // acePrefix is the ASCII Compatible Encoding prefix. 132 // toASCII converts a domain or domain label to its ASCII form. For example, 136 if ascii(s) { 141 if !ascii(label) { 152 func ascii(s string) bool { func
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
res_debug.c | 585 /* converts ascii size/precision X * 10**Y(cm) to 0xXY. moves pointer. */
628 /* converts ascii lat/lon to unsigned encoded 32-bit number. moves pointer. */
731 const char *ascii,
746 cp = ascii;
747 maxcp = cp + strlen(ascii);
844 char *ascii
866 (void) sprintf(ascii, "; error: unknown LOC RR version");
867 return (ascii);
928 sprintf(ascii,
941 return (ascii);
[all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
lexer.ml | 25 (* Otherwise, just return the character as its ascii value. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
lexer.ml | 25 (* Otherwise, just return the character as its ascii value. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
lexer.ml | 25 (* Otherwise, just return the character as its ascii value. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
lexer.ml | 25 (* Otherwise, just return the character as its ascii value. *)
|