/third_party/skia/src/gpu/ |
H A D | GrTextureRenderTargetProxy.cpp | 47 GrTextureRenderTargetProxy(const GrCaps& caps, LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, int sampleCnt, GrMipmapped mipMapped, GrMipmapStatus mipmapStatus, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator, GrDDLProvider creatingProvider) GrTextureRenderTargetProxy() argument
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
H A D | MidiDeviceMonitor.java | 135 registerDeviceCallback(DeviceCallback callback, Handler handler) registerDeviceCallback() argument 144 unregisterDeviceCallback(DeviceCallback callback) unregisterDeviceCallback() argument [all...] |
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | StabilizedCallback.cpp | 26 StabilizedCallback::StabilizedCallback(AudioStreamCallback *callback) : mCallback(callback){ in StabilizedCallback() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CreatePipelineAsyncTask.cpp | 33 CreateComputePipelineAsyncCallbackTask( Ref<ComputePipelineBase> pipeline, std::string errorMessage, WGPUCreateComputePipelineAsyncCallback callback, void* userdata) CreateComputePipelineAsyncCallbackTask() argument 69 CreateRenderPipelineAsyncCallbackTask( Ref<RenderPipelineBase> pipeline, std::string errorMessage, WGPUCreateRenderPipelineAsyncCallback callback, void* userdata) CreateRenderPipelineAsyncCallbackTask() argument 105 CreateComputePipelineAsyncTask( Ref<ComputePipelineBase> nonInitializedComputePipeline, WGPUCreateComputePipelineAsyncCallback callback, void* userdata) CreateComputePipelineAsyncTask() argument 155 CreateRenderPipelineAsyncTask( Ref<RenderPipelineBase> nonInitializedRenderPipeline, WGPUCreateRenderPipelineAsyncCallback callback, void* userdata) CreateRenderPipelineAsyncTask() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | ComputePipelineVk.cpp | 107 InitializeAsync(Ref<ComputePipelineBase> computePipeline, WGPUCreateComputePipelineAsyncCallback callback, void* userdata) InitializeAsync() argument
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
H A D | test_utils_win32.cpp | 150 void InitCrashHandler(CrashCallback *callback) in InitCrashHandler() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | ComputePipelineD3D12.cpp | 85 InitializeAsync(Ref<ComputePipelineBase> computePipeline, WGPUCreateComputePipelineAsyncCallback callback, void* userdata) InitializeAsync() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | Device.h | 76 WGPUErrorCallback callback = nullptr; member
|
H A D | Queue.cpp | 36 OnSubmittedWorkDone(uint64_t signalValue, WGPUQueueWorkDoneCallback callback, void* userdata) OnSubmittedWorkDone() argument
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | hook-list.h | 49 pa_hook_cb_t callback; member
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | decompose_strided_matrix.cc | 74 void GatherCustomStrideMatrixMembers(const Program* program, F&& callback) { in GatherCustomStrideMatrixMembers() argument
|
/third_party/vixl/test/ |
H A D | test-runner.cc | 215 void vixl::Test::set_callback(TestFunction* callback) { in set_callback() argument 220 void vixl::Test::set_callback(TestFunctionWithConfig* callback) { in set_callback() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
H A D | WireErrorCallbackTests.cpp | 149 WGPUErrorCallback callback; in TEST_F() local 299 WGPUErrorCallback callback; TEST_F() local [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | ShaderModuleValidationTests.cpp | 179 auto callback = [](WGPUCompilationInfoRequestStatus status, const WGPUCompilationInfo* info, in TEST_F() local
|
/third_party/python/Modules/ |
H A D | _weakref.c | 129 _weakref_proxy_impl(PyObject *module, PyObject *object, PyObject *callback) in _weakref_proxy_impl() argument
|
H A D | atexitmodule.c | 165 atexit_callback *callback = PyMem_Malloc(sizeof(atexit_callback)); in atexit_register() local [all...] |
/third_party/python/Lib/ |
H A D | timeit.py | 320 def callback(number, time_taken): function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | hashtablez_sampler_test.cc | 357 auto callback = [](const HashtablezInfo& info) { in TEST() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/cleanup/ |
H A D | cleanup_test.cc | 48 explicit FunctorClass(Callback callback) : callback_(std::move(callback)) {} in FunctorClass() argument 96 auto callback in TYPED_TEST() local 122 auto callback = TypeParam::AsCallback([] {}); TYPED_TEST() local 147 auto callback = IdentityFactory::AsCallback([] {}); TYPED_TEST() local [all...] |
/third_party/rust/crates/nix/src/ |
H A D | sched.rs | 104 extern "C" fn callback(data: *mut CloneCb) -> c_int { in clone() functions
|
/base/account/os_account/services/accountmgr/src/domain_account/ |
H A D | domain_account_plugin_proxy.cpp | 64 AuthCommonInterface(const DomainAccountInfo &info, const std::vector<uint8_t> &authData, const sptr<IDomainAccountCallback> &callback, AuthMode authMode) AuthCommonInterface() argument 88 IsAccountTokenValid( const DomainAccountInfo &info, const std::vector<uint8_t> &token, const sptr<IDomainAccountCallback> &callback) IsAccountTokenValid() argument 112 Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password, const sptr<IDomainAccountCallback> &callback) Auth() argument 118 GetAccessToken(const DomainAccountInfo &domainInfo, const std::vector<uint8_t> &accountToken, const GetAccessTokenOptions &option, const sptr<IDomainAccountCallback> &callback) GetAccessToken() argument 143 AuthWithPopup( const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) AuthWithPopup() argument 149 AuthWithToken(const DomainAccountInfo &info, const std::vector<uint8_t> &token, const sptr<IDomainAccountCallback> &callback) AuthWithToken() argument 155 GetAuthStatusInfo( const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) GetAuthStatusInfo() argument 171 GetDomainAccountInfo( const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) GetDomainAccountInfo() argument 191 OnAccountBound(const DomainAccountInfo &info, const int32_t localId, const sptr<IDomainAccountCallback> &callback) OnAccountBound() argument 211 OnAccountUnBound(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) OnAccountUnBound() argument [all...] |
H A D | domain_account_manager_service.cpp | 100 ErrCode DomainAccountManagerService::AuthWithPopup(int32_t userId, const sptr<IDomainAccountCallback> &callback)
in AuthWithPopup() argument 46 HasDomainAccount( const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) HasDomainAccount() argument 52 GetAccessToken( const DomainAccountInfo &info, const AAFwk::WantParams ¶meters, const sptr<IDomainAccountCallback> &callback) GetAccessToken() argument 84 Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password, const sptr<IDomainAccountCallback> &callback) Auth() argument 90 AuthUser(int32_t userId, const std::vector<uint8_t> &password, const sptr<IDomainAccountCallback> &callback) AuthUser() argument 114 GetDomainAccountInfo( const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) GetDomainAccountInfo() argument [all...] |
/base/account/os_account/services/accountmgr/test/mock/common/ |
H A D | ability_manager_adapter.cpp | 104 ErrCode AbilityManagerAdapter::StartUser(int accountId, const sptr<AAFwk::IUserCallback> &callback, bool isAppRecovery) in StartUser() argument 109 ErrCode AbilityManagerAdapter::StopUser(int accountId, const sptr<AAFwk::IUserCallback> &callback) in StopUser() argument
|
/base/account/os_account/services/accountmgr/test/unittest/app_account/ |
H A D | app_account_stub_test.cpp | 165 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in HWTEST_F() local 205 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in HWTEST_F() local 399 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in HWTEST_F() local 644 sptr<IAppAccountAuthenticatorCallback> callback in HWTEST_F() local 666 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); HWTEST_F() local 689 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); HWTEST_F() local 710 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); HWTEST_F() local [all...] |
/base/location/frameworks/native/locator_agent/source/ |
H A D | locator_agent.cpp | 45 LocationErrCode LocatorAgentManager::StartGnssLocating(const LocationCallbackIfaces& callback) in StartGnssLocating() argument 76 LocationErrCode LocatorAgentManager::RegisterGnssStatusCallback(const SvStatusCallbackIfaces& callback) in RegisterGnssStatusCallback() argument 107 LocationErrCode LocatorAgentManager::RegisterNmeaMessageCallback(const GnssNmeaCallbackIfaces& callback) in RegisterNmeaMessageCallback() argument 226 LocationErrCode LocatorAgent::StartGnssLocating(sptr<ILocatorCallback>& callback) in StartGnssLocating() argument 246 StopGnssLocating(sptr<ILocatorCallback>& callback) StopGnssLocating() argument 260 RegisterNmeaMessageCallback(const sptr<INmeaMessageCallback>& callback) RegisterNmeaMessageCallback() argument 274 UnregisterNmeaMessageCallback(const sptr<INmeaMessageCallback>& callback) UnregisterNmeaMessageCallback() argument 288 RegisterGnssStatusCallback(const sptr<IGnssStatusCallback>& callback) RegisterGnssStatusCallback() argument 302 UnregisterGnssStatusCallback(const sptr<IGnssStatusCallback>& callback) UnregisterGnssStatusCallback() argument [all...] |