HomeSort by relevance Sort by last modified time
    Searched refs:gid (Results 501 - 525 of 810) sorted by null

<<21222324252627282930>>

  /external/python/cpython3/Lib/test/
test_shutil.py     [all...]
  /external/squashfs-tools/squashfs-tools/
unsquash-3.c 139 i.gid = header.base.guid == SQUASHFS_GUIDS ? i.uid :
307 dir->guid = (*i)->gid;
unsquash-4.c 114 i.gid = (uid_t) id_table[header.base.guid];
276 dir->guid = (*i)->gid;
unsquash-2.c 152 i.gid = header.base.guid == SQUASHFS_GUIDS ? i.uid :
  /external/swiftshader/third_party/LLVM/lib/Archive/
ArchiveWriter.cpp 84 // Set the permissions mode, uid and gid
92 memcpy(hdr.gid,buffer,6);
307 memcpy(Hdr.gid,buffer,6);
  /external/tensorflow/tensorflow/contrib/verbs/
rdma.cc 241 // Function to check if GID index support RoCE V2
245 // index - GID index
247 // if GID supports RoCE V2 - true, otherwise - false.
261 // Function to set GID index.
262 // If the port link is IB, no GID index should be selected.
263 // If Ethernet but RDMA_GID_INDEX not set gid index that supports
269 // GID index to use
274 union ibv_gid gid; local
281 rc = ibv_query_gid(context, port_num, i, &gid);
282 CHECK(!rc) << "Failed to query gid to port " << (int)port_num << " index
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.h 83 u_int gid; member in struct:fattr
99 u_int gid; member in struct:sattr
  /system/core/init/
service.h 68 Service(const std::string& name, unsigned flags, uid_t uid, gid_t gid,
106 gid_t gid() const { return gid_; } function in class:android::init::Service
  /external/skia/src/pdf/
SkPDFDevice.cpp 1554 SkGlyphID gid = glyphs[index]; local
    [all...]
SkPDFFont.cpp 199 static SkGlyphID first_nonzero_glyph_for_single_byte_encoding(SkGlyphID gid) {
200 return gid != 0 ? gid - (gid - 1) % 255 : 1;
542 for (unsigned gID = firstGlyphID; gID <= lastGlyphID; gID++) {
543 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX;
555 for (int gID = firstGlyphID; gID <= lastGlyphID; gID++)
    [all...]
  /external/skqp/src/pdf/
SkPDFDevice.cpp 1554 SkGlyphID gid = glyphs[index]; local
    [all...]
SkPDFFont.cpp 199 static SkGlyphID first_nonzero_glyph_for_single_byte_encoding(SkGlyphID gid) {
200 return gid != 0 ? gid - (gid - 1) % 255 : 1;
542 for (unsigned gID = firstGlyphID; gID <= lastGlyphID; gID++) {
543 advance = glyphCache->getGlyphIDAdvance(gID).fAdvanceX;
555 for (int gID = firstGlyphID; gID <= lastGlyphID; gID++)
    [all...]
  /external/adhd/cras/src/common/
cras_types.h 136 uint32_t gid; member in struct:cras_attached_client_info
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp     [all...]
  /external/elfutils/backends/
linux-core-note.c 188 FIELD (identity, PRPSINFO_GID_T, gid, 'd'),
  /external/fio/os/
os-windows.h 103 int setgid(gid_t gid);
  /external/fio/
rate-submit.c 104 td->o.uid = td->o.gid = -1U;
  /external/fonttools/Lib/fontTools/ttLib/tables/
sbixBitmapSet.py 57 myBitmap = Bitmap(rawdata=self.data[self.bitmapOffsets[i] : self.bitmapOffsets[i+1]], gid=i)
  /external/ipsec-tools/src/racoon/
localconf.c 106 lcconf->gid = 0;
privsep.c 215 if (setgid(lcconf->gid) != 0) {
217 "Cannot setgid(%d): %s\n", lcconf->gid,
222 if (setegid(lcconf->gid) != 0) {
224 "Cannot setegid(%d): %s\n", lcconf->gid,
  /external/ltp/include/
safe_macros_fn.h 81 void (*cleanup_fn)(void), gid_t gid);
  /external/python/cpython3/Modules/clinic/
posixmodule.c.h 101 "Use the real uid/gid to test for access to a path.\n"
113 " If True, access will use the effective uid/gid instead of\n"
114 " the real uid/gid.\n"
124 "Note that most operations will use the effective uid/gid, therefore this\n"
652 "chown($module, /, path, uid, gid, *, dir_fd=None, follow_symlinks=True)\n"
655 "Change the owner and group id of path to the numeric uid and gid.\\\n"
685 os_chown_impl(PyObject *module, path_t *path, uid_t uid, gid_t gid,
692 static const char * const _keywords[] = {"path", "uid", "gid", "dir_fd", "follow_symlinks", NULL};
696 gid_t gid; local
701 path_converter, &path, _Py_Uid_Converter, &uid, _Py_Gid_Converter, &gid, FCHOWNAT_DIR_FD_CONVERTER, &dir_fd, &follow_symlinks))
739 gid_t gid; local
778 gid_t gid; local
2819 gid_t gid; local
    [all...]
  /external/syslinux/core/fs/btrfs/
btrfs.h 225 __le32 gid; member in struct:btrfs_inode_item
  /external/syslinux/gpxe/src/net/infiniband/
ib_srp.c 139 * Parse IB SRP root path source GID
149 /* Default to the GID of the last opened Infiniband device */
151 memcpy ( &rp->ib->sgid, &ibdev->gid, sizeof ( rp->ib->sgid ) );
187 /* Default to the GUID portion of the source GID */
197 * Parse IB SRP root path destination GID
  /frameworks/base/core/java/com/android/server/
SystemConfig.java 101 // These are the permission -> gid mappings that were read from the
417 String gidStr = parser.getAttributeValue(null, "gid");
419 int gid = android.os.Process.getGidForName(gidStr); local
420 mGlobalGids = appendInt(mGlobalGids, gid);
422 Slog.w(TAG, "<group> without gid in " + permFile + " at "
773 int gid = Process.getGidForName(gidStr); local
    [all...]

Completed in 795 milliseconds

<<21222324252627282930>>