Home
last modified time | relevance | path

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

/external/autotest/frontend/afe/
Drpc_interface.py401 def modify_hosts(host_filter_data, update_data): argument
424 update_data = update_data.copy()
425 rpc_utils.check_modify_host(update_data)
434 rpc_utils.check_modify_host_locking(host, update_data)
436 if not update_data.get('force_modify_locking', False):
447 if update_data.get('locked', None) and 'lock_time' not in update_data:
448 update_data['lock_time'] = datetime.datetime.now()
450 host.update_object(update_data)
452 update_data.pop('force_modify_locking', None)
457 update_data=update_data)
[all …]
Drpc_utils.py382 def check_modify_host(update_data): argument
392 if 'status' in update_data:
397 def check_modify_host_locking(host, update_data): argument
405 locked = update_data.get('locked', None)
406 lock_reason = update_data.get('lock_reason', None)
Drpc_interface_unittest.py1226 update_data={'locked': True,
1235 update_data={'locked': True,
1241 update_data={'locked': True,
/external/libaom/libaom/av1/encoder/
Dsegmentation.c25 seg->update_data = 1; in av1_enable_segmentation()
32 seg->update_data = 0; in av1_disable_segmentation()
242 seg->update_data = 0; in av1_reset_segment_features()
Dencoder.c178 seg->update_data = 1; in apply_active_map()
369 cm->seg.update_data = 1; in setup_frame()
648 seg->update_data = 0; in configure_static_seg_features()
661 seg->update_data = 0; in configure_static_seg_features()
676 seg->update_data = 1; in configure_static_seg_features()
701 seg->update_data = 1; in configure_static_seg_features()
733 seg->update_data = 0; in configure_static_seg_features()
758 seg->update_data = 1; in configure_static_seg_features()
764 seg->update_data = 0; in configure_static_seg_features()
4451 if (!cm->seg.update_data && cm->prev_frame) { in encode_with_recode_loop()
[all …]
Dbitstream.c2042 assert(seg->update_data == 1); in encode_segmentation()
2050 aom_wb_write_bit(wb, seg->update_data); in encode_segmentation()
2054 if (seg->update_data) { in encode_segmentation()
/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()
281 seg->update_data = 0; in vp9_reset_segment_features()
Dvp9_encoder.c549 seg->update_data = 1; in apply_active_map()
1099 seg->update_data = 0; in configure_static_seg_features()
1112 seg->update_data = 0; in configure_static_seg_features()
1127 seg->update_data = 1; in configure_static_seg_features()
1148 seg->update_data = 1; in configure_static_seg_features()
1174 seg->update_data = 0; in configure_static_seg_features()
1199 seg->update_data = 1; in configure_static_seg_features()
1205 seg->update_data = 0; in configure_static_seg_features()
4740 seg->update_data = 1;
4915 cm->seg.update_data = 0;
[all …]
Dvp9_bitstream.c789 vpx_wb_write_bit(wb, seg->update_data); in encode_segmentation()
790 if (seg->update_data) { in encode_segmentation()
Dvp9_encodeframe.c6025 (cm->seg.update_map || cm->seg.update_data)) { in vp9_encode_frame()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.cc92 TF_ASSIGN_OR_RETURN(llvm::Value * update_data, in EmitDynamicUpdateSliceInPlaceImpl()
94 output_array.EmitWriteArrayElement(output_index, update_data, b); in EmitDynamicUpdateSliceInPlaceImpl()
/external/v4l2_codec2/vda/
Dvp9_uncompressed_header_parser.cc820 segmentation.update_data = false; in ReadSegmentationParams()
838 segmentation.update_data = reader_.ReadBool(); in ReadSegmentationParams()
839 if (segmentation.update_data) { in ReadSegmentationParams()
Dvp9_parser.h91 bool update_data; member
/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h40 uint8_t update_data; member
/external/libaom/libaom/av1/common/
Dseg_common.h42 uint8_t update_data; member
/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/deqp/external/openglcts/modules/gl/
Dgl4cBufferStorageTests.cpp2201 GLubyte update_data[data_size]; in iterate() local
2208 update_data[i] = 3; in iterate()
2220 gl.bufferSubData(GL_COPY_WRITE_BUFFER, 0 /* offset */, data_size, update_data); in iterate()
2272 GLubyte update_data[data_size]; in iterate() local
2278 update_data[i] = 3; in iterate()
2288 gl.bufferSubData(GL_COPY_WRITE_BUFFER, 0 /* offset */, data_size, update_data); in iterate()
2293 if (0 != memcmp(temp_data, update_data, data_size)) in iterate()
/external/autotest/server/
Dfrontend.py695 update_data={'locked': True,
713 update_data={'locked': False,
/external/tensorflow/tensorflow/compiler/xla/tests/
Ddynamic_ops_test.cc549 std::unique_ptr<GlobalData> update_data = CreateR3Parameter<T>( in RunR3Contiguous() local
557 {input_data.get(), update_data.get()}, in RunR3Contiguous()
/external/toolchain-utils/
Dafe_lock_machine.py387 update_data=kwargs)
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1329 seg->update_data = 0; in setup_segmentation()
1352 seg->update_data = vpx_rb_read_bit(rb); in setup_segmentation()
1353 if (seg->update_data) { in setup_segmentation()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1886 seg->update_data = 0; in setup_segmentation()
1910 seg->update_data = 1; in setup_segmentation()
1918 seg->update_data = aom_rb_read_bit(rb); in setup_segmentation()
1922 if (seg->update_data) { in setup_segmentation()