Home
last modified time | relevance | path

Searched defs:owner (Results 201 - 225 of 262) sorted by relevance

1234567891011

/third_party/python/Lib/
H A Dpathlib.py1015 def owner(self): member in Path
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp470 computeMemoryDepBarrier(const MemoryDepParams& params, MemoryDepOwner owner, VkAccessFlags* memoryDepAccess, VkPipelineStageFlags* executionScope) computeMemoryDepBarrier() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMarkerTests.cpp402 computeMemoryDepBarrier(const MemoryDepParams& params, MemoryDepOwner owner, VkAccessFlags* memoryDepAccess, VkPipelineStageFlags* executionScope) computeMemoryDepBarrier() argument
/third_party/skia/src/gpu/
H A DGrResourceProvider.cpp34 GrResourceProvider::GrResourceProvider(GrGpu* gpu, GrResourceCache* cache, GrSingleOwner* owner) in GrResourceProvider() argument
/third_party/python/Modules/
H A D_threadmodule.c436 unsigned long owner; in rlock_acquire_restore() local
466 unsigned long owner; in rlock_release_save() local
/third_party/python/Modules/clinic/
H A D_ssl.c.h650 PyObject *owner = Py_None; in _ssl__SSLContext__wrap_socket() local
720 PyObject *owner in _ssl__SSLContext__wrap_bio() local
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.h111 char *owner; member
H A Dbluez5-util.c203 pa_bluetooth_transport *pa_bluetooth_transport_new(pa_bluetooth_device *d, const char *owner, const char *path, in pa_bluetooth_transport_new() argument
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp149 static napi_value CreateJSAppAccountInfo(napi_env env, const std::string &name, const std::string &owner) in CreateJSAppAccountInfo() argument
421 std::string owner; in GetAppAccountInfoForResult() local
817 std::string owner; GetArrayProperty() local
1232 std::string owner; ParseAccountVector() local
[all...]
/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp2018 std::shared_ptr<PowerStateMachine> owner = owner_.lock(); in WakeupDeviceInner() local
2067 std::shared_ptr<PowerStateMachine> owner = owner_.lock(); WakeupDeviceInner() local
[all...]
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp322 auto owner = event->GetOwner(); in HWTEST_F() local
391 auto owner = event->GetOwner(); in HWTEST_F() local
/device/soc/rockchip/common/sdk_linux/drivers/i2c/
H A Di2c-core-base.c1788 int i2c_register_driver(struct module *owner, struct i2c_driver *driver) in i2c_register_driver() argument
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Di2c.h658 struct module *owner; member
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-core.c2497 int __hid_register_driver(struct hid_driver *hdrv, struct module *owner, const char *mod_name) in __hid_register_driver() argument
/third_party/ltp/lib/
H A Dtst_cgroup.c1384 safe_cg_fchown(const char *const file, const int lineno, const struct tst_cg_group *cg, const char *const file_name, uid_t owner, gid_t group) safe_cg_fchown() argument
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H A Dstr_agp.h103 struct module *owner; member
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc1175 Block(const Environment& in, FunctionAnalyzer* owner) Block() argument
/third_party/node/src/
H A Dnode_messaging.cc569 MessagePortData::MessagePortData(MessagePort* owner) in MessagePortData() argument
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_kernel.h349 __u64 owner; member
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c67 uid_t owner; member
/third_party/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp1861 void DiffuseLightingEffect::Impl::emitLightFunc(const GrFragmentProcessor* owner, in emitLightFunc() argument
1958 void SpecularLightingEffect::Impl::emitLightFunc(const GrFragmentProcessor* owner, in emitLightFunc() argument
1999 void GpuLight::emitLightColorUniform(const GrFragmentProcessor* owner, in emitLightColorUniform() argument
2005 void GpuLight::emitLightColor(const GrFragmentProcessor* owner, in emitLightColor() argument
2028 void GpuDistantLight::emitSurfaceToLight(const GrFragmentProcessor* owner, in emitSurfaceToLight() argument
2048 emitSurfaceToLight(const GrFragmentProcessor* owner, GrGLSLUniformHandler* uniformHandler, GrGLSLFPFragmentBuilder* fragBuilder, const char* z) emitSurfaceToLight() argument
2074 emitSurfaceToLight(const GrFragmentProcessor* owner, GrGLSLUniformHandler* uniformHandler, GrGLSLFPFragmentBuilder* fragBuilder, const char* z) emitSurfaceToLight() argument
2086 emitLightColor(const GrFragmentProcessor* owner, GrGLSLUniformHandler* uniformHandler, GrGLSLFPFragmentBuilder* fragBuilder, const char* surfaceToLight) emitLightColor() argument
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpngrutil.c341 png_inflate_claim(png_structrp png_ptr, png_uint_32 owner) in png_inflate_claim() argument
484 png_inflate(png_structrp png_ptr, png_uint_32 owner, int finish, in png_inflate() argument
H A Dpngwutil.c292 png_deflate_claim(png_structrp png_ptr, png_uint_32 owner, in png_deflate_claim() argument
/third_party/python/Modules/_io/
H A Dbufferedio.c221 volatile unsigned long owner; member
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp112 TextLine::TextLine(ParagraphImpl* owner, argument
2271 int getEndWhitespaceCount(const ClusterRange& range, ParagraphImpl* owner) argument
2328 size_t getPrevGlyphsIndex(const ClusterRange& range, ParagraphImpl* owner, RunIndex& prevRunIndex) argument
2361 getAllRectInfo(const ClusterRange& range, ParagraphImpl* owner) global() argument
2365 getAllRectInfo(const ClusterRange& range, ParagraphImpl* owner) global() argument
[all...]

Completed in 61 milliseconds

1234567891011