Searched refs:examples (Results 1 – 18 of 18) sorted by relevance
/art/test/712-varhandle-invocations/util-src/ |
D | generate_java.py | 31 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) 782 initial_value = RANDOM.choice(var_type.examples) 783 updated_value = RANDOM.choice(list(filter(lambda v : v != initial_value, var_type.examples))) 1120 print(", {0})".format(var_type.examples[i]), end="", file=body_text)
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | README.md | 10 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/jvmti-agents/dump-jvmti-state/ |
D | README.md | 11 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/jvmti-agents/chain-agents/ |
D | README.md | 16 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/jvmti-agents/jit-load/ |
D | README.md | 10 The libraries will be built for 32-bit, 64-bit, host and target. Below examples assume you want to …
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | README.md | 12 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/jvmti-agents/enable-vlog/ |
D | README.md | 11 examples assume you want to use the 64-bit version.
|
/art/tools/jvmti-agents/field-null-percent/ |
D | README.md | 12 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/jvmti-agents/ti-fast/ |
D | README.md | 11 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | README.md | 10 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/jvmti-agents/field-counts/ |
D | README.md | 13 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/jvmti-agents/simple-profile/ |
D | README.md | 12 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/jvmti-agents/titrace/ |
D | README.md | 9 The libraries will be built for 32-bit, 64-bit, host and target. Below examples assume you want to …
|
/art/tools/jvmti-agents/list-extensions/ |
D | README.md | 10 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/jvmti-agents/ti-alloc-sample/ |
D | README.md | 10 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
|
/art/tools/dexfuzz/ |
D | README | 60 Some legal examples:
|
/art/test/ |
D | README.chroot.md | 150 the following examples.
|
/art/cmdline/ |
D | README.md | 77 The 'Define' method takes one or more aliases for the argument. Common examples might be `{"-h",
|