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

1 2 3 4 5 6

  /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
  /prebuilts/go/darwin-x86/src/unicode/
example_test.go 42 fmt.Println("\tis printable rune")
45 fmt.Println("\tis not printable rune")
67 // is not printable rune
72 // is printable rune
76 // is printable rune
82 // is printable rune
86 // is printable rune
91 // is printable rune
94 // is printable rune
98 // is printable run
    [all...]
graphic.go 16 pp // a printable character according to Go's definition.
27 // PrintRanges defines the set of printable characters according to Go.
45 // IsPrint reports whether the rune is defined as printable by Go. Such
  /prebuilts/go/linux-x86/src/unicode/
example_test.go 42 fmt.Println("\tis printable rune")
45 fmt.Println("\tis not printable rune")
67 // is not printable rune
72 // is printable rune
76 // is printable rune
82 // is printable rune
86 // is printable rune
91 // is printable rune
94 // is printable rune
98 // is printable run
    [all...]
graphic.go 16 pp // a printable character according to Go's definition.
27 // PrintRanges defines the set of printable characters according to Go.
45 // IsPrint reports whether the rune is defined as printable by Go. Such
  /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...]
  /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...]
  /external/e2fsprogs/debugfs/
xattrs.c 23 int printable = 0; local
26 /* check: is string "printable enough?" */
29 printable++;
31 if (printable <= len*7/8)
32 printable = 0;
35 if (printable)
  /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)
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
reader.go 5 // Package quotedprintable implements quoted-printable encoding as specified by
16 // Reader is a quoted-printable decoder.
23 // NewReader returns a quoted-printable reader, decoding from r.
71 // Read reads and decodes quoted-printable data from the underlying reader.
writer.go 11 // A Writer is a quoted-printable writer that implements io.WriteCloser.
28 // Write encodes p using quoted-printable encoding and writes it to the
75 // write limits text encoded in quoted-printable to 76 characters per line.
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
reader.go 5 // Package quotedprintable implements quoted-printable encoding as specified by
16 // Reader is a quoted-printable decoder.
23 // NewReader returns a quoted-printable reader, decoding from r.
71 // Read reads and decodes quoted-printable data from the underlying reader.
writer.go 11 // A Writer is a quoted-printable writer that implements io.WriteCloser.
28 // Write encodes p using quoted-printable encoding and writes it to the
75 // write limits text encoded in quoted-printable to 76 characters per line.
  /external/libcups/filter/
Makefile 180 --css ../doc/cups-printable.css \
189 --css ../doc/cups-printable.css \
195 --css ../doc/cups-printable.css \
201 --css ../doc/cups-printable.css \
207 --css ../doc/cups-printable.css \
  /external/v8/src/compiler/
instruction.cc 110 const PrintableInstructionOperand& printable) {
111 const InstructionOperand& op = printable.op_;
112 const RegisterConfiguration* conf = printable.register_configuration_;
243 const PrintableMoveOperands& printable) {
244 const MoveOperands& mo = *printable.move_operands_;
245 PrintableInstructionOperand printable_op = {printable.register_configuration_,
359 const PrintableParallelMove& printable) {
360 const ParallelMove& pm = *printable.parallel_move_;
366 PrintableMoveOperands pmo = {printable.register_configuration_, move};
499 const PrintableInstruction& printable) {
    [all...]
  /external/libunwind/doc/
unw_regname.tex 19 The \Func{unw\_regname}() routine returns a printable name for
  /prebuilts/go/darwin-x86/src/strconv/
quote.go 109 // control characters and non-printable characters as defined by
123 // non-ASCII characters and non-printable characters as defined by IsPrint.
136 // non-ASCII characters and non-printable characters as defined by IsGraphic.
149 // for control characters and non-printable characters as defined by IsPrint.
162 // \u0100) for non-ASCII characters and non-printable characters as defined
176 // \u0100) for non-ASCII characters and non-printable characters as defined
199 continue // All other multibyte runes are correctly encoded and assumed printable.
465 // IsPrint reports whether the rune is defined as printable by Go, with
472 // All the ASCII is printable from space through DEL-1.
  /prebuilts/go/linux-x86/src/strconv/
quote.go 109 // control characters and non-printable characters as defined by
123 // non-ASCII characters and non-printable characters as defined by IsPrint.
136 // non-ASCII characters and non-printable characters as defined by IsGraphic.
149 // for control characters and non-printable characters as defined by IsPrint.
162 // \u0100) for non-ASCII characters and non-printable characters as defined
176 // \u0100) for non-ASCII characters and non-printable characters as defined
199 continue // All other multibyte runes are correctly encoded and assumed printable.
465 // IsPrint reports whether the rune is defined as printable by Go, with
472 // All the ASCII is printable from space through DEL-1.
  /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...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_name.c 74 static int printable(int);
83 * Convert an encoded domain name to printable ascii as per RFC1035.
127 } else if (!printable(c)) {
555 * printable(ch)
562 printable(int ch) { function
  /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

Completed in 495 milliseconds

1 2 3 4 5 6