/development/samples/browseable/TextSwitcher/src/com.example.android.textswitcher/ |
D | MainActivity.java | 56 Animation in = AnimationUtils.loadAnimation(this, in onCreate() local
|
/development/tools/idegen/src/ |
D | Files.java | 31 Reader in = new FileReader(file); in toString() local
|
D | Configuration.java | 203 BufferedReader in = new BufferedReader(new FileReader(file)); in parsePackageName() local 253 BufferedReader in = new BufferedReader(new FileReader(file)); in parseFile() local
|
/development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/ |
D | DirectoryEntry.java | 31 protected DirectoryEntry(Parcel in) { in DirectoryEntry()
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
D | ExampleAgent.java | 147 DataInputStream in = new DataInputStream(instream); in compareStateFile() local 223 DataInputStream in = new DataInputStream(baStream); in onRestore() local
|
D | MultiRecordExampleAgent.java | 88 DataInputStream in = new DataInputStream(instream); in onBackup() local 176 DataInputStream in = new DataInputStream(instream); in onRestore() local
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | TextSwitcher1.java | 51 Animation in = AnimationUtils.loadAnimation(this, in onCreate() local
|
/development/samples/Vault/src/com/example/android/vault/ |
D | Utils.java | 59 final InputStream in = new FileInputStream(file); in readFully() local
|
D | EncryptedDocument.java | 307 private int writeSection(RandomAccessFile f, InputStream in) in writeSection()
|
/development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/ |
D | HelloCompute.java | 45 ImageView in = (ImageView) findViewById(R.id.displayin); in onCreate() local
|
/development/tools/bugreport/src/com/android/bugreport/monkey/ |
D | MonkeyLogParser.java | 48 public void parse(Bugreport bugreport, Lines<? extends Line> in) throws IOException { in parse()
|
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/utils/ |
D | Exec.java | 50 final InputStream in = p.getInputStream(); in runForStream() local
|
/development/tools/bugreport/src/com/android/bugreport/util/ |
D | Lines.java | 59 public static Lines<Line> readLines(BufferedReader in) throws IOException { in readLines()
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | DiskLruCache.java | 215 public static String readAsciiLine(InputStream in) throws IOException { in readAsciiLine() 340 InputStream in = new BufferedInputStream(new FileInputStream(journalFile), IO_BUFFER_SIZE); in readJournal() local 723 private static String inputStreamToString(InputStream in) throws IOException { in inputStreamToString() 803 InputStream in = newInputStream(index); in getString() local
|
D | ImageFetcher.java | 270 BufferedInputStream in = null; in downloadUrlToStream() local
|
/development/apps/Development/src/com/android/development/ |
D | LogViewer.java | 78 final DataInputStream in; field in LogViewer.LogReader
|
/development/samples/RSSReader/src/com/example/android/rssreader/ |
D | RssReader.java | 313 InputStream in = connection.getInputStream(); in run() local 481 void parseRSS(InputStream in, RSSListAdapter adapter) throws IOException, in parseRSS()
|
/development/samples/training/network-usage/src/com/example/android/networkusage/ |
D | StackOverflowXmlParser.java | 37 public List<Entry> parse(InputStream in) throws XmlPullParserException, IOException { in parse()
|
/development/samples/IntentPlayground/src/com/example/android/intentplayground/ |
D | Node.java | 158 private Node(Parcel in) { in Node()
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/ |
D | FeedParser.java | 58 public List<Entry> parse(InputStream in) in parse()
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | DocumentsSample.java | 427 public static byte[] readFullyNoClose(InputStream in) throws IOException { in readFullyNoClose()
|
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
D | ToyVpnConnection.java | 187 FileInputStream in = new FileInputStream(iface.getFileDescriptor()); in run() local
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | ImageDownloader.java | 338 public void copy(InputStream in, OutputStream out) throws IOException { in copy()
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
D | VoicemailProviderHelpers.java | 322 private void copyStreamData(InputStream in, OutputStream out) throws IOException { in copyStreamData()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PresentationActivity.java | 554 private DemoPresentationContents(Parcel in) { in DemoPresentationContents()
|