Home
last modified time | relevance | path

Searched +defs:delegate +defs:delegate (Results 1 – 25 of 3706) sorted by relevance

12345678910>>...149

/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava-reporter/metalava-reporter/linux_glibc_common/local-javac-header/
Dmetalava-reporter.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/tools__metalava__metalava-reporter__linux_glibc_common__metalava- ...
/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava-reporter/metalava-reporter/linux_glibc_common/kotlin/
Dmetalava-reporter.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/tools__metalava__metalava-reporter__linux_glibc_common__metalava- ...
/aosp_15_r20/external/cronet/base/files/
H A Dfile_path_watcher_unittest.cc421 TestDelegateBase* delegate, in SetupWatch()
431 TestDelegateBase* delegate, in SetupWatchWithOptions()
441 TestDelegateBase* delegate, in SetupWatchWithChangeInfo()
452 TestDelegate delegate; in TEST_F() local
467 TestDelegate delegate; in TEST_F() local
484 TestDelegate delegate; in TEST_F() local
499 TestDelegate delegate; in TEST_F() local
513 TestDelegate delegate; in TEST_F() local
528 TestDelegate delegate; in TEST_F() local
543 TestDelegate delegate; in TEST_F() local
[all …]
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DFixedLengthSourceTest.kt26 val delegate = Buffer().writeUtf8("abcdefghijklmnop") in happyPathWithTruncate() constant
39 val delegate = Buffer().writeUtf8("abcdefghijklmnop") in happyPathNoTruncate() constant
52 val delegate = Buffer().writeUtf8("abcdefghijklmnopqr") in delegateTooLongWithTruncate() constant
65 val delegate = Buffer().writeUtf8("abcdefghijklmnop") in delegateTooLongWithTruncateFencepost() constant
76 val delegate = Buffer().writeUtf8("abcdefghijklmnopqr") in delegateTooLongNoTruncate() constant
99 val delegate = Buffer().writeUtf8("abcdefghijklmnop") in delegateTooLongNoTruncateFencepost() constant
122 val delegate = Buffer().writeUtf8("abcdefghijklmn") in delegateTooShortWithTruncate() constant
145 val delegate = Buffer().writeUtf8("abcdefghijklmn") in delegateTooShortNoTruncate() constant
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/reflect/
H A DInvokableTest.java258 Invokable<?, Prepender> delegate = Prepender.constructor(String.class, int.class); in testConstructor_parameters() local
272 Invokable<?, Prepender> delegate = Prepender.constructor(String.class, int.class); in testConstructor_call() local
279 Invokable<?, Prepender> delegate = in testConstructor_returning() local
287 Invokable<?, Prepender> delegate = Prepender.constructor(String.class, int.class); in testConstructor_invalidReturning() local
292 Invokable<?, ?> delegate = Prepender.method("prepend", String.class, Iterable.class); in testStaticMethod_returnType() local
297 Invokable<?, ?> delegate = Prepender.method("prepend", String.class, Iterable.class); in testStaticMethod_exceptionTypes() local
302 Invokable<?, ?> delegate = Prepender.method("prepend", String.class, Iterable.class); in testStaticMethod_typeParameters() local
309 Invokable<?, ?> delegate = Prepender.method("prepend", String.class, Iterable.class); in testStaticMethod_parameters() local
323 Invokable<?, ?> delegate = Prepender.method("prepend", String.class, Iterable.class); in testStaticMethod_call() local
331 Invokable<?, Iterable<String>> delegate = in testStaticMethod_returning() local
[all …]
H A DAbstractInvocationHandlerTest.java83 private static List<String> newDelegatingList(List<String> delegate) { in newDelegatingList()
88 private static List<String> newDelegatingListWithEquals(List<String> delegate) { in newDelegatingListWithEquals()
93 private static Iterable<String> newDelegatingIterableWithEquals(Iterable<String> delegate) { in newDelegatingIterableWithEquals()
98 private static List<String> newProxyWithSubHandler1(List<String> delegate) { in newProxyWithSubHandler1()
103 private static List<String> newProxyWithSubHandler2(List<String> delegate) { in newProxyWithSubHandler2()
116 final Object delegate; field in AbstractInvocationHandlerTest.DelegatingInvocationHandler
118 DelegatingInvocationHandler(Object delegate) { in DelegatingInvocationHandler()
135 DelegatingInvocationHandlerWithEquals(Object delegate) { in DelegatingInvocationHandlerWithEquals()
161 SubHandler1(Object delegate) { in SubHandler1()
167 SubHandler2(Object delegate) { in SubHandler2()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/reflect/
H A DInvokableTest.java258 Invokable<?, Prepender> delegate = Prepender.constructor(String.class, int.class); in testConstructor_parameters() local
272 Invokable<?, Prepender> delegate = Prepender.constructor(String.class, int.class); in testConstructor_call() local
279 Invokable<?, Prepender> delegate = in testConstructor_returning() local
287 Invokable<?, Prepender> delegate = Prepender.constructor(String.class, int.class); in testConstructor_invalidReturning() local
292 Invokable<?, ?> delegate = Prepender.method("prepend", String.class, Iterable.class); in testStaticMethod_returnType() local
297 Invokable<?, ?> delegate = Prepender.method("prepend", String.class, Iterable.class); in testStaticMethod_exceptionTypes() local
302 Invokable<?, ?> delegate = Prepender.method("prepend", String.class, Iterable.class); in testStaticMethod_typeParameters() local
309 Invokable<?, ?> delegate = Prepender.method("prepend", String.class, Iterable.class); in testStaticMethod_parameters() local
323 Invokable<?, ?> delegate = Prepender.method("prepend", String.class, Iterable.class); in testStaticMethod_call() local
331 Invokable<?, Iterable<String>> delegate = in testStaticMethod_returning() local
[all …]
H A DAbstractInvocationHandlerTest.java83 private static List<String> newDelegatingList(List<String> delegate) { in newDelegatingList()
88 private static List<String> newDelegatingListWithEquals(List<String> delegate) { in newDelegatingListWithEquals()
93 private static Iterable<String> newDelegatingIterableWithEquals(Iterable<String> delegate) { in newDelegatingIterableWithEquals()
98 private static List<String> newProxyWithSubHandler1(List<String> delegate) { in newProxyWithSubHandler1()
103 private static List<String> newProxyWithSubHandler2(List<String> delegate) { in newProxyWithSubHandler2()
116 final Object delegate; field in AbstractInvocationHandlerTest.DelegatingInvocationHandler
118 DelegatingInvocationHandler(Object delegate) { in DelegatingInvocationHandler()
135 DelegatingInvocationHandlerWithEquals(Object delegate) { in DelegatingInvocationHandlerWithEquals()
161 SubHandler1(Object delegate) { in SubHandler1()
167 SubHandler2(Object delegate) { in SubHandler2()
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_http_job_unittest.cc237 TestDelegate delegate; in TEST_F() local
283 TestDelegate delegate; in TEST_F() local
333 TestDelegate delegate; in TEST_F() local
374 URLRequest::Delegate* delegate) { in CreateFirstPartyRequest()
410 TestDelegate delegate; in TEST_F() local
435 TestDelegate delegate; in TEST_F() local
462 TestDelegate delegate; in TEST_F() local
494 TestDelegate delegate; in TEST_F() local
520 TestDelegate delegate; in TEST_F() local
549 TestDelegate delegate; in TEST_F() local
[all …]
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_path_watcher_unittest.cc58 void OnChange(TestDelegate* delegate) { in OnChange()
64 void Register(TestDelegate* delegate) { in Register()
81 void RecordChange(TestDelegate* delegate) { in RecordChange()
221 TestDelegateBase* delegate, in SetupWatch()
231 std::unique_ptr<TestDelegate> delegate(new TestDelegate(collector())); in TEST_F() local
243 std::unique_ptr<TestDelegate> delegate(new TestDelegate(collector())); in TEST_F() local
257 std::unique_ptr<TestDelegate> delegate(new TestDelegate(collector())); in TEST_F() local
269 std::unique_ptr<TestDelegate> delegate(new TestDelegate(collector())); in TEST_F() local
318 std::unique_ptr<TestDelegate> delegate(new TestDelegate(collector())); in TEST_F() local
341 std::unique_ptr<TestDelegate> delegate(new TestDelegate(collector())); in TEST_F() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/nnapi/
H A DNnApiDelegateTest.java50 try (NnApiDelegate delegate = new NnApiDelegate(); // Without options. in testBasic()
51 Interpreter interpreter = new Interpreter(MODEL_BUFFER, options.addDelegate(delegate))) { in testBasic()
58 try (NnApiDelegate delegate = new NnApiDelegate()) { in testAccessBeforeInterpreterInitialized()
84 try (NnApiDelegate delegate = new NnApiDelegate(); // Without options. in testWithoutNnApiDelegateOptions()
85 Interpreter interpreter = new Interpreter(MODEL_BUFFER, options.addDelegate(delegate))) { in testWithoutNnApiDelegateOptions()
104 try (NnApiDelegate delegate = new NnApiDelegate(); in testInterpreterWithNnApi()
105 Interpreter interpreter = new Interpreter(MODEL_BUFFER, options.addDelegate(delegate))) { in testInterpreterWithNnApi()
127 try (NnApiDelegate delegate = new NnApiDelegate(); in testInterpreterWithNnApiAndXNNPack()
128 Interpreter interpreter = new Interpreter(MODEL_BUFFER, options.addDelegate(delegate))) { in testInterpreterWithNnApiAndXNNPack()
147 try (NnApiDelegate delegate = new NnApiDelegate(nnApiOptions); in testInterpreterWithNnApiAllowFp16()
[all …]
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DSynchronized.java74 final Object delegate; field in Synchronized.SynchronizedObject
77 SynchronizedObject(Object delegate, @CheckForNull Object mutex) { in SynchronizedObject()
82 Object delegate() { in delegate() method in Synchronized.SynchronizedObject
121 private SynchronizedCollection(Collection<E> delegate, @CheckForNull Object mutex) { in SynchronizedCollection()
127 Collection<E> delegate() { in delegate() method in Synchronized.SynchronizedCollection
232 SynchronizedSet(Set<E> delegate, @CheckForNull Object mutex) { in SynchronizedSet()
237 Set<E> delegate() { in delegate() method in Synchronized.SynchronizedSet
268 SynchronizedSortedSet(SortedSet<E> delegate, @CheckForNull Object mutex) { in SynchronizedSortedSet()
273 SortedSet<E> delegate() { in delegate() method in Synchronized.SynchronizedSortedSet
332 SynchronizedList(List<E> delegate, @CheckForNull Object mutex) { in SynchronizedList()
[all …]
H A DMultimaps.java660 Multimap<K, V> unmodifiableMultimap(Multimap<K, V> delegate) { in unmodifiableMultimap()
674 public static <K, V> Multimap<K, V> unmodifiableMultimap(ImmutableMultimap<K, V> delegate) { in unmodifiableMultimap()
680 final Multimap<K, V> delegate; field in Multimaps.UnmodifiableMultimap
687 UnmodifiableMultimap(final Multimap<K, V> delegate) { in UnmodifiableMultimap()
692 protected Multimap<K, V> delegate() { in delegate() method in Multimaps.UnmodifiableMultimap
791 UnmodifiableListMultimap(ListMultimap<K, V> delegate) { in UnmodifiableListMultimap()
796 public ListMultimap<K, V> delegate() { in delegate() method in Multimaps.UnmodifiableListMultimap
821 UnmodifiableSetMultimap(SetMultimap<K, V> delegate) { in UnmodifiableSetMultimap()
826 public SetMultimap<K, V> delegate() { in delegate() method in Multimaps.UnmodifiableSetMultimap
860 UnmodifiableSortedSetMultimap(SortedSetMultimap<K, V> delegate) { in UnmodifiableSortedSetMultimap()
[all …]
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DButtonController.java65 @NonNull protected final InCallButtonUiDelegate delegate; field in ButtonController.CheckableButtonController
74 protected CheckableButtonController( in CheckableButtonController()
159 protected SimpleCheckableButtonController( in SimpleCheckableButtonController()
188 protected final InCallButtonUiDelegate delegate; field in ButtonController.NonCheckableButtonController
196 InCallButtonUiDelegate delegate, in NonCheckableButtonController()
265 InCallButtonUiDelegate delegate, in SimpleNonCheckableButtonController()
288 public MuteButtonController(InCallButtonUiDelegate delegate) { in MuteButtonController()
307 @NonNull private final InCallButtonUiDelegate delegate; field in ButtonController.SpeakerButtonController
320 public SpeakerButtonController(@NonNull InCallButtonUiDelegate delegate) { in SpeakerButtonController()
416 public DialpadButtonController(@NonNull InCallButtonUiDelegate delegate) { in DialpadButtonController()
[all …]
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DSynchronized.java83 final Object delegate; field in Synchronized.SynchronizedObject
86 SynchronizedObject(Object delegate, @CheckForNull Object mutex) { in SynchronizedObject()
91 Object delegate() { in delegate() method in Synchronized.SynchronizedObject
130 private SynchronizedCollection(Collection<E> delegate, @CheckForNull Object mutex) { in SynchronizedCollection()
136 Collection<E> delegate() { in delegate() method in Synchronized.SynchronizedCollection
276 SynchronizedSet(Set<E> delegate, @CheckForNull Object mutex) { in SynchronizedSet()
281 Set<E> delegate() { in delegate() method in Synchronized.SynchronizedSet
312 SynchronizedSortedSet(SortedSet<E> delegate, @CheckForNull Object mutex) { in SynchronizedSortedSet()
317 SortedSet<E> delegate() { in delegate() method in Synchronized.SynchronizedSortedSet
376 SynchronizedList(List<E> delegate, @CheckForNull Object mutex) { in SynchronizedList()
[all …]
H A DMultimaps.java659 Multimap<K, V> unmodifiableMultimap(Multimap<K, V> delegate) { in unmodifiableMultimap()
673 public static <K, V> Multimap<K, V> unmodifiableMultimap(ImmutableMultimap<K, V> delegate) { in unmodifiableMultimap()
679 final Multimap<K, V> delegate; field in Multimaps.UnmodifiableMultimap
686 UnmodifiableMultimap(final Multimap<K, V> delegate) { in UnmodifiableMultimap()
691 protected Multimap<K, V> delegate() { in delegate() method in Multimaps.UnmodifiableMultimap
795 UnmodifiableListMultimap(ListMultimap<K, V> delegate) { in UnmodifiableListMultimap()
800 public ListMultimap<K, V> delegate() { in delegate() method in Multimaps.UnmodifiableListMultimap
825 UnmodifiableSetMultimap(SetMultimap<K, V> delegate) { in UnmodifiableSetMultimap()
830 public SetMultimap<K, V> delegate() { in delegate() method in Multimaps.UnmodifiableSetMultimap
864 UnmodifiableSortedSetMultimap(SortedSetMultimap<K, V> delegate) { in UnmodifiableSortedSetMultimap()
[all …]
/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DSuppliers.java113 public static <T extends @Nullable Object> Supplier<T> memoize(Supplier<T> delegate) { in memoize()
127 final Supplier<T> delegate; field in Suppliers.MemoizingSupplier
133 MemoizingSupplier(Supplier<T> delegate) { in MemoizingSupplier()
184 private volatile Supplier<T> delegate; field in Suppliers.NonSerializableMemoizingSupplier
188 NonSerializableMemoizingSupplier(Supplier<T> delegate) { in NonSerializableMemoizingSupplier()
213 Supplier<T> delegate = this.delegate; in toString() local
245 Supplier<T> delegate, long duration, TimeUnit unit) { in memoizeWithExpiration()
276 Supplier<T> delegate, Duration duration) { in memoizeWithExpiration()
290 final Supplier<T> delegate; field in Suppliers.ExpiringMemoizingSupplier
296 ExpiringMemoizingSupplier(Supplier<T> delegate, long durationNanos) { in ExpiringMemoizingSupplier()
[all …]
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DSuppliers.java113 public static <T extends @Nullable Object> Supplier<T> memoize(Supplier<T> delegate) { in memoize()
127 final Supplier<T> delegate; field in Suppliers.MemoizingSupplier
133 MemoizingSupplier(Supplier<T> delegate) { in MemoizingSupplier()
184 private volatile Supplier<T> delegate; field in Suppliers.NonSerializableMemoizingSupplier
188 NonSerializableMemoizingSupplier(Supplier<T> delegate) { in NonSerializableMemoizingSupplier()
213 Supplier<T> delegate = this.delegate; in toString() local
245 Supplier<T> delegate, long duration, TimeUnit unit) { in memoizeWithExpiration()
276 Supplier<T> delegate, Duration duration) { in memoizeWithExpiration()
290 final Supplier<T> delegate; field in Suppliers.ExpiringMemoizingSupplier
296 ExpiringMemoizingSupplier(Supplier<T> delegate, long durationNanos) { in ExpiringMemoizingSupplier()
[all …]
/aosp_15_r20/external/cronet/base/task/sequence_manager/
H A Dthread_controller_with_message_pump_impl_unittest.cc363 .WillOnce(Invoke([&log, this](MessagePump::Delegate* delegate) { in TEST_F()
371 .WillOnce(Invoke([&log, this](MessagePump::Delegate* delegate) { in TEST_F()
429 .WillOnce(Invoke([&log, this](MessagePump::Delegate* delegate) { in TEST_F()
435 .WillOnce(Invoke([&log, this](MessagePump::Delegate* delegate) { in TEST_F()
532 .WillOnce(Invoke([&](MessagePump::Delegate* delegate) { in TEST_F()
558 .WillOnce(Invoke([&](MessagePump::Delegate* delegate) { in TEST_F()
595 .WillOnce(Invoke([&](MessagePump::Delegate* delegate) { in TEST_F()
682 .WillOnce(Invoke([this](MessagePump::Delegate* delegate) { in TEST_F()
799 .WillOnce(Invoke([&](MessagePump::Delegate* delegate) { in TEST_F()
836 .WillOnce(Invoke([&](MessagePump::Delegate* delegate) { in TEST_F()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dxnnpack_delegate.cc256 const Delegate& delegate) { in Create()
1308 static TfLiteStatus CheckTensorFloat32OrQInt8Type(const Delegate& delegate, in CheckTensorFloat32OrQInt8Type()
1344 static TfLiteStatus CheckTensorQInt8OrQUInt8Type(const Delegate& delegate, in CheckTensorQInt8OrQUInt8Type()
1398 static TfLiteStatus CheckTensorFloat32OrQUInt8Type(const Delegate& delegate, in CheckTensorFloat32OrQUInt8Type()
1455 const Delegate& delegate, TfLiteContext* context, in CheckTensorFloat32OrQCInt8Type()
1523 static TfLiteStatus CheckTensorFloat32OrQInt32Type(const Delegate& delegate, in CheckTensorFloat32OrQInt32Type()
1563 const Delegate& delegate, TfLiteContext* context, in CheckTensorFloat32OrQCInt32Type()
1874 xnn_subgraph_t subgraph, const Delegate& delegate, TfLiteContext* context, in VisitNode()
2146 xnn_subgraph_t subgraph, const Delegate& delegate, in VisitAbsNode()
2180 xnn_subgraph_t subgraph, const Delegate& delegate, in VisitAddNode()
[all …]
/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Dembedded_test_server_unittest.cc221 TestDelegate delegate; in TEST_P() local
249 TestDelegate delegate; in TEST_P() local
279 TestDelegate delegate; in TEST_P() local
300 TestDelegate delegate; in TEST_P() local
335 TestDelegate delegate; in TEST_P() local
362 TestDelegate delegate; in TEST_P() local
481 void SendResponse(base::WeakPtr<HttpResponseDelegate> delegate) override { in SendResponse()
488 void SendInfinite(base::WeakPtr<HttpResponseDelegate> delegate) { in SendInfinite()
567 TestDelegate delegate; in TEST_P() local
591 TestDelegate delegate; in TEST_P() local
[all …]
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/internal/rbac/engine/
H A DGrpcAuthorizationEngine.java147 public abstract Matchers.StringMatcher delegate(); in delegate() method in GrpcAuthorizationEngine.AuthenticatedMatcher
153 public static AuthenticatedMatcher create(@Nullable Matchers.StringMatcher delegate) { in create()
180 public abstract Matchers.CidrMatcher delegate(); in delegate() method in GrpcAuthorizationEngine.DestinationIpMatcher
182 public static DestinationIpMatcher create(Matchers.CidrMatcher delegate) { in create()
194 public abstract Matchers.CidrMatcher delegate(); in delegate() method in GrpcAuthorizationEngine.SourceIpMatcher
196 public static SourceIpMatcher create(Matchers.CidrMatcher delegate) { in create()
208 public abstract Matchers.StringMatcher delegate(); in delegate() method in GrpcAuthorizationEngine.PathMatcher
210 public static PathMatcher create(Matchers.StringMatcher delegate) { in create()
222 public abstract Matchers.HeaderMatcher delegate(); in delegate() method in GrpcAuthorizationEngine.AuthHeaderMatcher
224 public static AuthHeaderMatcher create(Matchers.HeaderMatcher delegate) { in create()
[all …]
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_stream_unittest.cc198 StreamDelegateSendImmediate delegate(stream, kPostBodyStringPiece); in TEST_F() local
249 StreamDelegateSendImmediate delegate(stream, kPostBodyStringPiece); in TEST_F() local
323 StreamDelegateWithTrailers delegate(stream, kPostBodyStringPiece); in TEST_F() local
379 StreamDelegateSendImmediate delegate(stream, kPostBodyStringPiece); in TEST_F() local
446 StreamDelegateWithBody delegate(stream, body_data); in TEST_F() local
496 StreamDelegateSendImmediate delegate(stream, body_data); in TEST_F() local
543 StreamDelegateDoNothing delegate(stream); in TEST_F() local
596 StreamDelegateDoNothing delegate(stream); in TEST_F() local
659 StreamDelegateDoNothing delegate(stream); in TEST_F() local
718 StreamDelegateDoNothing delegate(stream); in TEST_F() local
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/
H A DAccessCheckDelegateHelper.java79 AccessCheckDelegate delegate = getAccessCheckDelegateLPr(false); in startDelegateShellPermissionIdentity() local
112 AccessCheckDelegate delegate = getAccessCheckDelegateLPr(false); in stopDelegateShellPermissionIdentity() local
135 AccessCheckDelegate delegate = getAccessCheckDelegateLPr(false); in getDelegatedShellPermissions() local
163 AccessCheckDelegate delegate = in addOverridePermissionState() local
183 AccessCheckDelegate delegate = getAccessCheckDelegateLPr(false); in removeOverridePermissionState() local
209 AccessCheckDelegate delegate = getAccessCheckDelegateLPr(false); in clearOverridePermissionStates() local
235 AccessCheckDelegate delegate = getAccessCheckDelegateLPr(false); in clearAllOverridePermissionStates() local
258 AccessCheckDelegate delegate = getAccessCheckDelegateLPr(false); in onInstrumentationFinished() local
/aosp_15_r20/libcore/support/src/test/java/org/apache/harmony/testframework/
H A DWrapperTester.java39 public abstract OutputStream create(OutputStream delegate) throws Exception; in create()
82 private ClosableByteArrayOutputStream delegate; field in WrapperTester.WrapperSinkTester
113 FailOnFlushOutputStream delegate = new FailOnFlushOutputStream(); in wrapperTestFlushThrowsViaFlushSuppressed() local
122 FailOnFlushOutputStream delegate = new FailOnFlushOutputStream(); in wrapperTestFlushThrowsViaCloseSuppressed() local
131 FailOnFlushOutputStream delegate = new FailOnFlushOutputStream(); in wrapperTestFlushThrowsViaFlush() local
147 FailOnFlushOutputStream delegate = new FailOnFlushOutputStream(); in wrapperTestFlushThrowsViaClose() local
169 FailOnCloseOutputStream delegate = new FailOnCloseOutputStream(); in wrapperTestCloseThrows() local
181 FailOnCloseOutputStream delegate = new FailOnCloseOutputStream(); in wrapperTestCloseThrowsSuppressed() local

12345678910>>...149