/external/rust/crates/grpcio-sys/grpc/tools/buildgen/ |
D | mako_renderer.py | 59 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/ |
D | mako_renderer.py | 61 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/ |
D | jsondiff.py | 81 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/ |
D | jsondiff.py | 81 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/ |
D | base_config.py | 402 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
|
D | base_config_unittest.py | 189 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/ |
D | serviceHandler.py | 164 json_dict = {'result': result_dict['result'], 167 data = json_encoder.encode(json_dict)
|
/external/vulkan-validation-layers/scripts/ |
D | vk_validation_stats.py | 195 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/ |
D | GDBRemoteCommunicationServerLLGS.cpp | 1118 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 …]
|
D | GDBRemoteCommunicationClient.cpp | 3538 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/ |
D | generate_grammar_tables.py | 693 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/ |
D | generate_grammar_tables.py | 693 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/ |
D | generate_grammar_tables.py | 693 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/ |
D | power_status.py | 1757 def to_checkpoint_data(json_dict): argument 1766 for tname, tlist in json_dict.iteritems():
|