OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inFile
(Results
1 - 13
of
13
) sorted by null
/frameworks/compile/libbcc/bcinfo/tools/
main.cpp
40
const char*
inFile
= NULL;
73
inFile
= argv[optind];
111
if (!
inFile
) {
117
if (stat(
inFile
, &statInFile) < 0) {
127
FILE *in = fopen(
inFile
, "r");
129
fprintf(stderr, "Could not open input file %s\n",
inFile
);
139
fprintf(stderr, "Could not read all of file %s\n",
inFile
);
/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
);
/frameworks/compile/libbcc/tests/
main.cpp
116
const char*
inFile
= NULL;
159
inFile
= argv[optind];
164
if (!
inFile
) {
170
if (stat(
inFile
, &statInFile) < 0) {
180
FILE *in = fopen(
inFile
, "r");
182
fprintf(stderr, "Could not open input file %s\n",
inFile
);
192
fprintf(stderr, "Could not read all of file %s\n",
inFile
);
/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 ();
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebugActivity.java
122
final File
inFile
= getDatabasePath("calendar.db");
123
is = new FileInputStream(
inFile
);
126
os.putNextEntry(new ZipEntry(
inFile
.getName()));
/external/apache-harmony/archive/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();
718
InputStream
inFile
= Support_Resources.getStream("hyts_checkInput.txt");
719
inFile
.read(byteArray);
720
inFile
.close();
794
InputStream
inFile
= Support_Resources.getStream("hyts_checkInput.txt");
795
inFile
.read(byteArray);
796
inFile
.close();
939
InputStream
inFile
= Support_Resources.getStream("hyts_checkInput.txt")
[
all
...]
/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
);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/
DownloadManagerTestApp.java
185
FileInputStream
inFile
= mContext.openFileInput(DOWNLOAD_STARTED_FLAG);
186
dataInputFile = new DataInputStream(
inFile
);
/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
...]
/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/coretests/src/android/app/
DownloadManagerBaseTest.java
396
DataInputStream
inFile
= new DataInputStream(new FileInputStream(file));
401
((expectedRead =
inFile
.read(expected)) != -1)) {
[
all
...]
/external/emma/lib/
emma.jar
/prebuilt/common/ant/
ant.jar
Completed in 284 milliseconds