HomeSort by relevance Sort by last modified time
    Searched defs:remain (Results 1 - 7 of 7) 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 169 final int remain = DURATION_SEC - i; local
172 if (remain > 0) {
173 mStatus.setText(status + " Recording... " + remain);
  /external/bluetooth/bluez/tools/
hciattach.c 152 int remain, r; local
179 remain = buf[2];
181 remain = size - 3;
183 while ((count - 3) < remain) {
184 r = read(fd, buf + count, remain - (count - 3));
  /external/e2fsprogs/e2fsck/
pass1.c 250 unsigned int storage_size, remain; local
264 remain = storage_size - sizeof(__u32);
269 remain -= sizeof(struct ext2_ext_attr_entry);
272 if (EXT2_EXT_ATTR_SIZE(entry->e_name_len) > remain) {
279 remain -= EXT2_EXT_ATTR_SIZE(entry->e_name_len);
282 if (entry->e_value_size == 0 || entry->e_value_size > remain) {
302 remain -= entry->e_value_size;
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 1326 String8 remain = path; local
1906 String8 remain; local
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 191 def remain(self): member in class:TokenCursor
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 

Completed in 405 milliseconds