HomeSort by relevance Sort by last modified time
    Searched full:filein (Results 1 - 15 of 15) sorted by null

  /cts/hostsidetests/theme/app/src/android/theme/app/
ThemeTestUtils.java 47 final FileInputStream fileIn = new FileInputStream(srcFiles[i]);
52 while ((count = fileIn.read(data, 0, data.length)) != -1) {
58 fileIn.close();
  /libcore/benchmarks/src/benchmarks/
XmlParseBenchmark.java 74 FileInputStream fileIn = new FileInputStream(xmlFile);
78 while ((count = fileIn.read(buffer)) != -1) {
81 fileIn.close();
  /external/toybox/toys/posix/
patch.c 55 int context, state, filein, fileout, filepatch, hunknum;
87 if (TT.tempname) replace_tempfile(TT.filein, TT.fileout, &TT.tempname);
88 TT.fileout = TT.filein = -1;
105 delete_tempfile(TT.filein, TT.fileout, &TT.tempname);
157 char *data = get_line(TT.filein);
265 TT.filein = TT.fileout = -1;
358 if (TT.filein == -1) {
396 TT.filein = xcreate(name, O_CREAT|O_EXCL|O_RDWR, 0666);
399 TT.filein = xopen(name, O_RDONLY);
401 TT.fileout = copy_tempfile(TT.filein, name, &TT.tempname)
    [all...]
  /cts/hostsidetests/theme/src/android/theme/cts/
ThemeHostTest.java 271 final FileInputStream fileIn = new FileInputStream(file);
276 while ((count = fileIn.read(data, 0, data.length)) != -1) {
282 fileIn.close();
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c     [all...]
  /external/toybox/generated/
globals.h 1129 int context, state, filein, fileout, filepatch, hunknum; member in struct:patch_data
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 270 milliseconds