Home
last modified time | relevance | path

Searched defs:Ls (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DLinuxMallocProfiling.cpp67 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) in LinuxMallocProfiling()
102 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) { in LinuxMallocProfiling()
DLinuxMallocProfiling.h28 Ostream *Ls; variable
DIceCompileServer.cpp189 std::unique_ptr<Ostream> Ls = makeStream(Flags.getLogFilename(), EC); in run() local
/external/llvm-project/clang/unittests/Tooling/Syntax/
DTokensTest.cpp178 std::pair<SourceLocation, SourceLocation> Ls; in RangeIs() local
/external/pdfium/third_party/lcms/src/
Dcmspcs.c597 cmsFloat64Number Ls = Lab2 ->L; in cmsCIE2000DeltaE() local
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_wrapper.py676 def Ls(self, path, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): member in AdbWrapper