Home
last modified time | relevance | path

Searched refs:annotation_rows (Results 1 – 25 of 102) sorted by relevance

12345

/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A Ddecoder.c167 g_slist_free_full(dec->annotation_rows, &annotation_row_free); in decoder_free()
445 GSList *annotation_rows; in get_annotation_rows() local
458 annotation_rows = NULL; in get_annotation_rows()
483 annotation_rows = g_slist_prepend(annotation_rows, ann_row); in get_annotation_rows()
527 dec->annotation_rows = annotation_rows; in get_annotation_rows()
538 g_slist_free_full(annotation_rows, &annotation_row_free); in get_annotation_rows()
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/likes/classes/Elgg/Likes/
H A DPreloader.php108 $annotation_rows = elgg_get_annotations([
119 foreach ($annotation_rows as $row) {
/dports/www/elgg/elgg-3.3.23/mod/likes/classes/Elgg/Likes/
H A DPreloader.php108 $annotation_rows = elgg_get_annotations([
119 foreach ($annotation_rows as $row) {
/dports/science/pulseview/pulseview-0.4.2/pv/data/decode/
H A Ddecoder.cpp64 for (const GSList *rl = srd_decoder_->annotation_rows; rl; rl = rl->next) in Decoder()
69 for (const GSList *rl = srd_decoder_->annotation_rows; rl; rl = rl->next) { in Decoder()
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/nes_gamepad/
H A Dpd.py43 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/cfp/
H A Dpd.py66 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/seven_segment/
H A Dpd.py74 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/pca9571/
H A Dpd.py41 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/adns5020/
H A Dpd.py56 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/stepper_motor/
H A Dpd.py45 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/signature/
H A Dpd.py76 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/counter/
H A Dpd.py46 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/tca6408a/
H A Dpd.py39 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/tdm_audio/
H A Dpd.py45 annotation_rows = tuple(('ch%d' % i, 'Ch%d' % i, (i,)) for i in range(MAX_CHANNELS)) variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/max7219/
H A Dpd.py58 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/pwm/
H A Dpd.py47 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/adf435x/
H A Dpd.py104 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/timing/
H A Dpd.py66 annotation_rows = ( variable in Decoder
/dports/science/pulseview/pulseview-0.4.2/pv/data/
H A Ddecodesignal.cpp469 auto row_it = segment->annotation_rows.find(row); in get_annotation_count()
472 if (row_it == segment->annotation_rows.end()) in get_annotation_count()
491 auto row_it = segment->annotation_rows.find(row); in get_annotation_subset()
494 if (row_it == segment->annotation_rows.end()) in get_annotation_subset()
1387 segments_.back().annotation_rows.emplace(row, RowData(row)); in create_decode_segment()
1439 ds->segments_[ds->current_segment_id_].annotation_rows.at(row).emplace_annotation(pdata); in annotation_callback()
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/ssi32/
H A Dpd.py44 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/arm_tpiu/
H A Dpd.py40 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/ps2/
H A Dpd.py51 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/ade77xx/
H A Dpd.py43 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/st7735/
H A Dpd.py89 annotation_rows = ( variable in Decoder
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/rgb_led_ws281x/
H A Dpd.py44 annotation_rows = ( variable in Decoder

12345