Home
last modified time | relevance | path

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

12

/development/perftests/panorama/feature_mos/src/mosaic/
DImageUtils.cpp28 void ImageUtils::rgba2yvu(ImageType out, ImageType in, int width, int height) in rgba2yvu()
73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) in rgb2yvu()
116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) in rgb2gray()
146 ImageType ImageUtils::rgb2gray(ImageType out, ImageType in, int width, int height) in rgb2gray()
176 ImageType *ImageUtils::imageTypeToRowPointers(ImageType in, int width, int height) in imageTypeToRowPointers()
190 void ImageUtils::yvu2rgb(ImageType out, ImageType in, int width, int height) in yvu2rgb()
235 void ImageUtils::yvu2bgr(ImageType out, ImageType in, int width, int height) in yvu2bgr()
DInterp.h51 ImageTypeShortBase *in = img->ptr[yi-1] + xi - 1; in ciCalc() local
DPyramid.cpp148 void PyramidShort::BorderExpandOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr, in BorderExpandOdd()
213 void PyramidShort::BorderReduceOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr) in BorderReduceOdd()
/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.java204 BufferedReader in = new BufferedReader(new FileReader(file)); in parsePackageName() local
254 BufferedReader in = new BufferedReader(new FileReader(file)); in parseFile() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DTextSwitcher1.java51 Animation in = AnimationUtils.loadAnimation(this, in onCreate() local
/development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
DHelloCompute.java45 ImageView in = (ImageView) findViewById(R.id.displayin); 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/perftests/panorama/feature_stab/src/dbreg/
Dvp_motionmodel.c90 int inv4Mat(const VP_MOTION* in, VP_MOTION* out) in inv4Mat()
179 int vp_invert_motion(const VP_MOTION* in,VP_MOTION* out) in vp_invert_motion()
338 int vp_zoom_motion2d(VP_MOTION* in, VP_MOTION* out, in vp_zoom_motion2d()
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DPhotoItem.java76 private PhotoItem(Parcel in) { in PhotoItem()
/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/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/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnService.java159 FileInputStream in = new FileInputStream(mInterface.getFileDescriptor()); in run() local
/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/ndk/platforms/android-L/include/linux/
Dnetfilter.h71 struct in_addr in; member
/development/perftests/panorama/feature_stab/src/dbregtest/
DPgmImage.cpp111 ifstream in(filename.c_str(),std::ios::in | std::ios::binary); in ReadPGM() local
/development/samples/ApiDemos/src/com/example/android/apis/content/
DDocumentsSample.java359 public static byte[] readFullyNoClose(InputStream in) throws IOException { in readFullyNoClose()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
DFeedParser.java58 public List<Entry> parse(InputStream in) in parse()
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java338 public void copy(InputStream in, OutputStream out) throws IOException { in copy()

12