/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/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/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/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/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/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierServicesSmsFilterTest.java | 200 private void mockCarrierAppStubResults(final int result, ICarrierMessagingService.Stub stub, in mockCarrierAppStubResults() argument 203 when(stub.queryLocalInterface(anyString())).thenReturn(stub); in mockCarrierAppStubResults() 204 when(stub.asBinder()).thenReturn(stub); in mockCarrierAppStubResults() 215 }).when(stub).filterSms( in mockCarrierAppStubResults()
|
/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | TestImsServiceControllerAdapter.java | 26 import android.telephony.ims.stub.ImsConfigImplBase; 27 import android.telephony.ims.stub.ImsFeatureConfiguration; 28 import android.telephony.ims.stub.ImsRegistrationImplBase;
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/encryption/chunking/cdc/ |
D | RabinFingerprint64Test.java | 62 String stub = "abc"; in computeFingerprint64_forSameWindow_returnsSameFingerprint() local 65 getBytes(stub, TEST_STRINGS.get(0)), WINDOW_SIZE + stub.length() - 1); in computeFingerprint64_forSameWindow_returnsSameFingerprint()
|
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | MmTelFeature.java | 35 import android.telephony.ims.stub.ImsCallSessionImplBase; 36 import android.telephony.ims.stub.ImsEcbmImplBase; 37 import android.telephony.ims.stub.ImsMultiEndpointImplBase; 38 import android.telephony.ims.stub.ImsRegistrationImplBase; 39 import android.telephony.ims.stub.ImsSmsImplBase; 40 import android.telephony.ims.stub.ImsUtImplBase;
|
D | RcsFeature.java | 30 import android.telephony.ims.stub.ImsRegistrationImplBase; 31 import android.telephony.ims.stub.RcsPresenceExchangeImplBase; 32 import android.telephony.ims.stub.RcsSipOptionsImplBase;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationMediaTemplateViewWrapper.java | 224 ViewStub stub = mView.findViewById(R.id.notification_media_seekbar_container); in resolveViews() local 225 if (stub instanceof ViewStub) { in resolveViews() 226 LayoutInflater layoutInflater = LayoutInflater.from(stub.getContext()); in resolveViews() 227 stub.setLayoutInflater(layoutInflater); in resolveViews() 228 stub.setLayoutResource(R.layout.notification_material_media_seekbar); in resolveViews() 229 mSeekBarView = stub.inflate(); in resolveViews()
|
/frameworks/base/media/lib/remotedisplay/ |
D | README.txt | 4 Second, com.android.media.remotedisplay.stubs.jar is a stub for the shared 9 parent classloader, regardless of whether the stub library is linked to the 14 o The stub library is effectively a PUBLIC API for unbundled remote display providers
|
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/ |
D | MMTelFeature.java | 25 import android.telephony.ims.stub.ImsEcbmImplBase; 26 import android.telephony.ims.stub.ImsMultiEndpointImplBase; 27 import android.telephony.ims.stub.ImsUtImplBase;
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 6 Second, com.android.mediadrm.signer.stubs.jar is a stub for the shared library 11 parent classloader, regardless of whether the stub library is linked to the 16 o The stub library is effectively a PUBLIC API for unbundled CAST receivers
|
/frameworks/base/ |
D | StubLibraries.bp | 17 // raw source files --(metalava)--> stub source files --(javac)--> stub jar files 81 // finalized stub library to resolve them. If a new class gets added, 82 // this may be need to be revisited to use a manually maintained stub 94 // *-api-stubs-docs modules providing source files for the stub libraries 154 " --show-for-stub-purposes-annotation android.annotation.SystemApi\\(" + 284 libs: [ "stub-annotations" ], 286 "private-stub-annotations-jar",
|
/frameworks/base/apex/ |
D | Android.bp | 57 " --show-for-stub-purposes-annotation android.annotation.SystemApi\\(" + 110 // The stub libraries must be visible to frameworks/base so they can be combined 122 // Currently, the stub source is not required for anything other than building 183 // and defaults for stub generation. This is because we want the API txt 229 // module java_library system_server stub libs.
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsService.java | 35 import android.telephony.ims.stub.ImsConfigImplBase; 36 import android.telephony.ims.stub.ImsFeatureConfiguration; 37 import android.telephony.ims.stub.ImsRegistrationImplBase;
|
/frameworks/base/core/java/android/service/quicksettings/ |
D | Tile.java | 89 public void setService(IQSService service, IBinder stub) { in setService() argument 91 mToken = stub; in setService()
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsFeatureConfiguration.aidl | 17 package android.telephony.ims.stub;
|
/frameworks/base/tests/Internal/src/stub/ |
D | DummyWallpaperService.java | 17 package stub; package
|