Searched refs:label_list (Results 1 - 3 of 3) sorted by relevance

/external/fio/
H A Dgraph.c83 struct flist_head label_list; member in struct:graph
122 INIT_FLIST_HEAD(&g->label_list);
151 flist_for_each(entry, &g->label_list)
211 if (flist_empty(&g->label_list))
214 flist_for_each(entry, &g->label_list) {
471 flist_for_each(entry, &bg->label_list) {
510 flist_for_each(entry, &g->label_list) {
591 flist_for_each(lentry, &g->label_list) {
642 flist_for_each(entry, &bg->label_list) {
663 flist_add_tail(&i->list, &bg->label_list);
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSSettings.py185 label_list: an array of MSBuild labels that correspond to the MSVS index.
191 def __init__(self, label_list, new=None):
193 self._label_list = label_list
194 self._msbuild_values = set(value for value in label_list
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_manager.cc1725 std::list<std::string> label_list; local
1733 label_list.push_back(it->first);
1737 for (std::list<std::string>::iterator it = label_list.begin();
1738 it != label_list.end(); ++it) {
1767 label_list.clear();

Completed in 80 milliseconds