HomeSort by relevance Sort by last modified time
    Searched refs:gid (Results 126 - 150 of 478) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 68 public int gid; field in class:FileUtils.FileStatus
123 public native static String getGroupName(int gid);
  /external/epid-sdk/epid/member/tiny/src/
provisioncredential.c 52 if (0 != memcmp(&pub_key->gid, &credential->gid, sizeof(GroupId))) {
  /external/squashfs-tools/squashfs-tools/
pseudo.c 282 long long uid, gid; local
333 "to read or match gid\n");
351 ERROR("Read filename, type, mode, uid and gid, "
354 ERROR("Read filename, type, mode, uid, gid "
418 gid = strtoll(sgid, &ptr, 10);
420 if(gid < 0 || gid > ((1LL << 32) - 1)) {
421 ERROR("Gid %s out of range\n", sgid);
427 gid = grgid->gr_gid;
429 ERROR("Gid %s invalid uid or unknown user\n", sgid)
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
G_M_A_P_.py 23 gid: H
30 def __init__(self, uv=0, cid=0, gid=0, ggid=0, name=""):
33 self.gid = gid
44 writer.simpletag("gid", value=self.gid)
46 writer.simpletag("glyphletGid", value=self.gid)
70 return "GMAPRecord[ UV: " + str(self.UV) + ", cid: " + str(self.cid) + ", gid: " + str(self.gid) + ", ggid: " + str(self.ggid) + ", Glyphlet Name: " + str(self.name) + " ]"
V_O_R_G_.py 17 self.getGlyphName = ttFont.getGlyphName # for use in get/set item functions, for access by GID
25 gid, vOrigin = struct.unpack(">Hh", data[pos:pos+4])
27 gids.append(gid)
33 names = [glyphOrder[gid] for gid in gids]
52 vOriginTable.sort() # must be in ascending GID order
72 gid = ttFont.getGlyphID(glyphName)
75 vOriginTable.append([gid, glyphName, self.VOriginRecords[glyphName]])
84 self.getGlyphName = ttFont.getGlyphName # for use in get/set item functions, for access by GID
98 # its a gid, convert to glyph nam
    [all...]
_c_m_a_p.py 21 for char,gid in zip(chars,gids):
22 if gid is 0:
25 name = glyphOrder[gid]
27 name = font.getGlyphName(gid)
303 for gid in subHeader.glyphIndexArray:
304 if (gid != 0) and (gid < minGI):
305 minGI = gid
306 # The lowest gid in glyphIndexArray, after subtracting idDelta, must be 1.
308 # We would like to pick an idDelta such that the first glyphArray GID is 1
    [all...]
  /external/freetype/src/otvalid/
otvmath.c 301 FT_UInt gid; local
304 gid = FT_NEXT_USHORT( p );
305 if ( gid >= otvalid->glyph_count )
337 FT_UInt gid; local
340 gid = FT_NEXT_USHORT( p );
341 if ( gid >= otvalid->glyph_count )
  /external/openssh/
sshpty.c 203 gid_t gid; local
209 gid = (grp != NULL) ? grp->gr_gid : pw->pw_gid;
225 if (st.st_uid != pw->pw_uid || st.st_gid != gid) {
226 if (chown(tty, pw->pw_uid, gid) < 0) {
230 tty, (u_int)pw->pw_uid, (u_int)gid,
234 tty, (u_int)pw->pw_uid, (u_int)gid,
sftp-common.c 59 a->gid = 0;
75 a->gid = st->st_gid;
93 st->st_gid = a->gid;
118 (r = sshbuf_get_u32(b, &a->gid)) != 0)
166 (r = sshbuf_put_u32(b, a->gid)) != 0)
  /external/freetype/src/gxvalid/
gxvcommn.c 499 FT_UShort gid; local
517 for ( unit = 0, gid = 0; unit < nUnits; unit++ )
527 if ( lastGlyph < gid )
531 unit, lastGlyph, unit - 1 , gid ));
546 gid = firstGlyph;
548 lastGlyph = gid;
551 for ( gid = firstGlyph; gid <= lastGlyph; gid++ )
552 gxvalid->lookupval_func( gid, &value, gxvalid )
571 FT_UShort gid; local
    [all...]
  /external/toybox/toys/pending/
ipcs.c 64 TT.id, ipcperm.uid, ipcperm.gid, ipcperm.cuid, ipcperm.cgid,ipcperm.mode);
90 "uid=%d\t gid=%d\t cuid=%d\t cgid=%d\n"
95 ipcperm.uid, ipcperm.gid, ipcperm.cuid, ipcperm.cgid,
135 ipcperm.uid, ipcperm.gid, ipcperm.cuid, ipcperm.cgid,
200 "shmid", "perms", "cuid", "cgid", "uid", "gid");
233 if ((gr = getgrgid(buf.shm_perm.gid))) printf(" %-10s\n", gr->gr_name);
234 else printf(" %-10d\n", buf.shm_perm.gid);
295 "semid", "perms", "cuid", "cgid", "uid", "gid");
325 if ((gr = getgrgid(buf.sem_perm.gid))) printf(" %-10s\n", gr->gr_name);
326 else printf(" %-10d\n", buf.sem_perm.gid);
    [all...]
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/cpio/
CpioArchiveEntry.java 169 private long gid = 0; field in class:CpioArchiveEntry
446 return this.gid;
777 * @param gid
780 public void setGID(final long gid) {
781 this.gid = gid;
  /external/epid-sdk/tools/revokesig/src/
main.c 46 GroupId gid; ///< Intel(R) EPID Group ID member in struct:SigRlRequestTop
274 req_top->gid = pubkey->gid;
367 PrintBuffer(&pubkey.gid, sizeof(pubkey.gid));
  /external/skia/tools/fonts/
SkTestTypeface.cpp 127 for (unsigned gid = 0; gid < glyphCount; ++gid) {
128 glyphToUnicode[gid] = SkTo<SkUnichar>(fTestFont->fCharCodes[gid]);
  /external/skqp/tools/fonts/
SkTestTypeface.cpp 127 for (unsigned gid = 0; gid < glyphCount; ++gid) {
128 glyphToUnicode[gid] = SkTo<SkUnichar>(fTestFont->fCharCodes[gid]);
  /external/toybox/toys/posix/
cpio.c 15 * In order: magic ino mode uid gid nlink mtime filesize devmajor devminor
111 unsigned size, mode, uid, gid, timestamp; local
130 gid = x8u(toybuf+30);
151 err = lchown(name, uid, gid);
177 err = fchown(fd, uid, gid);
198 err = fchown(fd, uid, gid);
  /external/harfbuzz_ng/src/
hb-ot-cmap-table.hh 46 hb_codepoint_t gid = codepoint < 256 ? glyphIdArray[codepoint] : 0; local
47 if (!gid)
49 *glyph = gid;
190 DEBUG_MSG(SUBSET, nullptr, "Unable to find new gid for %04x", cp);
207 // gid's are not consecutive in this segment so delta
268 hb_codepoint_t gid; local
271 gid = codepoint + this->idDelta[i];
278 gid = this->glyphIdArray[index];
279 if (unlikely (!gid))
281 gid += this->idDelta[i]
312 hb_codepoint_t gid = this->glyphIdArray[index]; local
428 hb_codepoint_t gid = glyphIdArray[codepoint - startCharCode]; local
471 hb_codepoint_t gid = T::group_get_glyph (groups.bsearch (codepoint), codepoint); local
    [all...]
hb-ot-hdmx-table.hh 65 hb_codepoint_t gid = this->subset_plan->glyphs [i];
67 if (gid >= sizeDeviceRecord - DeviceRecord::min_size)
69 return &(this->source_device_record->widthsZ[gid]);
96 DEBUG_MSG(SUBSET, nullptr, "HDMX width for new gid %d is missing.", i);
  /external/tensorflow/tensorflow/contrib/rnn/kernels/
lstm_ops_gpu.cu.cc 111 // 'gid' is the index assigned to this thread for 'icfo' in the 'i' submatrix.
142 const int gid = batch_id * cell_size * 4 + act_id; local
150 i_local = sigmoid_op(icfo[0 * cell_size + gid] + b[0 * cell_size + act_id] +
153 i_local = sigmoid_op(icfo[0 * cell_size + gid] + b[0 * cell_size + act_id]);
158 tanh_op(icfo[1 * cell_size + gid] + b[1 * cell_size + act_id]);
163 f_local = sigmoid_op(icfo[2 * cell_size + gid] + b[2 * cell_size + act_id] +
166 f_local = sigmoid_op(icfo[2 * cell_size + gid] + b[2 * cell_size + act_id] +
182 o_local = sigmoid_op(icfo[3 * cell_size + gid] + b[3 * cell_size + act_id] +
185 o_local = sigmoid_op(icfo[3 * cell_size + gid] + b[3 * cell_size + act_id]);
206 const int gid = blockDim.x * blockIdx.x + threadIdx.x local
309 const int gid = batch_id * cell_size * 4 + act_id; local
    [all...]
  /external/ltp/lib/
tst_safe_macros.c 174 struct group *safe_getgrgid(const char *file, const int lineno, gid_t gid)
179 rval = getgrgid(gid);
182 "getgrgid(%li) failed", (long)gid);
  /external/python/cpython3/Lib/test/
test_grp.py 90 # Choose a non-existent gid.
101 # Choose an existent gid.
102 gid = entries[0][2]
103 self.assertWarns(DeprecationWarning, grp.getgrgid, float(gid))
104 self.assertWarns(DeprecationWarning, grp.getgrgid, str(gid))
  /external/strace/
uid.c 181 uid_t gid; local
182 print_array(tcp, addr, len, &gid, sizeof(gid),
  /frameworks/base/cmds/idmap/
idmap.cpp 122 gid_t gid = getgid(); local
124 return (uid == 0 && gid == 0) || (uid == AID_SYSTEM && gid == AID_SYSTEM);
248 ALOGD("%s:%d: uid=%d gid=%d argv=%s\n", __FILE__, __LINE__, getuid(), getgid(), buf);
  /device/google/wahoo/
init.hardware.usb.rc 46 mount functionfs adb /dev/usb-ffs/adb rmode=0770,fmode=0660,uid=2000,gid=2000,no_disconnect=1
49 mount functionfs mtp /dev/usb-ffs/mtp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=1
50 mount functionfs ptp /dev/usb-ffs/ptp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=1
  /external/f2fs-tools/fsck/
sload.c 28 unsigned *uid, unsigned *gid,
98 unsigned int uid = 0, gid = 0, imode = 0; local
110 c.target_out_dir, &uid, &gid, &imode,
113 de->gid = gid & 0xffff;
117 MSG(2, "%s -> mode = 0x%x, uid = 0x%x, gid = 0x%x, "
119 mnt_path, de->mode, de->uid, de->gid, de->capabilities);

Completed in 660 milliseconds

1 2 3 4 56 7 8 91011>>