Searched defs:opt (Results 1 – 7 of 7) sorted by relevance
/art/cmdline/ |
D | cmdline_parser_test.cc | 419 std::vector<std::string> opt = {"hello"}; in TEST_F() local 425 std::vector<std::string> opt = {"hello", "world"}; in TEST_F() local 431 std::vector<std::string> opt = {"one", "two", "three"}; in TEST_F() local 445 std::vector<std::string> opt = {"hello"}; in TEST_F() local 450 std::vector<std::string> opt = {"hello", "world"}; in TEST_F() local 457 std::vector<std::string> opt = {"one", "two", "three"}; in TEST_F() local 490 ProfileSaverOptions opt = ProfileSaverOptions(true, 1, 2, 3, 4, 5, 6, 7, 8, "abc", true); in TEST_F() local
|
/art/libartservice/service/java/com/android/server/art/ |
D | ArtShellCommand.java | 199 String opt; in handleCompile() local 354 String opt = getNextOption(); in handleBgDexoptJob() local 456 String opt; in handleSnapshotProfile() local 529 String opt; in handleDumpProfile() local 567 String opt; in handleBatchDexopt() local
|
/art/compiler/optimizing/ |
D | critical_native_abi_fixup_arm.cc | 81 IntrinsicOptimizations opt(new_input); in FixUpArguments() local
|
D | optimization.cc | 191 HOptimization* opt = nullptr; in ConstructOptimizations() local
|
D | nodes.cc | 3295 IntrinsicOptimizations opt(this); in SetIntrinsic() local 3323 IntrinsicOptimizations opt(*this); in NeedsEnvironment() local
|
/art/tools/dmtracedump/ |
D | createtesttrace.cc | 413 int32_t opt = getopt(argc, argv, "v:d"); in parseOptions() local
|
D | tracedump.cc | 2534 int32_t opt = getopt(argc, argv, "d:hg:kos:t:"); in parseOptions() local
|