/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | NavigableMapTestSuiteBuilder.java | 61 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.NO_BOUND, Bound.EXCLUSIVE)); in createDerivedSuites() 62 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.NO_BOUND, Bound.INCLUSIVE)); in createDerivedSuites() 63 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.EXCLUSIVE, Bound.NO_BOUND)); in createDerivedSuites() 64 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.EXCLUSIVE, Bound.EXCLUSIVE)); in createDerivedSuites() 65 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.EXCLUSIVE, Bound.INCLUSIVE)); in createDerivedSuites() 66 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.INCLUSIVE, Bound.NO_BOUND)); in createDerivedSuites() 67 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.INCLUSIVE, Bound.EXCLUSIVE)); in createDerivedSuites() 68 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.INCLUSIVE, Bound.INCLUSIVE)); in createDerivedSuites() 96 enum Bound { enum in NavigableMapTestSuiteBuilder 111 parentBuilder, final Bound from, final Bound to) { in createSubmapSuite() [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | SortedMultisetTestSuiteBuilder.java | 92 enum Bound { enum in SortedMultisetTestSuiteBuilder 105 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.NO_BOUND, in createDerivedSuites() 106 Bound.EXCLUSIVE)); in createDerivedSuites() 107 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.NO_BOUND, in createDerivedSuites() 108 Bound.INCLUSIVE)); in createDerivedSuites() 109 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE, in createDerivedSuites() 110 Bound.NO_BOUND)); in createDerivedSuites() 111 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE, in createDerivedSuites() 112 Bound.EXCLUSIVE)); in createDerivedSuites() 113 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE, in createDerivedSuites() [all …]
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | example-bind.cpp | 275 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/ |
D | DependenceAnalysis.cpp | 2445 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local 2452 Bound[K].Iterations = A[K].Iterations ? A[K].Iterations : B[K].Iterations; in banerjeeMIVtest() 2453 Bound[K].Direction = Dependence::DVEntry::ALL; in banerjeeMIVtest() 2454 Bound[K].DirSet = Dependence::DVEntry::NONE; in banerjeeMIVtest() 2455 findBoundsALL(A, B, Bound, K); in banerjeeMIVtest() 2458 if (Bound[K].Lower[Dependence::DVEntry::ALL]) in banerjeeMIVtest() 2459 DEBUG(dbgs() << *Bound[K].Lower[Dependence::DVEntry::ALL] << '\t'); in banerjeeMIVtest() 2462 if (Bound[K].Upper[Dependence::DVEntry::ALL]) in banerjeeMIVtest() 2463 DEBUG(dbgs() << *Bound[K].Upper[Dependence::DVEntry::ALL] << '\n'); in banerjeeMIVtest() 2471 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delta)) { in banerjeeMIVtest() [all …]
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | tytypes.c | 114 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_() 225 if (ent->Te.Bound.knownL && ent->Te.Bound.knownU in pp_TyBound_C_ishly() 226 && ent->Te.Bound.boundL == 0) { in pp_TyBound_C_ishly() 227 VG_(printf)("[%lld]", 1 + ent->Te.Bound.boundU); in pp_TyBound_C_ishly() 230 if (ent->Te.Bound.knownL && (!ent->Te.Bound.knownU) in pp_TyBound_C_ishly() 231 && 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 …]
|
D | priv_tytypes.h | 102 } Bound; member
|
D | readdwarf3.c | 2900 boundE.Te.Bound.knownL = True; in parse_type_DIE() 2901 boundE.Te.Bound.knownU = True; in parse_type_DIE() 2902 boundE.Te.Bound.boundL = lower; in parse_type_DIE() 2903 boundE.Te.Bound.boundU = upper; in parse_type_DIE() 2906 boundE.Te.Bound.knownL = True; in parse_type_DIE() 2907 boundE.Te.Bound.knownU = False; in parse_type_DIE() 2908 boundE.Te.Bound.boundL = lower; in parse_type_DIE() 2909 boundE.Te.Bound.boundU = 0; in parse_type_DIE() 2912 boundE.Te.Bound.knownL = False; in parse_type_DIE() 2913 boundE.Te.Bound.knownU = True; in parse_type_DIE() [all …]
|
/external/sfntly/cpp/src/sfntly/data/ |
D | font_data.cc | 29 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()
|
D | font_data.h | 64 virtual bool Bound(int32_t offset, int32_t length); 72 virtual bool Bound(int32_t offset);
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/ |
D | font_data.cc | 29 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()
|
D | font_data.h | 64 virtual bool Bound(int32_t offset, int32_t length); 72 virtual bool Bound(int32_t offset);
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 784 const SCEV *getLowerBound(BoundInfo *Bound) const; 789 const SCEV *getUpperBound(BoundInfo *Bound) const; 799 BoundInfo *Bound, 808 BoundInfo *Bound, 815 BoundInfo *Bound, 822 BoundInfo *Bound, 829 BoundInfo *Bound, 836 BoundInfo *Bound,
|
/external/valgrind/main/VEX/priv/ |
D | host_generic_reg_alloc2.c | 113 Bound /* in use (holding value of some vreg) */ enumerator 192 vassert(state[k].disp == Bound); in findMostDistantlyMentionedVReg() 434 case Bound: vex_printf("BoundTo "); \ in doRegisterAllocation() 974 vassert(rreg_state[j].disp == Bound in doRegisterAllocation() 992 if (rreg_state[j].disp != Bound) { in doRegisterAllocation() 1008 if (rreg_state[j].disp != Bound) in doRegisterAllocation() 1019 vassert(rreg_state[k].disp == Bound); in doRegisterAllocation() 1055 if (rreg_state[m].disp == Bound in doRegisterAllocation() 1089 if (rreg_state[j].disp != Bound) in doRegisterAllocation() 1152 if (rreg_state[k].disp == Bound) { in doRegisterAllocation() [all …]
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cc | 215 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive() argument 222 << Value(Data->Type, Bound); in __ubsan_handle_vla_bound_not_positive() 225 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort() argument 226 __ubsan_handle_vla_bound_not_positive(Data, Bound); in __ubsan_handle_vla_bound_not_positive_abort()
|
D | ubsan_handlers.h | 96 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
|
/external/chromium_org/base/ |
D | bind_internal.h.pump | 50 // (Bound)ArgsType -- A function type that is being (ab)used to store the 387 typedef typename StorageType::Bound$(BOUND_ARG)UnwrapTraits Bound$(BOUND_ARG)UnwrapTraits; 394 typename Bound$(BOUND_ARG)UnwrapTraits::ForwardType x$(BOUND_ARG) = 395 Bound$(BOUND_ARG)UnwrapTraits::Unwrap(storage->p$(BOUND_ARG)_); 402 typename Bound$(BOUND_ARG)UnwrapTraits::ForwardType 457 typedef UnwrapTraits<P$(ARG)> Bound$(ARG)UnwrapTraits;
|
D | callback.h.pump | 111 // Bound parameters are specified when you create thee callback as arguments 186 // Bound parameters are specified as arguments to Bind() and are passed to the
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
D | xdfprotect.asm | 106 idesc32 isrP, 0x0008, 0 ; 0x05, 5, #BR, Bound Range Exceeded 144 dw isrR, 0 ; 0x05, 5, #BR, Bound Range Exceeded
|
D | xdflong.asm | 132 idesc64 isrL, 0x0008, 0 ; 0x05, 5, #BR, Bound Range Exceeded 171 dw isrR, 0 ; 0x05, 5, #BR, Bound Range Exceeded
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 503 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher() local 504 if (Bound.hasValue()) { in constructBoundMatcher() 505 return VariantMatcher::SingleMatcher(*Bound); in constructBoundMatcher()
|
/external/chromium_org/v8/src/ |
D | hydrogen-gvn.cc | 57 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()
|
D | types.h | 714 TypeHandle Bound(Region* region) { in Bound() function 749 TypeHandle Bound() { return this->Get(0); } in Bound() function
|
D | types.cc | 150 type->AsClass()->Bound(NULL)->AsBitset(); in Lub() 152 if (type->IsConstant()) return type->AsConstant()->Bound()->AsBitset(); in Lub()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | first_run_dialog.mm | 163 // Bound to the dialog checkboxes.
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/tests/ |
D | golden.dat | 306 …this.memberTwo(callbackNoThis.bind(this)); // ERROR - Bound to a receiver but has no @this annotat… 310 …this.memberTwo(callbackNoThis.bind(foo)); // ERROR - Bound to a receiver but has no @this annotati…
|