/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/ |
D | device_for_input_source.pfw | 246 stub = 0 253 stub = 0 266 stub = 0 273 stub = 0 285 stub = 0 292 stub = 0 304 stub = 0 311 stub = 0 323 stub = 0 330 stub = 0 [all …]
|
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/ |
D | policy-override-tiny-framework.txt | 1 class com/android/hoststubgen/test/tinyframework/TinyFrameworkForTextPolicy stub 2 field stub stub 5 method <init> ()V stub 6 method addOne (I)I stub 14 method visibleButUsesUnsupportedMethod ()Ljava/lang/String; stub 25 # Default is "remove", so let's put all the base classes / interfaces in the stub first. 26 class com.android.hoststubgen.test.tinyframework.subclasstest.C1 stub 27 class com.android.hoststubgen.test.tinyframework.subclasstest.C2 stub 28 class com.android.hoststubgen.test.tinyframework.subclasstest.C3 stub 29 class com.android.hoststubgen.test.tinyframework.subclasstest.CA stub [all …]
|
D | Android.bp | 22 // Create stub/impl jars from "hoststubgen-test-tiny-framework", using the following 3 rules. 38 name: "hoststubgen-test-tiny-framework-host-stub", 82 name: "hoststubgen-test-tiny-framework-host-ext-stub", 106 // 1. Build the test against the stub. 112 "hoststubgen-test-tiny-framework-host-stub", 137 // Dump the original, stub and impl jars as text files. 152 name: "hoststubgen-test-tiny-framework-host-stub-dump", 155 ":hoststubgen-test-tiny-framework-host-stub", 158 "02-hoststubgen-test-tiny-framework-host-stub-dump.txt", 176 name: "hoststubgen-test-tiny-framework-host-ext-stub-dump", [all …]
|
/frameworks/compile/mclinker/lib/LD/ |
D | StubFactory.cpp | 45 Stub* stub = NULL; in create() local 59 stub = islands.second->findStub(prototype, pReloc); in create() 62 if (stub == NULL) { in create() 64 stub = islands.first->findStub(prototype, pReloc); in create() 65 if (stub == NULL) { in create() 67 stub = prototype->clone(); in create() 70 stub->applyFixup(pReloc, pBuilder, *islands.first); in create() 73 islands.first->addStub(prototype, pReloc, *stub); in create() 77 return stub; in create() 94 Stub* stub = prototype->clone(); in create() local [all …]
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewStubTest.java | 40 final View stub = activity.findViewById(R.id.viewStub); in testStubbed() local 41 assertNotNull("The ViewStub does not exist", stub); in testStubbed() 49 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStub); in testInflated() local 50 final View swapped = stub.inflate(); in testInflated() 60 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); in testInflatedId() local 61 final View swapped = stub.inflate(); in testInflatedId() 73 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); in testInflatedLayoutParams() local 74 final View swapped = stub.inflate(); in testInflatedLayoutParams() 79 stub.getLayoutParams().width, swapped.getLayoutParams().width); in testInflatedLayoutParams() 81 stub.getLayoutParams().height, swapped.getLayoutParams().height); in testInflatedLayoutParams()
|
/frameworks/base/telephony/java/android/telephony/satellite/stub/ |
D | ISatelliteListener.aidl | 17 package android.telephony.satellite.stub; 19 import android.telephony.satellite.stub.NtnSignalStrength; 20 import android.telephony.satellite.stub.NTRadioTechnology; 21 import android.telephony.satellite.stub.PointingInfo; 22 import android.telephony.satellite.stub.SatelliteCapabilities; 23 import android.telephony.satellite.stub.SatelliteDatagram; 24 import android.telephony.satellite.stub.SatelliteModemState;
|
D | ISatellite.aidl | 17 package android.telephony.satellite.stub; 22 import android.telephony.satellite.stub.INtnSignalStrengthConsumer; 23 import android.telephony.satellite.stub.ISatelliteCapabilitiesConsumer; 24 import android.telephony.satellite.stub.ISatelliteListener; 25 import android.telephony.satellite.stub.SatelliteDatagram; 26 import android.telephony.satellite.stub.SystemSelectionSpecifier;
|
D | NtnSignalStrength.aidl | 17 package android.telephony.satellite.stub; 19 import android.telephony.satellite.stub.NtnSignalStrengthLevel;
|
D | ISatelliteCapabilitiesConsumer.aidl | 17 package android.telephony.satellite.stub; 19 import android.telephony.satellite.stub.SatelliteCapabilities;
|
D | INtnSignalStrengthConsumer.aidl | 17 package android.telephony.satellite.stub; 19 import android.telephony.satellite.stub.NtnSignalStrength;
|
D | SatelliteCapabilities.aidl | 17 package android.telephony.satellite.stub; 19 import android.telephony.satellite.stub.NTRadioTechnology;
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoInput/ |
D | device_for_input_source.pfw | 30 stub = 1 53 stub = 1 76 stub = 1 99 stub = 1 122 stub = 1 145 stub = 1 168 stub = 1 191 stub = 1 214 stub = 1 237 stub = 1 [all …]
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoOutput/ |
D | device_for_strategies.pfw | 30 stub = 1 58 stub = 1 86 stub = 1 114 stub = 1 142 stub = 1 170 stub = 1 198 stub = 1 226 stub = 1 254 stub = 1
|
/frameworks/base/packages/SettingsLib/SpaPrivileged/tests/src/com/android/settingslib/spaprivileged/model/app/ |
D | AppOpsPermissionControllerTest.kt | 35 import org.mockito.kotlin.stub 53 appOpsController.stub { in <lambda>() 71 appOpsController.stub { in <lambda>() 74 packageManagers.stub { in <lambda>() 93 appOpsController.stub { in isAllowedFlow_appOpsDefaultAndPermissionNotGranted_returnFalse() 96 packageManagers.stub { in isAllowedFlow_appOpsDefaultAndPermissionNotGranted_returnFalse() 115 appOpsController.stub { in <lambda>()
|
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | TestMmTelFeature.java | 25 import android.telephony.ims.stub.ImsCallSessionImplBase; 26 import android.telephony.ims.stub.ImsEcbmImplBase; 27 import android.telephony.ims.stub.ImsMultiEndpointImplBase; 28 import android.telephony.ims.stub.ImsRegistrationImplBase; 29 import android.telephony.ims.stub.ImsUtImplBase;
|
/frameworks/base/tools/hoststubgen/hoststubgen/ |
D | hoststubgen-standard-options.txt | 6 --enable-non-stub-method-check 7 # --no-non-stub-method-check 16 --stub-annotation 22 --stub-class-annotation
|
D | framework-policy-override.txt | 2 # This file contains rules to process `framework-all.jar` to generate the host side test "stub" and 13 # - To put the entire class, including its members and nested classes, in the "stub" jar, 19 # but not in the "stub" jar, use `keepclass`. Use this when you don't want to expose an API to 20 # tests/target directly, but it's still needed at runtime, because it's used by other "stub" APIs 25 # All other classes will be removed from both the stub jar and impl jar. 46 # We don't put them in stub yet (until something actually needs them). 62 # Used by ArrayMap. No need to put them in the stub, but we need them in impl.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/ |
D | SatelliteServiceUtils.java | 36 import android.telephony.satellite.stub.NTRadioTechnology; 37 import android.telephony.satellite.stub.SatelliteModemState; 38 import android.telephony.satellite.stub.SatelliteResult; 167 @Nullable android.telephony.satellite.stub.SatelliteCapabilities capabilities) { in fromSatelliteCapabilities() 196 android.telephony.satellite.stub.PointingInfo pointingInfo) { in fromPointingInfo() 207 android.telephony.satellite.stub.SatelliteDatagram datagram) { in fromSatelliteDatagram() 219 android.telephony.satellite.stub.NtnSignalStrength ntnSignalStrength) { in fromNtnSignalStrength() 228 @Nullable public static android.telephony.satellite.stub.SatelliteDatagram toSatelliteDatagram( in toSatelliteDatagram() 230 android.telephony.satellite.stub.SatelliteDatagram converted = in toSatelliteDatagram() 231 new android.telephony.satellite.stub.SatelliteDatagram(); in toSatelliteDatagram()
|
/frameworks/ex/camera2/extensions/ |
D | README.android | 1 Library Name: CameraX Extension stub and sample 3 Description: The CameraX Extension stub library along with a very basic sample 4 implementation. The stub includes extension API versions 1.2.0, 1.1.0 and older.
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/CarEmu/Settings/ |
D | device_for_product_strategies.pfw | 32 stub = 0 77 stub = 0 124 stub = 0 171 stub = 0 216 stub = 0 263 stub = 0 309 stub = 0 355 stub = 0 402 stub = 0 448 stub = 0 [all …]
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 328 Stub* stub = getStubFactory()->create(*frag_ref, in scanErrata() local 331 if (stub != NULL) { in scanErrata() 333 assert(stub->symInfo() != NULL && stub->symInfo()->isLocal()); in scanErrata() 335 reinterpret_cast<const AArch64CA53ErratumStub*>(stub); in scanErrata() 344 reloc->setSymInfo(stub->symInfo()); in scanErrata() 349 stubs_strlen += stub->symInfo()->nameSize() + 1; in scanErrata() 406 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax() local 410 if (stub != NULL) { in doRelax() 412 assert(stub->symInfo() != NULL && stub->symInfo()->isLocal()); in doRelax() 414 relocation->setSymInfo(stub->symInfo()); in doRelax() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierServicesSmsFilterTest.java | 196 private void mockCarrierAppStubResults(final int result, ICarrierMessagingService.Stub stub, in mockCarrierAppStubResults() argument 199 when(stub.queryLocalInterface(anyString())).thenReturn(stub); in mockCarrierAppStubResults() 200 when(stub.asBinder()).thenReturn(stub); in mockCarrierAppStubResults() 211 }).when(stub).filterSms( in mockCarrierAppStubResults()
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Car/Settings/ |
D | device_for_product_strategies.pfw | 32 stub = 0 77 stub = 0 124 stub = 0 170 stub = 0 223 stub = 0 269 stub = 0 322 stub = 0 375 stub = 0 429 stub = 0 482 stub = 0 [all …]
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagLayouts.inc | 37 "There is no space left to place stubs. Current stub group size: %0\n" 38 "Use --stub-group-size option to increase the group size.", 39 "There is no space left to place stubs. Current stub group size: %0\n" 40 "Use --stub-group-size option to increase the group size.")
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | DelegateStateCallback.java | 23 import android.telephony.ims.stub.SipDelegate; 24 import android.telephony.ims.stub.SipTransportImplBase;
|