Home
last modified time | relevance | path

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

/art/test/712-varhandle-invocations/util-src/
Dgenerate_java.py31 def __init__(self, name, examples, supports_bitwise=False, supports_numeric=False): argument
33 self.examples=examples
47 …def __init__(self, name, boxed_type, examples, ordinal=-1, width=-1, supports_bitwise=True, suppor… argument
48 JavaType.__init__(self, name, examples, supports_bitwise, supports_numeric)
560 initial_value = RANDOM.choice(var_type.examples)
561 updated_value = RANDOM.choice(list(filter(lambda v : v != initial_value, var_type.examples)))
768 …print(", {0}({1})".format(value_type.boxing_method(), value_type.examples[i]), end="", file=body_t…
826 print(", {0})".format(var_type.examples[i]), end="", file=body_text)
/art/tools/wrapagentproperties/
DREADME.md10 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
/art/tools/breakpoint-logger/
DREADME.md10 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
/art/tools/titrace/
DREADME.md9 The libraries will be built for 32-bit, 64-bit, host and target. Below examples assume you want to …
/art/tools/dexfuzz/
DREADME62 Some legal examples:
/art/cmdline/
DREADME.md77 The 'Define' method takes one or more aliases for the argument. Common examples might be `{"-h",