Searched
full:ascii (Results
451 -
475 of
3506) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/ |
ftp.h | 49 #define TYPE_A 1 /* ASCII */ 55 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" };
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/ |
ftp.h | 49 #define TYPE_A 1 /* ASCII */ 55 char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" };
|
/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
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/utils/tests/ |
test_decorators.py | 51 path.write(text.encode('ascii')) 60 path.write('demo'.encode('ascii'))
|
/system/core/libutils/tests/ |
Unicode_test.cpp | 47 // U+0030 or ASCII '0' 52 << "ASCII glyphs should have a length of 1 char16_t";
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
gensuitemodule.py | 487 fp.write("Package generated from %s\n"%ascii(fname)) 489 fp.write("Resource %s resid %d %s\n"%(ascii(resinfo[1]), resinfo[0], ascii(resinfo[2]))) 498 fp.write(" '%s' : %s,\n"%(ascii(code), modname)) 502 fp.write(" '%s' : ('%s.%s', '%s'),\n"%(ascii(code), packagename, modname, modname)) 652 fp.write('"""Suite %s: %s\n' % (ascii(name), ascii(desc))) 654 fp.write("Generated from %s\n"%ascii(fname)) 743 fp.write(' """%s: %s\n'%(ascii(name), ascii(desc)) 1177 def ascii(str): function [all...] |
/bionic/libc/arch-common/bionic/ |
crtbrand.S | 36 1: .ascii "Android\0" /* char name[] */
|
/development/ndk/platforms/android-9/arch-mips/include/machine/ |
cdefs.h | 43 " ; .ascii \"" msg "\" ; .text")
|
/development/tools/yuv420sp2rgb/ |
debug.h | 87 /* Prints a hex and ASCII dump of the selected buffer to the selected stream. */
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t018llstar.py | 32 ''.join([l.encode('ascii', 'backslashreplace') for l in r])
|
/external/apache-http/src/org/apache/commons/codec/net/ |
QCodec.java | 30 * href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a> and designed to allow text containing mostly ASCII 31 * characters to be decipherable on an ASCII terminal without decoding. 35 * <a href="http://www.ietf.org/rfc/rfc1522.txt">RFC 1522</a> describes techniques to allow the encoding of non-ASCII 41 * Header Extensions for Non-ASCII Text</a>
|
/external/bison/lib/ |
mbschr.c | 31 /* Optimization: We know that ASCII characters < 0x30 don't occur as
|
mbsrchr.c | 31 /* Optimization: We know that ASCII characters < 0x30 don't occur as
|
/external/ceres-solver/data/nist/ |
DanWood.dat | 4 File Format: ASCII
|
Rat43.dat | 4 File Format: ASCII
|
Roszman1.dat | 4 File Format: ASCII
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/ |
test_urlmap.py | 11 body = body.encode('ascii')
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/ |
util.py | 1 # -*- coding: ascii -*-
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/ |
util.py | 1 # -*- coding: ascii -*-
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/ |
util.py | 1 # -*- coding: ascii -*-
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/ |
util.py | 1 # -*- coding: ascii -*-
|
/external/e2fsprogs/lib/et/test_cases/ |
imap_err.c | 25 N_( "Message contains non-ASCII characters in headers"),
|
/external/e2fsprogs/misc/ |
logsave.8.in | 50 (ASCII 001 or Start of Header) and control-B (ASCII 002 or Start of
|
/external/eigen/doc/ |
Overview.dox | 15 You're a MatLab user? There is also a <a href="AsciiQuickReference.txt">short ASCII reference</a> with Matlab translations.
|
Completed in 157 milliseconds
<<11121314151617181920>>