Home
last modified time | relevance | path

Searched defs:self (Results 1 – 25 of 59) sorted by relevance

123

/misc/config_tools/board_inspector/acpiparser/aml/
A Dinterpreter.py13 def __init__(self): argument
22 def get(self): argument
25 def to_buffer(self): argument
34 def to_integer(self): argument
37 def to_string(self): argument
40 def get_obj(self): argument
48 def get(self): argument
51 def set(self, obj): argument
54 def to_buffer(self): argument
69 def get_obj(self): argument
[all …]
A Dstream.py12 def print_binary(self, base): argument
28 def __init__(self, data): argument
41 def get_integer(self, count): argument
48 def get_char(self): argument
55 def peek_opcode(self): argument
62 def get_opcode(self): argument
76 def get_string(self): argument
85 def get_buffer(self): argument
96 def at_end(self): argument
107 def reset(self): argument
[all …]
A Ddatatypes.py14 def get(self): argument
17 def set(self, obj): argument
20 def to_buffer(self): argument
35 def get_obj(self): argument
146 def data(self): argument
158 def get(self): argument
217 def get(self): argument
259 def get(self): argument
302 def get(self): argument
434 def get(self): argument
[all …]
A Dcontext.py18 def __init__(self, name, tree): argument
22 def dump(self): argument
30 def dump(self): argument
60 def dump(self): argument
78 def dump(self): argument
90 def dump(self): argument
103 def dump(self): argument
174 def __init__(self): argument
217 def get_scope(self): argument
236 def pop_scope(self): argument
[all …]
A Dvisitors.py16 def __init__(self): argument
19 def default(self, tree): argument
55 def visit(self, tree): argument
81 def __init__(self): argument
116 def generate(self, tree): argument
122 def ByteData(self, tree): argument
125 def WordData(self, tree): argument
137 def NameSeg(self, tree): argument
160 def String(self, tree): argument
167 def ByteList(self, tree): argument
[all …]
A Dtree.py25 def append_child(self, child): argument
31 def complete_parsing(self): argument
54 def __init__(self, direction): argument
61 def __visit_node(self, tree): argument
70 def _visit_topdown(self, tree): argument
79 def _visit_bottomup(self, tree): argument
87 def visit(self, tree): argument
91 def __init__(self, direction): argument
124 def transform(self, tree): argument
128 def __init__(self, context): argument
[all …]
A Dparser.py26 def __init__(self): argument
30 def mark_begin(self): argument
33 def mark_end(self): argument
56 def decoder(self): argument
64 def __init__(self): argument
78 def decoder(self): argument
84 def __init__(self): argument
124 def decoder(self): argument
152 def __init__(self): argument
165 def decoder(self): argument
[all …]
/misc/config_tools/hv_config/
A Dhv_item.py11 def __init__(self, hv_file): argument
17 def get_info(self): argument
22 def check_item(self): argument
35 def get_info(self): argument
39 def check_item(self): argument
55 def get_info(self): argument
63 def check_item(self): argument
88 def get_info(self): argument
103 def check_item(self): argument
131 def get_info(self): argument
[all …]
/misc/config_tools/scenario_config/
A Dscenario_item.py36 def get_ttys_val(self): argument
44 def get_clos_val(self): argument
60 def get_info(self): argument
84 def get_info(self): argument
103 def check_item(self): argument
128 def get_info(self): argument
155 def get_info(self): argument
204 def get_info(self): argument
226 def get_info(self): argument
265 def __init__(self): argument
[all …]
A Dconfig_summary.py110 def write_configuration_rst(self): argument
126 def write_pcpu(self): argument
132 def get_vm_node_list(self): argument
141 def get_all_vm_name(self): argument
145 def get_pcpu_table(self): argument
179 def get_pcpu(self): argument
183 def write_shared_cache(self): argument
252 def write_virtual_uarts(self): argument
299 def write_shared_memory(self): argument
337 def write_vms(self): argument
[all …]
A Dpipeline.py9 def __init__(self, **kwargs): argument
14 def set(self, tag, data): argument
17 def get(self, tag): argument
20 def has(self, tag): argument
23 def consume(self, tag): argument
26 def dump(self): argument
37 def run(self, obj): argument
41 def __init__(self, initial_data = []): argument
46 def add_stage(self, stage): argument
58 def add_stages(self, stages): argument
[all …]
A Dupgrader.py79 def __init__(self): argument
83 def add_endpoint(self, element): argument
105 def add_connection(self, element): argument
187 def extend(self, region): argument
190 def format_xml_element(self): argument
204 def __init__(self, old_xml_etree): argument
229 def format_xml_element(self): argument
254 def gpu_encoding(self, gpu): argument
325 def format_xml_element(self): argument
865 def upgraded_etree(self): argument
[all …]
A Dscenario_transformer.py19 def __init__(self, xsd_etree, visit_optional_node=False): argument
25 def type_of_element(self, type_tag, xsd_element_node, xml_node): argument
42 def simple_type_of_element(self, xsd_element_node, xml_node = None): argument
45 def complex_type_of_element(self, xsd_element_node, xml_node = None): argument
48 def transform_node(self, xsd_element_node, xml_node): argument
59 def transform_sequence(self, xsd_sequence_node, xml_node): argument
76 def transform_all(self, xsd_all_node, xml_node): argument
93 … def add_and_transform_missing_node(self, xsd_element_node, xml_parent_node, new_node_index=None): argument
97 def add_missing_nodes(self, xsd_element_node, xml_parent_node, new_node_index): argument
100 def fill_empty_node(self, xsd_element_node, xml_parent_node, xml_empty_node): argument
[all …]
A Delementpath_overlay.py59 def evaluate(self, context=None): argument
74 def evaluate_bits_of(self, context=None): argument
86 def evaluate_has_function(self, context=None): argument
95 def select_duplicate_values_function(self, context=None): argument
114 def evaluate_number_of_clos_id_needed(self, context=None): argument
132 def __init__(self, obj): argument
135 def __hash__(self): argument
152 def evaluate(self, context=None): argument
A Dschema_slicer.py28 def __init__(self, etree): argument
31 def get_type_definition(self, type_name): argument
83 def slice_restriction(self, restriction_node): argument
118 def is_element_needed(self, element_node): argument
121 def get_name_of_slice(self, name): argument
129 def is_element_needed(self, element_node): argument
136 def get_name_of_slice(self, name): argument
151 def run(self, obj): argument
183 def is_element_needed(self, element_node): argument
190 def get_name_of_slice(self, name): argument
[all …]
/misc/config_tools/board_inspector/inspectorlib/
A Dcdata.py123 def __str__(self): argument
131 def __hash__(self): argument
135 def __cmp__(self, other): argument
140 def __hash__(self): argument
144 def __cmp__(self, other): argument
168 def _get_uuid(self): argument
171 def _set_uuid(self, u): argument
176 def __cmp__(self, other): argument
183 def __hash__(self): argument
186 def __repr__(self): argument
[all …]
A Dunpack.py52 def skip(self, size): argument
56 def unpack(self, fmt): argument
66 def unpack_one(self, fmt): argument
96 def unpack_rest(self): argument
108 def at_end(self): argument
115 def __init__(self): argument
143 def __repr__(self): argument
146 def __iter__(self): argument
149 def __eq__(self, other): argument
154 def __ne__(self, other): argument
[all …]
/misc/config_tools/board_inspector/legacy/
A Ddmar.py47 def style_check_1(self): argument
51 def style_check_2(self): argument
67 def style_check_1(self): argument
71 def style_check_2(self): argument
88 def style_check_1(self): argument
92 def style_check_2(self): argument
105 def style_check_1(self): argument
116 def __init__(self): argument
133 def __init__(self): argument
151 def __init__(self): argument
[all …]
/misc/config_tools/library/
A Drdt.py23 def get_cache_id(self): argument
26 def get_clos_mask(self): argument
29 def match_policy(self, src): argument
33 def __init__(self, policy): argument
37 def merge_policy(self, src): argument
43 def __init__(self, policy): argument
51 def get_cache_id(self, index): argument
57 def match_policy(self, src): argument
63 def merge_policy(self, src): argument
93 def match_policy(self, src): argument
[all …]
/misc/config_tools/scenario_config/jsonschema/
A Dconverter.py46 def __init__(self, schema_dict): argument
54 def get_type(self, type_name): argument
64 def __init__(self, schema_filename): argument
115 def __init__(self, schema_filename, features=None): argument
126 def _get_definitions(self): argument
140 def get_json_schema(self): argument
165 def xst2jst(self, type_name) -> str: argument
172 def xsa2jsa(self, restriction): argument
231 def get_tester(self, element): argument
252 def get_element_define(self, element): argument
[all …]
/misc/config_tools/board_inspector/cpuparser/
A Dplatformbase.py25 def __repr__(self): argument
42 def __init__(self, regs): argument
58 def __eq__(self, other): argument
61 def __ne__(self, other): argument
64 def __str__(self): argument
123 def getter(self): argument
130 def __init__(self, value=0): argument
133 def __eq__(self, other): argument
136 def __ne__(self, other): argument
166 def __str__(self): argument
[all …]
A Dmsr.py22 def disable_vmx(self): argument
30 def get_field_idx(self, field): argument
37 def allows_0_setting(self, field): argument
45 def allows_1_setting(self, field): argument
74 def vmx_procbased_ctls2_ept(self): argument
78 def vmx_procbased_ctls2_vpid(self): argument
137 def vmx_procbased_ctls_hlt(self): argument
145 def ept(self): argument
152 def apicv(self): argument
183 def invvpid(self): argument
[all …]
/misc/config_tools/launch_config/
A Dlaunch_cfg_gen.py34 def __init__(self): argument
59 def remove_virtual_bdf(self, slot): argument
69 def __init__(self, vm_scenario_etree): argument
95 def add_vm_descriptor(self, name, value): argument
101 def add_init_command(self, command): argument
105 def add_deinit_command(self, command): argument
109 def add_plain_dm_parameter(self, opt): argument
114 def add_dynamic_dm_parameter(self, cmd, opt=""): argument
120 def to_string(self): argument
196 def write_to_file(self, path): argument
[all …]
/misc/config_tools/board_inspector/smbiosparser/
A Dsmbios.py23 def __init__(self): argument
37 def structure_type(self, num): argument
58 def __init__(self, u): argument
83 def __init__(self, u): argument
107 def __init__(self, u, sm): argument
130 def fini(self): argument
135 def fmtstr(self, i): argument
139 def getstr(self, i): argument
152 def __init__(self, u, sm): argument
183 def __init__(self, u, sm): argument
[all …]
/misc/config_tools/board_inspector/pcieparser/
A D__init__.py15 def __repr__(self): argument
25 def caps_as_dict(self): argument
34 def has_cap(self, cap_name): argument
37 def get_cap(self, cap_name): argument

Completed in 55 milliseconds

123