Searched refs:Ls (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | LinuxMallocProfiling.cpp | 67 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 D | IceCompileServer.cpp | 189 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 D | LinuxMallocProfiling.h | 28 Ostream *Ls; member in Ice::LinuxMallocProfiling 32 LinuxMallocProfiling(size_t NumThreads, Ostream *Ls);
|
/third_party/node/test/testpy/ |
H A D | __init__.py | 104 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 D | testcfg.py | 114 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 D | testcfg.py | 133 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 D | cbs_jpeg.h | 67 uint16_t Ls; member
|
H A D | cbs_jpeg_syntax_template.c | 133 u(16, Ls, 6, 6 + 2 * JPEG_MAX_COMPONENTS); in scan_header()
|
H A D | vaapi_encode_mjpeg.c | 376 sh->Ls = 6 + 2 * sh->Ns; in vaapi_encode_mjpeg_init_picture_params()
|
/third_party/gn/src/gn/ |
H A D | commands.cc | 384 INSERT_COMMAND(Ls) in GetCommands()
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 3204 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 16 milliseconds