/toolchain/benchmark/ |
D | gen_json.py | 25 parser = argparse.ArgumentParser(description='Convert result to JSON' 28 parser.add_argument( 31 parser.add_argument( 34 parser.add_argument( 37 parser.add_argument( 43 parser.add_argument( 47 return parser.parse_args(argv)
|
D | collect_profile.py | 30 parser = argparse.ArgumentParser(description='Run this script to collect ' 33 parser.add_argument('-b', '--bench', 36 parser.add_argument('-d', '--pathDUT', default='/data/local/tmp', 40 parser.add_argument('-p', '--path', default=config.bench_suite_dir, 44 parser.add_argument('-s', '--serial', 47 parser.add_argument('-r', '--remote', default='localhost', 52 return parser.parse_args(argv)
|
D | run.py | 27 parser = argparse.ArgumentParser(description='Build and run specific ' 29 parser.add_argument( 38 group = parser.add_mutually_exclusive_group() 53 parser.add_argument( 70 parser.add_argument( 78 parser.add_argument( 84 parser.add_argument( 93 parser.add_argument( 99 parser.add_argument( 109 parser.add_argument( [all …]
|
D | build_bench.py | 25 parser = argparse.ArgumentParser(description='Build benchmarks with ' 28 parser.add_argument( 34 parser.add_argument( 41 parser.add_argument( 46 parser.add_argument( 51 parser.add_argument( 56 parser.add_argument( 60 return parser.parse_args(argv)
|
D | fix_json.py | 27 parser = argparse.ArgumentParser(description='Convert result to JSON' 29 parser.add_argument( 31 return parser.parse_args(argv)
|
D | autotest.diff | 941 + parser = argparse.ArgumentParser(description='Run remote tests.') 943 + parser.add_argument('-b', '--bench', metavar='BENCH', required=True, 946 + parser.add_argument('-s', '--serials', metavar='SERIALS', 949 + parser.add_argument('-r', '--remote', metavar='REMOTE', 956 + parser.add_argument('-d', '--pathDUT', 958 + parser.add_argument('-p', '--path', 961 + return parser.parse_args(argv) 1059 + parser = argparse.ArgumentParser(description='Set device cpu cores and ' 1062 + parser.add_argument('-s', '--serials', metavar='SERIALS', 1065 + parser.add_argument('-r', '--remote', metavar='REMOTE', [all …]
|
D | panorama.diff | 627 +# Doxygen selects the parser to use depending on the extension of the files it parses. 628 +# With this tag you can assign which parser to use for a given extension. 1600 +# which can be used by a validating XML parser to check the 1606 +# which can be used by a validating XML parser to check the 1725 +# the parser if not removed. 21096 +# Doxygen selects the parser to use depending on the extension of the files it parses. 21097 +# With this tag you can assign which parser to use for a given extension. 22069 +# which can be used by a validating XML parser to check the 22075 +# which can be used by a validating XML parser to check the 22194 +# the parser if not removed.
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | xsym.c | 539 void (*parser) (unsigned char *, size_t, bfd_sym_resources_table_entry *); in bfd_sym_fetch_resources_table_entry() local 545 parser = NULL; in bfd_sym_fetch_resources_table_entry() 561 parser = bfd_sym_parse_resources_table_entry_v32; in bfd_sym_fetch_resources_table_entry() 568 if (parser == NULL) in bfd_sym_fetch_resources_table_entry() 580 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_resources_table_entry() 590 void (*parser) (unsigned char *, size_t, bfd_sym_modules_table_entry *); in bfd_sym_fetch_modules_table_entry() local 596 parser = NULL; in bfd_sym_fetch_modules_table_entry() 611 parser = bfd_sym_parse_modules_table_entry_v33; in bfd_sym_fetch_modules_table_entry() 619 if (parser == NULL) in bfd_sym_fetch_modules_table_entry() 631 (*parser) (buf, entry_size, entry); in bfd_sym_fetch_modules_table_entry() [all …]
|
/toolchain/binutils/binutils-2.27/ |
D | ylwrap | 116 parser=$1 182 if test $from != $parser; then 198 if test "$from" != "$parser"; then 211 if test "$from" = "$parser"; then
|
/toolchain/binutils/ |
D | build.py | 182 parser = argparse.ArgumentParser() 184 parser.add_argument( 186 parser.add_argument( 189 parser.add_argument( 192 parser.add_argument( 196 return parser.parse_args()
|
/toolchain/binutils/binutils-2.27/libiberty/testsuite/ |
D | demangle-expected | 4311 …parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(mod…
|
/toolchain/binutils/binutils-2.27/gold/ |
D | README | 59 The linker script parser uses features which are only in newer
|
D | yyscript.y | 42 %pure-parser
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | cgen-asm.in | 173 /* Default insn parser. 178 ??? Note that this is currently an all-or-nothing parser. If we fail to
|
D | ChangeLog-2014 | 215 operand parser.
|
/toolchain/binutils/binutils-2.27/zlib/doc/ |
D | rfc1951.txt | 318 sequences of different lengths, but a parser can always parse 354 A parser can decode the next symbol from an encoded input
|
/toolchain/binutils/binutils-2.27/cpu/ |
D | ChangeLog | 514 (parse_lab_5_3): New parser function.
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | ChangeLog-9197 | 2434 them, as that would require changing the parser recognize the 3145 rather than the parser. 4125 (symbol_list): Use left recursion to avoid overflowing parser 4428 (main): Clean up option parser. 4435 (main): Clean up option parser.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/ |
D | ChangeLog-2004 | 297 'high' and 'low' parts of an operand, which the parser previously
|
D | ChangeLog-2005 | 1171 * gas/i386/x86_64.s: Adjust for parser changes.
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2006 | 2228 (bfin_gen_ldstidxi): Adjust to match the trees that the parser gives
|
D | ChangeLog-2004 | 474 (intel parser): Allow the full set of MASM operators. Add FWORD, TBYTE,
|
D | ChangeLog-2009 | 2758 Improve string parser.
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | internals.texi | 962 When this macro is defined to be non-zero, the parser allows the radix of a
|
/toolchain/binutils/binutils-2.27/binutils/po/ |
D | zh_TW.po | 5441 msgid " --yydebug Turn on parser debugging\n"
|