Home
last modified time | relevance | path

Searched refs:cached (Results 1 – 25 of 78) sorted by relevance

1234

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dget_module_deps3.py145 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 Dvalid-dists.patch83 + 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 Dmrbsection.js39 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 Dglib-compat.h118 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 D0005-crashdump-elf.c-work-around-for-sysconf-_SC_NPROCESS.patch93 + 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 Dcompare-machine-types.py108 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 Dreproducible.py167 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 D137.out26 …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 Dperl-configpm-switch.patch12 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 D0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch33 # ExtUtils::Constant, otherwise use cached copy in fallback/
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-cached-property_2.0.1.bb3 HOMEPAGE = "https://pypi.org/project/cached-property/"
H A Dpython3-pkcs11_0.7.0.bb23 python3-cached-property \
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/
H A D0002-f2fs_io-Define-_FILE_OFFSET_BITS-64.patch49 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 Dpam-plugin-ccreds_11.bb1 SUMMARY = "PAM cached credentials module"
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A Ddisable_runtime_check.patch1 Lets use cached result for this otherwise runtime test, on qemuppc64
/openbmc/openbmc/meta-security/recipes-security/isic/files/
H A Dconfigure_fix.patch41 - 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 D0010-net-snmp-Reproducibility-Don-t-check-build-host-for.patch7 cross-compiling. Use AC_CHECK_FILE to set the cached variable
/openbmc/openbmc/poky/meta/recipes-extended/hdparm/hdparm/
H A Dwiper.sh-fix-stat-path.patch20 hash -r ## Refresh bash's cached PATH entries
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dnpm.bbclass103 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 Dgo-mod.bbclass19 # The '-modcacherw' option ensures we have write access to the cached objects so
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dsamples.py102 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 Dbison_3.8.2.bb31 # Include the cached configure variables, configure is really good at finding
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py617 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 DREADME.mpc85xx-spin-table3 As specified by ePAPR v1.1, the spin table needs to be in cached memory. After
/openbmc/u-boot/drivers/smem/
H A Dmsm_smem.c344 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()

1234