Searched defs:opt (Results 1 – 4 of 4) sorted by relevance
| /art/cmdline/ |
| D | cmdline_parser_test.cc | 369 JDWP::JdwpOptions opt = JDWP::JdwpOptions(); in TEST_F() local 383 JDWP::JdwpOptions opt = JDWP::JdwpOptions(); in TEST_F() local 411 std::vector<std::string> opt = {"hello"}; in TEST_F() local 417 std::vector<std::string> opt = {"hello", "world"}; in TEST_F() local 423 std::vector<std::string> opt = {"one", "two", "three"}; in TEST_F() local 437 std::vector<std::string> opt = {"hello"}; in TEST_F() local 442 std::vector<std::string> opt = {"hello", "world"}; in TEST_F() local 449 std::vector<std::string> opt = {"one", "two", "three"}; in TEST_F() local 487 TestProfilerOptions opt; in TEST_F() local 496 TestProfilerOptions opt; in TEST_F() local [all …]
|
| /art/tools/dmtracedump/ |
| D | createtesttrace.cc | 412 int32_t opt = getopt(argc, argv, "v:d"); in parseOptions() local
|
| D | tracedump.cc | 2532 int32_t opt = getopt(argc, argv, "d:hg:kos:t:"); in parseOptions() local
|
| /art/compiler/optimizing/ |
| D | nodes.cc | 2344 IntrinsicOptimizations opt(this); in SetIntrinsic() local 2374 IntrinsicOptimizations opt(*this); in NeedsEnvironment() local 2385 IntrinsicOptimizations opt(*this); in NeedsDexCacheOfDeclaringClass() local
|