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

  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 559 SequenceIter first_seq = Sequences.begin(); local
562 first_seq, last_seq, sequence, DWARFDebugLine::Sequence::orderByLowPC);
569 if (seq_pos == first_seq)
584 SequenceIter first_seq = Sequences.begin(); local
587 first_seq, last_seq, sequence, DWARFDebugLine::Sequence::orderByLowPC);
589 if (seq_pos == first_seq)
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 275 CvSeq *first_seq = NULL, *prev_seq = NULL, *seq = NULL; local
324 cvFindContours( bg_model->foreground, bg_model->storage, &first_seq, sizeof(CvContour), CV_RETR_LIST );
325 for( seq = first_seq; seq; seq = seq->h_next )
339 first_seq = seq->h_next;
348 bg_model->foreground_regions = first_seq;
350 cvDrawContours(bg_model->foreground, first_seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1);
cvbgfg_acmmm2003.cpp 332 CvSeq *first_seq = NULL, *prev_seq = NULL, *seq = NULL; local
439 cvFindContours( model->foreground, model->storage, &first_seq, sizeof(CvContour), CV_RETR_LIST );
440 for( seq = first_seq; seq; seq = seq->h_next )
455 first_seq = seq->h_next;
464 model->foreground_regions = first_seq;
466 cvDrawContours(model->foreground, first_seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
case.py     [all...]
  /external/python/cpython2/Lib/unittest/
case.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
case.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
case.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py     [all...]

Completed in 211 milliseconds