Home
last modified time | relevance | path

Searched defs:json_data (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py83 def __init__(self, name, json_data, native=False): argument
95 def __init__(self, is_enabled, name, json_data): argument
125 def __init__(self, is_enabled, name, json_data): argument
138 def __init__(self, is_enabled, name, json_data): argument
145 def __init__(self, is_enabled, name, json_data): argument
151 def __init__(self, is_enabled, name, json_data): argument
163 json_data, argument
189 def __init__(self, is_enabled, name, json_data): argument
224 def __init__(self, is_enabled, name, json_data): argument
249 def __init__(self, is_enabled, name, json_data): argument
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dgen_texture_format_table.py215 def parse_json_angle_format_case(format_name, angle_format, json_data): argument
251 def parse_json_into_switch_angle_format_string(json_map, json_data): argument
/third_party/skia/m133/third_party/externals/icu/source/python/icutools/databuilder/
Dfiltration.py23 def create_from_json(json_data, io): argument
82 def __init__(self, json_data): argument
150 def __init__(self, json_data, io): argument
168 def __init__(self, json_data, io): argument
/third_party/icu/icu4c/source/python/icutools/databuilder/
Dfiltration.py23 def create_from_json(json_data, io): argument
82 def __init__(self, json_data): argument
150 def __init__(self, json_data, io): argument
168 def __init__(self, json_data, io): argument
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
Dfiltration.py23 def create_from_json(json_data, io): argument
82 def __init__(self, json_data): argument
150 def __init__(self, json_data, io): argument
168 def __init__(self, json_data, io): argument
/third_party/mesa3d/src/vulkan/util/
Dvk_icd_gen.py68 json_data = { variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dgen_load_texture_border_functions_table.py82 def parse_json(json_data): argument
Dgen_load_functions_table.py135 def parse_json(json_data): argument
Dgen_angle_format_table.py369 def parse_angle_format_table(all_angle, json_data, angle_to_gl): argument
/third_party/rust/rust/compiler/rustc_codegen_gcc/tools/
Dgenerate_intrinsics.py83 def append_translation(json_data, p, array): argument
/third_party/vulkan-loader/tests/
Dloader_fuzz_tests.cpp94 char* json_data = loader_cJSON_Print(json, &out_of_mem); in execute_json_load_fuzzer() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/core/
Dtensor.cc867 Status Tensor::from_json_convert(const nlohmann::json &json_data, const TensorShape &shape, in from_json_convert()
874 Status Tensor::from_json_convert(const nlohmann::json &json_data, const TensorShape &shape, const D… in from_json_convert()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/
Dprofiler.cc334 nlohmann::json json_data; in SaveJsonData() local