| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/views/ |
| H A D | test_views.py | 64 data = json.loads(response.content.decode('utf-8')) 93 data = json.loads(response.content.decode('utf-8')) 149 data = json.loads(response.content.decode('utf-8')) 163 data = json.loads(response.content.decode('utf-8')) 173 data = json.loads(response.content.decode('utf-8')) 189 data = json.loads(response.content.decode('utf-8')) 198 data = json.loads(response.content.decode('utf-8')) 207 data = json.loads(response.content.decode('utf-8')) 220 self.assertEqual(json.loads(response.content.decode('utf-8')), 237 self.assertEqual(json.loads(response.content.decode('utf-8')), [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/ |
| H A D | 0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch | 22 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 …]
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | loadavg.c | 72 void get_avenrun(unsigned long *loads, unsigned long offset, int shift) in get_avenrun() argument 74 loads[0] = (avenrun[0] + offset) << shift; in get_avenrun() 75 loads[1] = (avenrun[1] + offset) << shift; in get_avenrun() 76 loads[2] = (avenrun[2] + offset) << shift; in get_avenrun()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | toaster-eventreplay | 48 event_str = json.loads(line)['vars'].encode('utf-8') 49 event = pickle.loads(codecs.decode(event_str, 'base64')) 102 variables = json.loads(eventfile.readline().strip())['allvariables']
|
| H A D | bitbake-worker | 443 self.cookercfg = pickle.loads(data) 449 self.extraconfigdata = pickle.loads(data) 452 self.workerdata = pickle.loads(data) 462 self.workerdata["newhashes"] = pickle.loads(data) 477 …, taskname, taskhash, unihash, quieterrors, appends, taskdepdata, dry_run_exec = pickle.loads(data)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | devlink_port_split.py | 58 ports = json.loads(stdout)['port'] 80 values = list(json.loads(stdout)['port'].values())[0] 98 values = list(json.loads(stdout)['port'].values())[0] 241 devs = json.loads(stdout)['dev']
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A D | power10-pmu.c | 115 GENERIC_EVENT_ATTR(mem-loads, MEM_LOADS); 119 CACHE_EVENT_ATTR(L1-dcache-loads, PM_LD_REF_L1); 123 CACHE_EVENT_ATTR(L1-icache-loads, PM_INST_FROM_L1); 126 CACHE_EVENT_ATTR(LLC-loads, PM_DATA_FROM_L3); 128 CACHE_EVENT_ATTR(branch-loads, PM_BR_CMPL);
|
| H A D | power9-pmu.c | 162 GENERIC_EVENT_ATTR(mem-loads, MEM_LOADS); 166 CACHE_EVENT_ATTR(L1-dcache-loads, PM_LD_REF_L1); 170 CACHE_EVENT_ATTR(L1-icache-loads, PM_INST_FROM_L1); 173 CACHE_EVENT_ATTR(LLC-loads, PM_DATA_FROM_L3); 176 CACHE_EVENT_ATTR(branch-loads, PM_BR_CMPL);
|
| H A D | power8-pmu.c | 134 CACHE_EVENT_ATTR(L1-dcache-loads, PM_LD_REF_L1); 139 CACHE_EVENT_ATTR(L1-icache-loads, PM_INST_FROM_L1); 143 CACHE_EVENT_ATTR(LLC-loads, PM_DATA_FROM_L3); 149 CACHE_EVENT_ATTR(branch-loads, PM_BRU_FIN);
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-mem.txt | 19 right set of options to display a memory access profile. By default, loads 20 and stores are sampled. Use the -t option to limit to loads or stores. 85 Specify desired latency for loads event. (x86 only)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/ |
| H A D | resultutils.py | 56 data = json.loads(response.read().decode('utf-8')) 196 objs.append(json.loads(json_d)) 200 objs.append(json.loads(json_d))
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | ev6-copy_user.S | 64 EXI( ldbu $1,0($17) ) # .. .. .. L : Keep loads separate from stores 116 EXI ( ldbu $2,0($17) ) # .. .. .. L : No loads in the same quad 203 EXI ( ldbu $2,0($17) ) # .. .. .. L : No loads in the same quad
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | tsx_async_abort.rst | 13 case certain loads may speculatively pass invalid data to dependent operations 15 Synchronization Extensions (TSX) transaction. This includes loads with no 16 fault or assist condition. Such loads may speculatively expose stale data from
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/ |
| H A D | sample_python_cbor_dec.py | 5 data = cbor.loads(serialized)
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | refcount-vs-atomic.rst | 41 A strong (full) memory ordering guarantees that all prior loads and 49 A RELEASE memory ordering guarantees that all prior loads and 57 An ACQUIRE memory ordering guarantees that all post loads and
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | send-error-report | 40 ret = json.loads(response.read()) 105 jsondata = json.loads(data)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/ |
| H A D | client.py | 109 m = json.loads(l) 118 m = json.loads("".join(lines))
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | sysinfo.h | 10 __kernel_ulong_t loads[3]; /* 1, 5, and 15 minute load averages */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | sysinfo.h | 10 __kernel_ulong_t loads[3]; /* 1, 5, and 15 minute load averages */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | sysinfo.h | 10 __kernel_ulong_t loads[3]; /* 1, 5, and 15 minute load averages */ member
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | memory-barriers.txt | 178 perceived by the loads made by another CPU in the same order as the stores were 247 (*) Overlapping loads and stores within a particular CPU will appear to be 275 (*) It _must_not_ be assumed that independent loads and stores will be issued 369 deferral and combination of memory operations; speculative loads; speculative 388 to have any effect on loads. 401 where two loads are performed such that the second depends on the result 407 A data dependency barrier is a partial ordering on interdependent loads 408 only; it is not required to have any effect on stores, independent loads 409 or overlapping loads. 417 touched by the load will be perceptible to any loads issued after the data [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/ |
| H A D | test_htmlparser.py | 28 loaded = pickle.loads(dumped)
|
| /OK3568_Linux_fs/buildroot/package/sdl2_image/ |
| H A D | Config.in | 5 SDL2_image is an image file loading library. It loads images
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | loadavg.h | 16 extern void get_avenrun(unsigned long *loads, unsigned long offset, int shift);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-trafaret-config_2.0.2.bb | 1 SUMMARY = "This is a wrapper that loads yaml and checks config using trafaret while keeping track o…
|