Searched refs:parsed (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | compiler_filter_test.cc | 24 CompilerFilter::Filter parsed; in TestCompilerFilterName() local 25 EXPECT_TRUE(CompilerFilter::ParseCompilerFilter(name.c_str(), &parsed)); in TestCompilerFilterName() 26 EXPECT_EQ(filter, parsed); in TestCompilerFilterName() 32 CompilerFilter::Filter parsed; in TestSafeModeFilter() local 33 EXPECT_TRUE(CompilerFilter::ParseCompilerFilter(name.c_str(), &parsed)); in TestSafeModeFilter() 34 EXPECT_EQ(expected, CompilerFilter::GetSafeModeFilterFrom(parsed)); in TestSafeModeFilter()
|
D | parsed_options_test.cc | 75 bool parsed = ParsedOptions::Parse(options, false, &map); in TEST_F() local 76 ASSERT_TRUE(parsed); in TEST_F() 121 bool parsed = ParsedOptions::Parse(options, false, &map); in TEST_F() local 122 ASSERT_TRUE(parsed); in TEST_F() 138 bool parsed = ParsedOptions::Parse(options, false, &map); in TEST_F() local 139 ASSERT_TRUE(parsed); in TEST_F() 157 bool parsed = ParsedOptions::Parse(options, false, &map); in TEST_F() local 158 ASSERT_TRUE(parsed); in TEST_F() 176 bool parsed = ParsedOptions::Parse(options, false, &map); in TEST_F() local 177 ASSERT_TRUE(parsed); in TEST_F()
|
D | runtime.cc | 699 bool parsed = ParsedOptions::Parse(raw_options, ignore_unrecognized, runtime_options); in ParseOptions() local 700 if (!parsed) { in ParseOptions()
|
/art/cmdline/ |
D | README.md | 82 _wildcard_ must be used to denote the location within the token that the type will be parsed out of. 85 `-orange:` prefix and then strip it, leaving only the remains to be parsed. 157 This specifies that when a value is parsed, it will get saved into a variant map using the specific 175 get saved anywhere. Values will still get parsed as normal, so it will *not* ignore known arguments 179 Any type can be parsed from a string by specializing the `CmdlineType` class and implementing the 242 When many arguments are parsed, the result is collapsed down to a `CmdlineResult` which acts as a
|
/art/tools/ |
D | art | 252 # Reset any previously parsed classpath, just like dalvikvm
|