Home
last modified time | relevance | path

Searched refs:Ls (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DLinuxMallocProfiling.cpp67 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) in LinuxMallocProfiling() argument
68 : Ls(Ls) { in LinuxMallocProfiling()
70 *Ls << "NOTE: Malloc profiling is not thread safe. Use --threads=0 to " in LinuxMallocProfiling()
85 *Ls << C.second << " "; in ~LinuxMallocProfiling()
87 *Ls << C.first; in ~LinuxMallocProfiling()
89 *Ls << dli.dli_sname; in ~LinuxMallocProfiling()
91 *Ls << "\n"; in ~LinuxMallocProfiling()
102 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) {
104 (void)Ls;
[all...]
H A DIceCompileServer.cpp189 std::unique_ptr<Ostream> Ls = makeStream(Flags.getLogFilename(), EC); in run() local
193 Ls->SetUnbuffered(); in run()
194 Ice::LinuxMallocProfiling _(Flags.getNumTranslationThreads(), Ls.get()); in run()
201 *Ls << "Error: writing binary ELF to stdout is unsupported\n"; in run()
207 *Ls << "Failed to open output file: " << Flags.getOutputFilename() in run()
222 *Ls << "Failed to open output file: " << Flags.getOutputFilename() in run()
243 Err.print(Flags.getAppName().c_str(), *Ls); in run()
252 Ctx.reset(new GlobalContext(Ls.get(), Os.get(), Ls.get(), ELFStr.get())); in run()
H A DLinuxMallocProfiling.h28 Ostream *Ls; member in Ice::LinuxMallocProfiling
32 LinuxMallocProfiling(size_t NumThreads, Ostream *Ls);
/third_party/node/test/testpy/
H A D__init__.py104 def Ls(self, path): member in SimpleTestConfiguration
108 all_tests = [current_path + [t] for t in self.Ls(os.path.join(self.root))]
137 def Ls(self, path): member in AddonTestConfiguration
150 all_tests = [current_path + t for t in self.Ls(os.path.join(self.root))]
/third_party/node/test/message/
H A Dtestcfg.py114 def Ls(self, path): member in MessageTestConfiguration
122 all_tests = [current_path + [t] for t in self.Ls(self.root)]
/third_party/node/test/pseudo-tty/
H A Dtestcfg.py133 def Ls(self, path): member in TTYTestConfiguration
140 all_tests = [current_path + [t] for t in self.Ls(self.root)]
/third_party/ffmpeg/libavcodec/
H A Dcbs_jpeg.h67 uint16_t Ls; member
H A Dcbs_jpeg_syntax_template.c133 u(16, Ls, 6, 6 + 2 * JPEG_MAX_COMPONENTS); in scan_header()
H A Dvaapi_encode_mjpeg.c376 sh->Ls = 6 + 2 * sh->Ns; in vaapi_encode_mjpeg_init_picture_params()
/third_party/gn/src/gn/
H A Dcommands.cc384 INSERT_COMMAND(Ls) in GetCommands()
/third_party/astc-encoder/Source/
H A Dstb_image.h3204 int Ls = stbi__get16be(z->s); in stbi__process_scan_header() local
3207 if (Ls != 6+2*z->scan_n) return stbi__err("bad SOS len","Corrupt JPEG"); in stbi__process_scan_header()

Completed in 18 milliseconds