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

  /external/chromium_org/content/renderer/media/
tagged_list.h 16 // Implements the pattern of a list of items, where added items are
17 // tagged, you can tag all items, and you can retrieve the list of
18 // items that are tagged, which removes the tag.
39 const ItemList& Items() const {
43 // Retrieves the list of items with tags, and removes their tags.
  /external/lzma/CPP/7zip/UI/Common/
DirItem.h 33 CObjectVector<CDirItem> Items;
Bench.cpp 909 CCrcInfo *Items;
910 CCrcThreads(): Items(0), NumThreads(0) {}
914 Items[i].Wait();
920 delete []Items;
990 threads.Items = new CCrcInfo[numThreads];
994 CCrcInfo &info = threads.Items[i];
1004 CCrcInfo &info = threads.Items[i];
1010 if (!threads.Items[i].Res)
  /external/chromium_org/chrome/browser/download/
download_status_updater_unittest.cc 64 for (std::vector<Items>::iterator it = manager_items_.begin();
99 // Add some number of Download items to a particular manager.
163 for (std::vector<Items>::iterator it = manager_items_.begin();
165 for (Items::iterator sit = it->begin(); sit != it->end(); ++sit)
171 typedef std::vector<content::DownloadItem*> Items;
172 std::vector<Items> manager_items_;
221 // Prime items
289 // Prime items
311 // Test many managers with all items complete.
326 // Test many managers with some non-complete items
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_userdict.py 91 # Test keys, items, values
93 self.assertEqual(u2.items(), d2.items())
110 class Items:
111 def items(self): member in class:UserDictTest.test_all.Items
114 t.update(Items())
298 # items
299 self.assertEqual(s.items(), [(10,'ten'), (30, 'thirty')])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_userdict.py 91 # Test keys, items, values
93 self.assertEqual(u2.items(), d2.items())
110 class Items:
111 def items(self): member in class:UserDictTest.test_all.Items
114 t.update(Items())
298 # items
299 self.assertEqual(s.items(), [(10,'ten'), (30, 'thirty')])
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 158 // Write out the number of items in the bucket.
301 const unsigned char *Items = Base + Offset;
303 // 'Items' starts with a 16-bit unsigned integer representing the
304 // number of items in this bucket.
305 unsigned Len = endian::readNext<uint16_t, little, unaligned>(Items);
310 endian::readNext<hash_value_type, little, unaligned>(Items);
314 Info::ReadKeyDataLength(Items);
319 Items += ItemLen;
325 InfoPtr->ReadKey((const unsigned char *const)Items, L.first);
329 Items += ItemLen
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shldisp.h     [all...]
shobjidl.h     [all...]

Completed in 840 milliseconds