HomeSort by relevance Sort by last modified time
    Searched refs:remain (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/ltrace/testsuite/ltrace.minor/
time-record.c 15 struct timespec request, remain; local
  /external/libmtp/src/
util.c 74 uint32_t remain = n; local
80 while (remain) {
83 ln = ( remain > 16 ) ? 16 : remain;
104 remain -= ln;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
divide.s 4 / but the divide must remain a divide in the next line
  /frameworks/native/libs/binder/
Debug.cpp 210 long remain = length; local
232 if (remain-- > 0) {
241 if (remain > 0) {
253 remain--;
262 remain = length;
267 if (remain-- > 0) {
278 if (remain > 0) *c++ = ',';
  /external/mdnsresponder/mDNSPosix/
Identify.c 189 struct timeval now, remain = end; local
194 if (remain.tv_usec < now.tv_usec) { remain.tv_usec += 1000000; remain.tv_sec--; }
195 if (remain.tv_sec < now.tv_sec)
200 remain.tv_usec -= now.tv_usec;
201 remain.tv_sec -= now.tv_sec;
202 mDNSPosixGetFDSet(m, &nfds, &readfds, &remain);
203 result = select(nfds, &readfds, NULL, NULL, &remain);
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c 461 int remain, r; local
492 remain = buf[2];
494 remain = size - 3;
496 while ((count - 3) < remain) {
497 r = read(fd, buf + count, remain - (count - 3));
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c 461 int remain, r; local
492 remain = buf[2];
494 remain = size - 3;
496 while ((count - 3) < remain) {
497 r = read(fd, buf + count, remain - (count - 3));
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_uart.c 466 int remain, r; local
497 remain = buf[2];
499 remain = size - 3;
501 while ((count - 3) < remain) {
502 r = read(fd, buf + count, remain - (count - 3));
  /hardware/qcom/bt/msmcobalt/libbt-vendor/src/
hci_uart.c 466 int remain, r; local
497 remain = buf[2];
499 remain = size - 3;
501 while ((count - 3) < remain) {
502 r = read(fd, buf + count, remain - (count - 3));
  /external/icu/icu4c/source/data/translit/
trnsfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
btBulletFile.cpp 126 int remain = mFileLen; local
129 remain-=12;
238 remain-=seek;
239 if (remain<=0)
  /device/linaro/hikey/wpan/uim/
uim.c 76 int remain, rd; local
115 remain = buf[2];
117 remain = size - 3;
119 while ((count - 3) < remain) {
120 rd = read(fd, buf + count, remain - (count - 3));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MoreKeySpec.java 222 final String remain = (size - start > 0) ? text.substring(start) : null; local
224 return remain != null ? new String[] { remain } : null;
226 if (remain != null) {
227 list.add(remain);
  /art/runtime/gc/accounting/
space_bitmap_test.cc 142 size_t remain = heap_capacity - offset; variable
143 size_t end = offset + RoundDown(r.next() % (remain + 1), kAlignment);
  /external/icu/icu4c/source/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /external/icu/icu4c/source/data/sprep/
sprepfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or
  /external/libunwind/doc/
unw_regname.tex 23 therefore guaranteed to remain valid until the application terminates.
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
SoftVsyncObserver.cpp 22 struct timespec *remain);
  /external/mesa3d/src/mesa/main/
texcompress_cpal.c 86 GLuint remain, i; local
93 remain = num_pixels % 2;
98 if (remain) {
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc 266 const ptrdiff_t remain = _ptrRTPDataEnd - ptr; local
267 if (remain < 4) {
281 if (static_cast<size_t>(remain) < (4 + XLen)) {
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java 165 final int remain = DURATION_SEC - i; local
168 if (remain > 0) {
169 mStatus.setText(status + " Recording... " + remain);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 761 stack, remain, count = [], [], []
770 remain.append(value)
777 # `remain` is empty here, we have such a sublist.
778 if not remain:
782 remain[-1] = remain[-1] - 1
783 while remain[-1] == 0:
784 remain.pop()
787 if not remain: break
788 remain[-1] = remain[-1] -
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 761 stack, remain, count = [], [], []
770 remain.append(value)
777 # `remain` is empty here, we have such a sublist.
778 if not remain:
782 remain[-1] = remain[-1] - 1
783 while remain[-1] == 0:
784 remain.pop()
787 if not remain: break
788 remain[-1] = remain[-1] -
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 761 stack, remain, count = [], [], []
770 remain.append(value)
777 # `remain` is empty here, we have such a sublist.
778 if not remain:
782 remain[-1] = remain[-1] - 1
783 while remain[-1] == 0:
784 remain.pop()
787 if not remain: break
788 remain[-1] = remain[-1] -
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 761 stack, remain, count = [], [], []
770 remain.append(value)
777 # `remain` is empty here, we have such a sublist.
778 if not remain:
782 remain[-1] = remain[-1] - 1
783 while remain[-1] == 0:
784 remain.pop()
787 if not remain: break
788 remain[-1] = remain[-1] -
    [all...]

Completed in 766 milliseconds

1 2 3 4 5 6