Searched refs:dataPos (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/pdf/
H A DSkPDFFont.cpp89 const char* dataPos = strstr(src, "eexec"); local
90 if (!dataPos) {
93 dataPos += strlen("eexec");
94 while ((*dataPos == '\n' || *dataPos == '\r' || *dataPos == ' ') &&
95 dataPos < end) {
96 dataPos++;
98 *headerLen = dataPos - src;
100 const char* trailerPos = strstr(dataPos, "cleartomar
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.c886 EAS_I32 dataPos = 0; local
931 dataPos = chunkPos + 8;
967 if (!dataPos)
1036 if ((result = Parse_data(pDLSData, dataPos, dataSize, p, pSample)) != EAS_SUCCESS)
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 125 milliseconds