HomeSort by relevance Sort by last modified time
    Searched refs:gID (Results 1 - 10 of 10) 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/skia/src/image/
SkSurface.cpp 89 static int32_t gID;
90 return sk_atomic_inc(&gID) + 1;
  /external/icu4c/test/intltest/
nmfmapts.cpp 282 return (UClassID)&gID;
287 return (UClassID)&gID;
291 static char gID;
294 char NFTestFactory::gID = 0;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 390 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) {
392 if (getAdvances(face, gId, 1, FT_LOAD_NO_SCALE, &advance)) {
583 for (int gID = 0; gID < face->num_glyphs; gID += 128) {
586 if (gID + advanceCount > face->num_glyphs)
587 advanceCount = face->num_glyphs - gID + 1;
588 getAdvances(face, gID, advanceCount, FT_LOAD_NO_SCALE,
619 for (int gID = 0; gID < face->num_glyphs; gID++)
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]
  /external/skia/legacy/src/ports/
SkFontHost_FreeType.cpp 376 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) {
378 if (getAdvances(face, gId, 1, FT_LOAD_NO_SCALE, &advance)) {
569 for (int gID = 0; gID < face->num_glyphs; gID += 128) {
572 if (gID + advanceCount > face->num_glyphs)
573 advanceCount = face->num_glyphs - gID + 1;
574 getAdvances(face, gID, advanceCount, FT_LOAD_NO_SCALE,
577 int16_t advance = advances[gID + i];
605 for (int gID = 0; gID < face->num_glyphs; gID++)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
RTree.cpp 48 static unsigned gID = 0;
261 , m_tid(gID++)

Completed in 427 milliseconds