/external/clang/include/clang/Serialization/ |
D | ContinuousRangeMap.h | 46 Representation Rep; variable 65 if (!Rep.empty() && Rep.back() == Val) in insert() 68 assert((Rep.empty() || Rep.back().first < Val.first) && in insert() 70 Rep.push_back(Val); in insert() 74 iterator I = std::lower_bound(Rep.begin(), Rep.end(), Val, Compare()); in insertOrReplace() 75 if (I != Rep.end() && I->first == Val.first) { in insertOrReplace() 80 Rep.insert(I, Val); in insertOrReplace() 86 iterator begin() { return Rep.begin(); } in begin() 87 iterator end() { return Rep.end(); } in end() 88 const_iterator begin() const { return Rep.begin(); } in begin() [all …]
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_def_util_test.cc | 428 protobuf::RepeatedPtrField<OpDef::AttrDef> Rep( in Rep() function 472 ExpectEqual(Rep({}), Rep({})); in TEST() 473 ExpectEqual(Rep({a1}), Rep({a1})); in TEST() 474 ExpectEqual(Rep({a1, a2}), Rep({a1, a2})); in TEST() 475 ExpectEqual(Rep({a1, a2}), Rep({a2, a1})); in TEST() 476 ExpectEqual(Rep({a1, a4}), Rep({a4, a1})); in TEST() 478 ExpectDifferent(Rep({a1}), Rep({})); in TEST() 479 ExpectDifferent(Rep({a1}), Rep({a2})); in TEST() 480 ExpectDifferent(Rep({a1}), Rep({a3})); in TEST() 481 ExpectDifferent(Rep({a1}), Rep({a4})); in TEST() [all …]
|
/external/libcxx/test/std/utilities/time/ |
D | rep.h | 15 class Rep 19 TEST_CONSTEXPR Rep() : data_(-1) {} in Rep() function 20 explicit TEST_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function 23 bool TEST_CONSTEXPR operator==(const Rep& r) const {return data_ == r.data_;} 25 Rep& operator*=(Rep x) {data_ *= x.data_; return *this;} 26 Rep& operator/=(Rep x) {data_ /= x.data_; return *this;}
|
D | microseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef 23 static_assert(std::is_signed<Rep>::value, ""); in main() 24 static_assert(std::is_integral<Rep>::value, ""); in main() 25 static_assert(std::numeric_limits<Rep>::digits >= 54, ""); in main()
|
D | seconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef 23 static_assert(std::is_signed<Rep>::value, ""); in main() 24 static_assert(std::is_integral<Rep>::value, ""); in main() 25 static_assert(std::numeric_limits<Rep>::digits >= 34, ""); in main()
|
D | minutes.pass.cpp | 21 typedef D::rep Rep; in main() typedef 23 static_assert(std::is_signed<Rep>::value, ""); in main() 24 static_assert(std::is_integral<Rep>::value, ""); in main() 25 static_assert(std::numeric_limits<Rep>::digits >= 28, ""); in main()
|
D | hours.pass.cpp | 21 typedef D::rep Rep; in main() typedef 23 static_assert(std::is_signed<Rep>::value, ""); in main() 24 static_assert(std::is_integral<Rep>::value, ""); in main() 25 static_assert(std::numeric_limits<Rep>::digits >= 22, ""); in main()
|
D | milliseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef 23 static_assert(std::is_signed<Rep>::value, ""); in main() 24 static_assert(std::is_integral<Rep>::value, ""); in main() 25 static_assert(std::numeric_limits<Rep>::digits >= 44, ""); in main()
|
D | nanoseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef 23 static_assert(std::is_signed<Rep>::value, ""); in main() 24 static_assert(std::is_integral<Rep>::value, ""); in main() 25 static_assert(std::numeric_limits<Rep>::digits >= 63, ""); in main()
|
/external/annotation-tools/annotation-file-utilities/tests/source-extension/ |
D | Wildcards.goal | 5 @GUT.quals.Rep 6 List<? extends @GUT.quals.Rep Object> l1; 7 @GUT.quals.Rep 8 List<? extends @GUT.quals.Rep Object> l2; 9 Map<? extends @GUT.quals.Peer Object, ? extends @GUT.quals.Rep Object> l3; 10 …Map<@GUT.quals.Rep ? extends @GUT.quals.Peer Map<@GUT.quals.Rep ? extends @GUT.quals.Peer Object, …
|
D | Wildcards.jaif | 3 annotation @Rep: 9 inner-type 3, 0, 2, 0: @GUT.quals.Rep 14 type: @GUT.quals.Rep 19 type: @GUT.quals.Rep 25 inner-type 3, 0, 2, 0: @GUT.quals.Rep 37 inner-type 3, 1, 2, 0: @GUT.quals.Rep 44 inner-type 3, 0: @GUT.quals.Rep 56 inner-type 3, 0, 2, 0, 3, 0: @GUT.quals.Rep 68 inner-type 3, 0, 2, 0, 3, 1: @GUT.quals.Rep
|
D | FieldNewComplex.goal | 4 @GUT.quals.Rep 5 …uals.Peer FieldNewComplex a, @GUT.quals.Peer FieldNewComplex b, @GUT.quals.Rep FieldNewComplex c) { 9 @GUT.quals.Rep 10 …er FieldNewComplex(), new @GUT.quals.Peer FieldNewComplex(), new @GUT.quals.Rep FieldNewComplex());
|
D | FieldNewComplex.jaif | 2 annotation @Rep: 14 new *2: @GUT.quals.Rep 30 type: @GUT.quals.Rep 35 return: @GUT.quals.Rep 41 type: @GUT.quals.Rep
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 655 Value *Rep; in UpgradeIntrinsicCall() local 659 Rep = Builder.CreateICmpEQ(CI->getArgOperand(0), CI->getArgOperand(1), in UpgradeIntrinsicCall() 661 Rep = Builder.CreateSExt(Rep, CI->getType(), ""); in UpgradeIntrinsicCall() 664 Rep = Builder.CreateICmpSGT(CI->getArgOperand(0), CI->getArgOperand(1), in UpgradeIntrinsicCall() 666 Rep = Builder.CreateSExt(Rep, CI->getType(), ""); in UpgradeIntrinsicCall() 668 Rep = upgradeMaskedCompare(Builder, *CI, ICmpInst::ICMP_EQ); in UpgradeIntrinsicCall() 670 Rep = upgradeMaskedCompare(Builder, *CI, ICmpInst::ICMP_SGT); in UpgradeIntrinsicCall() 675 Rep = upgradeIntMinMax(Builder, *CI, ICmpInst::ICMP_SGT); in UpgradeIntrinsicCall() 680 Rep = upgradeIntMinMax(Builder, *CI, ICmpInst::ICMP_UGT); in UpgradeIntrinsicCall() 685 Rep = upgradeIntMinMax(Builder, *CI, ICmpInst::ICMP_SLT); in UpgradeIntrinsicCall() [all …]
|
/external/libcxx/test/std/utilities/time/time.duration/time.duration.special/ |
D | max.pass.cpp | 27 typedef typename D::rep Rep; in test() typedef 28 Rep max_rep = std::chrono::duration_values<Rep>::max(); in test() 33 typedef typename D::rep Rep; in test() typedef 34 constexpr Rep max_rep = std::chrono::duration_values<Rep>::max(); in test() 43 test<std::chrono::duration<Rep> >(); in main()
|
D | min.pass.cpp | 27 typedef typename D::rep Rep; in test() typedef 28 Rep min_rep = std::chrono::duration_values<Rep>::min(); in test() 33 typedef typename D::rep Rep; in test() typedef 34 constexpr Rep min_rep = std::chrono::duration_values<Rep>::min(); in test() 43 test<std::chrono::duration<Rep> >(); in main()
|
D | zero.pass.cpp | 26 typedef typename D::rep Rep; in test() typedef 27 Rep zero_rep = std::chrono::duration_values<Rep>::zero(); in test() 32 typedef typename D::rep Rep; in test() typedef 33 constexpr Rep zero_rep = std::chrono::duration_values<Rep>::zero(); in test() 42 test<std::chrono::duration<Rep> >(); in main()
|
/external/tensorflow/tensorflow/compiler/jit/graphcycles/ |
D | graphcycles.cc | 64 struct GraphCycles::Rep { struct in tensorflow::GraphCycles 76 GraphCycles::GraphCycles() : rep_(new Rep) {} in GraphCycles() 86 Rep* r = rep_; in CheckInvariants() 157 static bool ForwardDFS(GraphCycles::Rep* r, int32 n, int32 upper_bound); 158 static void BackwardDFS(GraphCycles::Rep* r, int32 n, int32 lower_bound); 159 static void Reorder(GraphCycles::Rep* r); 161 static void MoveToList(GraphCycles::Rep* r, Vec<int32>* src, Vec<int32>* dst); 162 static void ClearVisitedBits(GraphCycles::Rep* r, const Vec<int32>& nodes); 166 Rep* r = rep_; in InsertEdge() 197 static bool ForwardDFS(GraphCycles::Rep* r, int32 n, int32 upper_bound) { in ForwardDFS() [all …]
|
/external/tensorflow/tensorflow/python/grappler/ |
D | item.i | 171 Rep* x_root = Find(x); in Group() 172 Rep* y_root = Find(y); in Group() 194 std::unordered_map<const Rep*, int> group_ids; in ExtractGroups() 196 Rep* r = Find(rep.first); in ExtractGroups() 213 struct Rep { struct 215 Rep* parent; argument 223 Rep* Find(const string& n) { in Find() argument 227 Rep* node = new Rep; in Find() 236 Rep* node = it->second; in Find() 237 Rep* root = node->parent; in Find() [all …]
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | table_builder.cc | 70 struct TableBuilder::Rep { struct in tensorflow::table::TableBuilder 96 Rep(const Options& opt, WritableFile* f) in Rep() argument 111 : rep_(new Rep(options, file)) {} in TableBuilder() 119 Rep* r = rep_; in Add() 153 Rep* r = rep_; in Flush() 171 Rep* r = rep_; in WriteBlock() 203 Rep* r = rep_; in WriteRawBlock() 223 Rep* r = rep_; in Finish() 265 Rep* r = rep_; in Abandon()
|
/external/libcxx/test/std/utilities/time/time.traits/time.traits.duration_values/ |
D | min.pass.cpp | 27 assert(std::chrono::duration_values<Rep>::min() == in main() 28 std::numeric_limits<Rep>::lowest()); in main() 34 static_assert(std::chrono::duration_values<Rep>::min() == in main() 35 std::numeric_limits<Rep>::lowest(), ""); in main()
|
D | max.pass.cpp | 27 assert(std::chrono::duration_values<Rep>::max() == in main() 28 std::numeric_limits<Rep>::max()); in main() 34 static_assert(std::chrono::duration_values<Rep>::max() == in main() 35 std::numeric_limits<Rep>::max(), ""); in main()
|
/external/tinyxml/ |
D | tinystr.h | 198 Rep* r = rep_; in swap() 210 struct Rep struct 220 rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument 238 Rep * rep_; 239 static Rep nullrep_;
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinystr.h | 199 Rep* r = rep_; in swap() 211 struct Rep struct 226 const size_type bytesNeeded = sizeof(Rep) + cap; in init() 228 rep_ = reinterpret_cast<Rep*>( new int[ intsNeeded ] ); in init() 249 Rep * rep_; 250 static Rep nullrep_;
|
/external/libcxx/include/ |
D | condition_variable | 49 template <class Rep, class Period> 52 const chrono::duration<Rep, Period>& rel_time); 54 template <class Rep, class Period, class Predicate> 57 const chrono::duration<Rep, Period>& rel_time, 94 template <class Lock, class Rep, class Period> 97 const chrono::duration<Rep, Period>& rel_time); 99 template <class Lock, class Rep, class Period, class Predicate> 102 const chrono::duration<Rep, Period>& rel_time,
|