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

  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 532 SequenceIter first_seq = Sequences.begin(); local
534 SequenceIter seq_pos = std::lower_bound(first_seq, last_seq, sequence,
542 if (seq_pos == first_seq)
578 SequenceIter first_seq = Sequences.begin(); local
580 SequenceIter seq_pos = std::lower_bound(first_seq, last_seq, sequence,
583 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);
  /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 91 milliseconds