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

  /system/core/metricsd/uploader/
metrics_log_base_unittest.cc 112 EXPECT_FALSE(histogram_proto.bucket(0).has_max());
117 EXPECT_TRUE(histogram_proto.bucket(1).has_max());
123 EXPECT_TRUE(histogram_proto.bucket(2).has_max());
128 EXPECT_FALSE(histogram_proto.bucket(3).has_max());
133 EXPECT_TRUE(histogram_proto.bucket(4).has_max());
  /external/webrtc/talk/media/devices/
devicemanager.cc 208 bool has_max = GetMaxFormat(device, &video_format); local
209 capturer->set_enable_camera_list(has_max);
210 if (has_max) {
  /external/v8/src/regexp/
jsregexp.cc 5580 bool has_max = max < RegExpTree::kInfinity; local
    [all...]

Completed in 58 milliseconds