HomeSort by relevance Sort by last modified time
    Searched refs:fIn (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/os/src/android/os/cts/
SeccompTest.java 276 FileInputStream fIn = getContext().openFileInput(fileName);
277 assertEquals('!', fIn.read());
278 fIn.close();
380 FileInputStream fIn = new FileInputStream("/dev/zero");
381 boolean succeed = fIn.read() == 0;
382 succeed &= fIn.read() == 0;
383 succeed &= fIn.read() == 0;
384 fIn.close();
ParcelTest.java     [all...]
  /external/pdfium/third_party/lcms/src/
cmsxform.c 250 cmsFloat32Number fIn[cmsMAXCHANNELS], fOut[cmsMAXCHANNELS];
266 accum = p->FromInputFloat(p, fIn, accum, Stride->BytesPerPlaneIn);
272 cmsPipelineEvalFloat(fIn, &OutOfGamut, p->GamutCheck);
284 cmsPipelineEvalFloat(fIn, fOut, p->Lut);
290 cmsPipelineEvalFloat(fIn, fOut, p->Lut);
315 cmsFloat32Number fIn[cmsMAXCHANNELS];
330 accum = p->FromInputFloat(p, fIn, accum, Stride ->BytesPerPlaneIn);
331 output = p->ToOutputFloat(p, fIn, output, Stride->BytesPerPlaneOut);
    [all...]
  /external/skia/modules/skottie/src/
SkottieLayer.cpp 539 , fIn(in)
543 const auto active = (t >= fIn && t <= fOut);
555 const float fIn,
  /external/skqp/modules/skottie/src/
SkottieLayer.cpp 534 , fIn(in)
538 const auto active = (t >= fIn && t <= fOut);
550 const float fIn,
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 390 FileReader fIn = new FileReader(noteIdParcelDescriptor.getFileDescriptor());
393 BufferedReader bIn = new BufferedReader(fIn);
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 676 milliseconds