/aosp_15_r20/external/cronet/base/task/sequence_manager/ |
H A D | thread_controller_with_message_pump_impl_unittest.cc | 357 std::vector<std::string> log; in TEST_F() local 363 .WillOnce(Invoke([&log, this](MessagePump::Delegate* delegate) { in TEST_F() 371 .WillOnce(Invoke([&log, this](MessagePump::Delegate* delegate) { in TEST_F() 391 [](std::vector<std::string>* log, in TEST_F() 400 [](std::vector<std::string>* log, in TEST_F() 401 ThreadControllerForTest* controller) { in TEST_F() 423 std::vector<std::string> log; in TEST_F() local 429 .WillOnce(Invoke([&log, this](MessagePump::Delegate* delegate) { in TEST_F() 435 .WillOnce(Invoke([&log, this](MessagePump::Delegate* delegate) { in TEST_F() 457 [](std::vector<std::string>* log, in TEST_F() [all …]
|
/aosp_15_r20/external/okio/okio/src/nonWasmTest/kotlin/okio/ |
H A D | ForwardingFileSystemTest.kt | 120 val log = mutableListOf<String>() in copyIsNotForwarded() constant 122 val delegate = object : ForwardingFileSystem(fileSystem) { in copyIsNotForwarded() constant 148 val log = mutableListOf<String>() in metadataForwardsParameterAndSymlinkTarget() constant
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/async/listener/ |
H A D | PublisherListener.java | 44 static <T> SdkPublisher<T> wrap(SdkPublisher<T> delegate, PublisherListener<T> listener) { in wrap() 50 private static final Logger log = Logger.loggerFor(NotifyingPublisher.class); field in PublisherListener.NotifyingPublisher 52 private final SdkPublisher<T> delegate; field in PublisherListener.NotifyingPublisher 55 NotifyingPublisher(SdkPublisher<T> delegate, in NotifyingPublisher()
|
H A D | AsyncRequestBodyListener.java | 43 static AsyncRequestBody wrap(AsyncRequestBody delegate, AsyncRequestBodyListener listener) { in wrap() 49 private static final Logger log = Logger.loggerFor(NotifyingAsyncRequestBody.class); field in AsyncRequestBodyListener.NotifyingAsyncRequestBody 51 private final AsyncRequestBody delegate; field in AsyncRequestBodyListener.NotifyingAsyncRequestBody 54 NotifyingAsyncRequestBody(AsyncRequestBody delegate, AsyncRequestBodyListener listener) { in NotifyingAsyncRequestBody()
|
H A D | AsyncResponseTransformerListener.java | 61 AsyncResponseTransformer<ResponseT, ResultT> delegate, in wrap() 68 private static final Logger log = Logger.loggerFor(NotifyingAsyncResponseTransformer.class); field in AsyncResponseTransformerListener.NotifyingAsyncResponseTransformer 70 private final AsyncResponseTransformer<ResponseT, ResultT> delegate; field in AsyncResponseTransformerListener.NotifyingAsyncResponseTransformer 73 NotifyingAsyncResponseTransformer(AsyncResponseTransformer<ResponseT, ResultT> delegate, in NotifyingAsyncResponseTransformer()
|
H A D | SubscriberListener.java | 60 …static <T> Subscriber<T> wrap(Subscriber<? super T> delegate, SubscriberListener<? super T> listen… in wrap() 66 private static final Logger log = Logger.loggerFor(NotifyingSubscriber.class); field in SubscriberListener.NotifyingSubscriber 68 private final Subscriber<? super T> delegate; field in SubscriberListener.NotifyingSubscriber 71 NotifyingSubscriber(Subscriber<? super T> delegate, in NotifyingSubscriber()
|
/aosp_15_r20/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/ |
H A D | LogServiceImpl.java | 53 private final Logger delegate; field in LogServiceImpl 75 public void log(int level, String message) { in log() method in LogServiceImpl 100 public void log(int level, String message, Throwable exception) { in log() method in LogServiceImpl 125 public void log(ServiceReference sr, int level, String message) { in log() method in LogServiceImpl 179 public void log(ServiceReference sr, int level, String message, Throwable exception) { in log() method in LogServiceImpl
|
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/rt/ |
H A D | AppRunner.java | 59 public static AppRunner create (final ClassLoader delegate) in create() 84 final Logger log = AppLoggers.create (m_appName, toolProperties, current); in run() local 267 final Logger log = m_log; in _run() local 775 AppRunnerExitHook (final Logger log, in AppRunnerExitHook() 829 private AppRunner (final ClassLoader delegate) in AppRunner()
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/internal/rbac/engine/ |
H A D | GrpcAuthorizationEngine.java | 56 private static final Logger log = Logger.getLogger(GrpcAuthorizationEngine.class.getName()); field in GrpcAuthorizationEngine 147 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 [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/ |
H A D | Http1TunnelConnectionPool.java | 46 …private static final NettyClientLogger log = NettyClientLogger.getLogger(Http1TunnelConnectionPool… field in Http1TunnelConnectionPool 49 private final ChannelPool delegate; field in Http1TunnelConnectionPool 59 … public Http1TunnelConnectionPool(EventLoop eventLoop, ChannelPool delegate, SslContext sslContext, in Http1TunnelConnectionPool() 67 … public Http1TunnelConnectionPool(EventLoop eventLoop, ChannelPool delegate, SslContext sslContext, in Http1TunnelConnectionPool() 77 Http1TunnelConnectionPool(EventLoop eventLoop, ChannelPool delegate, SslContext sslContext, in Http1TunnelConnectionPool()
|
H A D | ResponseHandler.java | 79 private static final NettyClientLogger log = NettyClientLogger.getLogger(ResponseHandler.class); field in ResponseHandler 486 private final Publisher<ByteBuffer> delegate; field in ResponseHandler.DataCountingPublisher 488 private DataCountingPublisher(ChannelHandlerContext ctx, Publisher<ByteBuffer> delegate) { in DataCountingPublisher()
|
/aosp_15_r20/external/ow2-asm/asm/src/test/java/org/objectweb/asm/ |
H A D | MethodVisitorTest.java | 65 MethodVisitor delegate = new MethodVisitor(Opcodes.ASM4) {}; in testGetDelegate() local 184 StringWriter log = new StringWriter(); in testDeprecatedVisitMethodInsn_asm4Visitor() local 197 StringWriter log = new StringWriter(); in testDeprecatedVisitMethodInsn_overridenAsm4Visitor() local 210 StringWriter log = new StringWriter(); in testDeprecatedVisitMethodInsn_asm5Visitor() local 223 StringWriter log = new StringWriter(); in testDeprecatedVisitMethodInsn_overridenAsm5Visitor() local 239 StringWriter log = new StringWriter(); in testDeprecatedVisitMethodInsn_userTraceMethodVisitor4() local 257 StringWriter log = new StringWriter(); in testDeprecatedVisitMethodInsn_userTraceMethodVisitor5() local 275 StringWriter log = new StringWriter(); in testDeprecatedVisitMethodInsn_mixedVisitorChain() local 292 StringWriter log = new StringWriter(); in testVisitMethodInsn_asm4Visitor_isNotInterface() local 304 StringWriter log = new StringWriter(); in testVisitMethodInsn_asm4Visitor_isInterface() local [all …]
|
/aosp_15_r20/external/libchrome-gestures/src/ |
H A D | prop_registry_unittest.cc | 48 PropRegistryTestDelegate delegate; in TEST() local 133 ActivityLog log(®); in TEST() local 205 PropRegistryTestDelegate delegate; in TEST() local 224 PropRegistryTestDelegate delegate; in TEST() local 239 PropRegistryTestDelegate delegate; in TEST() local 274 PropRegistryTestDelegate delegate; in TEST() local 309 PropRegistryTestDelegate delegate; in TEST() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/dev/test/ |
H A D | AbstractTestLog.java | 37 public final void log(String message) { in log() method in AbstractTestLog 89 private TestLog delegate; field in AbstractTestLog.DelegatingLog 91 public DelegatingLog(TestLog delegate) { in DelegatingLog()
|
/aosp_15_r20/packages/services/Telephony/src/com/android/services/telephony/rcs/ |
D | SipDelegateBinderConnection.java | 220 private void notifySipDelegateCreated(ISipDelegate delegate, in notifySipDelegateCreated() 249 protected final void logi(String log) { in logi() 254 protected final void logw(String log) { in logw()
|
D | MessageTransportWrapper.java | 331 public void openTransport(ISipDelegate delegate, Set<String> supportedFeatureTags, in openTransport() 494 private void logi(String log) { in logi() 499 private void logw(String log) { in logw()
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/ |
H A D | FilterChainMatchingProtocolNegotiators.java | 73 private static final Logger log = Logger.getLogger( field in FilterChainMatchingProtocolNegotiators 86 private final ProtocolNegotiator delegate; field in FilterChainMatchingProtocolNegotiators.FilterChainMatchingHandler 91 ProtocolNegotiator delegate) { in FilterChainMatchingHandler() 366 private final InternalProtocolNegotiator.ServerFactory delegate; field in FilterChainMatchingProtocolNegotiators.FilterChainMatchingNegotiatorServerFactory 369 InternalProtocolNegotiator.ServerFactory delegate) { in FilterChainMatchingNegotiatorServerFactory()
|
H A D | WeightedRoundRobinLoadBalancer.java | 61 private static final Logger log = Logger.getLogger( field in WeightedRoundRobinLoadBalancer 154 private final Helper delegate; field in WeightedRoundRobinLoadBalancer.WrrHelper 166 protected Helper delegate() { in delegate() method in WeightedRoundRobinLoadBalancer.WrrHelper 178 private final Subchannel delegate; field in WeightedRoundRobinLoadBalancer.WrrSubchannel 183 WrrSubchannel(Subchannel delegate) { in WrrSubchannel() 217 protected Subchannel delegate() { in delegate() method in WeightedRoundRobinLoadBalancer.WrrSubchannel
|
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/ |
H A D | PropertySubstitute.java | 34 private static final Logger log = field in PropertySubstitute 44 private Property delegate; field in PropertySubstitute 246 public void setDelegate(Property delegate) { in setDelegate()
|
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/ |
H A D | AbstractFuture.java | 90 private static final Logger log = Logger.getLogger(AbstractFuture.class.getName()); field in AbstractFuture 94 private @Nullable Future<? extends V> delegate; field in AbstractFuture 392 final ListenableFuture<? extends V> delegate; field in AbstractFuture.SetFuture 394 SetFuture(ListenableFuture<? extends V> delegate) { in SetFuture()
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/ |
H A D | InputStreamWithExecutorAsyncRequestBody.java | 47 … private static final Logger log = Logger.loggerFor(InputStreamWithExecutorAsyncRequestBody.class); field in InputStreamWithExecutorAsyncRequestBody 79 …BlockingInputStreamAsyncRequestBody delegate = AsyncRequestBody.forBlockingInputStream(contentLeng… in subscribe() local
|
/aosp_15_r20/external/crosvm/e2e_tests/fixture/ |
H A D | Cargo.toml | 17 log = "0.4" qkey 20 delegate = {path = "../guest_under_test/rootfs/delegate"} qkey
|
/aosp_15_r20/external/s2-geometry-library-java/src/com/google/common/geometry/ |
H A D | S2PolygonBuilder.java | 60 private static final Logger log = Logger.getLogger(S2PolygonBuilder.class.getCanonicalName()); field in S2PolygonBuilder 632 private final Multimap<S2CellId, MarkedS2Point> delegate = HashMultimap.create(); field in S2PolygonBuilder.PointIndex 648 protected Multimap<S2CellId, MarkedS2Point> delegate() { in delegate() method in S2PolygonBuilder.PointIndex
|
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
H A D | Platform.java | 123 public void log(String message) { in log() method in Platform 318 @Override public void log(String message) { in log() method in Platform.Android 488 Object delegate = readFieldOrNull(instance, Object.class, "delegate"); in readFieldOrNull() local
|
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothCsipSetCoordinator.java | 293 IBluetoothCsipSetCoordinatorLockCallback delegate = in lockGroup() local 520 private static void log(String msg) { in log() method in BluetoothCsipSetCoordinator
|