Searched defs:remain (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/utils/
H A DDebug.cpp224 long remain = length; local
252 if (remain-- > 0) {
261 if (remain > 0) {
273 remain--;
282 remain = length;
287 if (remain-- > 0) {
298 if (remain > 0) *c++ = ',';
/frameworks/av/libvideoeditor/osal/src/
H A DLVOSA_FileReader_optim.c76 M4OSA_FilePosition remain; /**< data amount not already copied from buffer */ member in struct:__anon82
164 apContext->buffer[i].remain = 0;
212 apContext->buffer[i].remain -= copysize;
292 apContext->buffer[i].remain = 0;
304 apContext->buffer[i].remain = 0;
313 apContext->buffer[i].remain = size;
388 if(apContext->buffer[i].remain == 0)
420 if(apContext->buffer[j].remain < min_amount)
422 min_amount = apContext->buffer[j].remain;
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1708 String8 remain = path; local
1711 while (name = remain.walkPath(&remain), remain != "") {
2001 String8 root, remain(filePath), partialPath;
2002 while (remain.length() > 0) {
2003 root = remain.walkPath(&remain);
2008 if (remain.length() == 0) {
2335 String8 remain; local
[all...]

Completed in 87 milliseconds