Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc457 static void ParseDouble(const std::string& option, char after_char, double min, double max, in ParseDouble() function
789 ParseDouble(option.data(), '=', 0.0, 100.0, &top_k_profile_threshold); in ParseArgs()