HomeSort by relevance Sort by last modified time
    Searched defs:Ls (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/subzero/src/
LinuxMallocProfiling.h 28 Ostream *Ls;
32 LinuxMallocProfiling(size_t NumThreads, Ostream *Ls);
IceCompileServer.cpp 189 std::unique_ptr<Ostream> Ls = makeStream(Flags.getLogFilename(), EC);
193 Ls->SetUnbuffered();
194 Ice::LinuxMallocProfiling _(Flags.getNumTranslationThreads(), Ls.get());
201 *Ls << "Error: writing binary ELF to stdout is unsupported\n";
207 *Ls << "Failed to open output file: " << Flags.getOutputFilename()
221 *Ls << "Failed to open output file: " << Flags.getOutputFilename()
241 Err.print(Flags.getAppName().c_str(), *Ls);
250 Ctx.reset(new GlobalContext(Ls.get(), Os.get(), Ls.get(), ELFStr.get()));
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
adb_wrapper.py 121 pshell.RunCommand('which ls')
455 def Ls(self, path, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES):
469 directory in the device, or the output of "adb ls" command is less
482 cmd = ['ls', path]
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper.py 147 pshell.RunCommand('which ls')
539 def Ls(self, path, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES):
553 directory in the device, or the output of "adb ls" command is less
566 cmd = ['ls', path]
    [all...]
  /external/pdfium/third_party/lcms/src/
cmspcs.c 597 cmsFloat64Number Ls = Lab2 ->L;
627 cmsFloat64Number delta_L = (Ls - L1);
638 cmsFloat64Number Sl = 1 + (0.015 * Sqr((Ls + L1) /2- 50) )/ sqrt(20 + Sqr( (Ls+L1)/2 - 50) );
  /external/annotation-tools/asmx/config/
ow_util_ant_tasks.jar 
  /external/annotation-tools/asmx/
ow_util_ant_tasks.jar 

Completed in 276 milliseconds