Home
last modified time | relevance | path

Searched defs:Bound (Results 1 – 25 of 30) sorted by relevance

12

/external/rust/crates/regex-syntax/src/hir/
Dinterval.rs338 type Bound: Bound; typedef
340 fn lower(&self) -> Self::Bound; in lower()
341 fn upper(&self) -> Self::Bound; in upper()
342 fn set_lower(&mut self, bound: Self::Bound); in set_lower()
343 fn set_upper(&mut self, bound: Self::Bound); in set_upper()
350 fn create(lower: Self::Bound, upper: Self::Bound) -> Self { in create()
466 pub trait Bound: interface
Dmod.rs999 type Bound = char; typedef
1196 type Bound = u8; typedef
/external/rust/crates/rustversion/src/
Dbound.rs10 pub enum Bound { enum
15 pub fn parse(paren: Group, iter: Iter) -> Result<Bound> { in parse()
/external/autotest/server/cros/pvs/
Dpass_criteria.proto4 message Bound { message
Dpass_criteria_pb2.py186 Bound = _reflection.GeneratedProtocolMessageType( variable
/external/rust/crates/intrusive-collections/src/
Dlib.rs317 pub enum Bound<T> { enum
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
DBound.java13 public abstract class Bound { class
/external/sfntly/cpp/src/sfntly/data/
Dfont_data.cc31 void FontData::Bound(int32_t offset, int32_t length) { in Bound() function in sfntly::FontData
/external/libcap/cap/
Diab.go31 Bound const
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DSortedMultisetTestSuiteBuilder.java109 enum Bound { enum in SortedMultisetTestSuiteBuilder
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DSortedMultisetTestSuiteBuilder.java109 enum Bound { enum in SortedMultisetTestSuiteBuilder
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc321 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive()
337 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive()
342 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1023 const SCEV *Bound = SE->getMinusSCEV(S, Size); in isKnownLessThan() local
2540 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local
2610 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections()
2715 BoundInfo *Bound, const SCEV *Delta) const { in testBounds()
2743 BoundInfo *Bound, unsigned K) const { in findBoundsALL()
2782 BoundInfo *Bound, unsigned K) const { in findBoundsEQ()
2822 BoundInfo *Bound, unsigned K) const { in findBoundsLT()
2866 BoundInfo *Bound, unsigned K) const { in findBoundsGT()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2463 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local
2533 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections()
2632 BoundInfo *Bound, const SCEV *Delta) const { in testBounds()
2660 BoundInfo *Bound, unsigned K) const { in findBoundsALL()
2699 BoundInfo *Bound, unsigned K) const { in findBoundsEQ()
2739 BoundInfo *Bound, unsigned K) const { in findBoundsLT()
2783 BoundInfo *Bound, unsigned K) const { in findBoundsGT()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp589 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher() local
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_area_op.cc278 static EIGEN_ALWAYS_INLINE int64_t Bound(int64_t val, int64_t limit) { in Bound() function in tensorflow::ResizeAreaOp
Dresize_bicubic_op_test.cc86 inline int64_t Bound(int64_t val, int64_t limit) { in Bound() function in tensorflow::ResizeBicubicOpTest
Dresize_bicubic_op.cc69 inline int64_t Bound(int64_t val, int64_t limit) { in Bound() function
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DDerivedCollectionGenerators.java318 public enum Bound { enum in DerivedCollectionGenerators
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DDerivedCollectionGenerators.java318 public enum Bound { enum in DerivedCollectionGenerators
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp116 Optional<uint64_t> Bound; in dumpArrayType() local
/external/rust/crates/serde/src/ser/
Dimpls.rs280 impl<T> Serialize for Bound<T> implementation
/external/rust/crates/arbitrary/src/
Dlib.rs722 impl<'a, A: Arbitrary<'a>> Arbitrary<'a> for Bound<A> { implementation
/external/rust/crates/quickcheck/src/
Darbitrary.rs989 impl<T: Arbitrary> Arbitrary for Bound<T> { implementation
/external/rust/crates/serde/src/de/
Dimpls.rs2436 impl<'de, T> Deserialize<'de> for Bound<T> implementation

12