Home
last modified time | relevance | path

Searched refs:move_count (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
Dswap.pass.cpp174 int move_count; member
175 ThrowsOnSecondMove(int v) : value(v), move_count(0) {} in ThrowsOnSecondMove()
177 : value(o.value), move_count(o.move_count + 1) { in ThrowsOnSecondMove()
178 if (move_count == 2) in ThrowsOnSecondMove()
414 assert(std::get<0>(v2).move_count == 1); in test_swap_different_alternatives()
/external/squashfs-tools/squashfs-tools/
Daction.c65 static int move_count = 0; variable
571 spec_count = move_count ++; in parse_action()
1570 return move_count; in move_actions()
1784 for (i = 0; i < move_count; i++) { in eval_move_actions()
3197 dump_action_list(move_spec, move_count); in dump_actions()
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py911 move_count = 0
926 move_count += 1
929 …midi_file_logger.debug('DeleteEvents: moved %d events in range(%s:%s)' % (move_count, start_index,…