Searched refs:ins (Results 1 – 4 of 4) sorted by relevance
2 command = gcc -c -o $outs $ins5 command = gcc -o $outs $ins
2 command = gcc -c -o $outs $ins
490 InputStream[] ins = new InputStream[valueCount]; in get() local493 ins[i] = new FileInputStream(entry.getCleanFile(i)); in get()506 return new Snapshot(key, entry.sequenceNumber, ins); in get()733 private final InputStream[] ins; field in DiskLruCache.Snapshot735 private Snapshot(String key, long sequenceNumber, InputStream[] ins) { in Snapshot() argument738 this.ins = ins; in Snapshot()754 return ins[index]; in getInputStream()765 for (InputStream in : ins) { in close()
579 InputStream ins = getContext().getResources().openRawResource(resId);584 while ((size = ins.read(buffer, 0, 1024)) >= 0) {587 ins.close();