/external/grpc-grpc-java/core/src/test/java/io/grpc/ |
D | ClientInterceptorsTest.java | 97 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 …]
|
D | ServerInterceptorsTest.java | 125 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/ |
D | UtilServerInterceptorsTest.java | 109 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/ |
D | VerticalViewPager.java | 58 boolean intercepted = super.onInterceptTouchEvent(swapXY(ev)); in onInterceptTouchEvent() 60 return intercepted; in onInterceptTouchEvent()
|
/external/guice/core/test/com/google/inject/internal/ |
D | ProxyFactoryTest.java | 97 bar.intercepted(); in testInterceptOneMethod() 122 void intercepted() { in intercepted() method in ProxyFactoryTest.Bar
|
/external/libchrome/libchrome_tools/patch/ |
D | allocator_shim.patch | 12 // intercepted on Android is by using link-time -wrap flags.
|
/external/v8/src/ |
D | execution.cc | 323 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()
|
D | objects.cc | 7928 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/ |
D | README.md | 5 intercepted and logged into a [compilation database][1] and/or piped to
|
/external/python/cpython2/PC/os2vacpp/ |
D | readme.txt | 61 intercepted and converted to calls on the OS/2 kernel APIs and
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | ServerImplTest.java | 1242 final SettableFuture<Boolean> intercepted = SettableFuture.create(); in binaryLogInstalled() local 1248 intercepted.set(true); in binaryLogInstalled() 1276 assertTrue(intercepted.get()); in binaryLogInstalled()
|
D | ManagedChannelImplTest.java | 2564 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/ |
D | readme.txt | 18 3. Raw output from the CUPS server is intercepted by, so called, FakePrinter.
|
/external/honggfuzz/ |
D | README.md | 10 …it __will discover and report hijacked/ignored signals from crashes__ (intercepted and potentially…
|
/external/skia/docs/ |
D | spelling.txt | 113 integral intensity intercepted intercepts interchangeably interest interface interior
|
/external/skqp/docs/ |
D | spelling.txt | 113 integral intensity intercepted intercepts interchangeably interest interface interior
|
/external/skqp/site/user/api/ |
D | SkPicture_Reference.md | 408 Returned placeholder can be intercepted during playback to insert other
|
/external/skia/site/user/api/ |
D | SkPicture_Reference.md | 408 Returned placeholder can be intercepted during playback to insert other
|
/external/python/cpython3/Doc/library/ |
D | sys.rst | 311 intercepted. 1283 intercepted).
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3343 // 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/ |
D | LibFuzzer.rst | 480 on the arguments of intercepted CMP instructions. This may slow down
|
/external/python/cpython2/Doc/library/ |
D | sys.rst | 245 intercepted.
|
/external/libxml2/ |
D | NEWS | 1627 intercepted at a structured level, with precise information
|
D | ChangeLog | 6390 errors intercepted.
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|