OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParseDouble
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
parsed_options.cc
366
if (!
ParseDouble
(option, '=', 0.1, 0.9, &heap_target_utilization_)) {
370
if (!
ParseDouble
(option, '=', 0.1, 10.0, &foreground_heap_growth_multiplier_)) {
578
if (!
ParseDouble
(option, ':', 1.0, 10.0, &profiler_options_.backoff_coefficient_)) {
584
if (!
ParseDouble
(option, ':', 0.0, 100.0, &profiler_options_.top_k_threshold_)) {
588
if (!
ParseDouble
(option, ':', 0.0, 100.0, &profiler_options_.top_k_change_threshold_)) {
[
all
...]
/external/chromium_org/mojo/public/cpp/bindings/tests/
validation_test_input_parser.cc
64
bool
ParseDouble
(const DataType& type, const std::string& value_string);
134
DATA_TYPE("[d]", 8, &ValidationTestInputParser::
ParseDouble
),
288
bool ValidationTestInputParser::
ParseDouble
(const DataType& type,
/art/dex2oat/
dex2oat.cc
[
all
...]
Completed in 202 milliseconds