/external/e2fsprogs/tests/f_journal/ |
D | expect.1 | 2 Clearing orphaned inode 37 (uid=0, gid=0, mode=0100600, size=4096) 3 Clearing orphaned inode 90 (uid=0, gid=0, mode=040700, size=1024) 4 Clearing orphaned inode 67 (uid=0, gid=0, mode=0100600, size=4096) 5 Clearing orphaned inode 50 (uid=0, gid=0, mode=0100600, size=4096) 6 Clearing orphaned inode 57 (uid=0, gid=0, mode=040700, size=1024) 7 Clearing orphaned inode 80 (uid=0, gid=0, mode=040700, size=1024) 8 Clearing orphaned inode 45 (uid=0, gid=0, mode=040700, size=1024) 9 Clearing orphaned inode 71 (uid=0, gid=0, mode=0100600, size=4096) 10 Clearing orphaned inode 86 (uid=0, gid=0, mode=040700, size=1024) 11 Clearing orphaned inode 83 (uid=0, gid=0, mode=040700, size=1024) [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | sbixBitmap.py | 19 …Name=None, usReserved1=0, usReserved2=0, imageFormatTag=None, imageData=None, rawdata=None, gid=0): argument 20 self.gid = gid 30 self.glyphName = ttFont.getGlyphName(self.gid) 44 gid, = struct.unpack(">H", self.rawdata[sbixBitmapHeaderFormatSize:]) 45 self.referenceGlyphName = ttFont.getGlyphName(gid) 51 del self.gid 59 self.gid = struct.pack(">H", ttFont.getGlyphID(self.glyphName))
|
D | C_O_L_R_.py | 29 gid, firstLayerIndex, numLayers = struct.unpack(">HHH", data[glyphPos:glyphPos+6]) 31 gids.append(gid) 61 gid = ttFont.getGlyphID(glyphName) 64 ordered.append([gid, glyphName, self.ColorLayers[glyphName]]) 69 for (gid, glyphName, layers) in ordered: 70 glyphMap.append(struct.pack(">HHH", gid, len(layerMap), len(layers))) 87 gid = ttFont.getGlyphID(glyphName) 90 ordered.append([gid, glyphName, self.ColorLayers[glyphName]])
|
D | G_M_A_P_.py | 31 def __init__(self, uv = 0, cid = 0, gid = 0, ggid = 0, name = ""): argument 34 self.gid = gid 45 writer.simpletag("gid", value=self.gid) 47 writer.simpletag("glyphletGid", value=self.gid) 73 …return "GMAPRecord[ UV: " + str(self.UV) + ", cid: " + str(self.cid) + ", gid: " + str(self.gid) +…
|
D | _c_m_a_p.py | 239 for gid in subHeader.glyphIndexArray: 240 if (gid != 0) and (gid < minGI): 241 minGI = gid 259 gid = subHeader.glyphIndexArray[i] 260 if gid > 0: 261 subHeader.glyphIndexArray[i] = gid - idDelta 403 gid = nameMap[name] 407 gid = eval(name[3:]) 409 gid = ttFont.getGlyphID(name) 413 gids.append(gid) [all …]
|
/external/e2fsprogs/tests/f_orphan/ |
D | expect.1 | 1 Clearing orphaned inode 15 (uid=0, gid=0, mode=040755, size=1024) 2 Clearing orphaned inode 17 (uid=0, gid=0, mode=0100644, size=0) 3 Clearing orphaned inode 16 (uid=0, gid=0, mode=040755, size=1024) 4 Clearing orphaned inode 14 (uid=0, gid=0, mode=0100644, size=69) 5 Clearing orphaned inode 13 (uid=0, gid=0, mode=040755, size=1024)
|
/external/icu/icu4c/source/layout/ |
D | LETypes.h | 174 #define LE_GET_GLYPH(gid) ((gid & LE_GLYPH_MASK) >> LE_GLYPH_SHIFT) argument 182 #define LE_GET_SUB_FONT(gid) ((gid & LE_SUB_FONT_MASK) >> LE_SUB_FONT_SHIFT) argument 190 #define LE_GET_CLIENT(gid) ((gid & LE_CLIENT_MASK) >> LE_CLIENT_SHIFT) argument 199 #define LE_SET_GLYPH(gid, glyph) ((gid & ~LE_GLYPH_MASK) | ((glyph << LE_GLYPH_SHIFT) & LE_GLYPH_MA… argument 207 #define LE_SET_SUB_FONT(gid, font) ((gid & ~LE_SUB_FONT_MASK) | ((font << LE_SUB_FONT_SHIFT) & LE_S… argument 215 #define LE_SET_CLIENT(gid, client) ((gid & ~LE_CLIENT_MASK) | ((client << LE_CLIENT_SHIFT) & LE_CLI… argument
|
D | StateTableProcessor2.cpp | 89 LEGlyphID gid = glyphStorage[currGlyph]; in process() local 90 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); in process() 95 classCode = SWAPW(lookupTable0->valueArray[gid]); in process() 120 LEGlyphID gid = glyphStorage[currGlyph]; in process() local 121 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); in process() 127 … lookupTable2->lookupSegment(lookupTable2, lookupTable2->segments, gid, success); in process() 161 LEGlyphID gid = glyphStorage[currGlyph]; in process() local 162 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); in process() 167 …kupSingle *segment = lookupTable6->lookupSingle(lookupTable6, lookupTable6->entries, gid, success); in process()
|
D | ContextualGlyphSubstProc2.cpp | 76 TTGlyphID ContextualGlyphSubstitutionProcessor2::lookup(le_uint32 offset, LEGlyphID gid, LEErrorCod… in lookup() argument 91 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); in lookup() 100 const LookupSegment *segment = lookupTable2->lookupSegment(lookupTable2->segments, gid); in lookup() 116 …const LEReferenceTo<LookupSingle> segment = lookupTable6->lookupSingle(lookupTable6->entries, gid); in lookup() 129 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(gid); in lookup()
|
/external/iproute2/ip/ |
D | iptuntap.c | 48 static int tap_add_ioctl(struct ifreq *ifr, uid_t uid, gid_t gid) in tap_add_ioctl() argument 70 if (gid != -1 && ioctl(fd, TUNSETGROUP, gid)) { in tap_add_ioctl() 107 static int parse_args(int argc, char **argv, struct ifreq *ifr, uid_t *uid, gid_t *gid) in parse_args() argument 149 } else if (gid && matches(*argv, "group") == 0) { in parse_args() 156 *gid = group; in parse_args() 163 *gid = gr->gr_gid; in parse_args() 195 gid_t gid = -1; in do_add() local 197 if (parse_args(argc, argv, &ifr, &uid, &gid) < 0) in do_add() 204 return tap_add_ioctl(&ifr, uid, gid); in do_add()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-cmap-table.hh | 47 hb_codepoint_t gid = codepoint < 256 ? glyphIdArray[codepoint] : 0; in get_glyph() local 48 if (!gid) in get_glyph() 50 *glyph = gid; in get_glyph() 108 hb_codepoint_t gid; in get_glyph() 111 gid = codepoint + idDelta[i]; in get_glyph() 118 gid = glyphIdArray[index]; in get_glyph() 119 if (unlikely (!gid)) in get_glyph() 121 gid += idDelta[i]; in get_glyph() 124 *glyph = gid & 0xFFFFu; in get_glyph() 206 hb_codepoint_t gid = glyphIdArray[codepoint - startCharCode]; in get_glyph() local [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cmap-table.hh | 47 hb_codepoint_t gid = codepoint < 256 ? glyphIdArray[codepoint] : 0; in get_glyph() local 48 if (!gid) in get_glyph() 50 *glyph = gid; in get_glyph() 108 hb_codepoint_t gid; in get_glyph() 111 gid = codepoint + idDelta[i]; in get_glyph() 118 gid = glyphIdArray[index]; in get_glyph() 119 if (unlikely (!gid)) in get_glyph() 121 gid += idDelta[i]; in get_glyph() 124 *glyph = gid & 0xFFFFu; in get_glyph() 206 hb_codepoint_t gid = glyphIdArray[codepoint - startCharCode]; in get_glyph() local [all …]
|
/external/chromium_org/sandbox/linux/bpf_dsl/ |
D | bpf_dsl_unittest.cc | 39 static int setgid(gid_t gid) { return Syscall::Call(__NR_setgid, gid); } in setgid() argument 231 const Arg<gid_t> gid(0); in EvaluateSyscall() local 232 return If((gid & 0xf0) == 0xf0, Error(EINVAL)).Else(Error(EACCES)); in EvaluateSyscall() 251 for (gid_t gid = 0; gid < 0x100; ++gid) { in BPF_TEST_C() local 252 const int expect_errno = (gid & 0xf0) == 0xf0 ? EINVAL : EACCES; in BPF_TEST_C() 253 ASSERT_SYSCALL_RESULT(-expect_errno, setgid, gid); in BPF_TEST_C()
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | captest.c | 58 gid_t gid, egid, sgid; in report() local 68 getresgid(&gid, &egid, &sgid); in report() 79 getresgid(&gid, &egid, &sgid); in report() 89 printf("Group credentials gid:%d egid:%d sgid:%d\n", gid, egid, sgid); in report() 90 if (uid != euid || gid != egid) in report()
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 330 for (IntegerSet::const_iterator gid = glyph_ids.begin(), in InitializeBitmapBuilder() local 332 gid != gid_end; gid++) { in InitializeBitmapBuilder() 333 if (*gid < first_glyph_id) { in InitializeBitmapBuilder() 336 if (*gid > last_glyph_id) { in InitializeBitmapBuilder() 340 info.Attach((*index_builders)[j]->GlyphInfo(*gid)); in InitializeBitmapBuilder() 342 info_map[*gid] = info; in InitializeBitmapBuilder() 409 int32_t gid = i->first; in ConstructIndexFormat4() local 410 if (gid > upper_bound) { in ConstructIndexFormat4() 414 IndexSubTableFormat4::CodeOffsetPairBuilder(gid, offset)); in ConstructIndexFormat4() 416 last_gid = gid; in ConstructIndexFormat4() [all …]
|
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 330 for (IntegerSet::const_iterator gid = glyph_ids.begin(), in InitializeBitmapBuilder() local 332 gid != gid_end; gid++) { in InitializeBitmapBuilder() 333 if (*gid < first_glyph_id) { in InitializeBitmapBuilder() 336 if (*gid > last_glyph_id) { in InitializeBitmapBuilder() 340 info.Attach((*index_builders)[j]->GlyphInfo(*gid)); in InitializeBitmapBuilder() 342 info_map[*gid] = info; in InitializeBitmapBuilder() 409 int32_t gid = i->first; in ConstructIndexFormat4() local 410 if (gid > upper_bound) { in ConstructIndexFormat4() 414 IndexSubTableFormat4::CodeOffsetPairBuilder(gid, offset)); in ConstructIndexFormat4() 416 last_gid = gid; in ConstructIndexFormat4() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_unix.c | 329 gid_t gid = 0; in wpas_ctrl_iface_open_sock() local 388 gid = grp->gr_gid; in wpas_ctrl_iface_open_sock() 392 (int) gid, gid_str); in wpas_ctrl_iface_open_sock() 395 gid = strtol(gid_str, &endp, 10); in wpas_ctrl_iface_open_sock() 403 (int) gid); in wpas_ctrl_iface_open_sock() 407 if (gid_set && chown(dir, -1, gid) < 0) { in wpas_ctrl_iface_open_sock() 409 dir, (int) gid, strerror(errno)); in wpas_ctrl_iface_open_sock() 475 if (gid_set && chown(fname, -1, gid) < 0) { in wpas_ctrl_iface_open_sock() 477 fname, (int) gid, strerror(errno)); in wpas_ctrl_iface_open_sock() 958 gid_t gid = 0; in wpas_global_ctrl_iface_open_sock() local [all …]
|
/external/strace/ |
D | process.c | 495 GETGROUPS_T gid; in sys_setgroups() local 509 size = len * sizeof(gid); in sys_setgroups() 511 if (!verbose(tcp) || size / sizeof(gid) != len || end < start) { in sys_setgroups() 516 abbrev_end = start + max_strlen * sizeof(gid); in sys_setgroups() 523 for (cur = start; cur < end; cur += sizeof(gid)) { in sys_setgroups() 530 if (umoven(tcp, cur, sizeof(gid), (char *) &gid) < 0) { in sys_setgroups() 535 tprintf("%lu", (unsigned long) gid); in sys_setgroups() 554 GETGROUPS_T gid; in sys_getgroups() local 571 size = len * sizeof(gid); in sys_getgroups() 574 size / sizeof(gid) != len || end < start) { in sys_getgroups() [all …]
|
/external/lldb/include/lldb/Target/ |
D | Platform.h | 276 GetGroupName (uint32_t gid); 617 GetCachedGroupName (uint32_t gid) in GetCachedGroupName() argument 620 IDToNameMap::iterator pos = m_gid_map.find (gid); in GetCachedGroupName() 633 SetCachedGroupName (uint32_t gid, const char *name, size_t name_len) in SetCachedGroupName() argument 637 m_gid_map[gid] = const_name; in SetCachedGroupName() 645 SetGroupNameNotFound (uint32_t gid) in SetGroupNameNotFound() argument 648 m_gid_map[gid] = ConstString(); in SetGroupNameNotFound()
|
/external/kernel-headers/original/uapi/linux/ |
D | ncp_mount.h | 39 __kernel_gid_t gid; member 63 unsigned long gid; member
|
/external/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 270 PlatformRemoteGDBServer::GetGroupName (uint32_t gid) in GetGroupName() argument 272 const char *cached_group_name = Platform::GetGroupName(gid); in GetGroupName() 276 if (m_gdb_client.GetGroupName(gid, name)) in GetGroupName() 277 return SetCachedGroupName(gid, name.c_str(), name.size()); in GetGroupName() 279 SetGroupNameNotFound(gid); // Negative cache so we don't keep sending packets in GetGroupName()
|
/external/libnfc-nci/src/hal/include/ |
D | nci_defs.h | 106 #define NCI_MSG_BLD_HDR0(p, mt, gid) \ argument 107 *(p)++ = (UINT8) (((mt) << NCI_MT_SHIFT) | (gid)); 109 #define NCI_MSG_PBLD_HDR0(p, mt, pbf, gid) \ argument 110 *(p)++ = (UINT8) (((mt) << NCI_MT_SHIFT) | ((pbf) << NCI_PBF_SHIFT) | (gid)); 117 #define NCI_MSG_PRS_HDR0(p, mt, pbf, gid) \ argument 120 gid = *(p)++ & NCI_GID_MASK;
|
/external/qemu/distrib/ext4_utils/src/ |
D | contents.h | 29 u16 gid; member 40 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
|
/external/mksh/src/ |
D | check.pl | 1031 local($type, $perm, $uid, $gid, $matchType, 1040 ($type, $perm, $uid, $gid, $matchType, $rest) 1057 if ($gid !~ /^\d+$/ && $gid ne '*') { 1059 "$prog:$file:$.: bad group-id for file-result: $gid\n"; 1236 local($type, $perm, $uid, $gid, $rest, $c, $len, $name); 1243 ($type, $perm, $uid, $gid, $matchType, $rest) = 1266 if ($gid ne '*' && $stbuf[5] != $gid) { 1269 $gid, $stbuf[5]);
|
/external/iptables/extensions/ |
D | libxt_owner.c | 31 gid_t gid; member 40 gid_t gid; member 164 info->gid = id; in owner_mt_parse_v0() 211 info->gid = id; in owner_mt6_parse_v0() 314 struct group *grp = getgrgid(info->gid); in owner_mt_print_item_v0() 321 printf(" %u", (unsigned int)info->gid); in owner_mt_print_item_v0() 363 struct group *grp = getgrgid(info->gid); in owner_mt6_print_item_v0() 370 printf(" %u", (unsigned int)info->gid); in owner_mt6_print_item_v0()
|