/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ThreadPool.h | 54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) { in async() function 63 inline std::shared_future<void> async(Function &&F) { in async() function
|
/aosp_15_r20/frameworks/wilhelm/src/objects/ |
H A D | COutputMix.cpp | 24 SLresult COutputMix_Realize(void *self, SLboolean async) in COutputMix_Realize() 39 SLresult COutputMix_Resume(void *self, SLboolean async) in COutputMix_Resume()
|
H A D | CAudioPlayer.cpp | 24 SLresult CAudioPlayer_Realize(void *self, SLboolean async) in CAudioPlayer_Realize() 47 SLresult CAudioPlayer_Resume(void *self, SLboolean async) in CAudioPlayer_Resume()
|
H A D | CEngine.cpp | 57 SLresult CEngine_Realize(void *self, SLboolean async) in CEngine_Realize() 94 SLresult CEngine_Resume(void *self, SLboolean async) in CEngine_Resume()
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | ThreadPool.h | 78 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) { in async() function 96 inline std::shared_future<VoidTy> async(Function &&F) { in async() function
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/ |
D | AdminGrantedPermissionsPreferenceControllerTestBase.java | 74 private void setNumberOfPackagesWithAdminGrantedPermissions(int number, boolean async) { in setNumberOfPackagesWithAdminGrantedPermissions() 139 boolean async); in createController()
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/apps/ |
D | ApplicationFeatureProvider.java | 37 void calculateNumberOfPolicyInstalledApps(boolean async, NumberOfAppsCallback callback); in calculateNumberOfPolicyInstalledApps() 56 void calculateNumberOfAppsWithAdminGrantedPermissions(String[] permissions, boolean async, in calculateNumberOfAppsWithAdminGrantedPermissions()
|
D | ApplicationFeatureProviderImpl.java | 58 public void calculateNumberOfPolicyInstalledApps(boolean async, NumberOfAppsCallback callback) { in calculateNumberOfPolicyInstalledApps() 77 boolean async, NumberOfAppsCallback callback) { in calculateNumberOfAppsWithAdminGrantedPermissions()
|
/aosp_15_r20/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/enterprise/apps/ |
D | ApplicationFeatureProvider.java | 37 void calculateNumberOfPolicyInstalledApps(boolean async, NumberOfAppsCallback callback); in calculateNumberOfPolicyInstalledApps() 56 void calculateNumberOfAppsWithAdminGrantedPermissions(String[] permissions, boolean async, in calculateNumberOfAppsWithAdminGrantedPermissions()
|
D | ApplicationFeatureProviderImpl.java | 58 public void calculateNumberOfPolicyInstalledApps(boolean async, NumberOfAppsCallback callback) { in calculateNumberOfPolicyInstalledApps() 77 boolean async, NumberOfAppsCallback callback) { in calculateNumberOfAppsWithAdminGrantedPermissions()
|
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settingslib/applications/ |
D | ApplicationFeatureProvider.java | 38 void calculateNumberOfPolicyInstalledApps(boolean async, NumberOfAppsCallback callback); in calculateNumberOfPolicyInstalledApps() 57 void calculateNumberOfAppsWithAdminGrantedPermissions(String[] permissions, boolean async, in calculateNumberOfAppsWithAdminGrantedPermissions()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/applications/ |
D | ApplicationFeatureProvider.java | 36 void calculateNumberOfPolicyInstalledApps(boolean async, NumberOfAppsCallback callback); in calculateNumberOfPolicyInstalledApps() 55 void calculateNumberOfAppsWithAdminGrantedPermissions(String[] permissions, boolean async, in calculateNumberOfAppsWithAdminGrantedPermissions()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_ml.cpp | 41 async (F&& f) in async() function 57 async (F&& f, A1&& a1) in async() function
|
/aosp_15_r20/test/dittosuite/src/ |
H A D | binder.cpp | 28 void BpDittoBinder::async() { in async() function in dittosuite::BpDittoBinder 139 void DittoBinder::async() { in async() function in dittosuite::DittoBinder
|
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/ |
H A D | c_api_remote_test.cc | 40 void TestRemoteExecute(bool async) { in TestRemoteExecute() 120 void TestRemoteExecuteSilentCopiesOp(bool async, bool remote, in TestRemoteExecuteSilentCopiesOp()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/ |
D | future.hpp | 3868 …async(launch policy, R(*f)(BOOST_THREAD_FWD_REF(ArgTypes)...), BOOST_THREAD_FWD_REF(ArgTypes)... a… function 3898 async(launch policy, R(*f)()) { function 3930 async(launch policy, BOOST_THREAD_FWD_REF(F) f, BOOST_THREAD_FWD_REF(ArgTypes)... args) { function 3959 async(launch policy, BOOST_THREAD_FWD_REF(F) f) { function 4155 …async(Executor& ex, R(*f)(BOOST_THREAD_FWD_REF(ArgTypes)...), BOOST_THREAD_FWD_REF(ArgTypes)... ar… function 4173 async(Executor& ex, BOOST_THREAD_FWD_REF(F) f, BOOST_THREAD_FWD_REF(ArgTypes)... args) { function 4190 async(Executor& ex, R(*f)()) { function 4204 async(Executor& ex, R(*f)(BOOST_THREAD_FWD_REF(A1)), BOOST_THREAD_FWD_REF(A1) a1) { function 4220 async(Executor& ex, BOOST_THREAD_FWD_REF(F) f) { function 4235 async(Executor& ex, BOOST_THREAD_FWD_REF(F) f, BOOST_THREAD_FWD_REF(A1) a1) { function [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/http/pipeline/ |
H A D | RequestPipelineBuilder.java | 108 … async(Function<HttpClientDependencies, RequestPipeline<InputT, OutputT>> pipelineFactory) { in async() method in RequestPipelineBuilder 119 async(Supplier<RequestPipeline<InputT, OutputT>> pipelineFactory) { in async() method in RequestPipelineBuilder
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file.cc | 42 File::File(ScopedPlatformFile platform_file, bool async) in File() 49 File::File(PlatformFile platform_file, bool async) in File()
|
/aosp_15_r20/external/cronet/components/metrics/content/ |
H A D | subprocess_metrics_provider.cc | 53 bool async, in MergeHistogramDeltasForTesting() 135 bool async, in MergeHistogramDeltas()
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
D | InstalledAppCounterTest.java | 139 private void testCountInstalledAppsAcrossAllUsers(boolean async) { in testCountInstalledAppsAcrossAllUsers() 254 private void count(int installReason, boolean async) { in count()
|
D | ApplicationFeatureProviderImplTest.java | 135 private void verifyCalculateNumberOfPolicyInstalledApps(boolean async) { in verifyCalculateNumberOfPolicyInstalledApps() 181 private void verifyCalculateNumberOfAppsWithAdminGrantedPermissions(boolean async) in verifyCalculateNumberOfAppsWithAdminGrantedPermissions()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/ |
H A D | cupti_tracer.cc | 390 size_t num_bytes, uint32 src_device, uint32 dst_device, bool async, in PopulateMemcpyCallbackEvent() 417 bool async; in AddNormalMemcpyEventUponApiExit() local 437 bool async; in AddCuMemsetEventUponApiExit() local 467 bool async; in AddP2PMemcpyEventUponApiExit() local 926 bool async; member 1028 bool async) { in StartMemcpy()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | IInputMethodManagerImpl.java | 119 @SoftInputShowHideReason int reason, boolean async); in showSoftInput() 123 ResultReceiver resultReceiver, @SoftInputShowHideReason int reason, boolean async); in hideSoftInput() 294 @SoftInputShowHideReason int reason, boolean async) { in showSoftInput() 302 ResultReceiver resultReceiver, @SoftInputShowHideReason int reason, boolean async) { in hideSoftInput()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/ |
H A D | eager_executor.cc | 34 EagerExecutor::EagerExecutor(bool async, bool enable_streaming_enqueue) in EagerExecutor() 217 bool async = item->node->AsAsync() != nullptr; in NodeDone() local
|
/aosp_15_r20/external/sg3_utils/testing/ |
H A D | sg_iovec_tst.cpp | 147 int elem_size, int async) in sg_read() 251 int elem_size, int async) in sg_read_v4()
|