/external/autotest/tko/ |
D | 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) 99 if not data.has_key(test.kernel().printable): 100 data[test.kernel().printable] = list() 106 data[test.kernel().printable].extend(results)
|
D | frontend.py | 192 def __init__(self, db, idx, hash, base, printable): argument 197 self.printable = printable
|
D | db.py | 550 printable = kernel.base 561 'printable':printable}, 566 printable += ' p%d' % (kver) 568 {'printable':printable},
|
D | machine_test_attribute_graph.cgi | 28 data[test.kernel().printable] = iterations[key]
|
/external/v8/src/regexp/ |
D | regexp-macro-assembler-tracer.cc | 208 PrintablePrinter printable(limit); in CheckCharacterLT() local 211 *printable, in CheckCharacterLT() 219 PrintablePrinter printable(limit); in CheckCharacterGT() local 222 *printable, in CheckCharacterGT() 229 PrintablePrinter printable(c); in CheckCharacter() local 232 *printable, in CheckCharacter() 254 PrintablePrinter printable(c); in CheckNotCharacter() local 257 *printable, in CheckNotCharacter() 267 PrintablePrinter printable(c); in CheckCharacterAfterAnd() local 270 *printable, in CheckCharacterAfterAnd() [all …]
|
D | interpreter-irregexp.cc | 75 bool printable = (current_char < 127 && current_char >= 32); in TraceInterpreter() local 77 printable ? in TraceInterpreter() 85 printable ? current_char : '.', in TraceInterpreter()
|
/external/v8/src/compiler/ |
D | instruction.cc | 80 const PrintableInstructionOperand& printable) { in operator <<() argument 81 const InstructionOperand& op = printable.op_; in operator <<() 82 const RegisterConfiguration* conf = printable.register_configuration_; in operator <<() 200 const PrintableMoveOperands& printable) { in operator <<() argument 201 const MoveOperands& mo = *printable.move_operands_; in operator <<() 202 PrintableInstructionOperand printable_op = {printable.register_configuration_, in operator <<() 318 const PrintableParallelMove& printable) { in operator <<() argument 319 const ParallelMove& pm = *printable.parallel_move_; in operator <<() 325 PrintableMoveOperands pmo = {printable.register_configuration_, move}; in operator <<() 454 const PrintableInstruction& printable) { in operator <<() argument [all …]
|
D | pipeline.cc | 1423 PrintableInstructionSequence printable = {config, data->sequence()}; in AllocateRegisters() local 1425 << printable; in AllocateRegisters() 1466 PrintableInstructionSequence printable = {config, data->sequence()}; in AllocateRegisters() local 1468 << printable; in AllocateRegisters()
|
D | graph-visualizer.cc | 493 PrintableInstruction printable = { in PrintSchedule() local 496 os_ << j << " " << printable << " <|@\n"; in PrintSchedule()
|
/external/apache-http/src/org/apache/commons/codec/net/ |
D | QuotedPrintableCodec.java | 141 public static final byte[] encodeQuotedPrintable(BitSet printable, byte[] bytes) { in encodeQuotedPrintable() argument 145 if (printable == null) { in encodeQuotedPrintable() 146 printable = PRINTABLE_CHARS; in encodeQuotedPrintable() 154 if (printable.get(b)) { in encodeQuotedPrintable()
|
/external/bison/lib/ |
D | quotearg.c | 523 bool printable; in quotearg_buffer_restyled() local 528 printable = isprint (c) != 0; in quotearg_buffer_restyled() 536 printable = true; in quotearg_buffer_restyled() 549 printable = false; in quotearg_buffer_restyled() 554 printable = false; in quotearg_buffer_restyled() 582 printable = false; in quotearg_buffer_restyled() 589 if (1 < m || (backslash_escapes && ! printable)) in quotearg_buffer_restyled() 597 if (backslash_escapes && ! printable) in quotearg_buffer_restyled()
|
/external/v8/test/unittests/compiler/ |
D | move-optimizer-unittest.cc | 48 PrintableInstructionSequence printable = {config(), sequence()}; in Optimize() local 50 << printable; in Optimize() 56 PrintableInstructionSequence printable = {config(), sequence()}; in Optimize() local 58 << printable; in Optimize()
|
/external/webrtc/webrtc/base/ |
D | macutils.cc | 53 bool printable = true; in DecodeFourChar() local 59 printable = false; in DecodeFourChar() 63 if (printable) { in DecodeFourChar()
|
/external/boringssl/src/crypto/asn1/ |
D | asn1_par.c | 261 int i,printable=1; in asn1_parse2() local 278 printable=0; in asn1_parse2() 282 if (printable) in asn1_parse2()
|
/external/curl/tests/server/ |
D | fake_ntlm.c | 50 static char *printable(char *inbuf, size_t inlength) in printable() function 266 msgbuf = printable(buf, 0); in main()
|
/external/libunwind/doc/ |
D | unw_regname.tex | 19 The \Func{unw\_regname}() routine returns a printable name for
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | StringUtil.java | 342 public static String printable(String name) in printable() method in StringUtil 357 public static String printable(byte[] b) in printable() method in StringUtil
|
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/ |
D | security.py | 35 ALL_PRINTABLE = string.printable
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3string.h | 258 …pANTLR3_STRING (*printable)(struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_STRING string); member
|
/external/mesa3d/src/gallium/tools/trace/ |
D | model.py | 159 if len(node.value) >= 4096 or node.value.strip(string.printable):
|
/external/autotest/frontend/tko/ |
D | rpc_interface_unittest_fixme.py | 147 printable=kernel_name) 152 printable=kernel_name)
|
/external/autotest/database/ |
D | schema_051.sql | 920 `printable` varchar(100) default NULL, 922 KEY `printable` (`printable`)
|
/external/tcpdump/ |
D | print-snmp.c | 777 register int printable = 1, first = 1; in asn1_print() local 780 for (i = asnlen; printable && i-- > 0; p++) in asn1_print() 781 printable = ND_ISPRINT(*p); in asn1_print() 783 if (printable) { in asn1_print()
|
/external/e2fsprogs/debugfs/ |
D | debugfs.c | 510 int printable = 0; in dump_xattr_string() local 516 printable++; in dump_xattr_string() 518 if (printable <= len*7/8) in dump_xattr_string() 519 printable = 0; in dump_xattr_string() 522 if (printable) in dump_xattr_string()
|
/external/opencv3/3rdparty/libjasper/ |
D | jpc_cs.c | 1439 int printable; in jpc_com_dumpparms() local 1441 printable = 1; in jpc_com_dumpparms() 1444 printable = 0; in jpc_com_dumpparms() 1448 if (printable) { in jpc_com_dumpparms()
|