Home
last modified time | relevance | path

Searched refs:json_dict (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/buildgen/
Dmako_renderer.py59 json_dict = {}
99 assert json_dict == {}
111 json_dict,
120 plugin.mako_plugin(json_dict)
123 yaml_file.write(yaml.dump(json_dict))
124 for k, v in json_dict.items():
/external/grpc-grpc/tools/buildgen/
Dmako_renderer.py61 json_dict = {}
101 assert json_dict == {}
112 bunch.merge_json(json_dict, yaml.load(dict_file.read()))
120 plugin.mako_plugin(json_dict)
123 yaml_file.write(yaml.dump(json_dict))
124 for k, v in json_dict.items():
/external/skqp/tools/
Djsondiff.py81 json_dict = gm_json.LoadFromString(contents)
82 all_expectations = json_dict[gm_json.JSONKEY_EXPECTEDRESULTS]
126 json_dict = gm_json.LoadFromString(contents)
127 all_result_types = json_dict[gm_json.JSONKEY_ACTUALRESULTS]
/external/skia/tools/
Djsondiff.py81 json_dict = gm_json.LoadFromString(contents)
82 all_expectations = json_dict[gm_json.JSONKEY_EXPECTEDRESULTS]
126 json_dict = gm_json.LoadFromString(contents)
127 all_result_types = json_dict[gm_json.JSONKEY_ACTUALRESULTS]
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dbase_config.py402 json_dict = cls._GetJsonDict(dependencies)
408 json_dict, outfile, indent=2, sort_keys=True, separators=(',', ': '))
409 return json_dict
414 json_dict = {'config_type': cls.GetConfigType(),
416 return json_dict
Dbase_config_unittest.py189 json_dict = dependency_manager.BaseConfig._GetJsonDict()
190 self.assertEqual(expected_json_dict, json_dict)
195 json_dict = dependency_manager.BaseConfig._GetJsonDict(self.dependencies)
196 self.assertEqual(expected_json_dict, json_dict)
/external/autotest/frontend/afe/json_rpc/
DserviceHandler.py164 json_dict = {'result': result_dict['result'],
167 data = json_encoder.encode(json_dict)
/external/vulkan-validation-layers/scripts/
Dvk_validation_stats.py195 self.json_dict = {}
198 self.json_dict = json.load(json_file)
200 if len(self.json_dict) == 0:
204 version = self.json_dict['version info']
205 validation = self.json_dict['validation']
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp1118 auto json_dict = json_object->GetAsDictionary(); in Handle_jTraceStart() local
1120 json_dict->GetValueForKeyAsInteger("metabuffersize", metabuffersize); in Handle_jTraceStart()
1123 json_dict->GetValueForKeyAsInteger("buffersize", buffersize); in Handle_jTraceStart()
1126 json_dict->GetValueForKeyAsInteger("type", type); in Handle_jTraceStart()
1129 json_dict->GetValueForKeyAsInteger("threadid", tid); in Handle_jTraceStart()
1133 json_dict->GetValueForKey("params"); in Handle_jTraceStart()
1180 auto json_dict = json_object->GetAsDictionary(); in Handle_jTraceStop() local
1182 if (!json_dict->GetValueForKeyAsInteger("traceid", uid)) in Handle_jTraceStop()
1185 json_dict->GetValueForKeyAsInteger("threadid", tid); in Handle_jTraceStop()
1245 auto json_dict = json_object->GetAsDictionary(); in Handle_jTraceConfigRead() local
[all …]
DGDBRemoteCommunicationClient.cpp3538 auto json_dict = json_object->GetAsDictionary(); in SendGetTraceConfigPacket() local
3540 json_dict->GetValueForKeyAsInteger<uint64_t>("metabuffersize", in SendGetTraceConfigPacket()
3544 json_dict->GetValueForKeyAsInteger<uint64_t>("buffersize", buffersize); in SendGetTraceConfigPacket()
3547 json_dict->GetValueForKeyAsInteger<uint64_t>("type", type); in SendGetTraceConfigPacket()
3551 json_dict->GetValueForKey("params"); in SendGetTraceConfigPacket()
/external/swiftshader/third_party/SPIRV-Tools/utils/
Dgenerate_grammar_tables.py693 def prefix_operand_kind_names(prefix, json_dict): argument
700 for operand_kind in json_dict["operand_kinds"]:
706 for instruction in json_dict["instructions"]:
/external/deqp-deps/SPIRV-Tools/utils/
Dgenerate_grammar_tables.py693 def prefix_operand_kind_names(prefix, json_dict): argument
700 for operand_kind in json_dict["operand_kinds"]:
706 for instruction in json_dict["instructions"]:
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/
Dgenerate_grammar_tables.py693 def prefix_operand_kind_names(prefix, json_dict): argument
700 for operand_kind in json_dict["operand_kinds"]:
706 for instruction in json_dict["instructions"]:
/external/autotest/client/cros/power/
Dpower_status.py1757 def to_checkpoint_data(json_dict): argument
1766 for tname, tlist in json_dict.iteritems():