/third_party/python/Lib/ |
H A D | functools.py | 972 def __set_name__(self, owner, name): 981 def __get__(self, instance, owner=None):
|
H A D | dataclasses.py | 327 def __set_name__(self, owner, name): 332 func(self.default, owner, name)
|
/third_party/skia/src/gpu/ |
H A D | GrResourceProvider.cpp | 34 GrResourceProvider::GrResourceProvider(GrGpu* gpu, GrResourceCache* cache, GrSingleOwner* owner) in GrResourceProvider() argument 38 , fSingleOwner(owner) in GrResourceProvider()
|
H A D | GrResourceCache.h | 67 GrResourceCache(GrSingleOwner* owner,
|
/third_party/skia/src/sksl/ |
H A D | SkSLRehydrator.cpp | 176 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 D | globals.h | 1181 uid_t owner; member 1535 char *to_command, *owner, *group, *mtime, *mode; member
|
/third_party/skia/modules/skparagraph/src/ |
H A D | Run.cpp | 193 Run::Run(ParagraphImpl* owner, in scaleFontWithCompressionConfig() argument 201 : fOwner(owner) in scaleFontWithCompressionConfig()
|
H A D | TextLine.h | 78 TextLine(ParagraphImpl* owner,
|
/third_party/python/Lib/test/ |
H A D | test_shutil.py | 1530 # 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 D | control.c | 498 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 D | vktPipelineColorWriteEnableTests.cpp | 1212 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 D | pngwutil.c | 292 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 D | vktPipelineColorWriteEnableTests.cpp | 1205 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 D | lws-misc.h | 955 * \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 D | crypto.h | 137 /** 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 D | ltp_tbio.c | 507 .owner = THIS_MODULE,
|
/third_party/node/src/ |
H A D | node_messaging.h | 170 explicit MessagePortData(MessagePort* owner);
|
/third_party/libfuse/include/ |
H A D | fuse_kernel.h | 778 uint64_t owner; member
|
/third_party/node/deps/v8/src/heap/ |
H A D | memory-chunk.cc | 172 if (owner()->identity() == CODE_SPACE) { in MemoryChunk()
|
H A D | spaces.h | 286 i < owner()->free_list()->number_of_categories(); i++) { in ForAllFreeListCategories()
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_sdist.py | 451 # 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 D | hostapd.h | 450 void *owner; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | hostapd.h | 419 void *owner; member
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 131 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 D | mod.rs | 276 owner: i32, 290 owner: i32, 1183 owner: -1, 1195 owner: -1,
|