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

  /external/chromium_org/media/tools/bug_hunter/
bug_hunter.py 238 label_list = [label.text for label in entry.label]
252 for label in label_list:
262 'labels': label_list, 'urls': url_list})
  /art/compiler/dex/quick/
mir_to_lir.cc 29 void Mir2Lir::CompileDalvikInstruction(MIR* mir, BasicBlock* bb, LIR* label_list) {
243 GenSuspendTestAndBranch(opt_flags, &label_list[bb->taken->id]);
245 OpUnconditionalBranch(&label_list[bb->taken->id]);
274 LIR* taken = &label_list[bb->taken->id];
275 LIR* fall_through = &label_list[bb->fall_through->id];
284 OpUnconditionalBranch(&label_list[target->id]);
301 LIR* taken = &label_list[bb->taken->id];
302 LIR* fall_through = &label_list[bb->fall_through->id];
310 OpUnconditionalBranch(&label_list[target->id]);
mir_to_lir.h 519 void CompileDalvikInstruction(MIR* mir, BasicBlock* bb, LIR* label_list);
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager.cc 796 std::list<std::string> label_list; local
803 label_list.push_back(it->first);
806 for (std::list<std::string>::iterator it = label_list.begin();
807 it != label_list.end(); ++it) {
830 label_list.clear();
    [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...]
  /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 451 milliseconds