HomeSort by relevance Sort by last modified time
    Searched defs:ParseDouble (Results 1 - 4 of 4) 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,
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 684 status_t err = ParseDouble(line.c_str() + colonPos + 1, &x);
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 91 milliseconds