Home
last modified time | relevance | path

Searched full:blank (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/openbmc/openbmc-test-automation/lib/
H A Dgen_valid.py76 NOTE: A blank error_message means that there is no error.
94 First, if error_message is non-blank, it will be printed to stderr via a call to
98 - If the error_message is blank, simply return.
99 - If the error_message is non-blank, exit the program with a return code of 1.
102 - If the error_message is blank, return True.
103 - If the error_message is non-blank, return False.
132 # error_message += gp.sprint_varx(var_name, var_value, gp.blank())
181 var_name, var_value, gp.blank() | gp.show_type()
194 blank values.
203 … This code would fail because var1 is blank and the default value for invalid_values is ['', None].
[all …]
H A Dhost.tcl12 # and return blank values.
51 # print an error message to stderr and return a blank value.
76 # print an error message to stderr and return a blank value.
101 # If "interface" is left blank, it is set to the default interface.
104 # print an error message to stderr and return a blank value.
133 # print an error message to stderr and return a blank value.
158 # print an error message to stderr and return a blank value.
183 # print an error message to stderr and return a blank value.
H A Ddata_proc.tcl78 …# -expanded {^[[:blank:]]*\#|^[[:blank:]]*$} $x', 'string equal $x…
101 set comment_regexp {^[[:blank:]]*\#|^[[:blank:]]*$}
131 # If the variable named in var_name is either blank or non-existent, set its value to the default.
139 # var_name is blank or non-existent.
175 …# Comment lines (those beginning with a "#") and blank lines are allowed and will be ignored. Lea…
H A Dvalid.tcl21 …# with one blank entry. This is useful if you simply want to ensu…
22 # your variable is non blank.
288 print_error_report "Need a non-blank value for $password_var_name.\n"
304 # prompt_user If the variable has a blank value, prompt the user for a value.
317 print_error_report "Need a non-blank value for $var_name.\n"
/openbmc/qemu/scripts/
H A Drdma-migration-helper.sh7 sed -n 's/.*[[:blank:]]inet[[:blank:]]*\([^[:blank:]/]*\).*/\1/p' |
13 sed -n 's/.*[[:blank:]]inet6[[:blank:]]*\([^[:blank:]/]*\).*/\1/p' |
/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/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
8 deviant behavior from cut provided by GNU Coreutils. Blank lines should
35 + /* Blank line? */
59 +testing "cut with -d -s omits blank lines" "cut -d' ' -f2 -s input" "bar\nbong\n" "$input" ""
/openbmc/u-boot/arch/nds32/lib/
H A Dasm-offsets.c33 BLANK(); in main()
39 BLANK(); in main()
43 BLANK(); in main()
54 BLANK(); in main()
58 BLANK(); in main()
/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/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/u-boot/tools/patman/
H A Dpatchstream.py62 self.skip_blank = False # True to skip a single blank line
73 self.blank_count = 0 # Number of blank lines stored up
157 # Handle state transition and skipping blank lines
200 # but we are already in a change list, that means a blank line
203 self.warn.append("Missing 'blank line' in section 'Series-changes'")
229 # Detect the tags we want to remove, and skip blank lines
249 # If we are in a change list, key collected lines until a blank one
252 # Blank line ends this change list
316 # OK, we have a valid non-blank line
367 # Try to detect blank lines at EOF
[all …]
/openbmc/u-boot/drivers/video/
H A Dlogicore_dp_tx.h19 * @h_start: Horizontal blank start (in pixels)
25 * @v_start: Vertical blank start (in lines).
/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-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/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/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/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/u-boot/scripts/
H A Dfill_scrapyard.py13 doc/README.scrapyard leaving "Commit" and "Removed" fields blank.
21 supposed to fill in the blank fields before adding new entries to
25 This script fills the blank fields of doc/README.scrapyard for you!
/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-arm/ci/
H A Dpoky-tiny.yml12 # Intentionally blank to prevent perf from being added to the image in base.yml
/openbmc/u-boot/include/linux/
H A Dkbuild.h12 #define BLANK() asm volatile("\n.ascii \"->\"" : : ) macro
/openbmc/qemu/docs/_templates/
H A Dfooter.html4 <!-- Empty para to force a blank line after "Built with Sphinx ..." -->
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_delloem.h53 #define IPMI_DELL_LCD_CONFIG_NONE 0x02 /* blank*/
56 #define IPMI_DELL_LCD_OS_SYSTEM_NAME 0x10 /* blank*/
61 #define IPMI_DELL_LCD_SYSTEM_WATTS 0x100 /* blank*/
65 #define IPMI_DELL_LCD_ERROR_DISP_VERBOSE 0x02 /* blank*/

12345678910>>...13