/packages/apps/DocumentsUI/src/com/android/documentsui/archives/ |
D | WriteableArchive.java | 223 ParcelFileDescriptor[] pipe; in openDocument() local 225 pipe = ParcelFileDescriptor.createReliablePipe(); in openDocument() 231 final ParcelFileDescriptor inputPipe = pipe[0]; in openDocument() 274 FileUtils.closeQuietly(pipe[0]); in openDocument() 275 FileUtils.closeQuietly(pipe[1]); in openDocument() 279 return pipe[1]; in openDocument()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/ |
D | TestUtils.java | 97 ParcelFileDescriptor[] pipe = null; in getNonSeekableDescriptor() local 99 pipe = ParcelFileDescriptor.createPipe(); in getNonSeekableDescriptor() 100 final ParcelFileDescriptor finalOutputPipe = pipe[1]; in getNonSeekableDescriptor() 122 return pipe[0]; in getNonSeekableDescriptor()
|
/packages/apps/Car/Cluster/src/android/car/cluster/ |
D | NetworkedVirtualDisplay.java | 368 RandomAccessFile pipe = new RandomAccessFile(PIPE_DEVICE, "rw"); in tryPipeConnect() local 372 pipe.write(temp); in tryPipeConnect() 376 int signal = pipe.read(); in tryPipeConnect() 379 signal = pipe.read(); in tryPipeConnect() 381 return new PipeThread(mHandler, pipe); in tryPipeConnect()
|
D | PipeThread.java | 39 PipeThread(Handler handler, RandomAccessFile pipe) { in PipeThread() argument 41 mPipe = pipe; in PipeThread()
|
/packages/apps/Gallery2/src/com/android/gallery3d/provider/ |
D | GalleryProvider.java | 209 final ParcelFileDescriptor[] pipe = ParcelFileDescriptor.createPipe(); in openPipeHelper() local 214 func.writeDataToPipe(pipe[1], args); in openPipeHelper() 217 Utils.closeSilently(pipe[1]); in openPipeHelper() 222 return pipe[0]; in openPipeHelper()
|
/packages/modules/DnsResolver/ |
D | README-DoT.md | 51 "reliable datagram pipe" (`socketpair()` in `SOCK_SEQPACKET` mode). 52 The query method writes a struct (containing a pointer to the query) to the pipe 54 reads off the other end of the pipe. The pipe doesn't actually have a queue "inside"; 58 We need to pass messages between threads using a pipe, and not a condition variable
|
D | stats.proto | 247 SYS_EPIPE = 32; // Broken pipe
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | EventLogTags.logtags | 21 # @param enabled_sources A pipe-separated list of source names, ordered by source ranking. 29 # @param A pipe-separated list of suggestion log names. 31 # @param queried_sources A pipe-separated list of the sources that were queried to produce
|
/packages/apps/Nfc/nci/jni/ |
D | HciEventManager.cpp | 143 eventData->rcvd_evt.pipe, eventData->rcvd_evt.evt_len); in nfaHciCallback() 146 if (eventData->rcvd_evt.pipe == sEsePipe) { in nfaHciCallback() 148 } else if (eventData->rcvd_evt.pipe == sSimPipe) { in nfaHciCallback()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | StubProvider.java | 435 ParcelFileDescriptor[] pipe; in startWrite() local 437 pipe = ParcelFileDescriptor.createReliablePipe(); in startWrite() 441 final ParcelFileDescriptor readPipe = pipe[0]; in startWrite() 442 final ParcelFileDescriptor writePipe = pipe[1]; in startWrite() 488 private void closePipeWithErrorSilently(ParcelFileDescriptor pipe, String error) { in closePipeWithErrorSilently() argument 490 pipe.closeWithError(error); in closePipeWithErrorSilently()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | sl_wordlist.combined.gz | 1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
D | pl_wordlist.combined.gz |
|
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | hr_wordlist.combined.gz | 1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ... |
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |
D | es_wordlist.combined.gz | 1dictionary=main:es,locale=es,description=Español,date=1414726268, ... |
D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |