Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/desktopui_CameraApp/
Dcontrol7 PURPOSE = "Verifies if the ToT Camera App works."
18 This integration test verifies if the ToT version of the Camera App works fine.
/external/chromium-trace/catapult/dashboard/docs/
Dglossary.md57 on both ToT Chromium and on an older build of Chromium. This is useful
58 because if the ref build results change along with the ToT results,
/external/autotest/client/site_tests/platform_KernelVersionByBoard/
Dcontrol19 Matches only expected ToT values, so older branches may fail.
/external/clang/lib/AST/
DASTImporter.cpp5364 QualType ToT = Importer.Visit(fromTy); in Import() local
5365 if (ToT.isNull()) in Import()
5366 return ToT; in Import()
5369 ImportedTypes[fromTy] = ToT.getTypePtr(); in Import()
5371 return ToContext.getQualifiedType(ToT, FromT.getLocalQualifiers()); in Import()