Home
last modified time | relevance | path

Searched refs:Limits (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium_org/net/base/
Dprioritized_dispatcher.h38 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);
Dprioritized_dispatcher.cc11 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()
Dprioritized_dispatcher_unittest.cc140 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/
DtcuFloatFormat.cpp273 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/
DWTFStringTest.cpp70 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/
Dsettings_storage_quota_enforcer.h18 struct Limits { struct
29 SettingsStorageQuotaEnforcer(const Limits& limits, ValueStore* delegate); argument
59 const Limits limits_;
Dlocal_value_store_cache.cc31 SettingsStorageQuotaEnforcer::Limits GetLocalQuotaLimits() { in GetLocalQuotaLimits()
32 SettingsStorageQuotaEnforcer::Limits limits = { in GetLocalQuotaLimits()
Dlocal_value_store_cache.h50 const SettingsStorageQuotaEnforcer::Limits quota_;
/external/chromium_org/chrome/browser/extensions/api/storage/
Dsync_storage_backend.h43 const SettingsStorageQuotaEnforcer::Limits& quota,
88 const SettingsStorageQuotaEnforcer::Limits quota_;
Dsync_value_store_cache.cc28 SettingsStorageQuotaEnforcer::Limits GetSyncQuotaLimits() { in GetSyncQuotaLimits()
29 SettingsStorageQuotaEnforcer::Limits limits = { in GetSyncQuotaLimits()
/external/chromium_org/net/dns/
Dhost_resolver.cc29 PrioritizedDispatcher::Limits HostResolver::Options::GetDispatcherLimits() in GetDispatcherLimits()
31 PrioritizedDispatcher::Limits limits(NUM_PRIORITIES, max_concurrent_resolves); in GetDispatcherLimits()
Dhost_resolver.h52 PrioritizedDispatcher::Limits GetDispatcherLimits() const;
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto16 message Limits { message
105 required Limits req_limits = 98;
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto16 message Limits { message
105 required Limits req_limits = 98;
/external/nanopb-c/tests/alltypes/
Dalltypes.proto16 message Limits { message
105 required Limits req_limits = 98;
/external/chromium_org/third_party/re2/patches/
Dre2-msvc9-chrome.patch156 +// 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/
DSkPdfNumberTreeNodeDictionary_autogen.cpp35 SkPdfArray* SkPdfNumberTreeNodeDictionary::Limits(SkPdfNativeDoc* doc) { in Limits() function in SkPdfNumberTreeNodeDictionary
DSkPdfNameTreeNodeDictionary_autogen.cpp35 SkPdfArray* SkPdfNameTreeNodeDictionary::Limits(SkPdfNativeDoc* doc) { in Limits() function in SkPdfNameTreeNodeDictionary
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfNameTreeNodeDictionary_autogen.cpp35 SkPdfArray* SkPdfNameTreeNodeDictionary::Limits(SkPdfNativeDoc* doc) { in Limits() function in SkPdfNameTreeNodeDictionary
DSkPdfNumberTreeNodeDictionary_autogen.cpp35 SkPdfArray* SkPdfNumberTreeNodeDictionary::Limits(SkPdfNativeDoc* doc) { in Limits() function in SkPdfNumberTreeNodeDictionary
/external/chromium_org/chrome/common/extensions/api/
Ddownloads.idl230 // 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/
Dnv50_ir_lowering_nvc0.cpp143 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/
Dnv50_ir_lowering_nvc0.cpp143 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/
Dfunctional.fbo.no_attachments.txt30 + Limits
/external/llvm/include/llvm/Support/
DScaledNumber.h780 typedef std::numeric_limits<IntT> Limits; in toInt() typedef
783 if (*this >= Limits::max()) in toInt()
784 return Limits::max(); in toInt()

12