Home
last modified time | relevance | path

Searched defs:handle (Results 651 - 675 of 4411) sorted by relevance

1...<<21222324252627282930>>...177

/third_party/skia/src/gpu/d3d/
H A DGrD3DDescriptorHeap.h42 size_t getIndex(const CPUHandle& handle) { in getIndex() argument
50 size_t getIndex(const GPUHandle& handle) { in getIndex() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemoryExternalFuchsia.hpp35 zx_handle_t handle = ZX_HANDLE_INVALID; member
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DDisplaySurfaceKHR.hpp53 uint32_t handle; member in vk::DisplaySurfaceKHR
/third_party/openssl/providers/
H A Dlegacyprov.c181 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init() argument
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djmemsys.h135 handle_union handle; /* reference to backing-store storage object */ member
/third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/
H A DEventTracer.cpp49 TraceEventHandle handle = in AddTraceEvent() local
/third_party/python/Modules/_multiprocessing/clinic/
H A Dmultiprocessing.c.h22 HANDLE handle; in _multiprocessing_closesocket() local
52 HANDLE handle; in _multiprocessing_recv() local
84 HANDLE handle; _multiprocessing_send() local
[all...]
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dprinter_windows.cc27 HANDLE handle = INVALID_HANDLE_VALUE; member
/third_party/skia/tools/gpu/gl/mac/
H A DCreatePlatformGLTestContext_mac.cpp148 void* handle = (nullptr == fGLLibrary) ? RTLD_DEFAULT : fGLLibrary; in onPlatformGetProcAddress() local
/third_party/skia/tools/skiaserve/urlhandlers/
H A DBreakHandler.cpp22 int BreakHandler::handle(Request* request, MHD_Connection* connection, in handle() function in BreakHandler
H A DPostHandler.cpp35 int PostHandler::handle(Request* request, MHD_Connection* connection, in handle() function in PostHandler
/third_party/skia/tools/trace/
H A DSkDebugfTracer.cpp80 updateTraceEventDuration(const uint8_t* categoryEnabledFlag, const char* name, SkEventTracer::Handle handle) updateTraceEventDuration() argument
/third_party/python/Python/
H A Ddynload_shlib.c58 void *handle; in _PyImport_FindSharedFuncptr() local
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dreflection_test.cc49 auto* handle = absl::FindCommandLineFlag("some_flag"); in TEST_F() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_handle.cc75 void CordzHandle::Delete(CordzHandle* handle) { in Delete() argument
[all...]
/third_party/skia/bench/
H A DPathIterBench.cpp83 auto handle = [this](int verb, const SkPoint pts[]) { variable
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dcppcrash_reporter.cpp89 void* handle = dlopen("libfaultlogger.z.so", RTLD_LAZY | RTLD_NODELETE); in ReportToHiview() local
164 void* handle = dlopen("libability_manager_c.z.so", RTLD_LAZY | RTLD_NODELETE); in ReportToAbilityManagerService() local
[all...]
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_event.cpp70 auto handle = requestEvent_.find(execType); in Exec() local
/base/powermgr/power_manager/test/apitest/inner_api/ffrt/src/
H A Dffrt_utils_test.cpp124 auto handle = FFRTUtils::SubmitDelayTask(task, 10, queue); // submit delay task to a queue in HWTEST_F() local
180 FFRTHandle handle; in HWTEST_F() local
[all...]
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_coordination_manager.cpp29 napi_value JsCoordinationManager::Prepare(napi_env env, bool isCompatible, napi_value handle) in Prepare() argument
46 napi_value JsCoordinationManager::Unprepare(napi_env env, bool isCompatible, napi_value handle) in Unprepare() argument
63 Activate(napi_env env, const std::string &remoteNetworkId, int32_t startDeviceId, bool isCompatible, napi_value handle) Activate() argument
82 Deactivate(napi_env env, bool isUnchained, bool isCompatible, napi_value handle) Deactivate() argument
100 GetCrossingSwitchState(napi_env env, const std::string &networkId, bool isCompatible, napi_value handle) GetCrossingSwitchState() argument
118 RegisterListener(napi_env env, const std::string &type, napi_value handle) RegisterListener() argument
124 UnregisterListener(napi_env env, const std::string &type, napi_value handle) UnregisterListener() argument
130 RegisterListener(napi_env env, const std::string &type, const std::string &networkId, napi_value handle) RegisterListener() argument
137 UnregisterListener(napi_env env, const std::string &type, const std::string &networkId, napi_value handle) UnregisterListener() argument
[all...]
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_cooperate_manager.cpp29 napi_value JsCooperateManager::Enable(napi_env env, bool enable, napi_value handle) in Enable() argument
69 napi_value JsCooperateManager::Stop(napi_env env, napi_value handle) in Stop() argument
87 napi_value JsCooperateManager::GetState(napi_env env, const std::string &deviceDescriptor, napi_value handle) in GetState() argument
104 void JsCooperateManager::RegisterListener(napi_env env, const std::string &type, napi_value handle) in RegisterListener() argument
51 Start(napi_env env, const std::string &remoteNetworkDescriptor, int32_t startDeviceId, napi_value handle) Start() argument
110 UnregisterListener(napi_env env, const std::string &type, napi_value handle) UnregisterListener() argument
[all...]
/base/security/asset/frameworks/c/system_api/src/
H A Dasset_system_api.c57 int32_t AssetPostQuery(const AssetAttr *handle, uint32_t handleCnt) in AssetPostQuery() argument
/base/security/asset/interfaces/kits/c/src/
H A Dasset_api.c47 int32_t OH_Asset_PostQuery(const Asset_Attr *handle, uint32_t handleCnt) in OH_Asset_PostQuery() argument
/base/security/asset/services/crypto_manager/src/
H A Dcrypto.rs71 let mut handle = OutBlob { size: self.handle.len() as u32, data: self.handle.as_mut_ptr() }; in init_key() variables
[all...]
/base/security/asset/test/unittest/module_test/src/
H A Dhuks_wrapper_test.cpp140 uint8_t handle[8] = { 0 }; in HWTEST_F() local

Completed in 15 milliseconds

1...<<21222324252627282930>>...177