HomeSort by relevance Sort by last modified time
    Searched defs:start_value (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/importer/
firefox_importer_utils.cc 386 size_t start_value = line.find(',', stop_key + 1); local
387 if (start_value == std::string::npos) {
392 size_t stop_value = line.find(");", start_value + 1);
398 std::string value = line.substr(start_value + 1,
399 stop_value - start_value - 1);
  /ndk/sources/android/cpufeatures/
cpu-features.c 300 int val, start_value, end_value; local
309 p = parse_decimal(p, q, &start_value);
313 end_value = start_value;
325 for (val = start_value; val <= end_value; val++) {
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 815 int start_value = (kMaxSignificantStart - local
827 int raw_score = order_value + start_value + complete_value;
    [all...]

Completed in 449 milliseconds