Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DSortedMultisetTestSuiteBuilder.java109 enum Bound { enum in SortedMultisetTestSuiteBuilder
126 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.NO_BOUND, in createDerivedSuites()
127 Bound.EXCLUSIVE)); in createDerivedSuites()
128 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.NO_BOUND, in createDerivedSuites()
129 Bound.INCLUSIVE)); in createDerivedSuites()
130 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE, in createDerivedSuites()
131 Bound.NO_BOUND)); in createDerivedSuites()
132 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE, in createDerivedSuites()
133 Bound.EXCLUSIVE)); in createDerivedSuites()
134 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE, in createDerivedSuites()
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSortedSetTestSuiteBuilder.java19 import com.google.common.collect.testing.DerivedCollectionGenerators.Bound;
66 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.NO_BOUND, Bound.EXCLUSIVE)); in createDerivedSuites()
67 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.INCLUSIVE, Bound.NO_BOUND)); in createDerivedSuites()
68 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.INCLUSIVE, Bound.EXCLUSIVE)); in createDerivedSuites()
83 parentBuilder, final Bound from, final Bound to) { in createSubsetSuite()
101 TestSortedSetGenerator<E> delegate, Bound to, Bound from) { in newBuilderUsing()
DSortedMapTestSuiteBuilder.java19 import com.google.common.collect.testing.DerivedCollectionGenerators.Bound;
67 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.NO_BOUND, Bound.EXCLUSIVE)); in createDerivedSuites()
68 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.INCLUSIVE, Bound.NO_BOUND)); in createDerivedSuites()
69 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.INCLUSIVE, Bound.EXCLUSIVE)); in createDerivedSuites()
105 parentBuilder, final Bound from, final Bound to) { in createSubmapSuite()
122 TestSortedMapGenerator<K, V> delegate, Bound to, Bound from) { in newBuilderUsing()
DDerivedCollectionGenerators.java334 public enum Bound { enum in DerivedCollectionGenerators
342 final Bound to;
343 final Bound from;
350 TestSortedSetGenerator<E> delegate, Bound to, Bound from) { in SortedSetSubsetTestSetGenerator()
369 public final Bound getTo() { in getTo()
373 public final Bound getFrom() { in getFrom()
408 if (from != Bound.NO_BOUND) { in create()
412 if (to != Bound.NO_BOUND) { in create()
430 if (from == Bound.NO_BOUND && to == Bound.EXCLUSIVE) { in createSubSet()
432 } else if (from == Bound.INCLUSIVE && to == Bound.NO_BOUND) { in createSubSet()
[all …]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
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) { in mu()
279 return get<is_placeholder<Bound>::value-1>(args); in mu()
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) { in mu()
311 template<typename Bound, typename... Args>
312 inline typename enable_if<(!is_bind_expression<Bound>::value
[all …]
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2463 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local
2470 Bound[K].Iterations = A[K].Iterations ? A[K].Iterations : B[K].Iterations; in banerjeeMIVtest()
2471 Bound[K].Direction = Dependence::DVEntry::ALL; in banerjeeMIVtest()
2472 Bound[K].DirSet = Dependence::DVEntry::NONE; in banerjeeMIVtest()
2473 findBoundsALL(A, B, Bound, K); in banerjeeMIVtest()
2476 if (Bound[K].Lower[Dependence::DVEntry::ALL]) in banerjeeMIVtest()
2477 DEBUG(dbgs() << *Bound[K].Lower[Dependence::DVEntry::ALL] << '\t'); in banerjeeMIVtest()
2480 if (Bound[K].Upper[Dependence::DVEntry::ALL]) in banerjeeMIVtest()
2481 DEBUG(dbgs() << *Bound[K].Upper[Dependence::DVEntry::ALL] << '\n'); in banerjeeMIVtest()
2489 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delta)) { in banerjeeMIVtest()
[all …]
/external/valgrind/coregrind/m_debuginfo/
Dtytypes.c114 if (te->Te.Bound.knownL) in ML_()
115 VG_(printf)("%lld", te->Te.Bound.boundL); in ML_()
119 if (te->Te.Bound.knownU) in ML_()
120 VG_(printf)("%lld", te->Te.Bound.boundU); in ML_()
224 if (ent->Te.Bound.knownL && ent->Te.Bound.knownU in pp_TyBound_C_ishly()
225 && ent->Te.Bound.boundL == 0) { in pp_TyBound_C_ishly()
226 VG_(printf)("[%lld]", 1 + ent->Te.Bound.boundU); in pp_TyBound_C_ishly()
229 if (ent->Te.Bound.knownL && (!ent->Te.Bound.knownU) in pp_TyBound_C_ishly()
230 && ent->Te.Bound.boundL == 0) { in pp_TyBound_C_ishly()
514 r = Bool__cmp(te1->Te.Bound.knownL, te2->Te.Bound.knownL); in ML_()
[all …]
Dpriv_tytypes.h102 } Bound; member
Dreaddwarf3.c3627 boundE.Te.Bound.knownL = True; in parse_type_DIE()
3628 boundE.Te.Bound.knownU = True; in parse_type_DIE()
3629 boundE.Te.Bound.boundL = lower; in parse_type_DIE()
3630 boundE.Te.Bound.boundU = upper; in parse_type_DIE()
3633 boundE.Te.Bound.knownL = True; in parse_type_DIE()
3634 boundE.Te.Bound.knownU = False; in parse_type_DIE()
3635 boundE.Te.Bound.boundL = lower; in parse_type_DIE()
3636 boundE.Te.Bound.boundU = 0; in parse_type_DIE()
3639 boundE.Te.Bound.knownL = False; in parse_type_DIE()
3640 boundE.Te.Bound.knownU = True; in parse_type_DIE()
[all …]
/external/sfntly/cpp/src/sfntly/data/
Dfont_data.cc29 bool FontData::Bound(int32_t offset, int32_t length) { in Bound() function in sfntly::FontData
38 bool FontData::Bound(int32_t offset) { in Bound() function in sfntly::FontData
56 Bound(data->bound_offset_ + offset, length); in FontData()
61 Bound(data->bound_offset_ + offset, in FontData()
Dfont_data.h64 virtual bool Bound(int32_t offset, int32_t length);
72 virtual bool Bound(int32_t offset);
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h787 const SCEV *getLowerBound(BoundInfo *Bound) const;
792 const SCEV *getUpperBound(BoundInfo *Bound) const;
802 BoundInfo *Bound,
811 BoundInfo *Bound,
818 BoundInfo *Bound,
825 BoundInfo *Bound,
832 BoundInfo *Bound,
839 BoundInfo *Bound,
DJumpInstrTableInfo.h68 ModulePass *createJumpInstrTableInfoPass(unsigned Bound);
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc268 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive() argument
278 << Value(Data->Type, Bound); in handleVLABoundNotPositive()
282 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive() argument
284 handleVLABoundNotPositive(Data, Bound, Opts); in __ubsan_handle_vla_bound_not_positive()
287 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort() argument
289 handleVLABoundNotPositive(Data, Bound, Opts); in __ubsan_handle_vla_bound_not_positive_abort()
Dubsan_handlers.h98 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c115 Bound /* in use (holding value of some vreg) */ enumerator
179 vassert(state[k].disp == Bound); in findMostDistantlyMentionedVReg()
482 case Bound: vex_printf("BoundTo "); \ in doRegisterAllocation()
1037 vassert(rreg_state[j].disp == Bound in doRegisterAllocation()
1059 if (rreg_state[j].disp != Bound) { in doRegisterAllocation()
1074 if (rreg_state[j].disp != Bound) in doRegisterAllocation()
1085 vassert(rreg_state[k].disp == Bound); in doRegisterAllocation()
1155 if (rreg_state[j].disp != Bound) in doRegisterAllocation()
1217 if (rreg_state[k].disp == Bound) { in doRegisterAllocation()
1350 vassert(rreg_state[n].disp == Bound); in doRegisterAllocation()
[all …]
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp517 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher() local
518 if (Bound.hasValue()) { in constructBoundMatcher()
519 return VariantMatcher::SingleMatcher(*Bound); in constructBoundMatcher()
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dpreprocess.ll61 ; Bound the last check-not
/external/v8/src/
Dhydrogen-gvn.cc57 uint32_t Bound(uint32_t value) const { return value & (array_size_ - 1); } in Bound() function in v8::internal::FINAL
201 uint32_t pos = Bound(hash); in Lookup()
288 uint32_t pos = Bound(static_cast<uint32_t>(instr->Hashcode())); in Insert()
Dtypes.h714 TypeHandle Bound(Region* region) { in Bound() function
749 TypeHandle Bound() { return this->Get(0); } in Bound() function
Dtypes.cc150 type->AsClass()->Bound(NULL)->AsBitset(); in Lub()
152 if (type->IsConstant()) return type->AsConstant()->Bound()->AsBitset(); in Lub()
/external/clang/lib/CodeGen/
DCGExpr.cpp707 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType); in EmitBoundsCheck() local
708 if (!Bound) in EmitBoundsCheck()
713 llvm::Value *BoundVal = Builder.CreateIntCast(Bound, SizeTy, false); in EmitBoundsCheck()
/external/bison/tests/
Dregression.at837 ## yycheck Bound Violation. ##
/external/clang/include/clang/Driver/
DCC1Options.td85 HelpText<"Bound on stack depth while inlining (4 by default)">;
/external/bison/
DChangeLog-20128203 (packgram): Bound check ruleno, itemno, and rule_length.