Home
last modified time | relevance | path

Searched refs:kLocation (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker_unittest.cc66 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/
Dmmap_large.cc22 const uintptr_t kLocation = 0x40ULL << kLog2Size; in main() local
24 reinterpret_cast<void*>(kLocation), in main()
/external/llvm-project/compiler-rt/test/tsan/
Dmmap_large.cpp25 const uintptr_t kLocation = 0x40ULL << kLog2Size; in main() local
27 reinterpret_cast<void*>(kLocation), in main()
/external/libbrillo/brillo/http/
Dhttp_request.h100 BRILLO_EXPORT extern const char kLocation[];
Dhttp_request.cc90 const char response_header::kLocation[] = "Location"; member in brillo::http::response_header