Home
last modified time | relevance | path

Searched refs:stub (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
H A Ddevice_for_input_source.pfw246 stub = 0
253 stub = 0
266 stub = 0
273 stub = 0
285 stub = 0
292 stub = 0
304 stub = 0
407 stub = 0
415 stub = 0
423 stub = 1
[all …]
/aosp12/build/soong/cc/
H A Dndk_library.go101 return stub.apiLevel.GreaterThanOrEqualTo(stub.unversionedUntil)
285 stub.libraryDecorator.libName = ctx.baseModuleName()
292 if !stub.buildStubs() {
297 if shouldUseVersionScript(ctx, stub) {
303 stub.libraryDecorator.skipAPIDefine = true
307 func (stub *stubDecorator) nativeCoverage() bool {
332 stub := &stubDecorator{
335 module.compiler = stub
336 module.linker = stub
337 module.installer = stub
[all …]
H A Dkernel_headers.go25 func (stub *kernelHeadersDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Object…
27 f := &stub.libraryDecorator.flagExporter
31 return stub.libraryDecorator.linkStatic(ctx, flags, deps, objs)
43 stub := &kernelHeadersDecorator{
47 module.linker = stub
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp45 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()
73 islands.first->addStub(prototype, pReloc, *stub); in create()
77 return stub; in create()
94 Stub* stub = prototype->clone(); in create() local
100 islands.first->addStub(*stub); in create()
[all …]
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DVoicemailTranscriptionServiceGrpc.java19 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
20 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
21 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
22 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
23 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
25 import static io.grpc.stub.ClientCalls.futureUnaryCall;
27 import static io.grpc.stub.ServerCalls.asyncUnaryCall;
28 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
30 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
402 io.grpc.stub.ServerCalls.UnaryMethod<Req, Resp>,
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewStubTest.java40 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()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
H A DTranscriptionClient.java29 private final VoicemailTranscriptionServiceGrpc.VoicemailTranscriptionServiceBlockingStub stub; field in TranscriptionClient
32 VoicemailTranscriptionServiceGrpc.VoicemailTranscriptionServiceBlockingStub stub) { in TranscriptionClient() argument
33 this.stub = stub; in TranscriptionClient()
39 return new TranscriptionResponseSync(stub.transcribeVoicemail(request)); in sendSyncRequest()
48 return new TranscriptionResponseAsync(stub.transcribeVoicemailAsync(request)); in sendUploadRequest()
57 return new GetTranscriptResponseAsync(stub.getTranscript(request)); in sendGetTranscriptRequest()
67 return new TranscriptionFeedbackResponseAsync(stub.sendTranscriptionFeedback(request)); in sendTranscriptFeedbackRequest()
/aosp12/art/test/597-deopt-invoke-stub/
H A DAndroid.bp3 // Build rules for ART run-test `597-deopt-invoke-stub`.
16 name: "art-run-test-597-deopt-invoke-stub",
21 ":art-run-test-597-deopt-invoke-stub-expected-stdout",
22 ":art-run-test-597-deopt-invoke-stub-expected-stderr",
28 name: "art-run-test-597-deopt-invoke-stub-expected-stdout",
29 out: ["art-run-test-597-deopt-invoke-stub-expected-stdout.txt"],
36 name: "art-run-test-597-deopt-invoke-stub-expected-stderr",
37 out: ["art-run-test-597-deopt-invoke-stub-expected-stderr.txt"],
/aosp12/art/test/667-jit-jni-stub/
H A DAndroid.bp3 // Build rules for ART run-test `667-jit-jni-stub`.
16 name: "art-run-test-667-jit-jni-stub",
21 ":art-run-test-667-jit-jni-stub-expected-stdout",
22 ":art-run-test-667-jit-jni-stub-expected-stderr",
28 name: "art-run-test-667-jit-jni-stub-expected-stdout",
29 out: ["art-run-test-667-jit-jni-stub-expected-stdout.txt"],
36 name: "art-run-test-667-jit-jni-stub-expected-stderr",
37 out: ["art-run-test-667-jit-jni-stub-expected-stderr.txt"],
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoInput/
H A Ddevice_for_input_source.pfw30 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 …]
/aosp12/packages/apps/Dialer/java/com/android/dialer/binary/aosp/
H A DAospDialerRootComponent.java19 import com.android.bubble.stub.StubBubbleModule;
28 import com.android.dialer.duo.stub.StubDuoModule;
29 import com.android.dialer.enrichedcall.stub.StubEnrichedCallModule;
30 import com.android.dialer.feedback.stub.StubFeedbackModule;
38 import com.android.dialer.preferredsim.suggestion.stub.StubSimSuggestionModule;
41 import com.android.dialer.simulator.stub.StubSimulatorEnrichedCallModule;
42 import com.android.dialer.spam.stub.StubSpamModule;
46 import com.android.incallui.calllocation.stub.StubCallLocationModule;
47 import com.android.incallui.maps.stub.StubMapsModule;
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoOutput/
H A Ddevice_for_strategies.pfw30 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
/aosp12/system/tools/sysprop/
H A DAndroid.bp77 name: "sysprop-library-stub-defaults",
79 "stub/**/*.java",
86 name: "sysprop-library-stub-platform",
87 defaults: ["sysprop-library-stub-defaults"],
91 name: "sysprop-library-stub-vendor",
92 defaults: ["sysprop-library-stub-defaults"],
97 name: "sysprop-library-stub-product",
98 defaults: ["sysprop-library-stub-defaults"],
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/data/
H A DProgramDataManagerTest.java31 import com.android.tv.perf.stub.StubPerformanceMonitor;
118 ProgramInfo stub = ProgramInfo.create(); in testProgramUtils() local
120 int index = stub.getIndex(mClock.currentTimeMillis(), channelId); in testProgramUtils()
121 long startTimeMs = stub.getStartTimeMs(index, channelId); in testProgramUtils()
122 ProgramInfo programAt = stub.build(RuntimeEnvironment.application, index); in testProgramUtils()
160 ProgramInfo stub = ProgramInfo.create(); in testGetPrograms() local
161 int index = stub.getIndex(mClock.currentTimeMillis(), channelId); in testGetPrograms()
164 long startTimeMs = stub.getStartTimeMs(index, channelId); in testGetPrograms()
192 ProgramInfo stub = ProgramInfo.create(); in testCurrentProgramListener() local
193 int index = stub.getIndex(mClock.currentTimeMillis(), testChannelId); in testCurrentProgramListener()
[all …]
/aosp12/packages/apps/Dialer/java/com/android/dialer/binary/google/
H A DGoogleStubDialerRootComponent.java19 import com.android.bubble.stub.StubBubbleModule;
28 import com.android.dialer.duo.stub.StubDuoModule;
29 import com.android.dialer.enrichedcall.stub.StubEnrichedCallModule;
30 import com.android.dialer.feedback.stub.StubFeedbackModule;
38 import com.android.dialer.preferredsim.suggestion.stub.StubSimSuggestionModule;
41 import com.android.dialer.simulator.stub.StubSimulatorEnrichedCallModule;
42 import com.android.dialer.spam.stub.StubSpamModule;
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/CarEmu/Settings/
H A Ddevice_for_product_strategies.pfw32 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 …]
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
H A DTestMmTelFeature.java25 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;
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp328 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 …]
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Car/Settings/
H A Ddevice_for_product_strategies.pfw32 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 …]
/aosp12/build/soong/python/
H A Dbuilder.go47 Command: `sed -e 's/%interpreter%/$interp/g' -e 's/%main%/$main/g' $template > $stub && ` +
49 `$mergeParCmd -p --prefix ${out}.prefix -pm $stub $out $srcsZips && ` +
50 `chmod +x $out && (rm -f $stub; rm -f ${out}.prefix)`,
98 stub := android.PathForModuleOut(ctx, mainFileName).String()
109 "stub": stub,
/aosp12/packages/apps/Dialer/java/com/android/dialer/spam/stub/
H A DStubSpamModule.java17 package com.android.dialer.spam.stub;
32 public abstract Spam bindSpam(SpamStub stub); in bindSpam() argument
35 public abstract SpamSettings bindSpamSettings(SpamSettingsStub stub); in bindSpamSettings() argument
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierServicesSmsFilterTest.java199 private void mockCarrierAppStubResults(final int result, ICarrierMessagingService.Stub stub, in mockCarrierAppStubResults() argument
202 when(stub.queryLocalInterface(anyString())).thenReturn(stub); in mockCarrierAppStubResults()
203 when(stub.asBinder()).thenReturn(stub); in mockCarrierAppStubResults()
214 }).when(stub).filterSms( in mockCarrierAppStubResults()
/aosp12/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/
H A Dconfigure.ac1 # configure.ac -- Autoconf script for gps loc-stub
7 # Initialize the gps loc-stub package version 1.0.0
8 AC_INIT([loc-stub],1.0.0)
64 loc-stub.pc
/aosp12/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/
H A Dconfigure.ac1 # configure.ac -- Autoconf script for gps loc-stub
7 # Initialize the gps loc-stub package version 1.0.0
8 AC_INIT([loc-stub],1.0.0)
64 loc-stub.pc
/aosp12/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/loc_stub/
H A Dconfigure.ac1 # configure.ac -- Autoconf script for gps loc-stub
7 # Initialize the gps loc-stub package version 1.0.0
8 AC_INIT([loc-stub],1.0.0)
64 loc-stub.pc

12345678910>>...14