HomeSort by relevance Sort by last modified time
    Searched refs:closeWithError (Results 1 - 24 of 24) sorted by null

  /cts/tests/tests/os/src/android/os/cts/
IParcelFileDescriptorPeer.aidl 43 void closeWithError(String msg);
ParcelFileDescriptorProcessTest.java 155 red.closeWithError("OMG MUFFINS");
208 blue.closeWithError("OMG BANANAS");
249 blue.closeWithError("BLUE RAWR");
250 red.closeWithError("RED RAWR");
289 red.closeWithError("RAWR RED");
303 red.closeWithError(msg);
ParcelFileDescriptorTest.java 302 blue.closeWithError("OMG MUFFINS");
322 blue.closeWithError("OMG MUFFINS");
357 file.closeWithError("OMG BANANAS");
384 blue.closeWithError("BLUE RAWR");
385 red.closeWithError("RED RAWR");
412 red.closeWithError("RAWR RED");
ParcelFileDescriptorPeer.java 151 public void closeWithError(String msg) throws RemoteException {
153 mLocal.closeWithError(msg);
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
PipeManager.java 86 mDescriptors[1].closeWithError("Failed to stream a file.");
108 mDescriptors[1].closeWithError("Failed to stream a thumbnail.");
  /development/samples/Vault/src/com/example/android/vault/
Utils.java 43 pfd.closeWithError(msg);
  /prebuilts/go/darwin-x86/src/io/
pipe_test.go 147 CloseWithError(error) error
154 closeWithError bool
158 return fmt.Sprintf("async=%v err=%v closeWithError=%v", p.async, p.err, p.closeWithError)
173 if tt.closeWithError {
174 err = cl.CloseWithError(tt.err)
324 r.CloseWithError(testError1{})
328 r.CloseWithError(testError2{})
334 w.CloseWithError(testError1{})
338 w.CloseWithError(testError2{}
    [all...]
  /prebuilts/go/linux-x86/src/io/
pipe_test.go 147 CloseWithError(error) error
154 closeWithError bool
158 return fmt.Sprintf("async=%v err=%v closeWithError=%v", p.async, p.err, p.closeWithError)
173 if tt.closeWithError {
174 err = cl.CloseWithError(tt.err)
324 r.CloseWithError(testError1{})
328 r.CloseWithError(testError2{})
334 w.CloseWithError(testError1{})
338 w.CloseWithError(testError2{}
    [all...]
  /development/samples/Vault/tests/src/com/example/android/vault/
EncryptedDocumentTest.java 232 pipe[1].closeWithError("ZOMG");
  /packages/apps/DocumentsUI/src/com/android/documentsui/archives/
WriteableArchive.java 257 // the pipe with close() instead of closeWithError().
260 inputPipe.closeWithError("Writing failure.");
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 438 * {@link #closeWithError(String)} which can be handled by the read end
483 * {@link #closeWithError(String)} which can be detected by the other end
674 * {@link #closeWithError(String)}.
722 public void closeWithError(String msg) throws IOException {
725 mWrapped.closeWithError(msg);
872 * {@link #closeWithError(String)}.
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
CopyJob.java 660 dstFile.closeWithError("Error copying bytes.");
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
StubProvider.java 490 pipe.closeWithError(error);
    [all...]
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
FakeTvProvider.java     [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java     [all...]
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 643 milliseconds