/development/perftests/panorama/feature_mos/src/mosaic/ |
D | ImageUtils.cpp | 28 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()
|
D | Interp.h | 51 ImageTypeShortBase *in = img->ptr[yi-1] + xi - 1; in ciCalc() local
|
D | Pyramid.cpp | 148 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/ |
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/tools/idegen/src/ |
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
|
D | Files.java | 31 Reader in = new FileReader(file); in toString() local
|
/development/perftests/panorama/feature_stab/src/dbreg/ |
D | vp_motionmodel.c | 90 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/browseable/TextSwitcher/src/com.example.android.textswitcher/ |
D | MainActivity.java | 56 Animation in = AnimationUtils.loadAnimation(this, in onCreate() local
|
/development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/ |
D | DirectoryEntry.java | 31 protected DirectoryEntry(Parcel in) { in DirectoryEntry()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | TextSwitcher1.java | 51 Animation in = AnimationUtils.loadAnimation(this, in onCreate() local
|
/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/samples/Vault/src/com/example/android/vault/ |
D | Utils.java | 59 final InputStream in = new FileInputStream(file); in readFully() local
|
/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/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
D | PhotoItem.java | 76 private PhotoItem(Parcel in) { in PhotoItem()
|
/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/browseable/DirectBoot/src/com.example.android.directboot/alarms/ |
D | Alarm.java | 43 protected Alarm(Parcel in) { in Alarm()
|
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
D | ToyVpnService.java | 159 FileInputStream in = new FileInputStream(mInterface.getFileDescriptor()); in run() local
|
/development/apps/Development/src/com/android/development/ |
D | LogViewer.java | 78 final DataInputStream in; field in LogViewer.LogReader
|
/development/ndk/platforms/android-21/include/linux/ |
D | netfilter.h | 72 struct in_addr in; member
|
/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/perftests/panorama/feature_stab/src/dbregtest/ |
D | PgmImage.cpp | 111 ifstream in(filename.c_str(),std::ios::in | std::ios::binary); in ReadPGM() local
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | DocumentsSample.java | 359 public static byte[] readFullyNoClose(InputStream in) throws IOException { in readFullyNoClose()
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/ |
D | FeedParser.java | 58 public List<Entry> parse(InputStream in) in parse()
|