Searched refs:inf (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CameraITS/tools/ |
D | hardware.py | 56 def __init__(self, name, vid, pid, cfg, inf): argument 59 self._build_device(name, vid, pid, cfg, inf) 77 def _build_device(self, name, vid, pid, cfg, inf): argument 100 entry[self.KEY_INF] = int(inf) 181 def _read_tty_name(self, dir_entry, inf, cfg): argument 193 '%s:%d.%d' % (dir_entry, cfg, inf)) 262 inf = int(inf_dict['inf']) 267 tty_path = self._read_tty_name(dir_entry, inf, cfg) 275 entry[self.KEY_INF] = inf
|
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/ |
D | BatteryStatsAlarmTest.java | 52 final IntentFilter inf = new IntentFilter(intent.getAction()); in testAlarms() local 61 }}, inf); in testAlarms()
|
/cts/apps/CameraITS/tests/scene4/ |
D | test_multi_camera_alignment.py | 194 shape = {'left': np.inf, 'right': 0, 'top': np.inf, 'bottom': 0,
|
D | test_aspect_ratio_and_crop.py | 649 shape = {"left": np.inf, "right": 0, "top": np.inf, "bottom": 0,
|