Searched refs:Bound (Results 1 - 22 of 22) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DNavigableMapTestSuiteBuilder.java61 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.NO_BOUND, Bound.EXCLUSIVE));
62 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.NO_BOUND, Bound.INCLUSIVE));
63 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.EXCLUSIVE, Bound.NO_BOUND));
64 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.EXCLUSIVE, Bound.EXCLUSIVE));
65 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.EXCLUSIVE, Bound
96 enum Bound { enum in class:NavigableMapTestSuiteBuilder
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DSortedMultisetTestSuiteBuilder.java92 enum Bound { enum in class:SortedMultisetTestSuiteBuilder
105 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.NO_BOUND,
106 Bound.EXCLUSIVE));
107 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.NO_BOUND,
108 Bound.INCLUSIVE));
109 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE,
110 Bound.NO_BOUND));
111 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE,
112 Bound.EXCLUSIVE));
113 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dfont_data.cc29 bool FontData::Bound(int32_t offset, int32_t length) { function in class:sfntly::FontData
38 bool FontData::Bound(int32_t offset) { function in class:sfntly::FontData
56 Bound(data->bound_offset_ + offset, length);
61 Bound(data->bound_offset_ + offset,
H A Dfont_data.h64 virtual bool Bound(int32_t offset, int32_t length);
72 virtual bool Bound(int32_t offset);
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_data.cc29 bool FontData::Bound(int32_t offset, int32_t length) { function in class:sfntly::FontData
38 bool FontData::Bound(int32_t offset) { function in class:sfntly::FontData
56 Bound(data->bound_offset_ + offset, length);
61 Bound(data->bound_offset_ + offset,
H A Dfont_data.h64 virtual bool Bound(int32_t offset, int32_t length);
72 virtual bool Bound(int32_t offset);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-bind.cpp275 template<typename Bound, typename... Args>
276 inline typename safe_tuple_element<is_placeholder<Bound>::value -1,
278 mu(Bound& bound_arg, const tuple<Args&...>& args) {
279 return get<is_placeholder<Bound>::value-1>(args);
293 template<typename Bound, typename... Args>
294 inline typename enable_if<is_bind_expression<Bound>::value,
295 typename Bound::result_type>::type
296 mu(Bound& bound_arg, const tuple<Args&...>& args) {
311 template<typename Bound, typename... Args>
312 inline typename enable_if<(!is_bind_expression<Bound>
[all...]
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2445 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; local
2452 Bound[K].Iterations = A[K].Iterations ? A[K].Iterations : B[K].Iterations;
2453 Bound[K].Direction = Dependence::DVEntry::ALL;
2454 Bound[K].DirSet = Dependence::DVEntry::NONE;
2455 findBoundsALL(A, B, Bound, K);
2458 if (Bound[K].Lower[Dependence::DVEntry::ALL])
2459 DEBUG(dbgs() << *Bound[K].Lower[Dependence::DVEntry::ALL] << '\t');
2462 if (Bound[K].Upper[Dependence::DVEntry::ALL])
2463 DEBUG(dbgs() << *Bound[K].Upper[Dependence::DVEntry::ALL] << '\n');
2471 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delt
2514 exploreDirections(unsigned Level, CoefficientInfo *A, CoefficientInfo *B, BoundInfo *Bound, const SmallBitVector &Loops, unsigned &DepthExpanded, const SCEV *Delta) const argument
2615 testBounds(unsigned char DirKind, unsigned Level, BoundInfo *Bound, const SCEV *Delta) const argument
2645 findBoundsALL(CoefficientInfo *A, CoefficientInfo *B, BoundInfo *Bound, unsigned K) const argument
2686 findBoundsEQ(CoefficientInfo *A, CoefficientInfo *B, BoundInfo *Bound, unsigned K) const argument
2728 findBoundsLT(CoefficientInfo *A, CoefficientInfo *B, BoundInfo *Bound, unsigned K) const argument
2775 findBoundsGT(CoefficientInfo *A, CoefficientInfo *B, BoundInfo *Bound, unsigned K) const argument
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dtytypes.c114 if (te->Te.Bound.knownL)
115 VG_(printf)("%lld", te->Te.Bound.boundL);
119 if (te->Te.Bound.knownU)
120 VG_(printf)("%lld", te->Te.Bound.boundU);
225 if (ent->Te.Bound.knownL && ent->Te.Bound.knownU
226 && ent->Te.Bound.boundL == 0) {
227 VG_(printf)("[%lld]", 1 + ent->Te.Bound.boundU);
230 if (ent->Te.Bound.knownL && (!ent->Te.Bound
[all...]
H A Dpriv_tytypes.h102 } Bound; member in union:__anon32441::__anon32442
H A Dreaddwarf3.c2900 boundE.Te.Bound.knownL = True;
2901 boundE.Te.Bound.knownU = True;
2902 boundE.Te.Bound.boundL = lower;
2903 boundE.Te.Bound.boundU = upper;
2906 boundE.Te.Bound.knownL = True;
2907 boundE.Te.Bound.knownU = False;
2908 boundE.Te.Bound.boundL = lower;
2909 boundE.Te.Bound.boundU = 0;
2912 boundE.Te.Bound.knownL = False;
2913 boundE.Te.Bound
[all...]
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h784 const SCEV *getLowerBound(BoundInfo *Bound) const;
789 const SCEV *getUpperBound(BoundInfo *Bound) const;
793 /// in the DirSet field of Bound. Returns the number of distinct
799 BoundInfo *Bound,
808 BoundInfo *Bound,
812 /// using the * direction. Records them in Bound.
815 BoundInfo *Bound,
819 /// using the < direction. Records them in Bound.
822 BoundInfo *Bound,
826 /// using the > direction. Records them in Bound
[all...]
/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cc215 ValueHandle Bound) {
222 << Value(Data->Type, Bound);
225 ValueHandle Bound) {
226 __ubsan_handle_vla_bound_not_positive(Data, Bound);
214 __ubsan_handle_vla_bound_not_positive(VLABoundData *Data, ValueHandle Bound) argument
224 __ubsan_handle_vla_bound_not_positive_abort(VLABoundData *Data, ValueHandle Bound) argument
H A Dubsan_handlers.h96 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
/external/valgrind/main/VEX/priv/
H A Dhost_generic_reg_alloc2.c102 /* Used when .disp == Bound and we are looking for vregs to
105 /* Optimisation: used when .disp == Bound. Indicates when the
113 Bound /* in use (holding value of some vreg) */ enumerator in enum:__anon31908::__anon31909
116 /* If .disp == Bound, what vreg is it bound to? */
168 Only do the search for vregs which are Bound in the running state,
192 vassert(state[k].disp == Bound);
434 case Bound: vex_printf("BoundTo "); \
974 vassert(rreg_state[j].disp == Bound
992 if (rreg_state[j].disp != Bound) {
1008 if (rreg_state[j].disp != Bound)
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdflong.asm132 idesc64 isrL, 0x0008, 0 ; 0x05, 5, #BR, Bound Range Exceeded
171 dw isrR, 0 ; 0x05, 5, #BR, Bound Range Exceeded
H A Dxdfprotect.asm106 idesc32 isrP, 0x0008, 0 ; 0x05, 5, #BR, Bound Range Exceeded
144 dw isrR, 0 ; 0x05, 5, #BR, Bound Range Exceeded
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp503 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); local
504 if (Bound.hasValue()) {
505 return VariantMatcher::SingleMatcher(*Bound);
/external/chromium_org/v8/src/
H A Dhydrogen-gvn.cc57 uint32_t Bound(uint32_t value) const { return value & (array_size_ - 1); } function in class:v8::internal::FINAL
201 uint32_t pos = Bound(hash);
288 uint32_t pos = Bound(static_cast<uint32_t>(instr->Hashcode()));
H A Dtypes.cc150 type->AsClass()->Bound(NULL)->AsBitset();
152 if (type->IsConstant()) return type->AsConstant()->Bound()->AsBitset();
H A Dtypes.h714 TypeHandle Bound(Region* region) { function in class:v8::internal::TypeImpl::ClassType
749 TypeHandle Bound() { return this->Get(0); } function in class:v8::internal::TypeImpl::ConstantType
/external/clang/lib/CodeGen/
H A DCGExpr.cpp655 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType); local
656 if (!Bound)
661 llvm::Value *BoundVal = Builder.CreateIntCast(Bound, SizeTy, false);

Completed in 3939 milliseconds