HomeSort by relevance Sort by last modified time
    Searched refs:ParseDouble (Results 1 - 7 of 7) sorted by null

  /system/core/metricsd/
metrics_client.cc 64 static double ParseDouble(const char *arg) {
95 sample = static_cast<int>(ParseDouble(argv[name_index + 1]) * 1000.0);
  /external/google-benchmark/src/
commandlineflags.cc 60 bool ParseDouble(const std::string& src_text, const char* str, double* value) {
202 return ParseDouble(std::string("The value of flag --") + flag, value_str,
  /frameworks/av/media/libstagefright/httplive/
M3UParser.h 112 static status_t ParseDouble(const char *s, double *x);
M3UParser.cpp 757 status_t err = ParseDouble(line.c_str() + colonPos + 1, &x);
    [all...]
  /art/compiler/driver/
compiler_options.cc 180 ParseDouble(option.data(), '=', 0.0, 100.0, &top_k_profile_threshold_, Usage);
  /art/runtime/
utils.h 368 void ParseDouble(const std::string& option,
utils.cc     [all...]

Completed in 584 milliseconds