/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/ |
H A D | label_classify.cpp | 136 for (auto& delegate : delegates) { in PrepareModel() local
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | LoggingContentInterface.java | 44 private final ContentInterface delegate; field in LoggingContentInterface 46 public LoggingContentInterface(String tag, ContentInterface delegate) { in LoggingContentInterface()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/concurrent/ |
H A D | ContactsExecutors.java | 208 protected Future<T> delegate() { in delegate() method in ContactsExecutors.HandlerFuture
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/measure/ |
H A D | js_measure.cpp | 230 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in JSMeasureText() local 370 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in JSMeasureTextSize() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/ |
H A D | runtime_store.cpp | 359 DistributedDB::KvStoreNbDelegate *delegate = nullptr; in Init() local 371 auto release = [this](KvStoreNbDelegate *delegate) { in Init()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
H A D | KeyboardAccessibilityNodeProvider.java | 81 final KeyboardAccessibilityDelegate<KV> delegate) { in KeyboardAccessibilityNodeProvider()
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/ |
H A D | MessageTransportWrapper.java | 331 public void openTransport(ISipDelegate delegate, Set<String> supportedFeatureTags, in openTransport()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_javascript_result_callback.cpp | 165 auto delegate = webDelegate_.Upgrade(); in GetJavaScriptResult() local
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_clipboard.cpp | 39 void ClipboardProxy::SetDelegate(std::unique_ptr<ClipboardInterface>&& delegate) in SetDelegate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_view_register.cpp | 128 auto delegate = frontEnd->GetDelegate(); in RegisterCardUpdateCallback() local 135 auto delegate = frontEnd->GetDelegate(); in RegisterCardUpdateCallback() local 217 auto delegate = frontEnd->GetDelegate(); in UpdateCardRootComponent() local 223 auto delegate = frontEnd->GetDelegate(); in UpdateCardRootComponent() local 397 auto delegate = frontEnd->GetDelegate(); in JSPostCardAction() local 403 auto delegate = frontEnd->GetDelegate(); in JSPostCardAction() local
|
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | ... .google.common.util.concurrent.ListenableFuture delegate
com.google.common.base.Function mapper ... |
/aosp12/system/bt/service/ |
H A D | avrcp_control.cc | 47 void AvrcpControl::SetDelegate(Delegate* delegate) { in SetDelegate()
|
H A D | low_energy_client.cc | 127 void LowEnergyClient::SetDelegate(Delegate* delegate) { in SetDelegate()
|
/aosp12/frameworks/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/util/ |
H A D | LinkAccessibilityHelperTest.java | 259 AccessibilityDelegateCompat delegate = mock(AccessibilityDelegateCompat.class); in testMethodDelegation() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.h | 119 void SetDelegate(const RefPtr<WebDelegate>& delegate) in SetDelegate()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/componentutils/ |
H A D | js_component_utils.cpp | 46 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in JSGetRectangleById() local
|
/aosp12/frameworks/base/core/java/android/os/storage/ |
H A D | StorageManager.java | 416 final ObbListenerDelegate delegate; in onObbResult() local 430 final ObbListenerDelegate delegate = new ObbListenerDelegate(listener); in addListener() local 519 final StorageEventListenerDelegate delegate = new StorageEventListenerDelegate( in registerListener() local 541 final StorageEventListenerDelegate delegate = i.next(); in unregisterListener() local 590 final StorageEventListenerDelegate delegate = new StorageEventListenerDelegate( in registerStorageVolumeCallback() local 610 final StorageEventListenerDelegate delegate = i.next(); in unregisterStorageVolumeCallback() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_database_test.cpp | 1293 KvStoreNbDelegate *delegate = nullptr; in OpenCloseDatabase() local 1450 KvStoreNbDelegate *delegate = nullptr; variable
|
H A D | distributeddb_interfaces_schema_database_upgrade_test.cpp | 128 void InsertPresetEntry(KvStoreNbDelegate &delegate, const std::vector<std::string> &selection) in InsertPresetEntry()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_store_impl_test.cpp | 582 g_delegate, [&rStoreManager](Delegate *delegate) { rStoreManager.CloseStore(delegate); }); in __anon1a94843f0102() 627 g_delegate, [&rStoreManager](Delegate *delegate) { rStoreManager.CloseStore(delegate); }); in __anon1a94843f0202()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | RemoteInputController.java | 51 public RemoteInputController(Delegate delegate, in RemoteInputController()
|
/aosp12/system/bt/service/test/ |
H A D | a2dp_source_unittest.cc | 210 TestDelegate delegate; in TEST_F() local
|
H A D | low_energy_client_unittest.cc | 262 TestDelegate delegate; in TEST_F() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/ |
H A D | MagnificationModePreferenceController.java | 286 void setDialogDelegate(DialogCreatable delegate); in setDialogDelegate()
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/ |
H A D | BannerMessagePreferenceTest.java | 99 ShadowTouchDelegate delegate = shadowOf(mRootView.getTouchDelegate()); in onBindViewHolder_andOnLayoutView_dismissButtonTouchDelegate_isCorrectSize() local
|