HomeSort by relevance Sort by last modified time
    Searched refs:printable (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/autotest/tko/
machine_aggr.cgi 71 kernels.add(test.kernel().printable)
75 if not re.match(released_kernel, test.kernel().printable)\
76 and not re.match(rc_kernel, test.kernel().printable):
77 kernels.add(test.kernel().printable)
80 if re.match(kernel, test.kernel().printable):
81 kernels.add(test.kernel().printable)
86 kernel_base = frontend.kernel.select(db, {'printable' : kernels_sort[0]})[0]
99 if not data.has_key(test.kernel().printable):
100 data[test.kernel().printable] = list()
106 data[test.kernel().printable].extend(results
    [all...]
machine_test_attribute_graph.cgi 28 data[test.kernel().printable] = iterations[key]
frontend.py 187 fields = ['kernel_idx', 'kernel_hash', 'base', 'printable']
192 def __init__(self, db, idx, hash, base, printable):
197 self.printable = printable
db.py 550 printable = kernel.base
561 'printable':printable},
566 printable += ' p%d' % (kver)
568 {'printable':printable},
  /external/v8/src/regexp/
regexp-macro-assembler-tracer.cc 208 PrintablePrinter printable(limit);
211 *printable,
219 PrintablePrinter printable(limit);
222 *printable,
229 PrintablePrinter printable(c);
232 *printable,
254 PrintablePrinter printable(c);
257 *printable,
267 PrintablePrinter printable(c);
270 *printable,
    [all...]
interpreter-irregexp.cc 75 bool printable = (current_char < 127 && current_char >= 32); local
77 printable ?
85 printable ? current_char : '.',
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 124 const char* printable = env->GetStringUTFChars(str, NULL); local
125 if (printable != NULL) {
126 ALOGD("Reversing string '%s'\n", printable);
127 env->ReleaseStringUTFChars(str, printable);
  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 31 * Codec for the Quoted-Printable section of <a href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521 </a>.
34 * The Quoted-Printable encoding is intended to represent data that largely consists of octets that correspond to
35 * printable characters in the ASCII character set. It encodes the data in such a way that the resulting octets are
37 * data remains largely recognizable by humans. A body which is entirely ASCII may also be encoded in Quoted-Printable
46 * Rules #3, #4, and #5 of the quoted-printable spec are not implemented yet because the complete quoted-printable spec
49 * for those applications that do not require quoted-printable line formatting (rules #3, #4, #5), for instance Q codec.
71 * BitSet of printable characters as defined in RFC 1521.
80 // Static initializer for printable chars collection
112 * Encodes byte into its quoted-printable representation
    [all...]
  /libcore/ojluni/src/main/java/java/security/
Identity.java 414 String printable = name; local
416 printable += "[" + scope.getName() + "]";
418 return printable;
  /external/bison/lib/
quotearg.c 523 bool printable; local
528 printable = isprint (c) != 0;
536 printable = true;
549 printable = false;
554 printable = false;
582 printable = false;
589 if (1 < m || (backslash_escapes && ! printable))
597 if (backslash_escapes && ! printable)
  /external/v8/src/compiler/
instruction.cc 80 const PrintableInstructionOperand& printable) {
81 const InstructionOperand& op = printable.op_;
82 const RegisterConfiguration* conf = printable.register_configuration_;
200 const PrintableMoveOperands& printable) {
201 const MoveOperands& mo = *printable.move_operands_;
202 PrintableInstructionOperand printable_op = {printable.register_configuration_,
318 const PrintableParallelMove& printable) {
319 const ParallelMove& pm = *printable.parallel_move_;
325 PrintableMoveOperands pmo = {printable.register_configuration_, move};
454 const PrintableInstruction& printable) {
    [all...]
  /external/v8/test/unittests/compiler/
move-optimizer-unittest.cc 48 PrintableInstructionSequence printable = {config(), sequence()}; local
50 << printable; local
56 PrintableInstructionSequence printable = {config(), sequence()}; local
58 << printable; local
  /external/libunwind/doc/
unw_regname.tex 19 The \Func{unw\_regname}() routine returns a printable name for
  /frameworks/base/tools/fonts/
fontchain_lint.py 64 def printable(inp): function
66 return '{' + ', '.join([printable(seq) for seq in inp]) + '}'
68 return '<' + (', '.join([printable(ch) for ch in inp])) + '>'
268 '%s is not supported in the emoji font.' % printable(sequence))
275 'Emoji font should not support %s.' % printable(sequence))
280 printable(first),
281 printable(second)))
296 printable(equivalent_seqs),
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java 430 * Method for converting quoted printable og base64 encoded string from headers.
450 //quoted printable
451 Log.d(TAG,"StripEncoding: Quoted Printable string : " + encodedText);
478 * Convert a quoted-printable encoded string to a UTF-8 string:
481 * @param text quoted-printable encoded UTF-8 text
529 Log.w(TAG, "Received wrongly quoted printable encoded text. " +
576 * Encodes an array of bytes into an array of quoted-printable 7-bit characters.
582 * @return UTF-8 string containing quoted-printable characters
594 BitSet printable = new BitSet(256); local
597 printable.set(i)
    [all...]
  /external/boringssl/src/crypto/asn1/
asn1_par.c 261 int i,printable=1; local
269 * printable */
278 printable=0;
282 if (printable)
283 /* printable string */
292 /* not printable => print octet string
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h 255 /** Pointer to function that returns a copy of the string in printable form without any control
258 pANTLR3_STRING (*printable)(struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_STRING string); member in struct:ANTLR3_STRING_FACTORY_struct
  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
security.py 35 ALL_PRINTABLE = string.printable
  /external/curl/tests/server/
fake_ntlm.c 47 * Returns an allocated buffer with printable representation of input
50 static char *printable(char *inbuf, size_t inlength) function
266 msgbuf = printable(buf, 0);
  /external/jetty/src/java/org/eclipse/jetty/util/
StringUtil.java 342 public static String printable(String name) method in class:StringUtil
357 public static String printable(byte[] b) method in class:StringUtil
  /external/v8/test/mjsunit/regress/
regress-4023.js 66 // We crash trying to convert the raw double into a printable string.
  /bionic/libc/dns/nameser/
ns_name.c 75 static int printable(int);
89 * Convert an encoded domain name to printable ascii as per RFC1035.
156 } else if (!printable(c)) {
907 printable(int ch) { function
  /toolchain/binutils/binutils-2.25/bfd/
cpu-ns32k.c 28 #define N(machine, printable, d, next) \
29 { 32, 32, 8, bfd_arch_ns32k, machine, "ns32k",printable,3,d, \
  /external/mesa3d/src/gallium/tools/trace/
model.py 159 if len(node.value) >= 4096 or node.value.strip(string.printable):
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
charset.py 23 QP = 1 # Quoted-Printable
118 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
170 Certain character sets must be encoded with quoted-printable or base64
181 Charset.QP (for quoted-printable), Charset.BASE64 (for
256 This is either the string `quoted-printable' or `base64' depending on
262 Returns "quoted-printable" if self.body_encoding is QP.
268 return 'quoted-printable'
361 The type of encoding (base64 or quoted-printable) will be based on
390 The type of encoding (base64 or quoted-printable) will be based on

Completed in 633 milliseconds

1 2 3 4