HomeSort by relevance Sort by last modified time
    Searched refs:upto (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
CallbackStack.cpp 200 Block* upto = 0; local
202 upto = from;
204 invokeOldestCallbacks(from, upto, visitor);
208 void CallbackStack::invokeOldestCallbacks(Block* from, Block* upto, Visitor* visitor)
210 if (from == upto)
214 invokeOldestCallbacks(from->next(), upto, visitor);
  /external/e2fsprogs/lib/ext2fs/
alloc.c 112 ext2_ino_t i, ino_in_group, upto, first_zero; local
137 upto = i + (EXT2_INODES_PER_GROUP(fs->super) - ino_in_group);
138 if (i < start_inode && upto >= start_inode)
139 upto = start_inode - 1;
140 if (upto > fs->super->s_inodes_count)
141 upto = fs->super->s_inodes_count;
143 retval = ext2fs_find_first_zero_inode_bitmap2(map, i, upto,
151 i = upto + 1;
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
SaveRestoreStateTest.java 78 private void setServerResponseAndLoad(TestVars vars, int upto) throws Throwable {
79 for (int i = 0; i < upto; ++i) {
  /ndk/sources/host-tools/make-3.81/
vmsify.c 54 copy 'from' to 'to' up to but not including 'upto'
56 return 1 if upto found
66 copyto (char **to, char **from, char upto, int as_dir)
74 if (**from == upto)
80 while (**from == upto);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
diff.rb 110 start_in_old.upto(end_in_old - 1) do |index_in_old|
  /external/chromium_org/third_party/skia/third_party/lua/src/
lstrlib.c 567 size_t upto = 0; local
569 if (strpbrk(p + upto, SPECIALS))
571 upto += strlen(p + upto) + 1; /* may have more after \0 */
572 } while (upto <= l);
  /external/openssl/crypto/cms/
cms_smime.c 133 static void do_free_upto(BIO *f, BIO *upto)
135 if (upto)
144 while (f != upto);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 409 self.assertTrue(self.upto < len(self.expected_list),
411 expected = self.expected_list[self.upto]
414 self.upto += 1
420 self.upto = 0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 409 self.assertTrue(self.upto < len(self.expected_list),
411 expected = self.expected_list[self.upto]
414 self.upto += 1
420 self.upto = 0
  /external/zxing/core/
core.jar 

Completed in 659 milliseconds