Home
last modified time | relevance | path

Searched defs:adapter (Results 1 – 25 of 2280) sorted by relevance

12345678910>>...92

/aosp_15_r20/cts/tests/tests/nfc/src/android/nfc/cts/
H A DNfcAdapterTest.java106 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in setUp() local
120 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in tearDown() local
129 NfcAdapter adapter = getDefaultAdapter(); in testGetDefaultAdapter() local
135 NfcAdapter adapter = getDefaultAdapter(); in testAddNfcUnlockHandler() local
141 NfcAdapter adapter = getDefaultAdapter(); in testDisableWithNoParams() local
150 NfcAdapter adapter = getDefaultAdapter(); in testDisableWithParam() local
157 NfcAdapter adapter = getDefaultAdapter(); in testDisableForegroundDispatch() local
164 NfcAdapter adapter = getDefaultAdapter(); in testDisableReaderMode() local
171 NfcAdapter adapter = getDefaultAdapter(); in testEnable() local
178 NfcAdapter adapter = getDefaultAdapter(); in testEnableForegroundDispatch() local
[all …]
H A DCardEmulationTest.java503 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(context); in EventPollLoopReceiver() local
544 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in cleanup() local
671 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in testEventListener() local
741 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in testEventListener_WalletHolderToForegroundAndBack() local
874 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in testEventListener_stateChange() local
920 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in testTypeAPollingLoopToForeground() local
948 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in testSetShouldDefaultToObserveModeShouldDefaultToObserveModeDynamic() local
984 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in testSetShouldDefaultToObserveModeFalseShouldNotDefaultToObserveMode() local
1006 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in testSetShouldDefaultToObserveModeShouldDefaultToObserveMode() local
1029 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in testSetShouldDefaultToObserveModeFalseShouldNotDefaultToObserveModeOffHost() local
[all …]
/aosp_15_r20/external/moshi/moshi/src/test/java/com/squareup/moshi/
H A DMoshiTest.java55 JsonAdapter<Boolean> adapter = moshi.adapter(boolean.class).lenient(); in booleanAdapter() local
81 JsonAdapter<Boolean> adapter = moshi.adapter(Boolean.class).lenient(); in BooleanAdapter() local
94 JsonAdapter<Byte> adapter = moshi.adapter(byte.class).lenient(); in byteAdapter() local
141 JsonAdapter<Byte> adapter = moshi.adapter(Byte.class).lenient(); in ByteAdapter() local
152 JsonAdapter<Character> adapter = moshi.adapter(char.class).lenient(); in charAdapter() local
232 JsonAdapter<Character> adapter = moshi.adapter(Character.class).lenient(); in CharacterAdapter() local
253 JsonAdapter<Double> adapter = moshi.adapter(double.class).lenient(); in doubleAdapter() local
314 JsonAdapter<Double> adapter = moshi.adapter(Double.class).lenient(); in DoubleAdapter() local
327 JsonAdapter<Float> adapter = moshi.adapter(float.class).lenient(); in floatAdapter() local
388 JsonAdapter<Float> adapter = moshi.adapter(Float.class).lenient(); in FloatAdapter() local
[all …]
H A DObjectAdapterTest.java54 JsonAdapter<Object> adapter = moshi.adapter(Object.class); in toJsonUsesRuntimeType() local
69 JsonAdapter<Object> adapter = moshi.adapter(Object.class); in toJsonJavaLangObject() local
83 JsonAdapter<Object> adapter = moshi.adapter(Object.class); in fromJsonReturnsMapsAndLists() local
99 JsonAdapter<Object> adapter = moshi.adapter(Object.class); in fromJsonUsesDoublesForNumbers() local
110 JsonAdapter<Object> adapter = moshi.adapter(Object.class); in fromJsonDoesNotFailOnNullValues() local
130 JsonAdapter<Object> adapter = moshi.adapter(Object.class); in toJsonCoercesRuntimeTypeForCollections() local
150 JsonAdapter<Object> adapter = moshi.adapter(Object.class); in toJsonCoercesRuntimeTypeForLists() local
170 JsonAdapter<Object> adapter = moshi.adapter(Object.class); in toJsonCoercesRuntimeTypeForSets() local
185 JsonAdapter<Object> adapter = moshi.adapter(Object.class); in toJsonCoercesRuntimeTypeForMaps() local
204 JsonAdapter<Object> adapter = moshi.adapter(Object.class); in toJsonUsesTypeAdapters() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowNfcAdapterTest.java47 final NfcAdapter adapter = NfcAdapter.getDefaultAdapter(activity); in setNdefPushMesageCallback_shouldUseCallback() local
58 final NfcAdapter adapter = NfcAdapter.getDefaultAdapter(activity); in setOnNdefPushCompleteCallback_shouldUseCallback() local
70 final NfcAdapter adapter = NfcAdapter.getDefaultAdapter(activity); in setOnNdefPushCompleteCallback_throwsOnNullActivity() local
85 final NfcAdapter adapter = NfcAdapter.getDefaultAdapter(activity); in setOnNdefPushCompleteCallback_throwsOnNullInActivities() local
96 final NfcAdapter adapter = NfcAdapter.getDefaultAdapter(context); in isEnabled_shouldReturnEnabledState() local
109 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(context); in isSecureNfcSupported_shouldReturnSupportedState() local
122 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(context); in isSecureNfcEnabled_shouldReturnEnabledState() local
134 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(context); in getNfcAdapter_returnsNonNull() local
149 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(context); in getNfcAdapter_hardwareExists_returnsNonNull() local
158 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(context); in getNfcAdapter_hardwareDoesNotExist_returnsNull() local
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dnghttp2_adapter_test.cc16 namespace adapter { namespace
58 auto adapter = NgHttp2Adapter::CreateClientAdapter(visitor); in TEST() local
67 auto adapter = NgHttp2Adapter::CreateClientAdapter(visitor); in TEST() local
292 auto adapter = NgHttp2Adapter::CreateClientAdapter(visitor); in TEST() local
323 auto adapter = NgHttp2Adapter::CreateClientAdapter(visitor); in TEST() local
400 auto adapter = NgHttp2Adapter::CreateClientAdapter(visitor); in TEST() local
463 auto adapter = NgHttp2Adapter::CreateClientAdapter(visitor); in TEST() local
523 auto adapter = NgHttp2Adapter::CreateClientAdapter(visitor); in TEST() local
592 auto adapter = NgHttp2Adapter::CreateClientAdapter(visitor); in TEST() local
681 auto adapter = NgHttp2Adapter::CreateClientAdapter(visitor); in TEST() local
[all …]
H A Doghttp2_adapter_test.cc20 namespace adapter { namespace
46 auto adapter = OgHttp2Adapter::Create(visitor, options); in TEST() local
54 auto adapter = OgHttp2Adapter::Create(visitor, options); in TEST() local
71 auto adapter = OgHttp2Adapter::Create(visitor, options); in TEST() local
109 auto adapter = OgHttp2Adapter::Create(visitor, options); in TEST() local
149 auto adapter = OgHttp2Adapter::Create(visitor, options); in TEST() local
202 auto adapter = OgHttp2Adapter::Create(visitor, options); in TEST() local
380 auto adapter = OgHttp2Adapter::Create(visitor, options); in TEST() local
421 auto adapter = OgHttp2Adapter::Create(visitor, options); in TEST() local
458 auto adapter = OgHttp2Adapter::Create(visitor, options); in TEST() local
[all …]
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DCursorTreeAdapterTest.java175 CursorTreeAdapter adapter = new MockCursorTreeAdapter(mGroupCursor, mContext); in testGetCursor() local
188 CursorTreeAdapter adapter = new MockCursorTreeAdapter(mGroupCursor, mContext); in testSetGroupCursor() local
201 MockCursorTreeAdapter adapter = new MockCursorTreeAdapter(mGroupCursor, mContext); in testSetChildrenCursor() local
212 CursorTreeAdapter adapter = new MockCursorTreeAdapter(null, mContext); in testChangeCursor() local
225 MockCursorTreeAdapter adapter = new MockCursorTreeAdapter(mGroupCursor, mContext); in testNotifyDataSetChangedBoolean() local
265 MockCursorTreeAdapter adapter = new MockCursorTreeAdapter(mGroupCursor, mContext); in testNotifyDataSetChanged() local
292 MockCursorTreeAdapter adapter = new MockCursorTreeAdapter(mGroupCursor, mContext); in testNotifyDataSetInvalidated() local
319 MockCursorTreeAdapter adapter = new MockCursorTreeAdapter(mGroupCursor, mContext); in testOnGroupCollapsed() local
358 CursorTreeAdapter adapter = new MockCursorTreeAdapter(mGroupCursor, mContext); in testHasStableIds() local
368 CursorTreeAdapter adapter = new MockCursorTreeAdapter(mGroupCursor, mContext); in testIsChildSelectable() local
[all …]
H A DBaseExpandableListAdapterTest.java49 BaseExpandableListAdapter adapter = new MockBaseExpandableListAdapter(); in testDefaults() local
58 BaseExpandableListAdapter adapter = new MockBaseExpandableListAdapter(); in testAreAllItemsEnabled() local
64 BaseExpandableListAdapter adapter = new MockBaseExpandableListAdapter(); in testGetCombinedId() local
79 MockBaseExpandableListAdapter adapter = new MockBaseExpandableListAdapter(); in testIsEmpty() local
87 BaseExpandableListAdapter adapter = new MockBaseExpandableListAdapter(); in testNotifyDataSetChanged() local
98 BaseExpandableListAdapter adapter = new MockBaseExpandableListAdapter(); in testNotifyDataSetInvalidated() local
109 BaseExpandableListAdapter adapter = new MockBaseExpandableListAdapter(); in testOnGroupCollapsed() local
116 BaseExpandableListAdapter adapter = new MockBaseExpandableListAdapter(); in testOnGroupExpanded() local
123 BaseExpandableListAdapter adapter = new MockBaseExpandableListAdapter(); in testDataSetObserver() local
/aosp_15_r20/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
H A DHWC2OnFbAdapter.cpp42 auto& adapter = HWC2OnFbAdapter::cast(device); in dumpHook() local
53 auto& adapter = HWC2OnFbAdapter::cast(device); in registerCallbackHook() local
93 auto& adapter = HWC2OnFbAdapter::cast(device); in getDisplayNameHook() local
109 auto& adapter = HWC2OnFbAdapter::cast(device); in getDisplayTypeHook() local
119 auto& adapter = HWC2OnFbAdapter::cast(device); in getDozeSupportHook() local
131 auto& adapter = HWC2OnFbAdapter::cast(device); in getHdrCapabilitiesHook() local
141 auto& adapter = HWC2OnFbAdapter::cast(device); in setPowerModeHook() local
151 auto& adapter = HWC2OnFbAdapter::cast(device); in setVsyncEnabledHook() local
162 auto& adapter = HWC2OnFbAdapter::cast(device); in getColorModesHook() local
180 auto& adapter = HWC2OnFbAdapter::cast(device); in setColorModeHook() local
[all …]
/aosp_15_r20/packages/modules/Uwb/framework/tests/src/android/uwb/
DRangingSessionTest.java80 IUwbAdapter adapter = mock(IUwbAdapter.class); in testOnRangingOpened_OnOpenSuccessCalled() local
96 IUwbAdapter adapter = mock(IUwbAdapter.class); in testOnRangingOpened_OnServiceDiscoveredConnectedCalled() local
119 IUwbAdapter adapter = mock(IUwbAdapter.class); in testOnRangingOpened_CannotOpenClosedSession() local
143 IUwbAdapter adapter = mock(IUwbAdapter.class); in testOnRangingClosed_OnClosedCalledWhenSessionNotOpen() local
159 IUwbAdapter adapter = mock(IUwbAdapter.class); in testOnRangingClosed_OnClosedCalled() local
174 IUwbAdapter adapter = mock(IUwbAdapter.class); in testOnRangingResult_OnReportReceivedCalled() local
190 IUwbAdapter adapter = mock(IUwbAdapter.class); in testStart_CannotStartIfAlreadyStarted() local
207 IUwbAdapter adapter = mock(IUwbAdapter.class); in testStop_CannotStopIfAlreadyStopped() local
226 IUwbAdapter adapter = mock(IUwbAdapter.class); in testStop_CannotStopIfOpenFailed() local
246 IUwbAdapter adapter = mock(IUwbAdapter.class); in testCallbacks_OnlyWhenOpened() local
[all …]
DRangingManagerTest.java70 IUwbAdapter adapter = mock(IUwbAdapter.class); in testOpenSession_OpenRangingInvoked() local
81 IUwbAdapter adapter = mock(IUwbAdapter.class); in testOpenSession_validChipId_OpenRangingInvoked() local
92 IUwbAdapter adapter = mock(IUwbAdapter.class); in testOpenSession_validChipId_RuntimeException() local
109 IUwbAdapter adapter = mock(IUwbAdapter.class); in testOpenSession_invalidChipId_IllegalArgumentException() local
124 IUwbAdapter adapter = mock(IUwbAdapter.class); in testOnRangingOpened_InvalidSessionHandle() local
134 IUwbAdapter adapter = mock(IUwbAdapter.class); in testOnRangingOpened_MultipleSessionsRegistered() local
174 IUwbAdapter adapter = mock(IUwbAdapter.class); in testCorrectCallbackInvoked() local
300 IUwbAdapter adapter = mock(IUwbAdapter.class); in testNoCallbackInvoked_sessionClosed() local
418 IUwbAdapter adapter = mock(IUwbAdapter.class); in testOnRangingClosed_MultipleSessionsRegistered() local
461 IUwbAdapter adapter = mock(IUwbAdapter.class); in testOnRangingReport_MultipleSessionsRegistered() local
[all …]
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/manageapplications/
DManageApplicationsTest.java200 final ManageApplications.ApplicationsAdapter adapter = in onQueryTextChange_shouldFilterSearchInApplicationsAdapter() local
213 final ManageApplications.ApplicationsAdapter adapter = in updateLoading_appLoaded_shouldNotDelayCallToHandleLoadingContainer() local
234 final ManageApplications.ApplicationsAdapter adapter = in updateLoading_appNotLoaded_shouldDelayCallToHandleLoadingContainer() local
262 final ManageApplications.ApplicationsAdapter adapter = in onRebuildComplete_shouldHideLoadingView() local
307 final ManageApplications.ApplicationsAdapter adapter = in onRebuildComplete_hasSearchQuery_shouldFilterSearch() local
321 final ManageApplications.ApplicationsAdapter adapter = in notifyItemChange_recyclerViewIdle_shouldNotify() local
336 final ManageApplications.ApplicationsAdapter adapter = in notifyItemChange_recyclerViewScrolling_shouldNotifyWhenIdle() local
358 ManageApplications.ApplicationsAdapter adapter = in applicationsAdapter_onBindViewHolder_notifications_wrongExtraInfo() local
381 ManageApplications.ApplicationsAdapter adapter = in applicationsAdapter_onBindViewHolder_updateSwitch_notifications() local
403 ManageApplications.ApplicationsAdapter adapter = new ManageApplications.ApplicationsAdapter( in applicationsAdapter_onBindViewHolder_updateSwitch_notNotifications() local
[all …]
/aosp_15_r20/cts/tests/tests/print/src/android/print/cts/
H A DPrintDocumentAdapterContractTest.java91 final PrintDocumentAdapter adapter = createMockPrintDocumentAdapter( in noPrintOptionsOrPrinterChange() local
197 PrintDocumentAdapter adapter = createDefaultPrintDocumentAdapter(1); in noPrintOptionsOrPrinterChangeCanceled() local
250 PrintDocumentAdapter adapter = createMockPrintDocumentAdapter( in nonCallingBackWrite() local
320 PrintDocumentAdapter adapter = createMockPrintDocumentAdapter( in nonChangePrinterWhileNotWritten() local
390 final PrintDocumentAdapter adapter = createMockPrintDocumentAdapter( in printOptionsChangeAndNoPrinterChange() local
579 final PrintDocumentAdapter adapter = createMockPrintDocumentAdapter( in printCorruptedFile() local
661 final PrintDocumentAdapter adapter = createMockPrintDocumentAdapter( in printOptionsChangeAndPrinterChange() local
810 final PrintDocumentAdapter adapter = createMockPrintDocumentAdapter( in printOptionsChangeAndNoPrinterChangeAndContentChange() local
927 final PrintDocumentAdapter adapter = createMockPrintDocumentAdapter( in newPrinterSupportsSelectedPrintOptions() local
1020 final PrintDocumentAdapter adapter = createMockPrintDocumentAdapter( in nothingChangesAllPagesWrittenFirstTime() local
[all …]
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/federatedcompute/
DExampleStoreQueryCallbackImplTest.java65 ExampleStoreQueryCallbackImpl adapter = in testStartQuerySuccessNullResultThrows() local
72 ExampleStoreQueryCallbackImpl adapter = in testStartQueryFailureTwicePassThrough() local
82 ExampleStoreQueryCallbackImpl adapter = in testStartQuerySuccessTwicePassThrough() local
91 ExampleStoreQueryCallbackImpl adapter = in testStartQuerySuccessAfterFailurePassThrough() local
100 ExampleStoreQueryCallbackImpl adapter = in testStartQueryFailureAfterSuccessPassThrough() local
109 ExampleStoreQueryCallbackImpl adapter = in testIteratorCloseTwice() local
147 IteratorCallbackAdapter adapter = in testIteratorCallbackSuccessTwicePassThrough() local
161 IteratorCallbackAdapter adapter = in testIteratorCallbackFailureTwicePassThrough() local
176 IteratorCallbackAdapter adapter = in testIteratorCallbackSuccessAfterFailurePassThrough() local
193 IteratorCallbackAdapter adapter = in testIteratorCallbackFailureAfterSuccessPassThrough() local
[all …]
/aosp_15_r20/frameworks/ex/common/tests/src/com/android/common/widget/
H A DCompositeCursorAdapterTest.java82 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetCountNoEmptySections() local
93 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetViewNoEmptySections() local
108 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetCountWithHeadersAndNoEmptySections() local
119 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetViewWithHeadersNoEmptySections() local
134 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetCountWithHiddenEmptySection() local
144 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetPartitionForPosition() local
158 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetOffsetForPosition() local
172 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetPositionForPartition() local
184 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetViewWithHiddenEmptySections() local
198 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetCountWithShownEmptySection() local
[all …]
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/widget/
DCompositeListAdapterTest.java115 CompositeListAdapter adapter = new CompositeListAdapter(); in testGetCount() local
124 CompositeListAdapter adapter = new CompositeListAdapter(); in testGetCountWithInvalidation() local
138 CompositeListAdapter adapter = new CompositeListAdapter(); in testGetItem() local
151 CompositeListAdapter adapter = new CompositeListAdapter(); in testGetItemId() local
164 CompositeListAdapter adapter = new CompositeListAdapter(); in testGetView() local
179 CompositeListAdapter adapter = new CompositeListAdapter(); in testGetViewTypeCount() local
198 CompositeListAdapter adapter = new CompositeListAdapter(); in testGetItemViewType() local
214 CompositeListAdapter adapter = new CompositeListAdapter(); in testNotifyDataSetChangedPropagated() local
241 CompositeListAdapter adapter = new CompositeListAdapter(); in testNotifyDataSetChangedOnAddingAdapter() local
259 CompositeListAdapter adapter = new CompositeListAdapter(); in testNotifyDataSetInvalidated() local
[all …]
/aosp_15_r20/external/moshi/moshi-adapters/src/test/java/com/squareup/moshi/adapters/
H A DPolymorphicJsonAdapterFactoryTest.java44 JsonAdapter<Message> adapter = moshi.adapter(Message.class); in fromJson() local
61 JsonAdapter<Message> adapter = moshi.adapter(Message.class); in toJson() local
78 JsonAdapter<Message> adapter = moshi.adapter(Message.class); in unregisteredLabelValue() local
106 JsonAdapter<Message> adapter = moshi.adapter(Message.class); in specifiedFallbackSubtype() local
122 JsonAdapter<Message> adapter = moshi.adapter(Message.class); in specifiedNullFallbackSubtype() local
155 JsonAdapter<Message> adapter = moshi.adapter(Message.class); in specifiedFallbackJsonAdapter() local
174 JsonAdapter<Message> adapter = moshi.adapter(Message.class); in unregisteredSubtype() local
202 JsonAdapter<Message> adapter = moshi.adapter(Message.class); in unregisteredSubtypeWithDefaultValue() local
241 JsonAdapter<Message> adapter = moshi.adapter(Message.class); in unregisteredSubtypeWithFallbackJsonAdapter() local
256 JsonAdapter<Message> adapter = moshi.adapter(Message.class); in nonStringLabelValue() local
[all …]
/aosp_15_r20/external/webrtc/video/
H A Dframe_cadence_adapter_unittest.cc95 auto adapter = in TEST() local
114 auto adapter = CreateAdapter(no_field_trials, time_controller.GetClock()); in TEST() local
130 auto adapter = CreateAdapter(no_field_trials, time_controller.GetClock()); in TEST() local
152 auto adapter = CreateAdapter(feature_disabler, time_controller.GetClock()); in TEST() local
173 auto adapter = CreateAdapter(enabler, time_controller.GetClock()); in TEST() local
189 auto adapter = CreateAdapter(enabler, time_controller.GetClock()); in TEST() local
218 auto adapter = CreateAdapter(enabler, time_controller.GetClock()); in TEST() local
253 auto adapter = CreateAdapter(enabler, time_controller.GetClock()); in TEST() local
307 auto adapter = CreateAdapter(enabler, time_controller.GetClock()); in TEST() local
340 auto adapter = CreateAdapter(enabler, time_controller.GetClock()); in TEST() local
[all …]
/aosp_15_r20/external/moshi/kotlin/tests/src/test/kotlin/com/squareup/moshi/kotlin/
H A DDualKotlinTest.kt233 val adapter = moshi.adapter<HasNullableTypeWithGeneratedAdapter>() in delegatesToInstalledAdaptersBeforeNullCheckingWithGeneratedAdapter() constant
247 val adapter = moshi.adapter<ValueClass>() in valueClass() constant
272 val adapter = moshi.adapter<InlineConsumer>() in inlineClassConsumer() constant
290 val adapter = moshi.adapter<TextAssetMetaData>() in backwardReferencingTypeVars() constant
310 val adapter = moshi.adapter<StringNodeNumberNode>() in selfReferencingTypeVars() constant
357 val adapter = moshi.adapter<InternalAbstractProperty>() in abstractSuperProperties() constant
385 val adapter = moshi.adapter<MultipleConstructorsB>() in multipleConstructors() constant
406 val adapter = moshi.adapter<MultipleNonPropertyParameters>() in multiple non-property parameters() constant
433 val adapter = moshi.adapter<OnlyMultipleNonPropertyParameters>() in only multiple non-property parameters() constant
461 val adapter = moshi in typeAliasUnwrapping() constant
[all …]
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_basic_stream_adapters_test.cc161 WebSocketClientSocketHandleAdapter adapter(std::move(connection)); in TEST_F() local
174 WebSocketClientSocketHandleAdapter adapter(std::move(connection)); in TEST_F() local
193 WebSocketClientSocketHandleAdapter adapter(std::move(connection)); in TEST_F() local
211 WebSocketClientSocketHandleAdapter adapter(std::move(connection)); in TEST_F() local
242 WebSocketClientSocketHandleAdapter adapter(std::move(connection)); in TEST_F() local
281 WebSocketClientSocketHandleAdapter adapter(std::move(connection)); in TEST_F() local
315 WebSocketClientSocketHandleAdapter adapter(std::move(connection)); in TEST_F() local
419 WebSocketSpdyStreamAdapter adapter(stream, &mock_delegate_, in TEST_F() local
453 WebSocketSpdyStreamAdapter adapter(stream, &mock_delegate_, in TEST_F() local
495 WebSocketSpdyStreamAdapter adapter(stream, &mock_delegate_, in TEST_F() local
[all …]
/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DBLASTBufferQueue_test.cpp241 void setUpProducer(BLASTBufferQueueHelper& adapter, sp<IGraphicBufferProducer>& producer, in setUpProducer()
369 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() local
377 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() local
397 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() local
405 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() local
437 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() local
475 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() local
552 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() local
564 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() local
586 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() local
[all …]
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRemoteAnimationControllerTest.java130 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testForwardsShowBackdrop() local
163 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testRun() local
204 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testCancel() local
218 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testTimeout() local
239 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testTimeout_scaled() local
285 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testOneNotStarted() local
310 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testRemovedBeforeStarted() local
521 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testWallpaperIncluded_expectTarget() local
554 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testWallpaperAnimatorCanceled_expectAnimationKeepsRunning() local
590 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testNonAppIncluded_keygaurdGoingAway() local
[all …]
/aosp_15_r20/external/moshi/moshi/records-tests/src/test/java/com/squareup/moshi/records/
H A DRecordsTest.java48 var adapter = in smokeTest() local
146 var adapter = in genericRecord() local
157 var adapter = in genericBoundedRecord() local
181 var adapter = moshi.newBuilder().add(new ColorAdapter()).build().adapter(QualifiedValues.class); in qualifiedValues() local
210 var adapter = moshi.adapter(JsonName.class); in jsonName() local
236 var adapter = throwingMoshi.adapter(BooleanRecord.class); in memberEncodeDecodeThrowsExceptionException() local
255 var adapter = moshi.adapter(AbsentValues.class); in absentPrimitiveFails() local
266 var adapter = moshi.adapter(AbsentValues.class); in nullPrimitiveFails() local
277 var adapter = moshi.adapter(AbsentValues.class); in absentObjectIsNull() local
286 var adapter = moshi.adapter(AbsentValues.class); in nullObjectIsNull() local
/aosp_15_r20/external/cronet/net/socket/
H A Dsocket_bio_adapter_unittest.cc177 std::unique_ptr<SocketBIOAdapter> adapter = in TEST_P() local
218 std::unique_ptr<SocketBIOAdapter> adapter = in TEST_P() local
281 std::unique_ptr<SocketBIOAdapter> adapter = in TEST_P() local
303 std::unique_ptr<SocketBIOAdapter> adapter = in TEST_P() local
326 std::unique_ptr<SocketBIOAdapter> adapter = in TEST_P() local
371 std::unique_ptr<SocketBIOAdapter> adapter = in TEST_P() local
486 std::unique_ptr<SocketBIOAdapter> adapter = in TEST_P() local
513 std::unique_ptr<SocketBIOAdapter> adapter = in TEST_P() local
546 std::unique_ptr<SocketBIOAdapter> adapter = in TEST_P() local
581 std::unique_ptr<SocketBIOAdapter> adapter = in TEST_P() local
[all …]

12345678910>>...92