Searched refs:dict (Results 1 – 10 of 10) sorted by relevance
/cts/tests/mediapc/requirements/ |
D | templatefns.go | 31 "Dict": dict, 128 func dict(v ...any) map[string]any { func 129 dict := map[string]any{} 134 dict[key] = nil 137 dict[key] = v[i+1] 139 return dict
|
D | templatefns_test.go | 171 got := dict(tt.values...)
|
/cts/tools/cts-media/ |
D | get_achievable_rates.py | 45 if isinstance(v, dict): 70 return dict((k, self._intify(v)) 256 nice(dict(config=dict(dev=dev, codec=codec, size=str(size), N=num), 257 data=dict(std=std, avg=avg, p0=p0, p5=p5, p10=p10, p20=p20, p30=p30, p40=p40, 281 a = dict(a)
|
/cts/tools/incremental-cts/ |
D | target_file_handler.py | 30 hash_dict = dict()
|
D | incremental_deqp.py | 149 current_build_hash = dict()
|
/cts/apps/CameraITS/utils/ |
D | sensor_fusion_utils.py | 84 _CV2_FEATURE_PARAMS_POSTMASK = dict(maxCorners=240, 88 _CV2_FEATURE_PARAMS_PREMASK = dict(maxCorners=2*_FEATURE_PTS_MIN, 93 _CV2_LK_PARAMS = dict(winSize=(15, 15),
|
D | its_session_utils.py | 2078 if len(rets) > 1 or (isinstance(rets[0], dict) and
|
/cts/tools/utils/ |
D | monsoon.py | 162 status = dict(zip(STATUS_FIELDS, struct.unpack(STATUS_FORMAT, bytes)))
|
/cts/apps/CameraITS/tests/sensor_fusion/ |
D | test_preview_distortion.py | 273 marker_dict = dict(zip(ids.flatten(), corners))
|
/cts/apps/CtsVerifier/assets/scripts/power_monitors/ |
D | monsoon.py | 268 status = dict(zip(STATUS_FIELDS, struct.unpack(STATUS_FORMAT, bytes)))
|