Searched refs:parser (Results 1 - 25 of 38) sorted by relevance

12

/barrelfish-master/tools/
H A Dmkefi.py30 parser = argparse.ArgumentParser() variable
31 parser.add_argument("image", help="image file to create")
32 parser.add_argument("content",
36 parser.add_argument("--size", help="image size", type=int, default=200)
37 parser.add_argument("--create", help="create image, even if exists",
40 args = parser.parse_args()
/barrelfish-master/tools/aarch64_gem5/
H A Dgem5script.py76 parser = optparse.OptionParser() variable
77 parser.add_option("--kernel", action="store", type="string")
78 parser.add_option("--ramdisk", action="store", type="string")
79 parser.add_option("-n", "--num_cpus", type="int", default=1)
80 parser.add_option("--cpu-type", type="choice", default="atomic",
83 parser.add_option("--caches", action="store_true")
84 parser.add_option("--l2cache", action="store_true")
85 parser.add_option("--l1d_size", type="string", default="64kB")
86 parser.add_option("--l1i_size", type="string", default="32kB")
87 parser
[all...]
/barrelfish-master/usr/skb/octopus/
H A Dcode_generator.h19 #include <octopus/parser/ast.h>
/barrelfish-master/tools/molly/
H A Dm5script.py32 parser = optparse.OptionParser() variable
33 parser.add_option("--kernel", action="store", type="string")
34 parser.add_option("--num_cpus", action="store", type="int")
35 (options, args) = parser.parse_args()
/barrelfish-master/tools/imx8x/
H A Dboard_ctrl.py130 parser = argparse.ArgumentParser(description="Controls the Toradex Colibri boards") variable
131 parser.add_argument(
135 parser.add_argument(
139 args = parser.parse_args()
/barrelfish-master/lib/numa/
H A Dutilities.c161 struct list_parser_status parser; local
162 skb_read_list_init_offset(&parser, output, 0);
167 while (skb_read_list(&parser, "node(%" PRIu32 ", %" PRIuLPADDR ", %" PRIuLPADDR ")",
204 skb_read_list_init_offset(&parser, output, 0);
208 while (skb_read_list(&parser, "cpu(%" PRIu32 ", %" PRIu32 ", %" PRIu32 ", %[^,)] , "
255 skb_read_list_init_offset(&parser, output, 0);
261 while (skb_read_list(&parser, "node_distance(%" SCNuNODEID ", %" SCNuNODEID ", %" SCNu32 ")",
/barrelfish-master/include/octopus_server/
H A Dquery.h25 #include <octopus/parser/ast.h>
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dio.tex66 To support lexical analysis and parser-style code in general, stream
95 parser to detect special situations. In particular, the lexical
115 former is used by the parser, the latter is as a built-in predicate.
130 The parser (read.c) is implemented as a recursive descent parser in C,
134 used is similar to the one in O'Keefe's public domain Prolog parser
137 The main difference with the Prolog parser is that the {\eclipse}
138 parser is completely deterministic and resolves all ambiguities with a
139 maximal lookahead of two tokens, where the Prolog parser employs
152 Prolog syntax. The parser i
[all...]
H A Dbuiltins.tex140 \item read.c (parser)
/barrelfish-master/lib/octopus/parser/
H A Dscan.l9 #include "../../../include/octopus/parser/ast.h"
11 #include <octopus/parser/ast.h>
H A Dparse.y7 #include "../../../include/octopus/parser/ast.h"
9 #include <octopus/parser/ast.h>
H A Dread.c22 #include <octopus/parser/ast.h>
H A Dast.c19 #include "../../../include/octopus/parser/ast.h"
21 #include <octopus/parser/ast.h>
H A Dtest_parser.c3 * \brief Use this file for quick parser tests on your machine.
24 #include "../../../include/octopus/parser/ast.h"
26 #include <octopus/parser/ast.h>
/barrelfish-master/usr/eclipseclp/Opium/demo/
H A Dporting.pl64 % tells the parser to read strings as lists of ascii
/barrelfish-master/lib/acpica/generate/efi/
H A DMakefile.config73 ACPICA_PARSER = $(ACPICA_CORE)/parser
/barrelfish-master/lib/acpica/generate/unix/
H A DMakefile.config119 ACPICA_PARSER = $(ACPICA_CORE)/parser
238 # M4 macro processor is used to build the final parser file
/barrelfish-master/lib/octopus/client/
H A Dgetset.c29 #include <octopus/parser/ast.h>
/barrelfish-master/lib/cxx/cxx/filesystem/
H A Doperations.cpp60 namespace parser { namespace in namespace:__anon184
310 } // namespace parser
485 using parser::createView;
486 using parser::PathParser;
487 using parser::string_view_t;
1391 return parser::separate_filename(__filename()).first;
1395 return parser::separate_filename(__filename()).second;
/barrelfish-master/usr/eclipseclp/CPViz/
H A DMakefile.in57 batik-ext batik-gvt batik-gui-util batik-parser batik-script \
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dxml.pl1 /* xml.pl : Contains xml_parse/[2,3] a bi-directional XML parser written in
H A Ddistfix.pl50 not do this would be significantly harder to patch into the old parser.
392 % a wrong decision by the parser. This version of the parser makes
H A Drdtok.pl28 parser no harm at all, and the Dec-10 tokeniser's behaviour here
184 % ' ('. This is how the parser can tell whether <atom> <paren> must
H A Dread.pl338 % a wrong decision by the parser. This version of the parser makes
/barrelfish-master/usr/skb/skb_simple/
H A Doctopus_stubs.c27 #include <octopus/parser/ast.h>

Completed in 176 milliseconds

12