HomeSort by relevance Sort by last modified time
    Searched refs:gID (Results 1 - 12 of 12) sorted by null

  /device/asus/flo/conn_init/
wfc_util_fctrl.h 90 extern int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID, gid_t gID);
wfc_util_fctrl.c 585 int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID, gid_t gID)
646 gid_t gid = getgid(); local
647 wfc_util_log_error("Error changing group ownership (%d) of %s to %d: %s", gid, pDestFName, gID, strerror(errno));
650 if (chown(pDestFName, uID, gID) < 0) {
651 wfc_util_log_error("Error changing group ownership of %s to %d: %s", pDestFName, gID, strerror(errno));
657 wfc_util_log_error("wfc_util_ffile_check_copy : we can not excute chown[uid = %d, gid = %d]", uid, getgid());
  /device/lge/mako/conn_init/
wfc_util_fctrl.h 90 extern int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID, gid_t gID);
wfc_util_fctrl.c 585 int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID, gid_t gID)
646 gid_t gid = getgid(); local
647 wfc_util_log_error("Error changing group ownership (%d) of %s to %d: %s", gid, pDestFName, gID, strerror(errno));
650 if (chown(pDestFName, uID, gID) < 0) {
651 wfc_util_log_error("Error changing group ownership of %s to %d: %s", pDestFName, gID, strerror(errno));
657 wfc_util_log_error("wfc_util_ffile_check_copy : we can not excute chown[uid = %d, gid = %d]", uid, getgid());
  /external/chromium_org/third_party/skia/src/image/
SkSurface.cpp 67 static int32_t gID;
68 return sk_atomic_inc(&gID) + 1;
  /external/skia/src/image/
SkSurface.cpp 67 static int32_t gID;
68 return sk_atomic_inc(&gID) + 1;
  /external/chromium_org/third_party/icu/source/test/intltest/
nmfmapts.cpp 282 return (UClassID)&gID;
287 return (UClassID)&gID;
291 static char gID;
294 char NFTestFactory::gID = 0;
  /external/icu4c/test/intltest/
nmfmapts.cpp 282 return (UClassID)&gID;
287 return (UClassID)&gID;
291 static char gID;
294 char NFTestFactory::gID = 0;
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp     [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 423 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) {
425 if (getAdvances(face, gId, 1, FT_LOAD_NO_SCALE, &advance)) {
604 for (int gID = 0; gID < face->num_glyphs; gID += 128) {
607 if (gID + advanceCount > face->num_glyphs)
608 advanceCount = face->num_glyphs - gID + 1;
609 getAdvances(face, gID, advanceCount, FT_LOAD_NO_SCALE,
640 for (int gID = 0; gID < face->num_glyphs; gID++)
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 426 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) {
428 if (getAdvances(face, gId, 1, FT_LOAD_NO_SCALE, &advance)) {
607 for (int gID = 0; gID < face->num_glyphs; gID += 128) {
610 if (gID + advanceCount > face->num_glyphs)
611 advanceCount = face->num_glyphs - gID + 1;
612 getAdvances(face, gID, advanceCount, FT_LOAD_NO_SCALE,
643 for (int gID = 0; gID < face->num_glyphs; gID++)
    [all...]

Completed in 1360 milliseconds