Home
last modified time | relevance | path

Searched refs:loads (Results 1 – 25 of 213) sorted by relevance

123456789

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py80 data = json.loads(response.content.decode('utf-8'))
109 data = json.loads(response.content.decode('utf-8'))
165 data = json.loads(response.content.decode('utf-8'))
179 data = json.loads(response.content.decode('utf-8'))
189 data = json.loads(response.content.decode('utf-8'))
205 data = json.loads(response.content.decode('utf-8'))
214 data = json.loads(response.content.decode('utf-8'))
223 data = json.loads(response.content.decode('utf-8'))
236 self.assertEqual(json.loads(response.content.decode('utf-8')),
253 self.assertEqual(json.loads(response.content.decode('utf-8')),
[all …]
/openbmc/smbios-mdr/tools/
H A Dsst-compare-redfish-os.py49 result = json.loads(process.stderr)
70 current_level = json.loads(process.stderr)
206 resp = json.loads(bmc.get("/redfish/v1/Systems/system/Processors").text)
208 proc_resp = json.loads(bmc.get(proc_member["@odata.id"]).text)
253 resp = json.loads(
271 config_resp = json.loads(bmc.get(config_member["@odata.id"]).text)
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/
H A D0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch22 Duration(microsecond) and cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond)
37 Cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond) and maximum voices
45 Duration(microsecond) and cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond)
60 Cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond) and maximum voices
68 Duration(microsecond) and cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond)
83 Cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond) and maximum voices
114 Duration(microsecond) and cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond)
129 Cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond) and maximum voices
137 Duration(microsecond) and cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond)
152 Cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond) and maximum voices
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Deventreplay.py31 decodedline = json.loads(line)
38 event = pickle.loads(codecs.decode(event_str, 'base64'))
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dconnection.py59 m = json.loads(l)
71 m = json.loads("".join(lines))
119 return json.loads(m)
/openbmc/openbmc-test-automation/lib/
H A Devent_notification.py55 login_response = json.loads(response.text)
108 event_notifications = json.loads(self.__websocket.recv())
H A Dbmc_network_utils.py218 return json.loads(stdout)
263 return json.loads(stdout)
H A Dvpd_utils.py65 out_buf = json.loads(out_buf)
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/
H A Dmeson.py41 data = json.loads(self._run(f"meson introspect --compilers {builddir}"))
45 data = json.loads(self._run(f"meson introspect --machines {builddir}"))
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_general.robot35 ${json_object}= Evaluate json.loads('''${sensor_status}''') json
45 ${json_object}= Evaluate json.loads('''${chassis_data}''') json
/openbmc/qemu/scripts/simplebench/
H A Dbench_block_job.py88 return json.loads(out)['virtual-size']
154 res = bench_block_job(sys.argv[1], json.loads(sys.argv[2]), sys.argv[3:])
/openbmc/qemu/include/standard-headers/linux/
H A Dsysinfo.h10 unsigned long loads[3]; /* 1, 5, and 15 minute load averages */ member
/openbmc/openbmc/meta-phosphor/dynamic-layers/nuvoton-layer/recipes-kernel/linux/
H A Dlinux-nuvoton_%.bbappend3 # OpenBMC loads in kernel features via other mechanisms so this check
/openbmc/openbmc/meta-hpe/meta-gxp/recipes-kernel/linux/
H A Dlinux-obmc_5.14.bb8 # OpenBMC loads in kernel features via other mechanisms so this check
/openbmc/qemu/docs/devel/
H A Dindex-api.rst11 loads-stores
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-trafaret-config_2.0.2.bb1 SUMMARY = "This is a wrapper that loads yaml and checks config using trafaret while keeping track o…
H A Dpython3-flexcache_0.3.bb1 SUMMARY = "Saves and loads to the cache a transformed versions of a source object."
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/
H A Dcheck_fixtures.py17 releases = json.loads(data)
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dresultutils.py65 data = json.loads(response.read().decode('utf-8'))
246 objs.append(json.loads(json_d))
250 objs.append(json.loads(json_d))
/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/
H A Ddump-gerrit.py56 data = json.loads(change)
/openbmc/openbmc/poky/bitbake/bin/
H A Dtoaster-eventreplay41 variables = json.loads(line)['allvariables']
/openbmc/qemu/scripts/
H A Dsymlink-install-tree.py20 for source, dest in json.loads(out).items():
/openbmc/openbmc-tools/pretty-journal/
H A Dpretty-journal.py20 entries += [json.loads("{{{}}}".format(entry))]
/openbmc/pyphosphor/obmc/dbuslib/
H A Dpropertycacher.py46 prop_obj = json.loads(props)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/
H A Dgeany-plugins-2.0-gcc15.patch30 /* loads @filename in @kf and return %FALSE if failed, emitting a warning

123456789