Home
last modified time | relevance | path

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

/art/runtime/
Dcompiler_filter_test.cc24 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()
Dparsed_options_test.cc74 bool parsed = ParsedOptions::Parse(options, false, &map); in TEST_F() local
75 ASSERT_TRUE(parsed); in TEST_F()
118 bool parsed = ParsedOptions::Parse(options, false, &map); in TEST_F() local
119 ASSERT_TRUE(parsed); in TEST_F()
137 bool parsed = ParsedOptions::Parse(options, false, &map); in TEST_F() local
138 ASSERT_TRUE(parsed); in TEST_F()
156 bool parsed = ParsedOptions::Parse(options, false, &map); in TEST_F() local
157 ASSERT_TRUE(parsed); in TEST_F()
Druntime.cc630 bool parsed = ParsedOptions::Parse(raw_options, ignore_unrecognized, runtime_options); in ParseOptions() local
631 if (!parsed) { in ParseOptions()
/art/cmdline/
DREADME.md82 _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/cpp-define-generator/
DAndroid.bp17 // Build a "data" binary which will hold all the symbol values that will be parsed by the other scr…
/art/runtime/interpreter/mterp/
DREADME.txt18 The config files are parsed from top to bottom. Each line in the file