OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:doWrite
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/core/java/com/android/server/net/
DelayedDiskWrite.java
61
doWrite
(filePath, w, open);
66
private void
doWrite
(String filePath, Writer w, boolean open) {
/libcore/luni/src/main/java/java/io/
PrintWriter.java
601
doWrite
(buf, offset, count);
616
doWrite
(new char[] { (char) oneChar }, 0, 1);
619
private final void
doWrite
(char[] buf, int offset, int count) {
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java
344
private native boolean
doWrite
(byte[] buf);
350
boolean result =
doWrite
(buf);
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java
332
private native boolean
doWrite
(byte[] buf);
338
boolean result =
doWrite
(buf);
Completed in 296 milliseconds