Home
last modified time | relevance | path

Searched full:repository (Results 1 – 25 of 11257) sorted by relevance

12345678910>>...451

/aosp_15_r20/prebuilts/devtools/tools/lib/
HDrepository.jar ... com/ com/android/ com/android/repository/ com/android/repository/impl/ com ...
HDsdklib.jar ... .FileOpFileWrapper x0 } com/android/sdklib/repository/ com/android/sdklib/repository/targets ...
HDsdkuilib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/prebuilts/manifest-merger/com/android/tools/repository/31.9.0-alpha03/
HDrepository-31.9.0-alpha03.jar ... com/ com/android/ com/android/repository/ com/android/repository/io/ com ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/repository/
HDtools.repository.jar ... com/ com/android/ com/android/repository/ com/android/repository/io/ com ...
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/repository/31.7.0-alpha07/
HDrepository-31.7.0-alpha07.jar ... com/ com/android/ com/android/repository/ com/android/repository/io/ com ...
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/sdklib/31.7.0-alpha07/
HDsdklib-31.7.0-alpha07-sources.jar ... /ProjectProperties.java com/android/sdklib/repository/ com/android/sdklib/repository/AndroidSdkHandler ...
HDsdklib-31.7.0-alpha07.jar ... tool.AvdManagerCli$2 extends com.android.repository.api.ConsoleProgressIndicator { final synthetic com.android ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/sdklib/
HDsdklib.core.jar ... -custom-03.xjb xsd/sdk-repository-01.xsd xsd/sdk-repository- ...
HDtools.sdklib.jar ... tool.AvdManagerCli$2 extends com.android.repository.api.ConsoleProgressIndicator { final synthetic com.android ...
HDlibsdkmanager_lib.jar ... Map argToFactory public void execute (com.android.repository.api.ProgressIndicator) throws com.android. ...
/aosp_15_r20/prebuilts/misc/common/sdklib/
HDsdklib-prebuilt.jar ... static final int SDK_LEVEL_FOR_MULTIDEX_NATIVE_SUPPORT private final com.android.repository.Revision mRevision private final java.io.File ...
/aosp_15_r20/external/googleapis/google/devtools/artifactregistry/v1/
H A Drepository.proto37 // Artifact policy configuration for the repository contents.
42 // A reference to the repository resource, for example:
44 string repository = 2 [(google.api.resource_reference) = { field
45 type: "artifactregistry.googleapis.com/Repository"
100 // Artifact policy configuration for repository cleanup policies.
130 // Virtual repository configuration.
133 // Repository. Upstream policies cannot be set on a standard repository.
137 // Remote repository configuration.
139 // The credentials to access the remote repository.
143 // The username to access the remote repository.
[all …]
/aosp_15_r20/prebuilts/manifest-merger/com/android/tools/sdklib/31.9.0-alpha03/
HDsdklib-31.9.0-alpha03.jar ... tool.AvdManagerCli$2 extends com.android.repository.api.ConsoleProgressIndicator { final synthetic com.android ...
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsRecordRepositoryTest.kt186 val repository = MdnsRecordRepository(thread.looper, deps, TEST_HOSTNAME, makeFlags()) in makeFlags() constant
187 assertEquals(0, repository.servicesCount) in makeFlags()
189 repository.addService(TEST_SERVICE_ID_1, TEST_SERVICE_1, Duration.ofSeconds(50))) in makeFlags()
190 assertEquals(1, repository.servicesCount) in makeFlags()
192 val probingInfo = repository.setServiceProbing(TEST_SERVICE_ID_1) in makeFlags()
194 assertTrue(repository.isProbing(TEST_SERVICE_ID_1)) in makeFlags()
216 assertContentEquals(intArrayOf(TEST_SERVICE_ID_1), repository.clearServices()) in makeFlags()
221 val repository = MdnsRecordRepository(thread.looper, deps, TEST_HOSTNAME, makeFlags()) in testAddAndConflicts() constant
222 repository.initWithService(TEST_SERVICE_ID_1, TEST_SERVICE_1) in testAddAndConflicts()
224 repository.addService(TEST_SERVICE_ID_2, TEST_SERVICE_1, null /* ttl */) in testAddAndConflicts()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
H A DMobileIconViewModelTest.kt40 import com.android.systemui.statusbar.pipeline.airplane.data.repository.FakeAirplaneModeRepository
43 import com.android.systemui.statusbar.pipeline.mobile.data.repository.FakeMobileConnectionRepository
44 import com.android.systemui.statusbar.pipeline.mobile.data.repository.FakeMobileConnectionsReposito…
45 import com.android.systemui.statusbar.pipeline.mobile.data.repository.fakeMobileConnectionsReposito…
53 import com.android.systemui.statusbar.pipeline.shared.data.repository.FakeConnectivityRepository
54 import com.android.systemui.statusbar.policy.data.repository.FakeUserSetupRepository
86 private lateinit var repository: FakeMobileConnectionRepository variable in com.android.systemui.statusbar.pipeline.mobile.ui.viewmodel.MobileIconViewModelTest
110 repository = in setUp()
117 connectionsRepository.activeMobileDataRepository.value = repository in setUp()
152 repository, in setUp()
[all …]
/aosp_15_r20/prebuilts/tools/common/m2/
H A DAndroid.bp70 "repository/com/google/guava/LICENSE.txt",
81 "repository/com/googlecode/java-diff-utils/diffutils/LICENSE.txt",
94 "repository/javax/annotation/javax.annotation-api/NOTICE",
105 "repository/com/google/api/grpc/LICENSE",
116 "repository/joda-time/joda-time/2.9.1/LICENSE",
127 "repository/com/google/auth/google-auth-library-credentials/0.13.0/LICENSE",
128 "repository/com/google/auth/google-auth-library-oauth2-http/0.13.0/LICENSE",
139 "repository/com/google/auth/google-auth-library-oauth2-http/1.23.0/LICENSE",
150 "repository/io/grpc/grpc-netty-shaded/1.16.1/LICENSE",
161 "repository/io/grpc/grpc-netty-shaded/1.56.0/LICENSE",
[all …]
/aosp_15_r20/external/google-cloud-java/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/
H A DRepository.java17 // source: google/devtools/artifactregistry/v1/repository.proto
25 * A Repository for storing artifacts with a specific format.
28 * Protobuf type {@code google.devtools.artifactregistry.v1.Repository}
30 public final class Repository extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.devtools.artifactregistry.v1.Repository)
35 // Use Repository.newBuilder() to construct.
36 private Repository(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Repository() method in Repository
40 private Repository() { in Repository() method in Repository
50 return new Repository(); in newInstance()
80 com.google.devtools.artifactregistry.v1.Repository.class, in internalGetFieldAccessorTable()
[all …]
/aosp_15_r20/external/google-cloud-java/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/src/main/java/com/google/devtools/artifactregistry/v1beta2/
H A DRepository.java17 // source: google/devtools/artifactregistry/v1beta2/repository.proto
25 * A Repository for storing artifacts with a specific format.
28 * Protobuf type {@code google.devtools.artifactregistry.v1beta2.Repository}
30 public final class Repository extends com.google.protobuf.GeneratedMessageV3 class
32 …// @@protoc_insertion_point(message_implements:google.devtools.artifactregistry.v1beta2.Repository)
35 // Use Repository.newBuilder() to construct.
36 private Repository(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Repository() method in Repository
40 private Repository() { in Repository() method in Repository
50 return new Repository(); in newInstance()
80 com.google.devtools.artifactregistry.v1beta2.Repository.class, in internalGetFieldAccessorTable()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DTelephonyCallbackState.java1 package com.android.systemui.statusbar.pipeline.mobile.data.repository.prod;
33 import com.android.systemui.statusbar.pipeline.mobile.data.repository.CarrierConfigRepository;
34 import com.android.systemui.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository;
48repository/prod/TelephonyCallbackState;", "", "onDataActivity", "Lcom/android/systemui/statusbar/p…
51 …private final com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CallbackEvent.On…
53 …private final com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CallbackEvent.On…
55 …private final com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CallbackEvent.On…
57 …private final com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CallbackEvent.On…
59 …private final com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CallbackEvent.On…
61 …private final com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CallbackEvent.On…
[all …]
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/
H A DStringResourceLoader.java45 * resources to the repository that is used by the resource loader instance.
48 * Note that 'repository.class' is not necessary;
55 …* resource.loader.string.repository.name = MyRepositoryName (optional, to avoid using the default
56 …* resource.loader.string.repository.class = org.apache.velocity.runtime.resource.loader.StringReso…
58 * Resources can be added to the repository like this:
70 * you should consider specifying a 'resource.loader.string.repository.name = foo'
71 * property in order to keep you string resources in a non-default repository.
74 * You can then retrieve your named repository like this:
81 * to have your string repository stored statically as a class member, then you
82 * should set 'resource.loader.string.repository.static = false' in your properties.
[all …]
/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1beta1/src/main/java/com/google/cloud/dataform/v1beta1/
H A DRepository.java25 * Represents a Dataform Git repository.
28 * Protobuf type {@code google.cloud.dataform.v1beta1.Repository}
30 public final class Repository extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.dataform.v1beta1.Repository)
35 // Use Repository.newBuilder() to construct.
36 private Repository(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Repository() method in Repository
40 private Repository() { in Repository() method in Repository
47 return new Repository(); in newInstance()
66 com.google.cloud.dataform.v1beta1.Repository.class, in internalGetFieldAccessorTable()
67 com.google.cloud.dataform.v1beta1.Repository.Builder.class); in internalGetFieldAccessorTable()
[all …]
/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1alpha2/src/main/java/com/google/cloud/dataform/v1alpha2/
H A DRepository.java25 * Represents a Dataform Git repository.
28 * Protobuf type {@code google.cloud.dataform.v1alpha2.Repository}
30 public final class Repository extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.dataform.v1alpha2.Repository)
35 // Use Repository.newBuilder() to construct.
36 private Repository(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Repository() method in Repository
40 private Repository() { in Repository() method in Repository
47 return new Repository(); in newInstance()
66 com.google.cloud.dataform.v1alpha2.Repository.class, in internalGetFieldAccessorTable()
67 com.google.cloud.dataform.v1alpha2.Repository.Builder.class); in internalGetFieldAccessorTable()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractorTest.kt28 import com.android.systemui.bouncer.data.repository.KeyguardBouncerRepository
37 import com.android.systemui.keyguard.data.repository.FakeTrustRepository
64 private lateinit var repository: KeyguardBouncerRepository variable in com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractorTest
93 repository, in setUp()
108 whenever(repository.primaryBouncerStartingDisappearAnimation.value).thenReturn(null) in setUp()
109 whenever(repository.primaryBouncerShow.value).thenReturn(false) in setUp()
127 verify(repository, never()).setPrimaryShow(true) in show_nullDelegate()
128 verify(repository, never()).setPrimaryShowingSoon(false) in show_nullDelegate()
138 verify(repository).setKeyguardAuthenticatedBiometrics(null) in testShow_isScrimmed()
139 verify(repository).setPrimaryStartingToHide(false) in testShow_isScrimmed()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/data/repository/
DKeyguardRepositoryModule.java1 package com.android.systemui.keyguard.data.repository;
4 import com.android.systemui.bouncer.data.repository.BouncerMessageRepository;
5 import com.android.systemui.bouncer.data.repository.BouncerMessageRepositoryImpl;
6 import com.android.systemui.bouncer.data.repository.KeyguardBouncerRepository;
7 import com.android.systemui.bouncer.data.repository.KeyguardBouncerRepositoryImpl;
16repository/KeyguardRepositoryModule;", "", "bind", "Lcom/android/systemui/CoreStartable;", "impl",…
21 …public abstract com.android.systemui.keyguard.data.repository.KeyguardRepository keyguardRepositor… in keyguardRepository()
22 com.android.systemui.keyguard.data.repository.KeyguardRepositoryImpl impl); in keyguardRepository()
33 …public abstract com.android.systemui.keyguard.data.repository.KeyguardSurfaceBehindRepository keyg… in keyguardSurfaceBehindRepository()
34 com.android.systemui.keyguard.data.repository.KeyguardSurfaceBehindRepositoryImpl impl); in keyguardSurfaceBehindRepository()
[all …]

12345678910>>...451