/external/fonttools/Lib/fontTools/voltLib/ |
ast.py | 49 def __init__(self, name, gid, gunicode, gtype, components, location=None): 52 self.id = gid 239 def __init__(self, name, gid, glyph_name, component, locked, 243 self.gid = gid
|
/device/generic/goldfish/fingerprint/ |
fingerprint.c | 254 static int fingerprint_set_active_group(struct fingerprint_device *device, uint32_t gid, 259 qdev->group_id = gid; 287 uint64_t operation_id, __unused uint32_t gid) 310 uint32_t __unused gid, 427 message.data.enumerated.finger.gid = qdev->group_id; 450 uint32_t __unused gid, uint32_t fid) { 455 ALOGE("Can't remove fingerprint (gid=%d, fid=%d); " 457 gid, fid); 483 msg.data.removed.finger.gid = qdev->group_id; 498 msg.data.removed.finger.gid = qdev->group_id [all...] |
/external/toybox/toys/pending/ |
tar.c | 53 char name[100], mode[8], uid[8], gid[8],size[12], mtime[12], chksum[8], member in struct:tar_hdr 62 gid_t gid; member in struct:file_header 137 sprintf(tmp.gid, "%0*d", (int)sizeof(tmp.gid)-1, 0); 197 itoo(hdr.gid, sizeof(hdr.gid), st->st_gid); 344 sprintf(buf, "%0o", file_hdr->gid); 438 gid_t g = file_hdr->gid; 628 file_hdr->gid = otoi(tar.gid, sizeof(tar.gid)) [all...] |
/external/fonttools/Tests/voltLib/ |
parser_test.py | [all...] |
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
syscall_linux_arm64.go | 20 //sys Fchown(fd int, uid int, gid int) (err error) 27 //sysnb Getgid() (gid int) 44 //sys Setfsgid(gid int) (err error) 58 func Lchown(path string, uid int, gid int) (err error) { 59 return Fchownat(AT_FDCWD, path, uid, gid, AT_SYMLINK_NOFOLLOW)
|
/external/selinux/libsemanage/src/ |
genhomedircon.c | 97 char *gid; member in struct:user_entry 775 char *gid = NULL; local 792 gid = strdup(g); 793 if (!gid) 818 temp->gid = gid; 833 free(gid); 855 free(temp->gid); 976 char gid[11]; local 1041 len = snprintf(gid, sizeof(gid), "%u", pwent->pw_gid) [all...] |
/device/google/bonito/ |
init.hardware.usb.rc | 45 mount functionfs adb /dev/usb-ffs/adb rmode=0770,fmode=0660,uid=2000,gid=2000,no_disconnect=1 48 mount functionfs mtp /dev/usb-ffs/mtp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=1 49 mount functionfs ptp /dev/usb-ffs/ptp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=1
|
/device/google/crosshatch/ |
init.hardware.usb.rc | 45 mount functionfs adb /dev/usb-ffs/adb rmode=0770,fmode=0660,uid=2000,gid=2000,no_disconnect=1 48 mount functionfs mtp /dev/usb-ffs/mtp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=1 49 mount functionfs ptp /dev/usb-ffs/ptp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=1
|
/device/google/cuttlefish/shared/config/ |
init.hardware.usb.rc | 44 mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000 47 mount functionfs mtp /dev/usb-ffs/mtp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=1 48 mount functionfs ptp /dev/usb-ffs/ptp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=1
|
/external/e2fsprogs/misc/ |
mk_hugefiles.c | 60 static int gid; variable 245 inode.i_gid = gid & 0xFFFF; 246 ext2fs_set_i_gid_high(inode, (gid >> 16) & 0xffff); 283 inode.i_gid = gid & 0xFFFF; 284 ext2fs_set_i_gid_high(inode, (gid >> 16) & 0xffff); 497 gid = get_int_from_profile(fs_types, "hugefiles_gid", 0);
|
/external/skia/src/compute/skc/platforms/cl_12/kernels/ |
paths_copy.cl | 435 skc_uint const gid = get_global_id(0); 437 skc_uint const sg_idx = gid / SKC_PATHS_COPY_SUBGROUP_SIZE; 464 // FIXME -- could make this 0 for SIMD, gid&mask or get_sub_group_local_id() 465 skc_uint const tid = gid & SKC_PATHS_COPY_SUBGROUP_SIZE_MASK;
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
paths_copy.cl | 435 skc_uint const gid = get_global_id(0); 437 skc_uint const sg_idx = gid / SKC_PATHS_COPY_SUBGROUP_SIZE; 464 // FIXME -- could make this 0 for SIMD, gid&mask or get_sub_group_local_id() 465 skc_uint const tid = gid & SKC_PATHS_COPY_SUBGROUP_SIZE_MASK;
|
/external/epid-sdk/epid/member/src/ |
decompress_privkey.c | 43 GroupId gid; ///< group ID member in struct:PrivKey_ 98 // Let the compressed private key be (gid, A.x, seed). Let the 99 // Intel(R) EPID public key be (gid, h1, h2, w). 194 // 4. The decompressed Intel(R) EPID private key is (gid, A, x, f). 196 priv_key->gid = pub_key->gid;
|
/bionic/libc/kernel/uapi/linux/ |
auto_dev-ioctl.h | 51 __u32 gid; member in struct:args_requester
|
auto_fs.h | 102 __u32 gid; member in struct:autofs_v5_packet
|
/bionic/libc/kernel/uapi/rdma/ |
rdma_netlink.h | 171 __u8 gid[16]; member in struct:rdma_nla_ls_gid
|
/external/harfbuzz_ng/src/ |
hb-ot-color-cbdt-table.hh | 218 bool get_image_data (unsigned int gid, 224 if (gid < firstGlyphIndex || gid > lastGlyphIndex) return false; 225 return (base+offsetToSubtable).get_image_data (gid - firstGlyphIndex,
|
/external/iproute2/include/uapi/rdma/ |
rdma_netlink.h | 139 * IP_RESOLVE - The client requests the local service to resolve an IP to GID. 223 __u8 gid[16]; member in struct:rdma_nla_ls_gid
|
/external/kernel-headers/original/uapi/linux/ |
auto_dev-ioctl.h | 59 __u32 gid; member in struct:args_requester 147 /* Get mount last requesting uid and gid */
|
auto_fs.h | 197 __u32 gid; member in struct:autofs_v5_packet
|
/external/kernel-headers/original/uapi/rdma/ |
rdma_netlink.h | 139 * IP_RESOLVE - The client requests the local service to resolve an IP to GID. 223 __u8 gid[16]; member in struct:rdma_nla_ls_gid 412 * supposed to be exported together with GID table once it
|
/external/libcap/progs/ |
capsh.c | 355 } else if (!memcmp("--gid=", argv[i], 6)) { 362 fprintf(stderr, "Failed to set gid=%u: %s\n", 382 fprintf(stderr, "No memory for gid list\n"); 397 fprintf(stderr, "Failed to identify gid for group [%s]\n", ptr); 436 fprintf(stderr, "Failed to set gid=%u(user=%s): %s\n", 491 gid_t groups[MAX_GROUPS], gid; local 547 gid = getgid(); 548 g = getgrgid(gid); 549 printf("gid=%u(%s)\n", gid, g ? g->gr_name : "???") [all...] |
/external/skia/src/pdf/ |
SkPDFFont.cpp | 180 static SkGlyphID first_nonzero_glyph_for_single_byte_encoding(SkGlyphID gid) { 181 return gid != 0 ? gid - (gid - 1) % 255 : 1; 184 static bool has_outline_glyph(SkGlyphID gid, SkStrike* cache) { 185 const SkGlyph& glyph = cache->getGlyphIDMetrics(gid); 494 for (unsigned gID = firstGlyphID; gID <= lastGlyphID; gID++) { 495 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX [all...] |
/external/skqp/src/pdf/ |
SkPDFFont.cpp | 179 static SkGlyphID first_nonzero_glyph_for_single_byte_encoding(SkGlyphID gid) { 180 return gid != 0 ? gid - (gid - 1) % 255 : 1; 183 static bool has_outline_glyph(SkGlyphID gid, SkStrike* cache) { 184 const SkGlyph& glyph = cache->getGlyphIDMetrics(gid); 498 for (unsigned gID = firstGlyphID; gID <= lastGlyphID; gID++) { 499 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX [all...] |
/external/toybox/toys/posix/ |
cp.c | 114 gid_t gid; 477 if (TT.i.g) try->st.st_gid = TT.gid; 496 TT.gid = TT.i.g ? xgetgid(TT.i.g) : -1; 502 if (lchown(*ss, TT.uid, TT.gid)) perror_msg("chown '%s'", *ss);
|