/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
H A D | ChatManager.java | 68 public void write(byte[] buffer) { method in class:ChatManager 70 oStream.write(buffer); 72 Log.e(TAG, "Exception during write", e);
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
H A D | Output.java | 23 * An {@link Output} objects is an helper to write to a character stream {@link Writer}. 26 * to help them write to the underlying stream. 37 * @param writer The writer to write to. Could be a file, a string, etc. 51 public void write(String format, Object... args) { method in class:Output 53 mWriter.write(String.format(format, args)); 62 * @param c The character to write. 64 public void write(char c) { method in class:Output 65 write(Character.toString(c)); 71 * @param sb The {@link StringBuilder#toString()} method is used to ge the string to write. 73 public void write(StringBuilde method in class:Output [all...] |
H A D | AccessSourcer.java | 25 * {@link #IS_METHOD}), the {@link #write(int, int)} method can generate a string 96 public void write(int access, int filter) { method in class:AccessSourcer 103 mOutput.write(" "); 105 mOutput.write(f.toString());
|
/development/ndk/platforms/android-3/include/linux/ |
H A D | sysfs.h | 46 ssize_t (*write)(struct kobject *, char *, loff_t, size_t); member in struct:bin_attribute
|
H A D | nfs_xdr.h | 515 int (*write) (struct nfs_write_data *); member in struct:nfs_rpc_ops
|
H A D | cdrom.h | 579 __u8 write : 1; member in struct:mrw_feature_desc 581 __u8 write : 1; member in struct:mrw_feature_desc
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
H A D | AdbMessage.java | 106 public boolean write(AdbDevice device) { method in class:AdbMessage
|
/development/tools/axl/ |
H A D | axl.py | 35 def write(self, data): member in class:BaseProtocol 36 self.log("BaseProtocol.write()", len(data), data) 37 return self.transport.write(data) 50 self.write("HTTP/1.1 200 OK\r\n") 51 self.write("Content-Length: %d\r\n\r\n" % len(response)) 53 self.write(response) 78 self.write("welcome to the jungle baby\r\n") 85 self.write("HTTP/1.1 200 OK\r\n") 86 self.write("Cache-Contr") 95 self.write("HTT [all...] |
/development/ndk/platforms/android-3/include/linux/nfsd/ |
H A D | xdr.h | 131 struct nfsd_writeargs write; member in union:nfsd_xdrstore
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
H A D | BluetoothChatService.java | 215 * @param out The bytes to write 216 * @see ConnectedThread#write(byte[]) 218 public void write(byte[] out) { method in class:BluetoothChatService 226 // Perform the write unsynchronized 227 r.write(out); 471 * @param buffer The bytes to write 473 public void write(byte[] buffer) { method in class:BluetoothChatService.ConnectedThread 475 mmOutStream.write(buffer); 481 Log.e(TAG, "Exception during write", e);
|
/development/samples/Vault/src/com/example/android/vault/ |
H A D | EncryptedDocument.java | 173 * @param contentOut write end of a pipe. 198 * Encrypt and write both the metadata and content sections of this 202 * swapping into place only when write is successful. 213 // contents during write, and also to recover from failed writes. 238 // Rewind and write metadata section 289 out.write(outbuf); 298 out.write(outbuf); 303 * Encrypt and write the given stream as a full section. Writes section 313 section.write(f); 332 f.write(outbu 369 public void write(RandomAccessFile f) throws IOException { method in class:EncryptedDocument.Section [all...] |
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/ |
H A D | BluetoothChatService.java | 240 * @param out The bytes to write 241 * @see ConnectedThread#write(byte[]) 243 public void write(byte[] out) { method in class:BluetoothChatService 251 // Perform the write unsynchronized 252 r.write(out); 497 * @param buffer The bytes to write 499 public void write(byte[] buffer) { method in class:BluetoothChatService.ConnectedThread 501 mmOutStream.write(buffer); 507 Log.e(TAG, "Exception during write", e);
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
H A D | mtd.h | 105 int (*write) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf); member in struct:mtd_info
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
H A D | DiskLruCache.java | 200 writer.write(buffer, 0, count); 432 writer.write(MAGIC); 433 writer.write("\n"); 434 writer.write(VERSION_1); 435 writer.write("\n"); 436 writer.write(Integer.toString(appVersion)); 437 writer.write("\n"); 438 writer.write(Integer.toString(valueCount)); 439 writer.write("\n"); 440 writer.write("\ 862 @Override public void write(int oneByte) { method in class:DiskLruCache.Editor.FaultHidingOutputStream 870 @Override public void write(byte[] buffer, int offset, int length) { method in class:DiskLruCache.Editor.FaultHidingOutputStream [all...] |
/development/ndk/platforms/android-9/arch-mips/include/asm/sgi/ |
H A D | ioc.h | 184 volatile u8 write; member in struct:sgioc_regs
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
H A D | sgiarcs.h | 224 LONG write; member in struct:linux_romvec
|
/development/ndk/platforms/android-L/include/linux/ |
H A D | cdrom.h | 622 __u8 write : 1; member in struct:mrw_feature_desc 625 __u8 write : 1; member in struct:mrw_feature_desc
|
/development/samples/training/basic/ActivityLifecycle/libs/ |
H A D | android-support-v13.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ... |
/development/samples/training/multiscreen/newsreader/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ... |
/development/samples/training/AnimationsDemo/libs/ |
H A D | android-support-v13.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ... |
/development/samples/training/InteractiveChart/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ... |
/development/samples/training/basic/FragmentBasics/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/development/samples/training/location-aware/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/development/samples/ControllerSample/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/development/samples/training/ContactsList/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |