Home
last modified time | relevance | path

Searched refs:current_command (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/tools/xmlGenerator/analyse/
DsortAsound.conf.sh68 current_command="$( echo "$line" | sed 's/ =.*#.*//' )"
73 if test "$previous_command" != "$current_command"
75 echo "$current_command"
76 previous_command="$current_command"
/external/mesa3d/src/gallium/state_trackers/vega/
Dstroker.c70 VGPathCommand (*current_command)(struct stroke_iterator *it); member
87 return itr->current_command(itr); in stroke_itr_command()
217 itr->current_command = stroke_fw_current_command; in stroke_forward_iterator()
235 itr->current_command = stroke_bw_current_command; in stroke_backward_iterator()
341 itr->current_command = stroke_flat_current_command; in stroke_flat_iterator()