HomeSort by relevance Sort by last modified time
    Searched refs:kint32max (Results 26 - 50 of 89) sorted by null

12 3 4

  /external/chromium_org/media/base/
audio_bus_unittest.cc 253 kint32min, 0, kint32max, kint32min, kint32max / 2, kint32min / 2,
254 0, kint32max, 0, 0 };
354 ASSERT_EQ(fixed_test_array[4], kint32max / 2);
audio_bus.cc 257 1.0f / kint32min, 1.0f / kint32max);
297 this, start_frame, frames, dest, kint32min, kint32max);
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
descriptor_test.py 179 kint32max = 2**31 - 1
215 self.assertEqual(kint32max, message_options.Extensions[
223 self.assertEqual(kint32max, message_options.Extensions[
231 self.assertEqual(kint32max, message_options.Extensions[
  /external/chromium_org/chrome/common/cloud_print/
cloud_print_helpers.cc 200 int r1 = base::RandInt(0, kint32max);
201 int r2 = base::RandInt(0, kint32max);
  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.cc 427 DCHECK_GE(kint32max, found_range->length);
429 DCHECK_GE(kint32max, offset - found_range->offset);
454 int range_len = (found_range->length > kint32max) ?
455 kint32max : found_range->length;
503 DCHECK_GE(kint32max, found_range->length);
505 DCHECK_GE(kint32max, offset - found_range->offset);
538 int range_len = (found_range->length > kint32max) ?
539 kint32max : found_range->length;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common_unittest.cc 71 EXPECT_LT(kint32min, kint32max);
72 EXPECT_EQ(static_cast<uint32>(kint32min), static_cast<uint32>(kint32max) + 1);
common.h 212 static const int32 kint32max = 0x7FFFFFFF; member in namespace:google::protobuf
213 static const int32 kint32min = -kint32max - 1;
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.cc 60 if (offset < 0 || offset > kint32max)
68 if (offset < 0 || offset > kint32max)
  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 71 EXPECT_LT(kint32min, kint32max);
72 EXPECT_EQ(static_cast<uint32>(kint32min), static_cast<uint32>(kint32max) + 1);
common.h 167 static const int32 kint32max = 0x7FFFFFFF; member in namespace:google::protobuf
168 static const int32 kint32min = -kint32max - 1;
    [all...]
  /external/chromium_org/net/http/
mock_http_cache.cc 148 DCHECK(offset < kint32max);
187 DCHECK(offset < kint32max);
213 DCHECK(offset < kint32max);
  /external/chromium/net/disk_cache/
backend_impl.cc 329 // Return 1% of the available space if it does not exceed kint32max.
330 if (available < static_cast<int64>(kint32max) * 100)
333 return kint32max;
812 if (max_bytes >= kint32max - kint32max / 10)
813 max_bytes = kint32max - kint32max / 10 - 1;
    [all...]
eviction.cc 378 if (info->reuse_count < kint32max) {
404 if (info->refetch_count < kint32max)
  /external/chromium_org/chrome/browser/history/
scored_history_match.cc 155 (raw_score_ <= kint32max) ? static_cast<int>(raw_score_) : kint32max;
  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_requester.cc 125 int r1 = base::RandInt(0, kint32max);
126 int r2 = base::RandInt(0, kint32max);
  /external/chromium_org/net/disk_cache/v3/
eviction_v3.cc 168 if (info->reuse_count < kint32max) {
194 if (info->refetch_count < kint32max)
backend_impl_v3.cc 179 if (max_bytes >= kint32max - kint32max / 10)
180 max_bytes = kint32max - kint32max / 10 - 1;
382 byte_count_ = kint32max;
    [all...]
  /external/chromium_org/base/android/
jni_array_unittest.cc 48 const int kInts[] = { 0, 1, -1, kint32min, kint32max};
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.cc 38 kint32max)),
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_cached_area.cc 149 map_->set_quota(kint32max);
  /external/chromium_org/media/mp4/
box_reader.cc 228 size > static_cast<uint64>(kint32max)) {
  /external/chromium_org/net/spdy/
spdy_stream.cc 226 DCHECK_LE(delta_window_size, kint32max - send_window_size_);
263 int32 max_delta_window_size = kint32max - send_window_size_;
312 DCHECK_LE(consume_size, static_cast<size_t>(kint32max));
328 DCHECK_LE(delta_window_size, kint32max - recv_window_size_);
  /external/chromium_org/net/disk_cache/
backend_impl.cc 623 if (max_bytes >= kint32max - kint32max / 10)
624 max_bytes = kint32max - kint32max / 10 - 1;
992 byte_count_ = kint32max;
    [all...]
eviction.cc 405 if (info->reuse_count < kint32max) {
431 if (info->refetch_count < kint32max)
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.cc 509 GOOGLE_CHECK(value.size() <= kint32max);
516 GOOGLE_CHECK(value.size() <= kint32max);

Completed in 436 milliseconds

12 3 4