HomeSort by relevance Sort by last modified time
    Searched refs:remain (Results 26 - 50 of 121) sorted by null

12 3 4 5

  /external/icu4c/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /external/icu4c/data/sprep/
sprepfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or
  /external/chromium_org/chrome/browser/resources/task_manager/
includes.js 78 var remain = scriptDelayed.length;
84 if (!--remain)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_cpal.c 86 GLuint remain, i; local
93 remain = num_pixels % 2;
98 if (remain) {
  /external/mesa3d/src/mesa/main/
texcompress_cpal.c 86 GLuint remain, i; local
93 remain = num_pixels % 2;
98 if (remain) {
  /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);
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 201 int remain, rd; local
242 remain = buf[2];
244 remain = size - 3;
247 while ((count - 3) < remain) {
248 rd = read(fd, buf + count, remain - (count - 3));
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 143 int remain, rd; local
182 remain = buf[2];
184 remain = size - 3;
186 while ((count - 3) < remain) {
187 rd = read(fd, buf + count, remain - (count - 3));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeySpecParser.java 112 final String remain = (size - start > 0) ? text.substring(start) : null; local
114 return remain != null ? new String[] { remain } : null;
116 if (remain != null) {
117 list.add(remain);
  /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...]
  /external/valgrind/main/coregrind/m_syswrap/
syscall-mips32-linux.S 108 # TODO: this should remain, keep it just for now
  /system/core/libsparse/
sparse_read.c 364 int64_t remain = s->len; local
375 while (remain > 0) {
376 to_read = min(remain, s->block_size);
402 remain -= to_read;
  /external/chromium_org/chrome/renderer/resources/extensions/
messaging_utils.js 31 // request, which is required. In other words, when two arguments remain,
  /external/chromium_org/chrome_frame/cfinstall/src/common/
interactiondelegate.js 22 * IFrame must remain in the DOM for the duration of the connection.
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/signature/
DSASHA1Verify.java 40 if (tr.remain() != 0)
105 if (tr.remain() != 0)
RSASHA1Verify.java 38 if (tr.remain() != 0)
79 if (tr.remain() != 0)
  /external/icu4c/data/brkitr/
brkfiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketKexInit.java 70 if (tr.remain() != 0)
TypesReader.java 174 public int remain() method in class:TypesReader
  /external/ant-glob/
NOTICE 45 * of this License, Derivative Works shall not include works that remain
241 all times remain with copyright holders.
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnffiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /external/icu4c/data/rbnf/
rbnffiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /frameworks/base/services/java/com/android/server/
IntentResolver.java 490 final int remain = LAST - idx; local
491 if (remain > 0) {
492 System.arraycopy(array, idx+1, array, idx, remain);
  /frameworks/base/tools/aapt/
AaptAssets.cpp 1716 String8 remain = path; local
2343 String8 remain; local
    [all...]

Completed in 450 milliseconds

12 3 4 5