4 results
test that we get the same value as excel and , for
67. private IntegerField _bat_count;
162. return _bat_count.get();
1 results
test that we get the same value as excel and , for
98. private IntegerField _next_property;
442. return _next_property.get();
503. _next_property.set((child == null) ? _NO_INDEX
1 results
test that we get the same value as excel and , for
97. private IntegerField _previous_property;
453. return _previous_property.get();
518. _previous_property.set((child == null) ? _NO_INDEX
1 results
test that we get the same value as excel and , for
67. private IntegerField _bat_count;
141. _bat_count.set(blockCount, _data);
1 results
test that we get the same value as excel and , for
104. private IntegerField _seconds_2;
547. time += (( long ) _seconds_2.get()) & 0x0000FFFFL;
1 results
test that we get the same value as excel and , for
105. private IntegerField _days_2;
545. time = _days_2.get();
1 results
test that we get the same value as excel and , for
102. private IntegerField _seconds_1;
543. time += (( long ) _seconds_1.get()) & 0x0000FFFFL;
1 results
test that we get the same value as excel and , for
103. private IntegerField _days_1;
540. long time = _days_1.get();