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

  /external/chromium_org/media/base/
audio_pull_fifo_unittest.cc 37 void VerifyValue(const float data[], int size, float start_value) {
38 float value = start_value;
48 int start_value = 0; local
53 VerifyValue(audio_bus_->channel(j), frames_to_consume, start_value);
55 start_value += frames_to_consume;
  /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);
  /external/chromium_org/chrome/browser/net/
firefox_proxy_settings.cc 92 size_t start_value = line.find(',', stop_key + 1); local
93 if (start_value == std::string::npos) {
98 size_t stop_value = line.find(");", start_value + 1);
104 std::string value = line.substr(start_value + 1,
105 stop_value - start_value - 1);
  /external/chromium_org/ash/wm/
window_animations.cc 169 float start_value, end_value; local
171 start_value = kWindowAnimation_HideBrightnessGrayscale;
174 start_value = kWindowAnimation_ShowBrightnessGrayscale;
178 window->layer()->SetLayerBrightness(start_value);
179 window->layer()->SetLayerGrayscale(start_value);
  /ndk/sources/android/cpufeatures/
cpu-features.c 374 int val, start_value, end_value; local
383 p = parse_decimal(p, q, &start_value);
387 end_value = start_value;
399 for (val = start_value; val <= end_value; val++) {
    [all...]
  /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 4052 milliseconds