Home
last modified time | relevance | path

Searched defs:in (Results 1 – 25 of 38) sorted by relevance

12

/development/samples/BackupRestore/src/com/example/android/backuprestore/
DExampleAgent.java147 DataInputStream in = new DataInputStream(instream); in compareStateFile() local
223 DataInputStream in = new DataInputStream(baStream); in onRestore() local
DMultiRecordExampleAgent.java88 DataInputStream in = new DataInputStream(instream); in onBackup() local
176 DataInputStream in = new DataInputStream(instream); in onRestore() local
/development/samples/browseable/TextSwitcher/src/com.example.android.textswitcher/
DMainActivity.java56 Animation in = AnimationUtils.loadAnimation(this, in onCreate() local
/development/tools/idegen/src/
DFiles.java31 Reader in = new FileReader(file); in toString() local
DConfiguration.java203 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/
DDirectoryEntry.java31 protected DirectoryEntry(Parcel in) { in DirectoryEntry()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DTextSwitcher1.java51 Animation in = AnimationUtils.loadAnimation(this, in onCreate() local
/development/samples/Vault/src/com/example/android/vault/
DUtils.java59 final InputStream in = new FileInputStream(file); in readFully() local
DEncryptedDocument.java307 private int writeSection(RandomAccessFile f, InputStream in) in writeSection()
/development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
DHelloCompute.java45 ImageView in = (ImageView) findViewById(R.id.displayin); in onCreate() local
/development/tools/bugreport/src/com/android/bugreport/monkey/
DMonkeyLogParser.java48 public void parse(Bugreport bugreport, Lines<? extends Line> in) throws IOException { in parse()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DDiskLruCache.java215 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
DImageFetcher.java270 BufferedInputStream in = null; in downloadUrlToStream() local
/development/tools/bugreport/src/com/android/bugreport/util/
DLines.java59 public static Lines<Line> readLines(BufferedReader in) throws IOException { in readLines()
/development/samples/RSSReader/src/com/example/android/rssreader/
DRssReader.java313 InputStream in = connection.getInputStream(); in run() local
481 void parseRSS(InputStream in, RSSListAdapter adapter) throws IOException, in parseRSS()
/development/apps/Development/src/com/android/development/
DLogViewer.java78 final DataInputStream in; field in LogViewer.LogReader
/development/samples/training/network-usage/src/com/example/android/networkusage/
DStackOverflowXmlParser.java37 public List<Entry> parse(InputStream in) throws XmlPullParserException, IOException { in parse()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
DFeedParser.java58 public List<Entry> parse(InputStream in) in parse()
/development/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnConnection.java163 FileInputStream in = new FileInputStream(iface.getFileDescriptor()); in run() local
/development/samples/ApiDemos/src/com/example/android/apis/content/
DDocumentsSample.java386 public static byte[] readFullyNoClose(InputStream in) throws IOException { in readFullyNoClose()
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DShims.java60 Node(Parcel in) {} in Node()
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java338 public void copy(InputStream in, OutputStream out) throws IOException { in copy()
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
DVoicemailProviderHelpers.java322 private void copyStreamData(InputStream in, OutputStream out) throws IOException { in copyStreamData()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPresentationActivity.java553 private DemoPresentationContents(Parcel in) { in DemoPresentationContents()
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java1169 SavedState(Parcel in) { in SavedState()

12