Searched refs:ins (Results 1 – 4 of 4) sorted by relevance
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()
31 … outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void…
579 InputStream ins = getContext().getResources().openRawResource(resId);584 while ((size = ins.read(buffer, 0, 1024)) >= 0) {587 ins.close();
94 … __mem_out##bwlq(*__addr, port); __addr++; } } static inline void ins##bwlq(unsigned long…