/external/chromium_org/ppapi/shared_impl/ |
id_assignment.cc | 13 const int32 kMaxPPId = kint32max >> kPPIdTypeBits;
|
/external/chromium_org/net/disk_cache/blockfile/ |
file_posix.cc | 59 if (buffer_len > static_cast<size_t>(kint32max) || 60 offset > static_cast<size_t>(kint32max)) { 70 if (buffer_len > static_cast<size_t>(kint32max) || 71 offset > static_cast<size_t>(kint32max)) { 89 if (buffer_len > static_cast<size_t>(kint32max) || 90 offset > static_cast<size_t>(kint32max)) { 112 if (buffer_len > static_cast<size_t>(kint32max) || 113 offset > static_cast<size_t>(kint32max)) {
|
file_ios.cc | 191 if (buffer_len > static_cast<size_t>(kint32max) || 192 offset > static_cast<size_t>(kint32max)) { 202 if (buffer_len > static_cast<size_t>(kint32max) || 203 offset > static_cast<size_t>(kint32max)) {
|
/external/chromium_org/content/public/common/ |
context_menu_params.cc | 9 const int32 CustomContextMenuContext::kCurrentRenderWidget = kint32max;
|
/external/chromium_org/media/base/ |
audio_buffer_queue_unittest.cc | 240 VerifyBus(bus.get(), 0, 4, 4, 1.0f / kint32max, 1.0f / kint32max); 241 VerifyBus(bus.get(), 4, 2, 20, 9.0f / kint32max, 1.0f / kint32max); 246 VerifyBus(bus.get(), 0, 2, 20, 11.0f / kint32max, 1.0f / kint32max);
|
audio_buffer_unittest.cc | 278 VerifyBus(bus.get(), frames, 1.0f / kint32max, 1.0f / kint32max); 283 VerifyBus(bus.get(), 10, 11.0f / kint32max, 1.0f / kint32max);
|
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);
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_menu_delegate_unittest.cc | 113 NewDelegate(0, kint32max); 222 // Verify correct handling of integer overflow with range, set kint32max as 224 NewAndInitDelegateForPermanent(kint32max - 1, kint32max);
|
/external/chromium_org/base/ |
basictypes.h | 54 const int32 kint32max = 0x7FFFFFFF; variable
|
/external/chromium_org/base/files/ |
memory_mapped_file_win.cc | 41 if (file_len <= 0 || file_len > kint32max)
|
important_file_writer.cc | 69 CHECK_LE(data.length(), static_cast<size_t>(kint32max)); 117 if (data.length() > static_cast<size_t>(kint32max)) {
|
/external/chromium_org/content/test/ |
fileapi_test_file_set.cc | 53 EXPECT_LE(test_case.data_file_size, kint32max);
|
/external/chromium_org/net/disk_cache/ |
cache_util.cc | 150 // Limit cache size to somewhat less than kint32max to avoid potential 152 DCHECK(kDefaultCacheSize * 4 < kint32max);
|
/external/chromium_org/net/websockets/ |
websocket_frame_parser.cc | 140 } else if (payload_length > static_cast<uint64>(kint32max)) { 180 DCHECK_LE(next_size, static_cast<uint64>(kint32max));
|
/external/chromium_org/chrome/common/ |
instant_restricted_id_cache_unittest.cc | 201 input1.push_back(std::make_pair(kint32max, TestData("B"))); 205 EXPECT_EQ(kint32max, cache.last_restricted_id_); 217 EXPECT_TRUE(cache.GetItemWithRestrictedID(kint32max, &t)); 228 EXPECT_EQ(kint32max, cache.last_restricted_id_); 239 EXPECT_TRUE(cache.GetItemWithRestrictedID(kint32max, &t));
|
/external/chromium_org/net/http/ |
partial_data.cc | 422 if (current_range_start_ > kint32max) 439 if (current_range_start_ > kint32max) 465 kint32max; 466 if (range_len > kint32max) 467 range_len = kint32max;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLMarqueeElement.js | 46 var kInt32Max = Math.pow(2, 31); 52 if (!isNaN(value) && -kInt32Max <= value && value < kInt32Max)
|
/external/chromium_org/base/json/ |
string_escape.cc | 76 CHECK_LE(str.length(), static_cast<size_t>(kint32max));
|
/external/chromium_org/content/common/gpu/media/ |
android_video_encode_accelerator.h | 58 IFRAME_INTERVAL = 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/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);
|
/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);
|
/external/jsoncpp/src/test_lib_json/ |
main.cpp | 12 #define kint32max Json::Value::maxInt macro 21 static const float kfint32max = float(kint32max); 659 val = Json::Value(kint32max); 677 JSONTEST_ASSERT_EQUAL(kint32max, val.asInt()); 678 JSONTEST_ASSERT_EQUAL(kint32max, val.asLargestInt()); 679 JSONTEST_ASSERT_EQUAL(kint32max, val.asUInt()); 680 JSONTEST_ASSERT_EQUAL(kint32max, val.asLargestUInt()); 681 JSONTEST_ASSERT_EQUAL(kint32max, val.asDouble()); [all...] |
/external/chromium_org/chrome/common/cloud_print/ |
cloud_print_helpers.cc | 211 int r1 = base::RandInt(0, kint32max); 212 int r2 = base::RandInt(0, kint32max);
|
/external/chromium_org/content/browser/appcache/ |
appcache_disk_cache.cc | 64 if (offset < 0 || offset > kint32max) 74 if (offset < 0 || offset > kint32max)
|