Home
last modified time | relevance | path

Searched refs:value (Results 1 – 6 of 6) sorted by relevance

/tools/typed/
A Dast_nodes.py303 self.value = ConstantExpression(self.children[0].value)
311 self.value = UnaryOperation(self.children[0], self.children[1].value)
365 self.value = PureFunctionCall(self.children[0].value, self.f)
375 self.value = BinaryOperation(self.children[1], self.children[0].value,
401 self.value = BinaryOperation(self.operator, self.children[0].value,
427 self.value = ConditionalOperation(self.children[0].value,
660 self.value = self.children[0].value
666 obj.length = self.value
749 e.offset = self.children[0].value
759 e.value = self.children[0].value
[all …]
A Dir.py292 self.expr = definition.value
2085 self.value = value
2139 e.value = 0
2157 used_values.add(e.value)
2163 if e.value is not None:
2164 e.value = int(e.value)
2173 if e.value is None:
2177 last_val = e.value
2345 self.value = value
2353 val = int(self.value)
[all …]
/tools/cpptest/
A Dmisra_xml_to_json.py138 def check_constraint(constraint, value): argument
142 return constraint.search(value)
144 return constraint == value
/tools/debug/
A Dtracebuf.py129 def __new__(cls, value, strict=False): argument
130 if value in Arg.__cache:
131 return Arg.__cache[value]
132 self = super().__new__(cls, value)
134 Arg.__cache[value] = self
/tools/build/
A D__main__.py47 def add(self, key, value): argument
49 super(Items, self).__setitem__(key, value)
60 def add(self, value): argument
61 if not self.module_re.fullmatch(value):
62 print("invalid module name:", value)
64 super(module_set, self).add(value)
/tools/events/
A Dir.py627 self.value = children[0]

Completed in 62 milliseconds