HomeSort by relevance Sort by last modified time
    Searched defs:pGroup (Results 1 - 5 of 5) sorted by null

  /frameworks/av/drm/libdrmframework/plugins/common/util/src/
MimeTypeUtil.cpp 42 const char* pGroup; // "audio/", "video/",.. should contain the last "/"
128 struct MimeGroup* pGroup;
136 pGroup = mimeGroup;
137 while (MIMETYPE_LAST != pGroup->type) {
138 if (0 == strncmp(pMimeType, pGroup->pGroup, pGroup->size)) {
141 pGroup++;
145 if (MIMETYPE_LAST != pGroup->type) {
147 len = strlen (pMimeType+pGroup->size)
    [all...]
  /external/skia/legacy/src/animator/
SkDisplayApply.cpp 376 SkGroup* pGroup;
377 int oldApply = displayList.findGroup(this, &parentList, &pGroup, &thisGroup, &grandList);
432 SkGroup* pGroup = NULL, * found = NULL;
433 int old = maker.fDisplayList.findGroup(scope, &pList, &pGroup, &found, &gList);
  /external/skia/src/animator/
SkDisplayApply.cpp 376 SkGroup* pGroup;
377 int oldApply = displayList.findGroup(this, &parentList, &pGroup, &thisGroup, &grandList);
432 SkGroup* pGroup = NULL, * found = NULL;
433 int old = maker.fDisplayList.findGroup(scope, &pList, &pGroup, &found, &gList);
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 608 milliseconds