Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 25 of 36) sorted by relevance

12

/tools/net/sunrpc/xdrgen/generators/
A Dunion.py23 environment: Environment, node: _XdrDeclaration
38 environment: Environment, node: _XdrDeclaration
72 environment: Environment, node: _XdrDeclaration
145 environment,
150 emit_union_default_spec_decoder(environment, node)
157 environment: Environment, node: _XdrDeclaration
226 environment,
263 emit_union_definition(self.environment, node)
267 emit_union_decoder(self.environment, node)
271 emit_union_encoder(self.environment, node)
[all …]
A Dpointer.py26 environment: Environment, field: _XdrDeclaration
87 emit_pointer_member_definition(environment, field)
94 environment: Environment, field: _XdrDeclaration
167 emit_pointer_member_decoder(environment, field)
174 environment: Environment, field: _XdrDeclaration
244 emit_pointer_member_encoder(environment, field)
272 emit_pointer_declaration(self.environment, node)
276 emit_pointer_definition(self.environment, node)
280 emit_pointer_decoder(self.environment, node)
284 emit_pointer_encoder(self.environment, node)
[all …]
A Dstruct.py26 environment: Environment, field: _XdrDeclaration
87 emit_struct_member_definition(environment, field)
94 environment: Environment, field: _XdrDeclaration
167 emit_struct_member_decoder(environment, field)
174 environment: Environment, field: _XdrDeclaration
244 emit_struct_member_encoder(environment, field)
272 emit_struct_declaration(self.environment, node)
276 emit_struct_definition(self.environment, node)
280 emit_struct_decoder(self.environment, node)
284 emit_struct_encoder(self.environment, node)
[all …]
A Dtypedef.py23 template = get_jinja2_template(environment, "declaration", node.template)
32 template = get_jinja2_template(environment, "declaration", node.template)
115 template = get_jinja2_template(environment, "decoder", node.template)
123 template = get_jinja2_template(environment, "decoder", node.template)
236 template = get_jinja2_template(environment, "maxsize", node.template)
250 self.environment = create_jinja2_environment(language, "typedef")
255 emit_typedef_declaration(self.environment, node.declaration)
259 emit_type_definition(self.environment, node.declaration)
263 emit_typedef_decoder(self.environment, node.declaration)
267 emit_typedef_encoder(self.environment, node.declaration)
[all …]
A Dprogram.py13 environment: Environment, program: str, version: _RpcVersion
16 template = environment.get_template("definition/open.j2")
19 template = environment.get_template("definition/procedure.j2")
29 template = environment.get_template("definition/close.j2")
34 environment: Environment, program: str, version: _RpcVersion
81 template = environment.get_template("decoder/result.j2")
109 template = environment.get_template("encoder/result.j2")
146 self.environment, program, version,
151 self.environment, program, version,
162 self.environment, program, version,
[all …]
A Denum.py15 self.environment = create_jinja2_environment(language, "enum")
21 template = self.environment.get_template("declaration/enum.j2")
26 template = self.environment.get_template("definition/open.j2")
29 template = self.environment.get_template("definition/enumerator.j2")
34 template = self.environment.get_template("definition/close_be.j2")
36 template = self.environment.get_template("definition/close.j2")
42 template = self.environment.get_template("decoder/enum_be.j2")
44 template = self.environment.get_template("decoder/enum.j2")
50 template = self.environment.get_template("encoder/enum_be.j2")
52 template = self.environment.get_template("encoder/enum.j2")
[all …]
A D__init__.py17 environment = Environment(
22 environment.globals["annotate"] = get_xdr_annotate()
23 environment.globals["public_apis"] = public_apis
24 environment.globals["pass_by_reference"] = pass_by_reference
25 return environment
31 environment: Environment, template_type: str, template_name: str
34 return environment.get_template(template_type + "/" + template_name + ".j2")
A Dheader_bottom.py19 self.environment = create_jinja2_environment(language, "header_bottom")
24 template = get_jinja2_template(self.environment, "declaration", "header")
29 template = get_jinja2_template(self.environment, "definition", "header")
A Dheader_top.py19 self.environment = create_jinja2_environment(language, "header_top")
24 template = get_jinja2_template(self.environment, "declaration", "header")
35 template = get_jinja2_template(self.environment, "definition", "header")
A Dconstant.py14 self.environment = create_jinja2_environment(language, "constants")
19 template = self.environment.get_template("definition.j2")
A Dsource_top.py19 self.environment = create_jinja2_environment(language, "source_top")
25 template = self.environment.get_template(self.peer + ".j2")
/tools/perf/Documentation/
A Dandroid.txt4 I. Set the Android NDK environment
13 2. Set cross-compiling environment variables for NDK toolchain and sysroot.
28 Set the environment for the target you want using:
33 NDK sysroot environment variable.
42 3. Set the NDK toolchain environment variable.
70 Some perf features need environment variables to run properly.
A Dperf.txt50 Set debugfs directory or set environment variable PERF_DEBUGFS_DIR.
/tools/perf/tests/shell/lib/
A Dsetup_python.sh14 echo Skipping test, python not detected please set environment variable PYTHON.
/tools/testing/ktest/examples/
A DREADME2 The configs still need to be customized for your environment, but it
30 given environment.
/tools/tracing/rtla/
A DMakefile.rtla4 $(if $(or $(findstring environment,$(origin $(1))),\
/tools/verification/rv/
A DMakefile.rv4 $(if $(or $(findstring environment,$(origin $(1))),\
/tools/build/
A DMakefile10 $(if $(or $(findstring environment,$(origin $(1))),\
/tools/testing/selftests/hid/
A Dvmtest.sh46 can be passed as environment variables to the script:
109 Please install qemu or set the QEMU_BINARY environment variable.
/tools/testing/selftests/net/forwarding/
A DREADME75 One way of overriding these variables is through the environment:
80 way to pass it through the environment. Its value can instead be given as
/tools/perf/tests/shell/attr/
A DREADME4 by the PERF_TEST_ATTR environment variable and hook inside the
17 is triggered when the PERF_TEST_ATTR environment variable is
/tools/usb/usbip/
A DINSTALL78 details on some of the pertinent environment variables.
81 by setting variables in the command line or in the environment. Here
179 `CONFIG_SITE' environment variable to the location of the site script.
186 environment passed to `configure'. However, some packages may run
/tools/testing/selftests/bpf/
A Dvmtest.sh92 can be passed as environment variables to the script:
278 Please install qemu or set the QEMU_BINARY environment variable.
/tools/scripts/
A DMakefile.include49 $(if $(or $(findstring environment,$(origin $(1))),\
/tools/sched_ext/
A DREADME.md13 production environment with acceptable or possibly even improved performance.
123 1. If the O= environment variable is defined, at `$O/vmlinux`
124 2. If the KBUILD_OUTPUT= environment variable is defined, at

Completed in 23 milliseconds

12