/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/filer/ |
H A D | FormattingFiler.java | 35 private final Filer delegate; field in FormattingFiler 41 public FormattingFiler(Filer delegate) { in FormattingFiler() 52 public FormattingFiler(Filer delegate, @Nullable Messager messager) { in FormattingFiler() 72 JavaFileManager.Location location, in createResource() 82 JavaFileManager.Location location, CharSequence pkg, CharSequence relativeName) in getResource()
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_path_watcher_unittest.cc | 299 const Location& location = FROM_HERE) { in RunUntilEventsMatch() 316 const Location& location = FROM_HERE) { in RunUntilEventsMatch() 323 const Location& location = FROM_HERE) { in RunUntilEventsMatch() 331 void SpinAndExpectNoEvents(const Location& location = FROM_HERE) { in SpinAndExpectNoEvents() 421 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 [all …]
|
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/stubbing/defaultanswers/ |
H A D | ReturnsSmartNulls.java | 41 private final Answer<Object> delegate = new ReturnsMoreEmptyValues(); field in ReturnsSmartNulls 50 final Location location = new LocationImpl(); in answer() local 58 private final Location location; field in ReturnsSmartNulls.ThrowsSmartNullPointer 60 public ThrowsSmartNullPointer(InvocationOnMock unstubbedInvocation, Location location) { in ThrowsSmartNullPointer() 71 throw smartNullPointerException(unstubbedInvocation.toString(), location); in answer() local
|
/aosp_15_r20/prebuilts/sdk/29/system/ |
HD | com.android.location.provider.jar | ... final int POWER_NONE
void <init> (android.location.LocationRequest)
android.location.LocationRequest delegate
public ... |
/aosp_15_r20/prebuilts/sdk/29/test/ |
HD | com.android.location.provider.jar | ... final int POWER_NONE
void <init> (android.location.LocationRequest)
android.location.LocationRequest delegate
public ... |
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/exceptions/ |
H A D | Reporter.java | 74 public static MockitoException unfinishedStubbing(Location location) { in unfinishedStubbing() 120 public static MockitoException unfinishedVerificationException(Location location) { in unfinishedVerificationException() 549 public static MockitoException smartNullPointerException(String invocation, Location location) { in smartNullPointerException() 811 …dMethodHasWrongReturnType(Method mockMethod, Method delegateMethod, Object mock, Object delegate) { in delegatedMethodHasWrongReturnType() 821 …oException delegatedMethodDoesNotExistOnDelegate(Method mockMethod, Object mock, Object delegate) { in delegatedMethodDoesNotExistOnDelegate()
|
/aosp_15_r20/external/cronet/base/ |
H A D | run_loop.cc | 22 ABSL_CONST_INIT thread_local RunLoop::Delegate* delegate = nullptr; variable 38 const Location& location, in OnRunLoopTimeout() 106 void RunLoop::Run(const Location& location) { in Run()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/location/lib/com.android.location.provider.impl/android_common/javac/ |
D | com.android.location.provider.jar | ... -INF/MANIFEST.MF
android/
android/location/
android/location/GeocoderParams$1.class |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/com.android.location.provider.impl_intermediates/ |
D | classes.jar | ... POWER_LOW
public static final int POWER_HIGH
private final android.location.LocationRequest delegate
void <init> (android. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/location/lib/com.android.location.provider.impl/android_common/repackaged-jarjar/javac/ |
D | com.android.location.provider.jar | ... POWER_LOW
public static final int POWER_HIGH
private final android.location.LocationRequest delegate
void <init> (android. ... |
/aosp_15_r20/out/soong/.intermediates/packages/apps/ManagedProvisioning/ManagedProvisioningLib/android_common/kotlin/ |
D | ManagedProvisioningLib.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/packages__apps__ManagedProvisioning__android_common__ManagedProvisioningLib.kotlin_module
com ... |
/aosp_15_r20/out/soong/.intermediates/packages/apps/ManagedProvisioning/ManagedProvisioningLib/android_common/repackaged-jarjar/kotlinc/ |
D | ManagedProvisioningLib.jar | com/android/managedprovisioning/util/LazyStringResourceKt.class
LazyStringResource.kt
package com.android. ... |
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/location/provider/ |
H A D | StationaryThrottlingLocationProvider.java | 85 AbstractLocationProvider delegate) { in StationaryThrottlingLocationProvider() 275 Location location; in run() local
|
/aosp_15_r20/external/cronet/base/message_loop/ |
H A D | message_pump_glib.cc | 357 const raw_ptr<Delegate> delegate; member 432 MessagePumpGlib::FdWatchController::FdWatchController(const Location& location) in FdWatchController() 658 void MessagePumpGlib::Run(Delegate* delegate) { in Run()
|
/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava-reporter/metalava-reporter/linux_glibc_common/local-javac-header/ |
D | metalava-reporter.jar | META-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/ |
D | metalava-reporter.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/tools__metalava__metalava-reporter__linux_glibc_common__metalava- ... |
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/ |
H A D | DefaultHttpDataSource.java | 543 String location = connection.getHeaderField("Location"); in makeConnection() local 656 private URL handleRedirect(URL originalUrl, @Nullable String location, DataSpec dataSpec) in handleRedirect() 842 protected Map<String, List<String>> delegate() { in delegate() method in DefaultHttpDataSource.NullFilteringHeadersMap
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/ |
H A D | DefaultHttpDataSource.java | 551 String location = connection.getHeaderField("Location"); in makeConnection() local 664 private URL handleRedirect(URL originalUrl, @Nullable String location, DataSpec dataSpec) in handleRedirect() 850 protected Map<String, List<String>> delegate() { in delegate() method in DefaultHttpDataSource.NullFilteringHeadersMap
|
/aosp_15_r20/external/kotlinc/lib/ |
HD | kotlin-scripting-common.jar | ... kotlin.script.experimental.api.SourceCode$Location location
kotlin.script.experimental.api.ScriptDiagnostic ... |
/aosp_15_r20/external/deqp-deps/amber/src/vkscript/ |
D | parser.cc | 39 Parser::Parser(Delegate* delegate) : amber::Parser(delegate) {} in Parser() 335 uint8_t location; in ProcessVertexDataBlock() member
|
/aosp_15_r20/external/caliper/lib/ |
HD | jsr311-api-1.1.1.jar | ... IF_UNMODIFIED_SINCE
public static final String LAST_MODIFIED
public static final String LOCATION
public static final String USER_AGENT
public static final String VARY ... |
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/xprocessing/ |
HD | xprocessing-testing.jar | ... $INSTANCE
private static final kotlin.Lazy instance$delegate
private void <init> ()
private final androidx ... |
/aosp_15_r20/external/cronet/net/url_request/ |
H A D | url_request_unittest.cc | 701 URLRequest::Delegate* delegate) { in CreateFirstPartyRequest() 1751 TestDelegate delegate; in TEST_F() local 1770 TestDelegate delegate; in TEST_F() local 1806 TestDelegate delegate; in TEST_F() local 1837 TestDelegate delegate; in TEST_F() local 4377 std::string location; in TEST_F() local 4429 std::string location; in TEST_F() local 4488 std::string location; in TEST_F() local 7875 TestDelegate delegate; in TEST_F() local 7910 TestDelegate delegate; in TEST_F() local [all …]
|
H A D | url_request_http_job.cc | 388 const CookieAccessDelegate* delegate = in Start() local 1441 bool URLRequestHttpJob::IsSafeRedirect(const GURL& location) { in IsSafeRedirect()
|
/aosp_15_r20/external/deqp-deps/amber/src/amberscript/ |
D | parser.cc | 277 Parser::Parser(Delegate* delegate) : amber::Parser(delegate) {} in Parser() 1132 auto location = token->AsUint32(); in ParsePipelineBind() local 1442 const uint32_t location = token->AsUint32(); in ParsePipelineVertexData() local
|