Home
last modified time | relevance | path

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

/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/libweave/src/
Dconfig.cc39 const char kLocation[] = "location"; variable
207 if (dict->GetString(config_keys::kLocation, &tmp)) in LoadState()
272 dict.SetString(config_keys::kLocation, settings_.location); in Save()
/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