Home
last modified time | relevance | path

Searched refs:blank (Results 1 – 25 of 113) sorted by relevance

12345

/openbmc/openbmc-test-automation/lib/
H A Dgen_valid.py181 var_name, var_value, gp.blank() | gp.show_type()
247 var_name, var_value, gp.blank() | gp.verbose() | gp.show_type()
253 valid_values, gp.blank() | gp.show_type()
268 var_name, var_value, gp.blank() | gp.verbose() | gp.show_type()
273 error_message += gp.sprint_var(invalid_values, gp.blank() | gp.show_type())
341 var_name, var_value, gp.blank() | gp.show_type()
377 var_name, var_value, gp.blank() | gp.show_type()
408 var_name, var_value, gp.blank() | gp.show_type()
427 error_message += gp.sprint_varx(var_name, var_value, gp.blank())
444 error_message += gp.sprint_varx(var_name, var_value, gp.blank())
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/
H A D0001_initial.py30 ('short_description', models.CharField(max_length=50, blank=True)),
125 ('message', models.TextField(null=True, blank=True)),
126 ('pathname', models.FilePathField(max_length=255, blank=True)),
149 ('version', models.CharField(max_length=100, blank=True)),
150 ('revision', models.CharField(max_length=32, blank=True)),
151 ('summary', models.TextField(blank=True)),
152 ('description', models.TextField(blank=True)),
155 ('section', models.CharField(max_length=80, blank=True)),
156 ('license', models.CharField(max_length=80, blank=True)),
173 ('path', models.FilePathField(max_length=255, blank=True)),
[all …]
H A D0021_eventlogsimports.py19 ('build_id', models.IntegerField(blank=True, null=True)),
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/
H A D0001_initial.py56 ('value', models.TextField(blank=True)),
65 ('bbaddress', models.CharField(max_length=254, blank=True)),
67 ('bbtoken', models.CharField(max_length=126, blank=True)),
69 ('sourcedir', models.CharField(max_length=512, blank=True)),
70 ('builddir', models.CharField(max_length=512, blank=True)),
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dmodels.py37 bbaddress = models.CharField(max_length = 254, blank = True)
39 bbtoken = models.CharField(max_length = 126, blank = True)
41 sourcedir = models.CharField(max_length = 512, blank = True)
42 builddir = models.CharField(max_length = 512, blank = True)
151 value = models.TextField(blank = True)
/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/
H A Dxserver-nodm-init_3.0.bb25 PACKAGECONFIG ??= "blank"
26 # dpms and screen saver will be on only if 'blank' is in PACKAGECONFIG
27 PACKAGECONFIG[blank] = ""
39 BLANK_ARGS="${@bb.utils.contains('PACKAGECONFIG', 'blank', '', '-s 0 -dpms', d)}"
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py178 short_description = models.CharField(max_length=50, blank=True)
1107 sstate_checksum = models.CharField(max_length=100, blank=True)
1108 path_to_sstate_obj = models.FilePathField(max_length=500, blank=True)
1111 source_url = models.FilePathField(max_length=255, blank=True)
1112 work_directory = models.FilePathField(max_length=255, blank=True)
1134 logfile = models.FilePathField(max_length=255, blank=True)
1157 version = models.CharField(max_length=100, blank=True)
1158 revision = models.CharField(max_length=32, blank=True)
1159 summary = models.TextField(blank=True)
1160 description = models.TextField(blank=True)
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/
H A Davahi-libnss-mdns_0.15.1.bb31 s/\([[:blank:]]\+\)dns\>/\1mdns4_minimal [NOTFOUND=return] dns/g
38 s/[[:blank:]]\+mdns\(4\|6\)\?\(_minimal\( \[NOTFOUND=return\]\)\?\)\?//g
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-cut-Fix-s-flag-to-omit-blank-lines.patch4 Subject: [PATCH 1/1] cut: Fix "-s" flag to omit blank lines
7 output lines containing the delimiter will print blank lines. This is
59 +testing "cut with -d -s omits blank lines" "cut -d' ' -f2 -s input" "bar\nbong\n" "$input" ""
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/
H A DCOPYING1 This is a blank COPYING file, and should be filled in by original author in future.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/
H A Dnss_3.111.bb25 file://blank-cert9.db \
26 file://blank-key4.db \
235 # It used to call certutil to create a blank certificate with empty password at
237 # It causes non-determinism issue, so provide databases with a blank certificate
242 install -m 0644 ${UNPACKDIR}/blank-cert9.db ${D}${sysconfdir}/pki/nssdb/cert9.db
243 install -m 0644 ${UNPACKDIR}/blank-key4.db ${D}${sysconfdir}/pki/nssdb/key4.db
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cloc/
H A Dcloc_1.98.bb1 SUMMARY = "Count blank lines, comment lines, and physical lines of source code \
/openbmc/openbmc/poky/meta/conf/machine/include/mips/
H A DREADME30 MIPSPKGSFX_BYTE - This is defined as either blank and "64" for MIPS64 CPUs.
32 MIPSPKGSFX_ENDIAN - For bigendian hardware this is blank, otherwise it's
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_systems_inventory.robot76 [Documentation] Check that the System SerialNumber is non-blank.
85 [Documentation] Check that the Model is non-blank.
123 [Documentation] Check that the Motherboard SerialNumber is non-blank.
132 [Documentation] Check that the Motherboard manufacturer is non-blank.
141 [Documentation] Check that the Motherboard partnumber is non-blank.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/webm/libvpx/
H A Dlibvpx-configure-support-blank-prefix.patch6 Fix configure to accept "--prefix=" (a blank prefix).
/openbmc/u-boot/drivers/video/
H A Dmxc_ipuv3_fb.c62 int blank; member
281 if (mxc_fbi->blank == FB_BLANK_UNBLANK) in mxcfb_set_par()
512 mxcfbi->blank = FB_BLANK_UNBLANK; in mxcfb_probe()
515 mxcfbi->blank = FB_BLANK_POWERDOWN; in mxcfb_probe()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/webm/
H A Dlibvpx_1.15.1.bb12 file://libvpx-configure-support-blank-prefix.patch \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/libcoap/
H A DCVE-2024-0962.patch40 /* Skip comment / blank line */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio/
H A DDrop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch36 # If left blank the directory from which doxygen is run is used as the
/openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/
H A Dmake_error_func_prototype_complete.patch28 * it skips any leading blank lines, ignores comments, and returns
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dupdate-config.patch41 # Any extra arguments to pass to pppoe. Normally, use a blank string
/openbmc/openbmc/poky/meta/recipes-devtools/unifdef/unifdef/
H A D0001-Don-t-use-C23-constexpr-keyword.patch20 static unsigned blankcount; /* count of blank lines */
/openbmc/u-boot/scripts/kconfig/
H A Dzconf.l152 [[:blank:]]+
/openbmc/u-boot/arch/arm/mach-k3/
H A DKconfig55 it blank so that a random key is generated and used.
/openbmc/openbmc/poky/meta/conf/machine/include/arm/
H A DREADME34 is blank.

12345