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

  /external/fio/
graph.c 83 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...]
  /art/compiler/dex/quick/
mir_to_lir.cc 389 void Mir2Lir::CompileDalvikInstruction(MIR* mir, BasicBlock* bb, LIR* label_list) {
597 GenSuspendTestAndBranch(opt_flags, &label_list[bb->taken]);
599 OpUnconditionalBranch(&label_list[bb->taken]);
628 LIR* taken = &label_list[bb->taken];
629 LIR* fall_through = &label_list[bb->fall_through];
639 OpUnconditionalBranch(&label_list[target_id]);
657 LIR* taken = &label_list[bb->taken];
658 LIR* fall_through = &label_list[bb->fall_through];
667 OpUnconditionalBranch(&label_list[target_id]);
    [all...]
mir_to_lir.h     [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSSettings.py 185 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
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager.cc 1725 std::list<std::string> label_list; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]

Completed in 106 milliseconds