/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-cff1-table.hh | 1281 for (hb_codepoint_t gid = 0; gid < num_glyphs; gid++) in init() 1283 hb_codepoint_t sid = glyph_to_sid (gid); in init() 1343 hb_codepoint_t gid = sid_to_glyph (gname->sid); in get_glyph_from_name() 1344 if (!gid && gname->sid) return false; in get_glyph_from_name() 1345 *glyph = gid; in get_glyph_from_name()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | virtual_cloud_db.cpp | 78 LOGE("[VirtualCloudDb] Insert data should not have gid"); in InnerBatchInsert() 104 auto gid = std::get<std::string>(extend[i][g_gidField]); in InnerBatchInsert() local 256 LOGD("[VirtualCloudDb] DeleteByGid, gid %s", std::get<std::string>(extend[g_gidField]).c_str()); in DeleteByGid() 443 LOGE("[VirtualCloudDb] Update data should have gid"); in InnerUpdateWithoutLock() 498 LOGE("[VirtualCloudDb] current data has been delete gid %s", paramGid.c_str()); in UpdateCloudData() 501 LOGD("[VirtualCloudDb] delete data, gid %s", paramGid.c_str()); in UpdateCloudData() 513 LOGE("[VirtualCloudDb] update cloud data failed, not found gid %s", paramGid.c_str()); in UpdateCloudData() 577 DBStatus VirtualCloudDb::GetDataStatus(const std::string &gid, bool &deleteStatus) in GetDataStatus() argument 581 if (std::get<std::string>(tableData.extend.at(g_gidField)) == gid) { in GetDataStatus() 583 LOGI("tableName %s gid in GetDataStatus() [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | kobject.c | 42 * @gid: kernel group ID for sysfs objects 44 * Returns initial uid/gid pair that should be used when creating sysfs 48 void kobject_get_ownership(struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kobject_get_ownership() argument 51 *gid = GLOBAL_ROOT_GID; in kobject_get_ownership() 54 kobj->ktype->get_ownership(kobj, uid, gid); in kobject_get_ownership() 948 static void kset_get_ownership(struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kset_get_ownership() argument 951 kobject_get_ownership(kobj->parent, uid, gid); in kset_get_ownership()
|
/kernel/linux/linux-6.6/lib/ |
H A D | kobject.c | 44 * @gid: kernel group ID for sysfs objects 46 * Returns initial uid/gid pair that should be used when creating sysfs 50 void kobject_get_ownership(const struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kobject_get_ownership() argument 53 *gid = GLOBAL_ROOT_GID; in kobject_get_ownership() 56 kobj->ktype->get_ownership(kobj, uid, gid); in kobject_get_ownership() 931 static void kset_get_ownership(const struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kset_get_ownership() argument 934 kobject_get_ownership(kobj->parent, uid, gid); in kset_get_ownership()
|
/third_party/ltp/include/ |
H A D | tst_safe_macros.h | 110 #define SAFE_SETGID(gid) \ 111 safe_setgid(__FILE__, __LINE__, NULL, (gid)) 563 struct group *safe_getgrgid(const char *file, const int lineno, gid_t gid); 564 #define SAFE_GETGRGID(gid) \ 565 safe_getgrgid(__FILE__, __LINE__, (gid))
|
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/ |
H A D | lite_ipc.h | 63 uint32_t gid; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/ |
H A D | cloud_extension.h | 64 const unsigned char *gid; member 89 * gid [IN] 107 * gid [IN]
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | compat.h | 53 __compat_gid_t gid; member
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | asm-offsets.c | 33 DEFINE(CRED_GID, offsetof(struct cred, gid)); in foo()
|
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/ |
H A D | vmci_queue_pair.h | 163 struct vmci_ctx *context, u32 gid);
|
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_ib.h | 89 unsigned short vlan_id, u8 gid[], u8 *sgid_index);
|
/kernel/linux/linux-5.10/include/net/ |
H A D | af_unix.h | 36 kgid_t gid; member
|
H A D | garp.h | 107 struct rb_root gid; member
|
/kernel/linux/linux-5.10/fs/hostfs/ |
H A D | hostfs.h | 61 unsigned int gid; member
|
/kernel/linux/linux-5.10/fs/isofs/ |
H A D | rock.h | 36 __u8 gid[8]; member
|
/kernel/linux/linux-5.10/fs/kernfs/ |
H A D | kernfs-internal.h | 112 kuid_t uid, kgid_t gid,
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | smc_diag.h | 90 __u8 gid[40]; /* local GID */ member
|
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/ |
H A D | vmci_queue_pair.h | 163 struct vmci_ctx *context, u32 gid);
|
/kernel/linux/linux-6.6/fs/hostfs/ |
H A D | hostfs.h | 61 unsigned int gid; member
|
/kernel/linux/linux-6.6/fs/isofs/ |
H A D | rock.h | 36 __u8 gid[8]; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | garp.h | 109 struct rb_root gid; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | smc_diag.h | 90 __u8 gid[40]; /* local GID */ member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | smc_diag.h | 73 __u8 gid[40]; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | smc_diag.h | 83 __u8 gid[40]; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | smc_diag.h | 83 __u8 gid[40]; member
|