Home
last modified time | relevance | path

Searched refs:list_val (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/policy/
Ddevice_policy_impl.cc166 std::unique_ptr<base::ListValue> list_val = in DecodeListValueFromJSON() local
168 if (!list_val) { in DecodeListValueFromJSON()
173 return list_val; in DecodeListValueFromJSON()
559 std::unique_ptr<base::ListValue> list_val = in GetDeviceUpdateStagingSchedule() local
561 if (!list_val) in GetDeviceUpdateStagingSchedule()
564 for (const auto& pair_value : *list_val) { in GetDeviceUpdateStagingSchedule()
653 std::unique_ptr<base::ListValue> list_val = in GetDisallowedTimeIntervals() local
655 if (!list_val) in GetDisallowedTimeIntervals()
658 for (const auto& interval_value : *list_val) { in GetDisallowedTimeIntervals()
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/
Dtfr_gen.py1344 list_val = self._ssa_name('list')
1345 self.emit('\n{} = "tfr.build_list"({})'.format(list_val, ', '.join(vals)))
1347 return (list_val, out_type)