HomeSort by relevance Sort by last modified time
    Searched defs:pGroup (Results 1 - 9 of 9) 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/chromium_org/third_party/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/chromium_org/third_party/sqlite/src/src/
pcache1.c 25 typedef struct PGroup PGroup;
27 /* Each page cache (or PCache) belongs to a PGroup. A PGroup is a set
29 ** pages when they are under memory pressure. A PGroup is an instance of
34 ** (1) Every PCache is the sole member of its own PGroup. There is
35 ** one PGroup per PCache.
37 ** (2) There is a single global PGroup that all PCaches are a member
45 ** For mode (1), PGroup.mutex is NULL. For mode (2) there is only a single
46 ** PGroup which is the pcache1.grp global variable and its mutex i
    [all...]
test_multiplex.c 118 multiplexGroup *pGroup; /* The underlying group of files */
199 multiplexGroup *pGroup = pConn->pGroup;
201 if( iChunk<pGroup->nMaxChunks ){
202 sqlite3_file *pSubOpen = pGroup->pReal[iChunk]; /* Real file descriptor */
203 if( !pGroup->bOpen[iChunk] ){
204 memcpy(gMultiplex.zName, pGroup->zName, pGroup->nName+1);
207 sqlite3_snprintf(SQLITE_MULTIPLEX_EXT_SZ+1, gMultiplex.zName+pGroup->nName-SQLITE_MULTIPLEX_EXT_SZ, SQLITE_MULTIPLEX_EXT_FMT, iChunk);
209 sqlite3_snprintf(SQLITE_MULTIPLEX_EXT_SZ+1, gMultiplex.zName+pGroup->nName, SQLITE_MULTIPLEX_EXT_FMT, iChunk)
    [all...]
test_quota.c 95 quotaGroup *pGroup; /* Quota group to which this file belongs */
155 quotaGroup *pGroup;
171 static void quotaGroupDeref(quotaGroup *pGroup){
172 if( pGroup->pFiles==0 && pGroup->iLimit==0 ){
173 *pGroup->ppPrev = pGroup->pNext;
174 if( pGroup->pNext ) pGroup->pNext->ppPrev = pGroup->ppPrev
    [all...]
  /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/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1152 milliseconds