Home
last modified time | relevance | path

Searched refs:create_from_json (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/python/icutools/databuilder/test/
Dfiltration_test.py91 self._check_filter(Filter.create_from_json({
97 self._check_filter(Filter.create_from_json({
111 self._check_filter(Filter.create_from_json({
119 self._check_filter(Filter.create_from_json({
147 self._check_filter(Filter.create_from_json({
155 self._check_filter(Filter.create_from_json({
174 self._check_filter(Filter.create_from_json({
183 self._check_filter(Filter.create_from_json({
231 self._check_filter(Filter.create_from_json({
259 self._check_filter(Filter.create_from_json({
[all …]
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/test/
Dfiltration_test.py91 self._check_filter(Filter.create_from_json({
97 self._check_filter(Filter.create_from_json({
111 self._check_filter(Filter.create_from_json({
119 self._check_filter(Filter.create_from_json({
147 self._check_filter(Filter.create_from_json({
155 self._check_filter(Filter.create_from_json({
174 self._check_filter(Filter.create_from_json({
183 self._check_filter(Filter.create_from_json({
231 self._check_filter(Filter.create_from_json({
259 self._check_filter(Filter.create_from_json({
[all …]
/third_party/icu/icu4c/source/python/icutools/databuilder/
Dfiltration.py23 def create_from_json(json_data, io): member in Filter
154 self.sub_filters.append(Filter.create_from_json(filter_json, io))
287 filters[category] = Filter.create_from_json(filter_json, io)
405 file_filter = Filter.create_from_json(entry["files"], io)
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
Dfiltration.py23 def create_from_json(json_data, io): member in Filter
154 self.sub_filters.append(Filter.create_from_json(filter_json, io))
287 filters[category] = Filter.create_from_json(filter_json, io)
405 file_filter = Filter.create_from_json(entry["files"], io)