/external/chromium_org/net/base/ |
D | prioritized_dispatcher.h | 38 struct NET_EXPORT_PRIVATE Limits { struct 39 Limits(Priority num_priorities, size_t total_jobs); 40 ~Limits(); 67 explicit PrioritizedDispatcher(const Limits& limits); argument 105 Limits GetLimits() const; 109 void SetLimits(const Limits& limits);
|
D | prioritized_dispatcher.cc | 11 PrioritizedDispatcher::Limits::Limits(Priority num_priorities, in Limits() function in net::PrioritizedDispatcher::Limits 15 PrioritizedDispatcher::Limits::~Limits() {} in ~Limits() 17 PrioritizedDispatcher::PrioritizedDispatcher(const Limits& limits) in PrioritizedDispatcher() 86 PrioritizedDispatcher::Limits PrioritizedDispatcher::GetLimits() const { in GetLimits() 88 Limits limits(num_priorities, max_running_jobs_.back()); in GetLimits() 99 void PrioritizedDispatcher::SetLimits(const Limits& limits) { in SetLimits() 121 SetLimits(Limits(queue_.num_priorities(), 0)); in SetLimitsToZero()
|
D | prioritized_dispatcher_unittest.cc | 140 void Prepare(const PrioritizedDispatcher::Limits& limits) { in Prepare() 172 PrioritizedDispatcher::Limits original_limits(NUM_PRIORITIES, 5); in TEST_F() 178 PrioritizedDispatcher::Limits retrieved_limits = dispatcher_->GetLimits(); in TEST_F() 188 PrioritizedDispatcher::Limits new_limits(NUM_PRIORITIES, 6); in TEST_F() 206 PrioritizedDispatcher::Limits limits(NUM_PRIORITIES, 1); in TEST_F() 227 PrioritizedDispatcher::Limits limits(NUM_PRIORITIES, 1); in TEST_F() 251 PrioritizedDispatcher::Limits limits(NUM_PRIORITIES, 1); in TEST_F() 280 PrioritizedDispatcher::Limits limits(NUM_PRIORITIES, 5); in TEST_F() 320 PrioritizedDispatcher::Limits limits(NUM_PRIORITIES, 2); in TEST_F() 357 PrioritizedDispatcher::Limits limits(NUM_PRIORITIES, 1); in TEST_F() [all …]
|
/external/deqp/framework/common/ |
D | tcuFloatFormat.cpp | 273 typedef std::numeric_limits<T> Limits; in nativeFormat() typedef 275 DE_ASSERT(Limits::radix == 2); in nativeFormat() 277 return FloatFormat(Limits::min_exponent - 1, // These have a built-in offset of one in nativeFormat() 278 Limits::max_exponent - 1, in nativeFormat() 279 Limits::digits - 1, // don't count the hidden bit in nativeFormat() 280 Limits::has_denorm != std::denorm_absent, in nativeFormat() 281 Limits::has_infinity ? YES : NO, in nativeFormat() 282 Limits::has_quiet_NaN ? YES : NO, in nativeFormat() 283 ((Limits::has_denorm == std::denorm_present) ? YES : in nativeFormat() 284 (Limits::has_denorm == std::denorm_absent) ? NO : in nativeFormat()
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | WTFStringTest.cpp | 70 typedef std::numeric_limits<double> Limits; in TEST() typedef 73 testNumberToStringECMAScript(Limits::infinity(), "Infinity"); in TEST() 74 testNumberToStringECMAScript(-Limits::infinity(), "-Infinity"); in TEST() 77 testNumberToStringECMAScript(-Limits::quiet_NaN(), "NaN"); in TEST() 84 testNumberToStringECMAScript(Limits::min(), "2.2250738585072014e-308"); in TEST() 85 testNumberToStringECMAScript(Limits::max(), "1.7976931348623157e+308"); in TEST()
|
/external/chromium_org/extensions/browser/api/storage/ |
D | settings_storage_quota_enforcer.h | 18 struct Limits { struct 29 SettingsStorageQuotaEnforcer(const Limits& limits, ValueStore* delegate); argument 59 const Limits limits_;
|
D | local_value_store_cache.cc | 31 SettingsStorageQuotaEnforcer::Limits GetLocalQuotaLimits() { in GetLocalQuotaLimits() 32 SettingsStorageQuotaEnforcer::Limits limits = { in GetLocalQuotaLimits()
|
D | local_value_store_cache.h | 50 const SettingsStorageQuotaEnforcer::Limits quota_;
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
D | sync_storage_backend.h | 43 const SettingsStorageQuotaEnforcer::Limits& quota, 88 const SettingsStorageQuotaEnforcer::Limits quota_;
|
D | sync_value_store_cache.cc | 28 SettingsStorageQuotaEnforcer::Limits GetSyncQuotaLimits() { in GetSyncQuotaLimits() 29 SettingsStorageQuotaEnforcer::Limits limits = { in GetSyncQuotaLimits()
|
/external/chromium_org/net/dns/ |
D | host_resolver.cc | 29 PrioritizedDispatcher::Limits HostResolver::Options::GetDispatcherLimits() in GetDispatcherLimits() 31 PrioritizedDispatcher::Limits limits(NUM_PRIORITIES, max_concurrent_resolves); in GetDispatcherLimits()
|
D | host_resolver.h | 52 PrioritizedDispatcher::Limits GetDispatcherLimits() const;
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 16 message Limits { message 105 required Limits req_limits = 98;
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 16 message Limits { message 105 required Limits req_limits = 98;
|
/external/nanopb-c/tests/alltypes/ |
D | alltypes.proto | 16 message Limits { message 105 required Limits req_limits = 98;
|
/external/chromium_org/third_party/re2/patches/ |
D | re2-msvc9-chrome.patch | 156 +// 7.18.2 Limits of specified-width integer types 160 +// 7.18.2.1 Limits of exact-width integer types 174 +// 7.18.2.2 Limits of minimum-width integer types 188 +// 7.18.2.3 Limits of fastest minimum-width integer types 202 +// 7.18.2.4 Limits of integer types capable of holding object pointers 213 +// 7.18.2.5 Limits of greatest-width integer types 218 +// 7.18.3 Limits of other integer types 253 +// 7.18.4 Limits of other integer types
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfNumberTreeNodeDictionary_autogen.cpp | 35 SkPdfArray* SkPdfNumberTreeNodeDictionary::Limits(SkPdfNativeDoc* doc) { in Limits() function in SkPdfNumberTreeNodeDictionary
|
D | SkPdfNameTreeNodeDictionary_autogen.cpp | 35 SkPdfArray* SkPdfNameTreeNodeDictionary::Limits(SkPdfNativeDoc* doc) { in Limits() function in SkPdfNameTreeNodeDictionary
|
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfNameTreeNodeDictionary_autogen.cpp | 35 SkPdfArray* SkPdfNameTreeNodeDictionary::Limits(SkPdfNativeDoc* doc) { in Limits() function in SkPdfNameTreeNodeDictionary
|
D | SkPdfNumberTreeNodeDictionary_autogen.cpp | 35 SkPdfArray* SkPdfNumberTreeNodeDictionary::Limits(SkPdfNativeDoc* doc) { in Limits() function in SkPdfNumberTreeNodeDictionary
|
/external/chromium_org/chrome/common/extensions/api/ |
D | downloads.idl | 230 // Limits results to $(ref:DownloadItem) that 234 // Limits results to $(ref:DownloadItem) that 238 // Limits results to $(ref:DownloadItem) that ended before the given ms since the 242 // Limits results to $(ref:DownloadItem) that ended after the given ms since the 246 // Limits results to $(ref:DownloadItem) whose 250 // Limits results to $(ref:DownloadItem) whose 254 // Limits results to $(ref:DownloadItem) whose 258 // Limits results to $(ref:DownloadItem) whose
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 143 struct Limits struct in nv50_ir::NVC0LegalizePostRA 145 Limits() { } in Limits() argument 146 Limits(int min, int max) : min(min), max(max) { } in Limits() function 377 std::vector<Limits> limitT, limitB, limitS; // entry, exit, single in insertTextureBarriers() 379 limitT.resize(fn->allBBlocks.getSize(), Limits(0, 0)); in insertTextureBarriers() 380 limitB.resize(fn->allBBlocks.getSize(), Limits(0, 0)); in insertTextureBarriers()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 143 struct Limits struct in nv50_ir::NVC0LegalizePostRA 145 Limits() { } in Limits() argument 146 Limits(int min, int max) : min(min), max(max) { } in Limits() argument 377 std::vector<Limits> limitT, limitB, limitS; // entry, exit, single in insertTextureBarriers() 379 limitT.resize(fn->allBBlocks.getSize(), Limits(0, 0)); in insertTextureBarriers() 380 limitB.resize(fn->allBBlocks.getSize(), Limits(0, 0)); in insertTextureBarriers()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.fbo.no_attachments.txt | 30 + Limits
|
/external/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 780 typedef std::numeric_limits<IntT> Limits; in toInt() typedef 783 if (*this >= Limits::max()) in toInt() 784 return Limits::max(); in toInt()
|