/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/ |
H A D | lazy_graph_executor.cpp | 421 auto async = SyncTensorsGraphInternal(tensors, devices, config); in SyncTensorsGraph() local 849 std::shared_ptr<Async> async = in SyncTensorsGraphInternal() local 886 std::shared_ptr<Async> async = std::make_shared<Async>( in ScheduleSyncTensorsGraph() local 962 auto async = SyncTensorsGraphInternal(tensors, {}, config); in GetTensorsFused() local
|
/aosp_15_r20/frameworks/wilhelm/src/itf/ |
H A D | IDynamicInterfaceManagement.cpp | 106 const SLInterfaceID iid, SLboolean async) in IDynamicInterfaceManagement_AddInterface() 354 const SLInterfaceID iid, SLboolean async) in IDynamicInterfaceManagement_ResumeInterface()
|
H A D | IObject.cpp | 84 static SLresult IObject_Realize(SLObjectItf self, SLboolean async) in IObject_Realize() 227 static SLresult IObject_Resume(SLObjectItf self, SLboolean async) in IObject_Resume()
|
/aosp_15_r20/external/perfetto/ui/ |
H A D | build.js | 336 addTask(execModule, ['jest', args, {async: true}]); property 539 addTask(execModule, ['tsc', args, {async: true}]); property 563 addTask(execModule, ['rollup', args, {async: true}]); property
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputShellCommand.java | 146 private void injectKeyEvent(KeyEvent event, boolean async) { in injectKeyEvent() 451 boolean async) { in sendKeyEvent() 479 injectKeyEvent(KeyEvent.changeAction(event, KeyEvent.ACTION_UP), async); in sendKeyEvent() local
|
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settingslib/applications/ |
D | ApplicationFeatureProviderImpl.java | 76 public void calculateNumberOfPolicyInstalledApps(boolean async, NumberOfAppsCallback callback) { in calculateNumberOfPolicyInstalledApps() 95 boolean async, NumberOfAppsCallback callback) { in calculateNumberOfAppsWithAdminGrantedPermissions()
|
/aosp_15_r20/frameworks/wilhelm/src/android/ |
H A D | android_GenericPlayer.cpp | 285 void GenericPlayer::notify(const char* event, int data, bool async) { in notify() 298 void GenericPlayer::notify(const char* event, int data1, int data2, bool async) { in notify()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/applications/ |
D | ApplicationFeatureProviderImpl.java | 83 public void calculateNumberOfPolicyInstalledApps(boolean async, NumberOfAppsCallback callback) { in calculateNumberOfPolicyInstalledApps() 102 boolean async, NumberOfAppsCallback callback) { in calculateNumberOfAppsWithAdminGrantedPermissions()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/view/ |
H A D | IInputMethodManager.aidl | 79 in @nullable ResultReceiver resultReceiver, int reason, boolean async); in showSoftInput() 82 in @nullable ResultReceiver resultReceiver, int reason, boolean async); in hideSoftInput()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/ |
H A D | cupti_collector.h | 40 bool async; member 78 bool async; member
|
H A D | rocm_tracer.h | 40 bool async; member 47 bool async; member
|
/aosp_15_r20/external/zstd/programs/ |
H A D | fileio_asyncio.c | 404 void AIO_WritePool_setAsync(WritePoolCtx_t* ctx, int async) { in AIO_WritePool_setAsync() 661 void AIO_ReadPool_setAsync(ReadPoolCtx_t* ctx, int async) { in AIO_ReadPool_setAsync()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | ZeroJankProxy.java | 179 @SoftInputShowHideReason int reason, boolean async) { in showSoftInput() 205 ResultReceiver resultReceiver, @SoftInputShowHideReason int reason, boolean async) { in hideSoftInput()
|
/aosp_15_r20/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/ |
D | HandlerCompat.java | 21 public HandlerCompat(@Nullable Callback callback, boolean async) { in HandlerCompat()
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/ |
D | AdminGrantedCameraPermissionPreferenceControllerTest.java | 34 protected AdminGrantedPermissionsPreferenceControllerBase createController(boolean async) { in createController()
|
D | AdminGrantedMicrophonePermissionPreferenceControllerTest.java | 34 protected AdminGrantedPermissionsPreferenceControllerBase createController(boolean async) { in createController()
|
D | AdminGrantedLocationPermissionsPreferenceControllerTest.java | 35 protected AdminGrantedPermissionsPreferenceControllerBase createController(boolean async) { in createController()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/enterprise/ |
D | PrivacySettingsPreference.java | 41 List<AbstractPreferenceController> createPreferenceControllers(boolean async); in createPreferenceControllers()
|
D | AdminGrantedMicrophonePermissionPreferenceController.java | 26 public AdminGrantedMicrophonePermissionPreferenceController(Context context, boolean async) { in AdminGrantedMicrophonePermissionPreferenceController()
|
D | AdminGrantedLocationPermissionsPreferenceController.java | 26 public AdminGrantedLocationPermissionsPreferenceController(Context context, boolean async) { in AdminGrantedLocationPermissionsPreferenceController()
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/ |
D | PrivacySettingsPreference.java | 41 List<AbstractPreferenceController> createPreferenceControllers(boolean async); in createPreferenceControllers()
|
D | AdminGrantedLocationPermissionsPreferenceController.java | 33 public AdminGrantedLocationPermissionsPreferenceController(Context context, boolean async) { in AdminGrantedLocationPermissionsPreferenceController()
|
D | AdminGrantedMicrophonePermissionPreferenceController.java | 33 public AdminGrantedMicrophonePermissionPreferenceController(Context context, boolean async) { in AdminGrantedMicrophonePermissionPreferenceController()
|
D | AdminGrantedCameraPermissionPreferenceController.java | 33 public AdminGrantedCameraPermissionPreferenceController(Context context, boolean async) { in AdminGrantedCameraPermissionPreferenceController()
|
/aosp_15_r20/external/mockito/src/test/java/org/mockitoutil/async/ |
H A D | AsyncTestingTest.java | 19 private AsyncTesting async = new AsyncTesting(); field in AsyncTestingTest
|