/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | BinaryStreamRef.h | 25 template <class RefType, class StreamType> class BinaryStreamRefBase { 62 RefType drop_front(uint32_t N) const { in drop_front() 64 return RefType(); in drop_front() 67 RefType Result(static_cast<const RefType &>(*this)); in drop_front() 80 RefType drop_back(uint32_t N) const { in drop_back() 82 return RefType(); in drop_back() 84 RefType Result(static_cast<const RefType &>(*this)); in drop_back() 100 RefType keep_front(uint32_t N) const { in keep_front() 106 RefType keep_back(uint32_t N) const { in keep_back() 113 RefType drop_symmetric(uint32_t N) const { in drop_symmetric() [all …]
|
/external/eigen/unsupported/test/ |
D | alignedvector3.cpp | 28 typedef Matrix<Scalar,3,1> RefType; in alignedvector3() typedef 31 RefType r1(RefType::Random()), r2(RefType::Random()), r3(RefType::Random()), in alignedvector3() 32 r4(RefType::Random()), r5(RefType::Random()); in alignedvector3() 64 FastType f6 = RefType::Zero(); in alignedvector3()
|
/external/perfetto/src/trace_processor/ |
D | trace_storage.cc | 44 std::vector<const char*> map(RefType::kRefMax); in CreateRefTypeStringMap() 45 map[RefType::kRefNoRef] = nullptr; in CreateRefTypeStringMap() 46 map[RefType::kRefUtid] = "utid"; in CreateRefTypeStringMap() 47 map[RefType::kRefCpuId] = "cpu"; in CreateRefTypeStringMap() 48 map[RefType::kRefIrq] = "irq"; in CreateRefTypeStringMap() 49 map[RefType::kRefSoftIrq] = "softirq"; in CreateRefTypeStringMap() 50 map[RefType::kRefUpid] = "upid"; in CreateRefTypeStringMap()
|
D | proto_trace_parser.cc | 352 ts, mi.value() * 1024L, meminfo_strs_id_[key], 0, RefType::kRefNoRef); in ParseSysStats() 364 0, RefType::kRefNoRef); in ParseSysStats() 376 RefType::kRefCpuId); in ParseSysStats() 379 ct.cpu_id(), RefType::kRefCpuId); in ParseSysStats() 382 ct.cpu_id(), RefType::kRefCpuId); in ParseSysStats() 385 RefType::kRefCpuId); in ParseSysStats() 388 RefType::kRefCpuId); in ParseSysStats() 390 ct.cpu_id(), RefType::kRefCpuId); in ParseSysStats() 393 RefType::kRefCpuId); in ParseSysStats() 400 ic.irq(), RefType::kRefIrq); in ParseSysStats() [all …]
|
D | event_tracker_unittest.cc | 115 RefType::kRefCpuId); in TEST_F() 117 RefType::kRefCpuId); in TEST_F() 119 RefType::kRefCpuId); in TEST_F() 121 RefType::kRefCpuId); in TEST_F()
|
D | event_tracker.cc | 138 RefType ref_type, in PushCounter() 149 PERFETTO_DCHECK(!resolve_utid_to_upid || ref_type == RefType::kRefUtid); in PushCounter() 176 RefType ref_type, in PushInstant() 182 RefType::kRefUpid); in PushInstant() 218 pending_counter.name_id, upid, RefType::kRefUpid); in FlushPendingEvents()
|
D | event_tracker.h | 57 RefType ref_type, 65 RefType ref_type,
|
D | trace_storage.h | 71 enum RefType { enum 289 RefType type, in AddSlice() 319 const std::deque<RefType>& types() const { return types_; } in types() 332 std::deque<RefType> types_; 347 RefType type) { in AddCounterDefinition() 373 const std::deque<RefType>& types() const { return types_; } in types() 378 std::deque<RefType> types_; 477 RefType type) { in AddInstantEvent() 501 const std::deque<RefType>& types() const { return types_; } in types() 510 std::deque<RefType> types_;
|
D | proto_trace_parser_unittest.cc | 83 RefType ref_type, 460 RefType::kRefNoRef, false)); in TEST_F() 475 RefType::kRefNoRef, false)); in TEST_F() 490 PushCounter(1000, 2000, 0, 10, RefType::kRefCpuId, false)); in TEST_F()
|
D | slice_tracker.cc | 83 slices->AddSlice(timestamp, duration, utid, RefType::kRefUtid, cat, name, in StartSlice()
|
/external/libchrome/base/threading/ |
D | platform_thread.h | 54 typedef DWORD RefType; typedef 56 typedef pthread_t RefType; 60 explicit constexpr PlatformThreadRef(RefType id) : id_(id) {} in PlatformThreadRef() 72 RefType id_;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/ |
D | dsym-companion.test | 246 CHECK: RefType: UndefinedNonLazy (0x0) 256 CHECK: RefType: UndefinedNonLazy (0x0) 266 CHECK: RefType: UndefinedNonLazy (0x0) 276 CHECK: RefType: UndefinedNonLazy (0x0) 287 CHECK: RefType: UndefinedNonLazy (0x0) 299 CHECK: RefType: UndefinedNonLazy (0x0) 310 CHECK: RefType: UndefinedNonLazy (0x0) 321 CHECK: RefType: UndefinedNonLazy (0x0) 332 CHECK: RefType: UndefinedNonLazy (0x0)
|
/external/llvm/test/tools/dsymutil/X86/ |
D | dsym-companion.test | 246 CHECK: RefType: UndefinedNonLazy (0x0) 256 CHECK: RefType: UndefinedNonLazy (0x0) 266 CHECK: RefType: UndefinedNonLazy (0x0) 276 CHECK: RefType: UndefinedNonLazy (0x0) 287 CHECK: RefType: UndefinedNonLazy (0x0) 299 CHECK: RefType: UndefinedNonLazy (0x0) 310 CHECK: RefType: UndefinedNonLazy (0x0) 321 CHECK: RefType: UndefinedNonLazy (0x0) 332 CHECK: RefType: UndefinedNonLazy (0x0)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/ |
D | darwin-ARM-reloc.s | 115 @ CHECK: RefType: UndefinedNonLazy (0x0) 124 @ CHECK: RefType: UndefinedNonLazy (0x0) 133 @ CHECK: RefType: UndefinedNonLazy (0x0) 143 @ CHECK: RefType: UndefinedNonLazy (0x0)
|
D | darwin-Thumb-reloc.s | 95 @ CHECK: RefType: 0x8 105 @ CHECK: RefType: UndefinedNonLazy (0x0)
|
/external/llvm/test/MC/MachO/ARM/ |
D | darwin-ARM-reloc.s | 115 @ CHECK: RefType: UndefinedNonLazy (0x0) 124 @ CHECK: RefType: UndefinedNonLazy (0x0) 133 @ CHECK: RefType: UndefinedNonLazy (0x0) 143 @ CHECK: RefType: UndefinedNonLazy (0x0)
|
D | darwin-Thumb-reloc.s | 95 @ CHECK: RefType: 0x8 105 @ CHECK: RefType: UndefinedNonLazy (0x0)
|
/external/skqp/tools/bookmaker/ |
D | includeWriter.h | 36 enum class RefType { enum 201 string resolveRef(const char* start, const char* end, bool first, RefType* refType);
|
D | includeWriter.cpp | 2165 RefType* refType) { in resolveRef() 2170 *refType = RefType::kExternal; in resolveRef() 2174 *refType = RefType::kNormal; in resolveRef() 2366 RefType refType = RefType::kUndefined; in lookupReference()
|
/external/skia/tools/bookmaker/ |
D | includeWriter.h | 36 enum class RefType { enum 201 string resolveRef(const char* start, const char* end, bool first, RefType* refType);
|
D | includeWriter.cpp | 2164 RefType* refType) { in resolveRef() 2169 *refType = RefType::kExternal; in resolveRef() 2173 *refType = RefType::kNormal; in resolveRef() 2365 RefType refType = RefType::kUndefined; in lookupReference()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | sections-ext.test | 194 MACHO-I386-NEXT: RefType: UndefinedNonLazy (0x0) 238 MACHO-X86-64-NEXT: RefType: UndefinedNonLazy (0x0) 272 MACHO-X86-64-NEXT: RefType: UndefinedNonLazy (0x0) 345 MACHO-PPC-NEXT: RefType: UndefinedNonLazy (0x0) 435 MACHO-PPC-NEXT: RefType: UndefinedNonLazy (0x0) 563 MACHO-PPC64-NEXT: RefType: UndefinedNonLazy (0x0) 655 MACHO-PPC64-NEXT: RefType: UndefinedNonLazy (0x0) 811 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0) 821 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0) 947 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)
|
/external/llvm/test/tools/llvm-readobj/ |
D | sections-ext.test | 194 MACHO-I386-NEXT: RefType: UndefinedNonLazy (0x0) 238 MACHO-X86-64-NEXT: RefType: UndefinedNonLazy (0x0) 272 MACHO-X86-64-NEXT: RefType: UndefinedNonLazy (0x0) 345 MACHO-PPC-NEXT: RefType: UndefinedNonLazy (0x0) 435 MACHO-PPC-NEXT: RefType: UndefinedNonLazy (0x0) 563 MACHO-PPC64-NEXT: RefType: UndefinedNonLazy (0x0) 655 MACHO-PPC64-NEXT: RefType: UndefinedNonLazy (0x0) 811 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0) 821 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0) 947 MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)
|
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/ |
D | any_cast_reference.pass.cpp | 102 using RefType = typename std::conditional< in checkThrows() typedef 107 TEST_IGNORE_NODISCARD any_cast<RefType>(static_cast<any&&>(a)); in checkThrows()
|
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 605 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>()) 606 return RefType->getPointeeType();
|