Home
last modified time | relevance | path

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

/external/autotest/frontend/afe/
Drpc_interface.py327 def modify_hosts(host_filter_data, update_data): argument
350 update_data = update_data.copy()
351 rpc_utils.check_modify_host(update_data)
360 rpc_utils.check_modify_host_locking(host, update_data)
362 if not update_data.get('force_modify_locking', False):
373 if update_data.get('locked', None) and 'lock_time' not in update_data:
374 update_data['lock_time'] = datetime.datetime.now()
376 host.update_object(update_data)
378 update_data.pop('force_modify_locking', None)
383 update_data=update_data)
[all …]
Drpc_utils.py373 def check_modify_host(update_data): argument
383 if 'status' in update_data:
388 def check_modify_host_locking(host, update_data): argument
396 locked = update_data.get('locked', None)
397 lock_reason = update_data.get('lock_reason', None)
Drpc_interface_unittest.py558 update_data={'locked': True,
567 update_data={'locked': True,
573 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.c24 seg->update_data = 1; in vp9_enable_segmentation()
30 seg->update_data = 0; in vp9_disable_segmentation()
268 seg->update_data = 0; in vp9_reset_segment_features()
Dvp9_encoder.c540 seg->update_data = 1; in apply_active_map()
927 seg->update_data = 0; in configure_static_seg_features()
940 seg->update_data = 0; in configure_static_seg_features()
955 seg->update_data = 1; in configure_static_seg_features()
976 seg->update_data = 1; in configure_static_seg_features()
1002 seg->update_data = 0; in configure_static_seg_features()
1027 seg->update_data = 1; in configure_static_seg_features()
1033 seg->update_data = 0; in configure_static_seg_features()
4348 seg->update_data = 1;
4547 cm->seg.update_data = 0;
[all …]
Dvp9_bitstream.c788 vpx_wb_write_bit(wb, seg->update_data); in encode_segmentation()
789 if (seg->update_data) { in encode_segmentation()
Dvp9_encodeframe.c4742 (cm->seg.update_map || cm->seg.update_data)) { in vp9_encode_frame()
/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h40 uint8_t update_data; member
/external/v4l2_codec2/vda/
Dvp9_uncompressed_header_parser.cc819 segmentation.update_data = false; in ReadSegmentationParams()
837 segmentation.update_data = reader_.ReadBool(); in ReadSegmentationParams()
838 if (segmentation.update_data) { in ReadSegmentationParams()
Dvp9_parser.h90 bool update_data; member
Dv4l2_slice_video_decode_accelerator.cc2618 SET_SEG_PARAMS_FLAG_IF(update_data, V4L2_VP9_SGMNT_PARAM_FLAG_UPDATE_DATA); in FillV4L2VP9SegmentationParams()
/external/webp/src/enc/
Dsyntax_enc.c193 const int update_data = 1; in PutSegmentHeader() local
196 if (VP8PutBitUniform(bw, update_data)) { in PutSegmentHeader()
/external/autotest/frontend/afe/doctests/
D001_rpc_test.txt132 ... update_data={'locked': False})
355 ... update_data={'locked': True, 'lock_reason': 'Locked for testing'})
365 ... update_data={'locked': False})
/external/autotest/server/
Dfrontend.py724 update_data={'locked': True,
742 update_data={'locked': False,
/external/toolchain-utils/
Dafe_lock_machine.py385 update_data=kwargs)
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1011 seg->update_data = 0; in setup_segmentation()
1034 seg->update_data = vpx_rb_read_bit(rb); in setup_segmentation()
1035 if (seg->update_data) { in setup_segmentation()