Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 102) sorted by relevance

12345

/development/tools/idegen/src/
DFiles.java30 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/
Dchewperf.py12 f = open(sys.argv[1]).read()
28 f = open(sys.argv[1]).read()
46 f = open(sys.argv[1]).read()
DudpServer.py7 buf = open("random.dat").read()
Dchewie.py158 thread, queued, opened, send, sent, reading, read, uri, server, y = val
165 arrow = pylab.Arrow(reading, y, read - reading, 0)
/development/samples/ApiDemos/assets/
Dread_asset.txt3 It was read and placed into the TextView here.
/development/ndk/sources/android/libportable/common/include/
Dfilefd_portable.h41 extern int WRAP(read)(int fd, void *buf, size_t count);
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java340 int read; in copy() local
341 while ((read = in.read(b)) != -1) { in copy()
342 out.write(b, 0, read); in copy()
/development/samples/devbytes/telephony/SmsSampleProject/
Dlocal.properties.sample5 # For customization when using a Version Control System, please read the
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoDownloadRunnable.java214 readResult = byteStream.read(tempBuffer, bufferOffset, in run()
304 int readResult = byteStream.read( in run()
/development/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnService.java178 int length = in.read(packet.array()); in run()
195 length = tunnel.read(packet); in run()
280 int length = tunnel.read(packet); in handshake()
/development/samples/Vault/src/com/example/android/vault/
DEncryptedDocument.java275 section.read(f); in readSection()
284 while ((n = f.read(inbuf, 0, (int) Math.min(section.length, inbuf.length))) != -1) { in readSection()
327 while ((n = in.read(inbuf)) != -1) { in writeSection()
363 public void read(RandomAccessFile f) throws IOException { in read() method in EncryptedDocument.Section
DUtils.java64 while ((count = in.read(buffer)) != -1) { in readFully()
/development/ndk/sources/android/libportable/arch-mips/
Dfilefd.c432 int WRAP(read)(int fd, void *buf, size_t count) in WRAP() argument
451 rv = REAL(read)(fd, buf, count); in WRAP()
459 rv = REAL(read)(fd, buf, count); in WRAP()
465 rv = REAL(read)(fd, buf, count); in WRAP()
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DJsonUtils.java42 is.read(buffer); in loadJsonFile()
/development/ndk/platforms/android-3/include/linux/
Dandroid_pmem.h46 ssize_t (*read) (struct file *, char __user *, size_t, long long *); member
Dsysfs.h45 ssize_t (*read)(struct kobject *, char *, loff_t, size_t); member
/development/samples/ApiDemos/src/com/example/android/apis/content/
DReadAsset.java58 is.read(buffer); in onCreate()
DExternalStorage.java201 is.read(data); in createExternalStoragePublicPicture()
265 is.read(data); in createExternalStoragePrivatePicture()
327 is.read(data); in createExternalStoragePrivateFile()
/development/samples/browseable/CardEmulation/
D_index.jd12 The "CardReader" sample can be used to read the loyalty card implemented in this sample.
/development/samples/training/basic/ActivityLifecycle/
Dlocal.properties8 # For customization when using a Version Control System, please read the
/development/samples/browseable/CardReader/
D_index.jd8 … that do not contain NDEF or Android Beam data. This sample is designed to read the virtual
/development/ndk/platforms/android-L/include/
Dunistd.h140 extern ssize_t read(int, void *, size_t);
221 ssize_t read(int fd, void* buf, size_t count) { in read() function
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
DChatManager.java44 bytes = iStream.read(buffer); in run()
/development/scripts/
Dadd-accounts-sdk36 out = proc.stdout.read()
Dadd-accounts36 out = proc.stdout.read()

12345