Home
last modified time | relevance | path

Searched refs:intercepted (Results 1 – 25 of 27) sorted by relevance

12

/external/grpc-grpc-java/core/src/test/java/io/grpc/
DClientInterceptorsTest.java97 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in channelAndInterceptorCalled() local
100 assertSame(call, intercepted.newCall(method, callOptions)); in channelAndInterceptorCalled()
105 assertSame(call, intercepted.newCall(method, callOptions)); in channelAndInterceptorCalled()
125 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in callNextTwice() local
126 assertSame(call, intercepted.newCall(method, CallOptions.DEFAULT)); in callNextTwice()
168 Channel intercepted = ClientInterceptors.intercept(channel, interceptor1, interceptor2); in ordered() local
169 assertSame(call, intercepted.newCall(method, CallOptions.DEFAULT)); in ordered()
210 Channel intercepted = ClientInterceptors.interceptForward(channel, interceptor1, interceptor2); in orderedForward() local
211 assertSame(call, intercepted.newCall(method, CallOptions.DEFAULT)); in orderedForward()
230 Channel intercepted = ClientInterceptors.intercept(channel, interceptor); in callOptions() local
[all …]
DServerInterceptorsTest.java125 ServerServiceDefinition intercepted in multipleInvocationsOfHandler() local
128 getSoleMethod(intercepted).getServerCallHandler().startCall(call, headers)); in multipleInvocationsOfHandler()
134 getSoleMethod(intercepted).getServerCallHandler().startCall(call, headers)); in multipleInvocationsOfHandler()
151 ServerServiceDefinition intercepted = ServerInterceptors.intercept( in correctHandlerCalled() local
153 getMethod(intercepted, "basic/flow").getServerCallHandler().startCall(call, headers); in correctHandlerCalled()
158 getMethod(intercepted, "basic/flow2").getServerCallHandler().startCall(call, headers); in correctHandlerCalled()
177 ServerServiceDefinition intercepted = ServerInterceptors.intercept(serviceDefinition, in callNextTwice() local
180 getSoleMethod(intercepted).getServerCallHandler().startCall(call, headers)); in callNextTwice()
220 ServerServiceDefinition intercepted = ServerInterceptors.intercept( in ordered() local
223 getSoleMethod(intercepted).getServerCallHandler().startCall(call, headers)); in ordered()
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/util/
DUtilServerInterceptorsTest.java109 ServerServiceDefinition intercepted = ServerInterceptors.intercept( in statusRuntimeExceptionTransmitter() local
114 getSoleMethod(intercepted).getServerCallHandler().startCall(call, headers).onMessage(null); in statusRuntimeExceptionTransmitter()
115 getSoleMethod(intercepted).getServerCallHandler().startCall(call, headers).onCancel(); in statusRuntimeExceptionTransmitter()
116 getSoleMethod(intercepted).getServerCallHandler().startCall(call, headers).onComplete(); in statusRuntimeExceptionTransmitter()
117 getSoleMethod(intercepted).getServerCallHandler().startCall(call, headers).onHalfClose(); in statusRuntimeExceptionTransmitter()
118 getSoleMethod(intercepted).getServerCallHandler().startCall(call, headers).onReady(); in statusRuntimeExceptionTransmitter()
145 ServerServiceDefinition intercepted = ServerInterceptors.intercept( in statusRuntimeExceptionTransmitterIgnoresClosedCalls() local
149 getSoleMethod(intercepted).getServerCallHandler().startCall(call, headers); in statusRuntimeExceptionTransmitterIgnoresClosedCalls()
167 getSoleMethod(intercepted).getServerCallHandler().startCall(call, headers); in statusRuntimeExceptionTransmitterIgnoresClosedCalls()
/external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/viewpager/
DVerticalViewPager.java58 boolean intercepted = super.onInterceptTouchEvent(swapXY(ev)); in onInterceptTouchEvent()
60 return intercepted; in onInterceptTouchEvent()
/external/guice/core/test/com/google/inject/internal/
DProxyFactoryTest.java97 bar.intercepted(); in testInterceptOneMethod()
122 void intercepted() { in intercepted() method in ProxyFactoryTest.Bar
/external/libchrome/libchrome_tools/patch/
Dallocator_shim.patch12 // intercepted on Android is by using link-time -wrap flags.
/external/v8/src/
Dexecution.cc323 int intercepted = thread_local_.interrupt_flags_ & scope->intercept_mask_; in PushInterruptsScope() local
324 scope->intercepted_flags_ = intercepted; in PushInterruptsScope()
325 thread_local_.interrupt_flags_ &= ~intercepted; in PushInterruptsScope()
Dobjects.cc7928 Maybe<bool> intercepted = GetPropertyDescriptorWithInterceptor(it, desc); in GetOwnPropertyDescriptor() local
7929 MAYBE_RETURN(intercepted, Nothing<bool>()); in GetOwnPropertyDescriptor()
7930 if (intercepted.FromJust()) { in GetOwnPropertyDescriptor()
/external/clang/tools/scan-build-py/
DREADME.md5 intercepted and logged into a [compilation database][1] and/or piped to
/external/python/cpython2/PC/os2vacpp/
Dreadme.txt61 intercepted and converted to calls on the OS/2 kernel APIs and
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DServerImplTest.java1242 final SettableFuture<Boolean> intercepted = SettableFuture.create(); in binaryLogInstalled() local
1248 intercepted.set(true); in binaryLogInstalled()
1276 assertTrue(intercepted.get()); in binaryLogInstalled()
DManagedChannelImplTest.java2564 final SettableFuture<Boolean> intercepted = SettableFuture.create(); in binaryLogInstalled() local
2586 intercepted.set(true); in binaryLogInstalled()
2596 assertTrue(intercepted.get()); in binaryLogInstalled()
/external/autotest/client/site_tests/platform_PrinterPpds/
Dreadme.txt18 3. Raw output from the CUPS server is intercepted by, so called, FakePrinter.
/external/honggfuzz/
DREADME.md10 …it __will discover and report hijacked/ignored signals from crashes__ (intercepted and potentially…
/external/skia/docs/
Dspelling.txt113 integral intensity intercepted intercepts interchangeably interest interface interior
/external/skqp/docs/
Dspelling.txt113 integral intensity intercepted intercepts interchangeably interest interface interior
/external/skqp/site/user/api/
DSkPicture_Reference.md408 Returned placeholder can be intercepted during playback to insert other
/external/skia/site/user/api/
DSkPicture_Reference.md408 Returned placeholder can be intercepted during playback to insert other
/external/python/cpython3/Doc/library/
Dsys.rst311 intercepted.
1283 intercepted).
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc3343 // FIXME: read sigmask when all of sigemptyset, etc are intercepted.
3384 // FIXME: read sigset_t when all of sigemptyset, etc are intercepted
3401 // FIXME: read sigset_t when all of sigemptyset, etc are intercepted
3420 // FIXME: read sigset_t when all of sigemptyset, etc are intercepted
3483 // FIXME: read sigset_t when all of sigemptyset, etc are intercepted
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLibFuzzer.rst480 on the arguments of intercepted CMP instructions. This may slow down
/external/python/cpython2/Doc/library/
Dsys.rst245 intercepted.
/external/libxml2/
DNEWS1627 intercepted at a structured level, with precise information
DChangeLog6390 errors intercepted.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz

12