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

  /frameworks/base/libs/utils/
Debug.cpp 224 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++ = ',';
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java 168 final int remain = DURATION_SEC - i; local
171 if (remain > 0) {
172 mStatus.setText(status + " Recording... " + remain);
  /frameworks/media/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c 76 M4OSA_FilePosition remain; /**< data amount not already copied from buffer */ member in struct:__anon15642
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;
    [all...]
  /external/bluetooth/bluez/tools/
hciattach.c 162 int remain, r; local
189 remain = buf[2];
191 remain = size - 3;
193 while ((count - 3) < remain) {
194 r = read(fd, buf + count, remain - (count - 3));
  /external/e2fsprogs/e2fsck/
pass1.c 276 unsigned int storage_size, remain; local
290 remain = storage_size - sizeof(__u32);
296 remain -= sizeof(struct ext2_ext_attr_entry);
299 if (EXT2_EXT_ATTR_SIZE(entry->e_name_len) > remain) {
306 remain -= EXT2_EXT_ATTR_SIZE(entry->e_name_len);
309 if (entry->e_value_size == 0 || entry->e_value_size > remain) {
332 remain -= entry->e_value_size;
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 191 def remain(self): member in class:TokenCursor
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 1606 String8 remain = path; local
2190 String8 remain; local
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 

Completed in 293 milliseconds