Home
last modified time | relevance | path

Searched refs:kLocation (Results 1 – 6 of 6) 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/v8/src/inspector/
Dv8-internal-value-type.h12 enum class V8InternalValueType { kEntry, kLocation, kScope, kScopeList }; enumerator
Dv8-internal-value-type.cc24 case V8InternalValueType::kLocation: in subtypeForInternalType()
Dv8-debugger.cc115 if (!markAsInternal(context, location, V8InternalValueType::kLocation)) { in buildLocation()
/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