Searched refs:kLocation (Results 1 – 5 of 5) sorted by relevance
/external/perfetto/src/trace_processor/importers/proto/ |
D | heap_graph_tracker_unittest.cc | 66 constexpr uint64_t kLocation = 0; in TEST() local 86 tracker.AddInternedLocationName(kSeqId, kLocation, in TEST() 88 tracker.AddInternedType(kSeqId, kX, x, kLocation, /*object_size=*/0, in TEST() 92 tracker.AddInternedType(kSeqId, kY, y, kLocation, /*object_size=*/0, in TEST() 96 tracker.AddInternedType(kSeqId, kA, a, kLocation, /*object_size=*/0, in TEST() 100 tracker.AddInternedType(kSeqId, kB, b, kLocation, /*object_size=*/0, in TEST() 104 tracker.AddInternedType(kSeqId, kWeakRef, weak_ref, kLocation, in TEST()
|
/external/compiler-rt/test/tsan/ |
D | mmap_large.cc | 22 const uintptr_t kLocation = 0x40ULL << kLog2Size; in main() local 24 reinterpret_cast<void*>(kLocation), in main()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | mmap_large.cpp | 25 const uintptr_t kLocation = 0x40ULL << kLog2Size; in main() local 27 reinterpret_cast<void*>(kLocation), in main()
|
/external/libbrillo/brillo/http/ |
D | http_request.h | 100 BRILLO_EXPORT extern const char kLocation[];
|
D | http_request.cc | 90 const char response_header::kLocation[] = "Location"; member in brillo::http::response_header
|