/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/src/buf/ |
D | limit.rs | 9 pub struct Limit<T> { struct 14 pub(super) fn new<T>(inner: T, limit: usize) -> Limit<T> { in new() argument 18 impl<T> Limit<T> { implementation 59 unsafe impl<T: BufMut> BufMut for Limit<T> { implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/src/buf/ |
D | limit.rs | 9 pub struct Limit<T> { struct 14 pub(super) fn new<T>(inner: T, limit: usize) -> Limit<T> { in new() argument 18 impl<T> Limit<T> { implementation 59 unsafe impl<T: BufMut> BufMut for Limit<T> { implementation
|
/external/rust/android-crates-io/crates/bytes/src/buf/ |
D | limit.rs | 9 pub struct Limit<T> { struct 14 pub(super) fn new<T>(inner: T, limit: usize) -> Limit<T> { in new() argument 18 impl<T> Limit<T> { implementation 59 unsafe impl<T: BufMut> BufMut for Limit<T> { implementation
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cLimitsTests.cpp | 33 struct Limit struct 35 const char *name; 36 uint32_t token; 37 Type boundry; 38 bool isMaximum; // when true boundry is maximal acceptable value 39 const char *builtin;
|
/external/rust/android-crates-io/crates/bincode/src/config/ |
D | mod.rs | 99 type Limit = Infinite; typedef 343 type Limit = O::Limit; typedef 348 fn limit(&mut self) -> &mut O::Limit { in limit() 354 type Limit = L; typedef 364 type Limit = O::Limit; typedef 369 fn limit(&mut self) -> &mut O::Limit { in limit() 375 type Limit = O::Limit; typedef 380 fn limit(&mut self) -> &mut O::Limit { in limit() 389 type Limit: SizeLimit + 'static; typedef 394 fn limit(&mut self) -> &mut Self::Limit; in limit() [all …]
|
/external/webrtc/api/audio/ |
D | echo_canceller3_config.cc | 20 bool Limit(float* value, float min, float max) { in Limit() function 28 bool Limit(size_t* value, size_t min, size_t max) { in Limit() function 35 bool Limit(int* value, int min, int max) { in Limit() function
|
/external/rust/android-crates-io/crates/rusqlite/src/ |
D | limits.rs | 17 pub enum Limit { enum 62 pub fn set_limit(&self, limit: Limit, new_val: i32) -> i32 { in set_limit()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiMaintenance3Check.cpp | 79 struct Limit struct 81 Limit(const string &name_, uint32_t maxValue_, const TypeSet &affectedTypes_) in Limit() function 89 const string name; 90 const uint32_t maxValue; 91 uint32_t remaining; 92 const TypeSet affectedTypes;
|
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.cpp | 180 unsigned Limit = in tryFitMultipleLinesInOne() local 251 unsigned Limit) { in tryMergeSimplePPDirective() 263 SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) { in tryMergeSimpleControlStatement() 291 unsigned Limit) { in tryMergeShortCaseLabels() 320 unsigned Limit) { in tryMergeSimpleBlock() 408 unsigned Limit) { in limitConsideringMacros() 417 unsigned Limit) { in nextTwoLinesFitInto()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
D | CheckWidths.java | 72 private static class Limit { class in CheckWidths 82 public Limit( in Limit() method in CheckWidths.Limit 133 public Limit( in Limit() method in CheckWidths.Limit
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | OptBisect.h | 67 void setLimit(int Limit) { in setLimit()
|
/external/federated-compute/fcp/tensorflow/ |
D | test_selector.proto | 24 message Limit { message
|
/external/compiler-rt/test/esan/TestCases/ |
D | large-stack-linux.c | 14 struct rlimit Limit; in testChildStackLimit() local
|
/external/llvm/lib/CodeGen/ |
D | AllocationOrder.h | 67 unsigned nextWithDups(unsigned Limit) { in nextWithDups()
|
D | InterferenceCache.cpp | 184 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; in update() local 241 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; in update() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AllocationOrder.h | 73 unsigned nextWithDups(unsigned Limit) { in nextWithDups()
|
D | InterferenceCache.cpp | 195 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; in update() local 252 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; in update() local
|
/external/rust/android-crates-io/crates/icu_capi/bindings/js/ |
D | FixedDecimalParseError.mjs | 67 static Limit = FixedDecimalParseError.#objectValues[1]; field in FixedDecimalParseError
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | InterferenceCache.cpp | 191 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; in update() local 248 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; in update() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | OptBisect.cpp | 30 cl::cb<void, int>([](int Limit) { in __anon226274470102()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
D | Limit.java | 28 public class Limit { class 69 public Limit() { in Limit() method in Limit
|
/external/scudo/standalone/tests/ |
D | vector_test.cpp | 55 rlimit Limit = {}; in TEST() local
|
/external/rust/android-crates-io/crates/tower/tests/retry/ |
D | main.rs | 119 struct Limit(usize); struct 121 impl Policy<Req, Res, Error> for Limit { implementation
|
/external/rust/android-crates-io/crates/icu_capi/bindings/cpp/icu4x/ |
D | FixedDecimalParseError.d.hpp | 31 Limit = 1, enumerator
|
/external/webrtc/rtc_base/strings/ |
D | string_builder_unittest.cc | 21 TEST(SimpleStringBuilder, Limit) { in TEST() argument 147 TEST(StringBuilder, Limit) { in TEST() argument
|