Home
last modified time | relevance | path

Searched refs:update_data (Results 1 – 13 of 13) sorted by relevance

/external/autotest/frontend/afe/
Drpc_interface.py320 def modify_hosts(host_filter_data, update_data): argument
343 update_data = update_data.copy()
344 rpc_utils.check_modify_host(update_data)
353 rpc_utils.check_modify_host_locking(host, update_data)
355 if not update_data.get('force_modify_locking', False):
366 if update_data.get('locked', None) and 'lock_time' not in update_data:
367 update_data['lock_time'] = datetime.datetime.now()
369 host.update_object(update_data)
371 update_data.pop('force_modify_locking', None)
376 update_data=update_data)
[all …]
Drpc_utils.py444 def check_modify_host(update_data): argument
454 if 'status' in update_data:
459 def check_modify_host_locking(host, update_data): argument
467 locked = update_data.get('locked', None)
468 lock_reason = update_data.get('lock_reason', None)
Drpc_interface_unittest.py534 update_data={'locked': True,
543 update_data={'locked': True,
549 update_data={'locked': True,
/external/autotest/server/cros/
Dhost_lock_manager_unittest.py186 update_data={'locked': True, 'lock_reason': 'Test'})
203 update_data={'locked': False})
218 update_data={'locked': True,
Dhost_lock_manager.py168 update_data=kwargs)
/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c25 seg->update_data = 1; in vp9_enable_segmentation()
31 seg->update_data = 0; in vp9_disable_segmentation()
278 seg->update_data = 0; in vp9_reset_segment_features()
Dvp9_encoder.c154 seg->update_data = 1; in apply_active_map()
489 seg->update_data = 0; in configure_static_seg_features()
502 seg->update_data = 0; in configure_static_seg_features()
517 seg->update_data = 1; in configure_static_seg_features()
538 seg->update_data = 1; in configure_static_seg_features()
564 seg->update_data = 0; in configure_static_seg_features()
589 seg->update_data = 1; in configure_static_seg_features()
595 seg->update_data = 0; in configure_static_seg_features()
3741 seg->update_data = 1;
3926 cm->seg.update_data = 0;
[all …]
Dvp9_bitstream.c790 vpx_wb_write_bit(wb, seg->update_data); in encode_segmentation()
791 if (seg->update_data) { in encode_segmentation()
/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h41 uint8_t update_data; member
/external/webp/src/enc/
Dsyntax.c193 const int update_data = 1; in PutSegmentHeader() local
196 if (VP8PutBitUniform(bw, update_data)) { in PutSegmentHeader()
/external/opencv3/3rdparty/libwebp/enc/
Dsyntax.c197 const int update_data = 1; in PutSegmentHeader() local
200 if (VP8PutBitUniform(bw, update_data)) { in PutSegmentHeader()
/external/autotest/frontend/afe/doctests/
D001_rpc_test.txt130 ... update_data={'locked': False})
385 ... update_data={'locked': True, 'lock_reason': 'Locked for testing'})
395 ... update_data={'locked': False})
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1058 seg->update_data = 0; in setup_segmentation()
1083 seg->update_data = vpx_rb_read_bit(rb); in setup_segmentation()
1084 if (seg->update_data) { in setup_segmentation()