/development/tools/idegen/src/ |
D | Files.java | 30 int read; in toString() local 33 while ((read = in.read(buffer)) > -1) { in toString() 34 builder.append(buffer, 0, read); in toString()
|
/development/tools/axl/ |
D | chewperf.py | 12 f = open(sys.argv[1]).read() 28 f = open(sys.argv[1]).read() 46 f = open(sys.argv[1]).read()
|
D | udpServer.py | 7 buf = open("random.dat").read()
|
D | chewie.py | 158 thread, queued, opened, send, sent, reading, read, uri, server, y = val 165 arrow = pylab.Arrow(reading, y, read - reading, 0)
|
/development/samples/ApiDemos/assets/ |
D | read_asset.txt | 3 It was read and placed into the TextView here.
|
/development/ndk/sources/android/libportable/common/include/ |
D | filefd_portable.h | 41 extern int WRAP(read)(int fd, void *buf, size_t count);
|
/development/ndk/platforms/android-3/include/linux/ |
D | android_pmem.h | 46 ssize_t (*read) (struct file *, char __user *, size_t, long long *); member
|
D | sysfs.h | 45 ssize_t (*read)(struct kobject *, char *, loff_t, size_t); member
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | ReadAsset.java | 58 is.read(buffer); in onCreate()
|
D | ExternalStorage.java | 201 is.read(data); in createExternalStoragePublicPicture() 265 is.read(data); in createExternalStoragePrivatePicture() 327 is.read(data); in createExternalStoragePrivateFile()
|
D | FileProvider.java | 136 while ((n=args.read(buffer)) >= 0) { in writeDataToPipe()
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | PhotoDownloadRunnable.java | 214 readResult = byteStream.read(tempBuffer, bufferOffset, in run() 304 int readResult = byteStream.read( in run()
|
/development/samples/training/basic/ActivityLifecycle/ |
D | local.properties | 8 # For customization when using a Version Control System, please read the
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | ImageDownloader.java | 340 int read; in copy() local 341 while ((read = in.read(b)) != -1) { in copy() 342 out.write(b, 0, read); in copy()
|
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
D | ToyVpnService.java | 178 int length = in.read(packet.array()); in run() 195 length = tunnel.read(packet); in run() 280 int length = tunnel.read(packet); in handshake()
|
/development/ndk/sources/android/libportable/arch-mips/ |
D | filefd.c | 433 int WRAP(read)(int fd, void *buf, size_t count) in WRAP() argument 452 rv = REAL(read)(fd, buf, count); in WRAP() 460 rv = REAL(read)(fd, buf, count); in WRAP() 466 rv = REAL(read)(fd, buf, count); in WRAP()
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
D | ChatManager.java | 44 bytes = iStream.read(buffer); in run()
|
/development/scripts/ |
D | add-accounts | 36 out = proc.stdout.read()
|
D | add-accounts-sdk | 36 out = proc.stdout.read()
|
/development/ndk/platforms/android-3/include/linux/nfsd/ |
D | xdr.h | 130 struct nfsd_readargs read; member
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | ActionBarShareActionProviderActivity.java | 104 while ((length = inputStream.read(buffer)) > 0){ in copyPrivateRawResuorceToPubliclyAccessibleFile()
|
/development/tools/line_endings/ |
D | line_endings.c | 74 amt = read(fd, buf, amt2); in main()
|
/development/samples/UiAutomator/ |
D | README | 3 This demos how we read content-description to properly open the
|
/development/apps/OBJViewer/com/android/objviewer/ |
D | OBJViewer.java | 285 return is.read() | (is.read() << 8); in readInt16()
|
/development/samples/KeyChainDemo/src/com/example/android/keychain/ |
D | SecureWebServer.java | 177 bis.read(embeddedImage); in createBase64Image()
|