Home
last modified time | relevance | path

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

12345678910>>...19

/openbmc/linux/arch/x86/kernel/
Dasm-offsets_64.c
Dasm-offsets_32.c
/openbmc/linux/Documentation/fb/
Dviafb.modes
/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…
/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 …]
/openbmc/linux/arch/mips/kernel/
Dasm-offsets.c
/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/linux/drivers/leds/trigger/
Dledtrig-backlight.c
/openbmc/linux/arch/nios2/kernel/
Dasm-offsets.c
/openbmc/linux/drivers/video/fbdev/geode/
Dvideo_cs5530.c
Dvideo_gx.c
/openbmc/linux/drivers/video/fbdev/
Dcontrolfb.h
/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/linux/arch/microblaze/kernel/
Dasm-offsets.c
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/
DMakefile
/openbmc/linux/arch/arc/kernel/
Dasm-offsets.c
/openbmc/linux/arch/hexagon/kernel/
Dasm-offsets.c
/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/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/
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/linux/tools/perf/trace/beauty/
Darch_errno_names.sh

12345678910>>...19