Home
last modified time | relevance | path

Searched refs:owner (Results 226 - 250 of 314) sorted by relevance

12345678910>>...13

/third_party/python/Lib/
H A Dfunctools.py972 def __set_name__(self, owner, name):
981 def __get__(self, instance, owner=None):
H A Ddataclasses.py327 def __set_name__(self, owner, name):
332 func(self.default, owner, name)
/third_party/skia/src/gpu/
H A DGrResourceProvider.cpp34 GrResourceProvider::GrResourceProvider(GrGpu* gpu, GrResourceCache* cache, GrSingleOwner* owner) in GrResourceProvider() argument
38 , fSingleOwner(owner) in GrResourceProvider()
H A DGrResourceCache.h67 GrResourceCache(GrSingleOwner* owner,
/third_party/skia/src/sksl/
H A DSkSLRehydrator.cpp176 const Variable* owner = this->symbolRef<Variable>(Symbol::Kind::kVariable); in symbol() local
179 std::make_unique<Field>(/*line=*/-1, owner, index)); in symbol()
/third_party/toybox/generated/
H A Dglobals.h1181 uid_t owner; member
1535 char *to_command, *owner, *group, *mtime, *mode; member
/third_party/skia/modules/skparagraph/src/
H A DRun.cpp193 Run::Run(ParagraphImpl* owner, in scaleFontWithCompressionConfig() argument
201 : fOwner(owner) in scaleFontWithCompressionConfig()
H A DTextLine.h78 TextLine(ParagraphImpl* owner,
/third_party/python/Lib/test/
H A Dtest_shutil.py1530 # testing make_archive with owner and group, with various combinations
1534 owner = pwd.getpwuid(0)[0]
1536 group = owner = 'root'
1540 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner,
1548 owner=owner, group=group)
1552 owner='kjhkjhkjg', group='oihohoh')
1562 owner = pwd.getpwuid(0)[0]
1565 owner
[all...]
/third_party/alsa-lib/src/control/
H A Dcontrol.c498 info->owner = element_count; in __snd_ctl_add_elem_set()
782 info->owner = element_count; in snd_ctl_add_enumerated_elem_set()
981 info.owner = 1; in snd_ctl_elem_add_iec958()
2744 * \brief Get owner of a locked element
2751 return obj->owner; in snd_ctl_elem_info_get_owner()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp1212 void setupAndBuildPipeline (GraphicsPipelineWrapperEx& owner,
1498 void ColorWriteEnable2Instance::setupAndBuildPipeline (GraphicsPipelineWrapperEx& owner, in setupAndBuildPipeline() argument
1584 owner.m_isDynamicColorWriteEnable = cweAllowed; in setupAndBuildPipeline()
1598 owner in setupAndBuildPipeline()
/third_party/skia/third_party/externals/libpng/
H A Dpngwutil.c292 png_deflate_claim(png_structrp png_ptr, png_uint_32 owner, in png_deflate_claim() argument
300 PNG_STRING_FROM_CHUNK(msg, owner); in png_deflate_claim()
334 if (owner == png_IDAT) in png_deflate_claim()
428 png_ptr->zowner = owner; in png_deflate_claim()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp1205 void setupAndBuildPipeline (GraphicsPipelineWrapperEx& owner,
1487 void ColorWriteEnable2Instance::setupAndBuildPipeline (GraphicsPipelineWrapperEx& owner, in setupAndBuildPipeline() argument
1573 owner.m_isDynamicColorWriteEnable = cweAllowed; in setupAndBuildPipeline()
1587 owner in setupAndBuildPipeline()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-misc.h955 * \p owner: lws_dll2_owner_t that lists all active spawns, or NULL
970 struct lws_dll2_owner *owner; member
1006 * If \p owner is non-NULL, successful spawns join the given dll2 owner in the
/third_party/mbedtls/include/psa/
H A Dcrypto.h137 /** Set the owner identifier of a key.
139 * When key identifiers encode key owner identifiers, psa_set_key_id() does
140 * not allow to define in key attributes the owner of volatile keys as
143 * This function allows to set in key attributes the owner identifier of a
146 * the owner of a key.
149 * \param owner The key owner identifier.
152 mbedtls_key_owner_id_t owner);
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
H A Dltp_tbio.c507 .owner = THIS_MODULE,
/third_party/node/src/
H A Dnode_messaging.h170 explicit MessagePortData(MessagePort* owner);
/third_party/libfuse/include/
H A Dfuse_kernel.h778 uint64_t owner; member
/third_party/node/deps/v8/src/heap/
H A Dmemory-chunk.cc172 if (owner()->identity() == CODE_SPACE) { in MemoryChunk()
H A Dspaces.h286 i < owner()->free_list()->number_of_categories(); i++) { in ForAllFreeListCategories()
/third_party/python/Lib/distutils/tests/
H A Dtest_sdist.py451 # creating a gztar and specifying the owner+group
453 cmd.owner = pwd.getpwuid(0)[0]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dhostapd.h450 void *owner; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhostapd.h419 void *owner; member
/third_party/libfuse/lib/
H A Dfuse.c131 uint64_t owner; member
3937 if (l->owner != lock->owner && in locks_conflict()
3978 if (l->owner != lock->owner) in locks_insert()
4070 l.owner = fi->lock_owner; in fuse_flush_common()
4148 l.owner = fi->lock_owner; in fuse_lib_getlk()
4175 l.owner = fi->lock_owner; in fuse_lib_setlk()
4713 " -o uid=N set file owner\n" in fuse_lib_help()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs276 owner: i32,
290 owner: i32,
1183 owner: -1,
1195 owner: -1,

Completed in 57 milliseconds

12345678910>>...13