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

  /system/core/libacc/tests/
main.cpp 92 const char* inFile = NULL;
111 } else if (inFile == NULL) {
112 inFile = arg;
118 if (! inFile) {
123 if (inFile) {
124 in = fopen(inFile, "r");
126 fprintf(stderr, "Could not open input file %s\n", inFile);
137 fprintf(stderr, "Could not read all of file %s\n", inFile);
196 codeArgv[0] = (char*) (inFile ? inFile : "stdin")
    [all...]
  /external/webkit/WebCore/WebCore.gyp/scripts/
action_csspropertynames.py 113 # first listed inFile, but in the output directory.
120 inFile = open(inFilePath)
121 for line in inFile:
131 inFile.close()
action_cssvaluekeywords.py 117 # first listed inFile, but in the output directory.
125 inFile = open(inFilePath)
126 for line in inFile:
137 inFile.close()
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 281 File inFile = new File(path, fileName);
284 inStream = new DataInputStream(new FileInputStream(inFile));
466 File inFile = new File(path, filename);
470 inStream = new DataInputStream(new FileInputStream(inFile));
482 fail("File " + inFile + " not found: " + e.toString());
484 fail("IOError with file " + inFile + ":" + e.toString());
496 File inFile = new File(path, filename);
501 fileReader = new BufferedReader(new FileReader(inFile));
515 fail("IOError with file " + inFile + ":" + e.toString());
532 File inFile = new File(path, filename)
    [all...]
  /cts/tools/dx-tests/src/dxconvext/
ClassFileParser.java 75 String inFile = classesDir + "/" + pck + "/" + cName + ".class";
76 if (!new File(inFile).exists()) {
77 throw new RuntimeException("cannot read:" + inFile);
79 byte[] bytes = FileUtils.readFile(inFile);
  /external/bzip2/
bzip2recover.c 303 FILE* inFile;
351 inFile = fopen ( inFileName, "rb" );
352 if (inFile == NULL) {
357 bsIn = bsOpenReadStream ( inFile );
425 inFile = fopen ( inFileName, "rb" );
426 if (inFile == NULL) {
430 bsIn = bsOpenReadStream ( inFile );
  /development/tools/zoneinfo/
ZoneCompactor.java 50 // Concatenate the contents of 'inFile' onto 'out'
52 private static byte[] copyFile(File inFile, OutputStream out)
56 InputStream in = new FileInputStream(inFile);
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterTest.java 644 InputStream inFile = Support_Resources.getStream("hyts_checkInput.txt");
645 inFile.read(byteArray);
646 inFile.close();
702 InputStream inFile = Support_Resources.getStream("hyts_checkInput.txt");
703 inFile.read(byteArray);
704 inFile.close();
763 InputStream inFile = Support_Resources.getStream("hyts_checkInput.txt");
764 inFile.read(byteArray);
765 inFile.close();
896 InputStream inFile = Support_Resources.getStream("hyts_checkInput.txt")
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 201 final File inFile = Files.newFile (pathDir, file.getPath ());
202 readFile (inFile);
204 srcURL = inFile.toURL ().toExternalForm ();
  /frameworks/base/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 64 int GetNextBuf(FILE* inFile,unsigned char* dst,int size)
66 int size2 = (int)fread(dst, sizeof(signed char), size,inFile);
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 435 final File inFile = Files.newFile (pathDir, file.getPath ());
455 final long inTimeStamp = inFile.lastModified ();
466 readFile (inFile);
553 final File inFile = Files.newFile (pathDir, file.getPath ());
554 readFile (inFile);
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/
DownloadManagerTestApp.java 186 FileInputStream inFile = mContext.openFileInput(DOWNLOAD_STARTED_FLAG);
187 dataInputFile = new DataInputStream(inFile);
  /libcore/luni/src/test/java/libcore/java/net/
OldJarURLConnectionTest.java 46 private URL createContent(String jarFile, String inFile)
54 return new URL("jar:file:" + file.getPath() + "!/" + inFile);
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 397 DataInputStream inFile = new DataInputStream(new FileInputStream(file));
402 ((expectedRead = inFile.read(expected)) != -1)) {
    [all...]
  /external/emma/lib/
emma.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 513 milliseconds