Searched refs:inFile (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp52 std::string inFile; variable
99 inFile = argv[optind];
101 int l = inFile.length();
102 if (l > 3 && inFile[l-3] == '.' && inFile[l-2] == 'b' && inFile[l-1] == 'c') {
103 outFile = std::string(inFile.begin(), inFile.end() - 3) + ".ll";
104 infoFile = std::string(inFile.begin(), inFile
[all...]
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerBaseTest.java281 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
[all...]
/frameworks/base/packages/Keyguard/scripts/
H A Dnew_merge.py130 def prepareFileForCompare(inFile, outFile, skip="", replace="", withText=""):
135 fin = open(inFile)
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c64 int GetNextBuf(FILE* inFile,unsigned char* dst,int size) argument
66 int size2 = (int)fread(dst, sizeof(signed char), size,inFile);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerTestApp.java172 FileInputStream inFile = mContext.openFileInput(DOWNLOAD_STARTED_FLAG);
173 dataInputFile = new DataInputStream(inFile);
/frameworks/support/tests/java/android/support/v4/content/
H A DFileProviderTest.java161 File inFile = new File(mContext.getFilesDir(), "//foo//bar//");
166 strat.getUriForFile(inFile).toString());
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java393 DataInputStream inFile = new DataInputStream(new FileInputStream(file));
398 ((expectedRead = inFile.read(expected)) != -1)) {

Completed in 2164 milliseconds