Home
last modified time | relevance | path

Searched refs:parser (Results 1 – 25 of 54) sorted by relevance

123

/toolchain/benchmark/
Dgen_json.py25 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)
Dcollect_profile.py30 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)
Drun.py27 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 …]
Dbuild_bench.py25 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)
Dfix_json.py27 parser = argparse.ArgumentParser(description='Convert result to JSON'
29 parser.add_argument(
31 return parser.parse_args(argv)
Dautotest.diff941 + 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 …]
Dpanorama.diff627 +# 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/
Dxsym.c539 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/
Dylwrap116 parser=$1
182 if test $from != $parser; then
198 if test "$from" != "$parser"; then
211 if test "$from" = "$parser"; then
/toolchain/binutils/
Dbuild.py182 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/
Ddemangle-expected4311parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(mod…
/toolchain/binutils/binutils-2.27/gold/
DREADME59 The linker script parser uses features which are only in newer
Dyyscript.y42 %pure-parser
/toolchain/binutils/binutils-2.27/opcodes/
Dcgen-asm.in173 /* Default insn parser.
178 ??? Note that this is currently an all-or-nothing parser. If we fail to
DChangeLog-2014215 operand parser.
/toolchain/binutils/binutils-2.27/zlib/doc/
Drfc1951.txt318 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/
DChangeLog514 (parse_lab_5_3): New parser function.
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-91972434 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/
DChangeLog-2004297 'high' and 'low' parts of an operand, which the parser previously
DChangeLog-20051171 * gas/i386/x86_64.s: Adjust for parser changes.
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20062228 (bfin_gen_ldstidxi): Adjust to match the trees that the parser gives
DChangeLog-2004474 (intel parser): Allow the full set of MASM operators. Add FWORD, TBYTE,
DChangeLog-20092758 Improve string parser.
/toolchain/binutils/binutils-2.27/gas/doc/
Dinternals.texi962 When this macro is defined to be non-zero, the parser allows the radix of a
/toolchain/binutils/binutils-2.27/binutils/po/
Dzh_TW.po5441 msgid " --yydebug Turn on parser debugging\n"

123