HomeSort by relevance Sort by last modified time
    Searched refs:gID (Results 1 - 7 of 7) 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 583 int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID, gid_t gID)
644 gid_t gid = getgid(); local
645 wfc_util_log_error("Error changing group ownership (%d) of %s to %d: %s", gid, pDestFName, gID, strerror(errno));
648 if (chown(pDestFName, uID, gID) < 0) {
649 wfc_util_log_error("Error changing group ownership of %s to %d: %s", pDestFName, gID, strerror(errno));
655 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 113 static int32_t gID;
114 return sk_atomic_inc(&gID) + 1;
  /external/icu/icu4c/source/test/intltest/
nmfmapts.cpp 282 return (UClassID)&gID;
287 return (UClassID)&gID;
291 static char gID;
294 char NFTestFactory::gID = 0;
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 403 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) {
405 if (FT_Get_Advances(face, gId, 1, FT_LOAD_NO_SCALE, &advance)) {
603 for (int gID = 0; gID < face->num_glyphs; gID += 128) {
606 if (gID + advanceCount > face->num_glyphs) {
607 advanceCount = face->num_glyphs - gID;
609 FT_Get_Advances(face, gID, advanceCount, FT_LOAD_NO_SCALE, advances);
639 for (int gID = 0; gID < face->num_glyphs; gID++)
    [all...]
  /external/skia/src/gpu/
GrTessellatingPathRenderer.cpp 322 static int gID = 0;
323 fID = gID++;
470 static float gID = 0.0f;
471 v->fID = gID++;
    [all...]

Completed in 5044 milliseconds