Searched refs:Items (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-arabic-win1256.hh91 #define OT_UARRAY(Name, Items) \
95 Items \
98 #define OT_UHEADLESSARRAY(Name, Items) \
102 Items \
119 #define OT_SUBLOOKUP(Name, SubFormat, Items) \
122 Items
124 #define OT_COVERAGE1(Name, Items) \
128 OT_UARRAY(Name##Glyphs, OT_LIST(Items))
176 #define MANIFEST(Items) \
180 Items \
[all...]
/external/chromium_org/tools/stats_viewer/
H A Dstats_viewer.cs62 this.listViewCounters.Items.Clear();
70 int current_pids = comboBoxFilter.Items.Count;
75 this.comboBoxFilter.Items.Clear();
76 this.comboBoxFilter.Items.Add(kStringAllProcesses);
78 this.comboBoxFilter.Items.Add(kStringProcess + pid.ToString());
99 ListViewItem item = view.Items[counter.name];
116 view.Items.Add(new_item);
268 for (int i = 0; i < listViewCounters.Items.Count; i++) {
269 tw.Write(listViewCounters.Items[i].SubItems[0].Text + "\t");
270 tw.WriteLine(listViewCounters.Items[
[all...]
H A Dstats_viewer.Designer.cs210 this.comboBoxInterval.Items.AddRange(new object[] {
242 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
/external/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp50 const CDirItem &di = Items[index];
56 const CDirItem &di = Items[index];
65 Items.ReserveDown();
98 AddDirFileInfo(phyParent, logParent, fi, Items);
133 AddDirFileInfo(phyParentCur, logParent, fi, Items);
166 int numItems = dirItems.Items.Size();
169 if (numItems == dirItems.Items.Size())
188 RINOK(callback->ScanProgress(dirItems.GetNumFolders(), dirItems.Items.Size(), phyPrefix));
234 AddDirFileInfo(phyParent, logParent, fi, dirItems.Items);
303 RINOK(callback->ScanProgress(dirItems.GetNumFolders(), dirItems.Items
[all...]
H A DDirItem.h33 CObjectVector<CDirItem> Items; member in class:CDirItems
H A DUpdatePair.cpp70 int numDirItems = dirItems.Items.Size();
98 const CDirItem &di = dirItems.Items[dirIndex2];
H A DBench.cpp909 CCrcInfo *Items; member in struct:CCrcThreads
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)
H A DUpdateCallback.cpp120 const CDirItem &di = DirItems->Items[up.DirIndex];
172 const CDirItem &di = DirItems->Items[up.DirIndex];
H A DArchiveCommandLine.cpp783 for (int i = 0; i < dirItems.Items.Size(); i++)
785 const CDirItem &dirItem = dirItems.Items[i];
H A DUpdate.cpp728 dirItems.Items.Add(di);
/external/chromium_org/content/renderer/media/
H A Dtagged_list.h39 const ItemList& Items() const { function in class:content::TaggedList
H A Dwebrtc_local_audio_track.cc61 sinks = sinks_.Items();
206 sinks = sinks_.Items();
238 sinks = sinks_.Items();
H A Dwebrtc_audio_capturer.cc418 tracks = tracks_.Items();
494 tracks = tracks_.Items();
/external/zlib/src/contrib/iostream2/
H A Dzstream.h114 template <class T, class Items>
115 inline int read(izstream& zs, T* x, Items items) {
263 template <class T, class Items>
264 inline int write(ozstream& zs, const T* x, Items items) {
/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater_unittest.cc64 for (std::vector<Items>::iterator it = manager_items_.begin();
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; typedef
172 std::vector<Items> manager_items_;
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h301 const unsigned char *Items = Base + Offset; local
303 // 'Items' starts with a 16-bit unsigned integer representing the
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;
334 return iterator(X, Items + L.first, L.second, InfoPtr);
421 // 'Items' start
[all...]
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DAttachDialog.cs184 listViewProcesses.Items.Add(item);
225 listViewProcesses.Items.Clear();
258 listViewProcesses.Items.Remove(item);
/external/chromium_org/tools/json_schema_compiler/test/
H A Dfunctions_on_types_unittest.cc52 StorageArea::Get::Results::Items items;
/external/zlib/src/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
256 // GetMem(Result, Items*Size);
257 Result := AllocMem(Items * Size);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas181 property Items[Index: Integer]: T read GetItem write SetItem; default;
205 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
480 Result := inherited Items[Index];
529 inherited Items[Index] := Value;
H A DAntlr.Runtime.Collections.pas121 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas287 CheckEquals(FIList.Items[3],333);

Completed in 601 milliseconds