| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
| H A D | get_module_deps3.py | 145 cached = '' variable 150 cached = sys.modules['%s' % item].__cached__ variable 164 if cached is not None: 166 log.write(cached + '\n') 167 cached = fix_path(cached) variable 168 cached = cached.replace(cpython_tag,'*') variable 169 if "_sysconfigdata" in cached: 170 cached = cached.replace(sysconfig._get_sysconfigdata_name(), "_sysconfigdata*") variable 171 print (cached)
|
| H A D | valid-dists.patch | 83 + The original iterable will be advanced and its items will be cached until 129 + # If we've cached some items that match the target value, emit
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | mrbsection.js | 39 var cached = getCached(build); 40 return cached.state && 41 cached.state !== build.state && 48 var cached = getCached(build); 49 return (cached.state !== build.state); 54 var cached = getCached(build); 55 return (cached.tasks_complete_percentage !== build.tasks_complete_percentage); 60 var cached = getCached(build); 61 return (cached.recipes_parsed_percentage !== build.recipes_parsed_percentage); 66 var cached = getCached(build); [all …]
|
| /openbmc/qemu/include/ |
| H A D | glib-compat.h | 118 static int cached = -1; in qemu_g_test_slow() local 119 if (cached == -1) { in qemu_g_test_slow() 120 cached = g_test_slow() || getenv("G_TEST_SLOW") != NULL; in qemu_g_test_slow() 122 return cached; in qemu_g_test_slow()
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | 0005-crashdump-elf.c-work-around-for-sysconf-_SC_NPROCESS.patch | 93 + static int cached = -1; 95 + ret = cached; 99 + cached = ret; 107 + static int cached = -1; 109 + ret = cached; 113 + cached = ret;
|
| /openbmc/qemu/scripts/ |
| H A D | compare-machine-types.py | 108 self.cached: Dict[str, List[Dict[str, Any]]] = {} 111 if driver not in self.cached: 112 self.cached[driver] = self.vm.cmd('device-list-properties', 114 for prop in self.cached[driver]: 124 self.cached: Dict[str, Dict[str, Any]] = {} 132 if name not in self.cached: 133 self.cached[name] = self.vm.cmd( 136 return str(self.cached[name].get(prop_name, 'Unknown property')) 144 self.cached: Dict[str, List[Dict[str, Any]]] = {} 147 if driver not in self.cached: [all …]
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | reproducible.py | 167 cached, efile = d.getVar('__CACHED_SOURCE_DATE_EPOCH') or (None, None) 168 if cached and efile == epochfile: 169 return cached 171 if cached and epochfile != efile:
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 137.out | 26 …bb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all 27 …bb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all 35 …bb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
| H A D | perl-configpm-switch.patch | 12 as required. This also disables the use of the cache since the cached 28 # # check for cached value (which may be undef so we use exists not defined)
|
| H A D | 0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch | 33 # ExtUtils::Constant, otherwise use cached copy in fallback/
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-cached-property_2.0.1.bb | 3 HOMEPAGE = "https://pypi.org/project/cached-property/"
|
| H A D | python3-pkcs11_0.7.0.bb | 23 python3-cached-property \
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/ |
| H A D | 0002-f2fs_io-Define-_FILE_OFFSET_BITS-64.patch | 49 static bool *dcache_valid; /* is the cached block valid? */ 50 -static off64_t *dcache_blk; /* which block it cached */ 51 +static off_t *dcache_blk; /* which block it cached */ 53 static char *dcache_buf; /* cached block data */
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/ |
| H A D | pam-plugin-ccreds_11.bb | 1 SUMMARY = "PAM cached credentials module"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | disable_runtime_check.patch | 1 Lets use cached result for this otherwise runtime test, on qemuppc64
|
| /openbmc/openbmc/meta-security/recipes-security/isic/files/ |
| H A D | configure_fix.patch | 41 - echo $ac_n "(cached) $ac_c" 1>&6 64 - echo $ac_n "(cached) $ac_c" 1>&6 120 - echo $ac_n "(cached) $ac_c" 1>&6
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
| H A D | 0010-net-snmp-Reproducibility-Don-t-check-build-host-for.patch | 7 cross-compiling. Use AC_CHECK_FILE to set the cached variable
|
| /openbmc/openbmc/poky/meta/recipes-extended/hdparm/hdparm/ |
| H A D | wiper.sh-fix-stat-path.patch | 20 hash -r ## Refresh bash's cached PATH entries
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | npm.bbclass | 103 to be configured to take into account these cached dependencies. 183 # Add its signature to the cached shrinkwrap 228 # Configure the cached manifest file and cached shrinkwrap file 256 Use the configured main package and the cached dependencies to run the
|
| H A D | go-mod.bbclass | 19 # The '-modcacherw' option ensures we have write access to the cached objects so
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | samples.py | 102 self.cached = mem_sample.records['Cached'] 105 self.buffers, self.used, self.cached, self.swap = mem_sample
|
| /openbmc/openbmc/poky/meta/recipes-devtools/bison/ |
| H A D | bison_3.8.2.bb | 31 # Include the cached configure variables, configure is really good at finding
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | event.py | 617 def __init__(self, cached, parsed, skipped, masked, virtuals, errors, total): argument 619 self.cached = cached 625 self.sofar = cached + parsed
|
| /openbmc/u-boot/doc/ |
| H A D | README.mpc85xx-spin-table | 3 As specified by ePAPR v1.1, the spin table needs to be in cached memory. After
|
| /openbmc/u-boot/drivers/smem/ |
| H A D | msm_smem.c | 344 void *cached; in qcom_smem_alloc_private() local 348 cached = phdr_to_last_cached_entry(phdr); in qcom_smem_alloc_private() 366 if ((void *)hdr + alloc_size >= cached) { in qcom_smem_alloc_private()
|