Home
last modified time | relevance | path

Searched refs:blank (Results 1 - 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
H A Dvf_displace.c45 uint8_t blank[4]; member
57 { "blank", "", 0, AV_OPT_TYPE_CONST, {.i64=EDGE_BLANK}, 0, 0, FLAGS, "edge" },
96 const uint8_t blank = s->blank[plane]; in displace_planar() local
106 dst[x] = blank; in displace_planar()
169 const uint8_t *blank = s->blank; in displace_packed() local
182 dst[x * step + c] = blank[c]; in displace_packed()
284 s->blank[1] = s->blank[ in config_input()
[all...]
H A Dvf_tile.c45 FFDrawColor blank; member
143 ff_draw_color(&tile->draw, &tile->blank, tile->rgba_color); in config_props()
166 ff_fill_rectangle(&tile->draw, &tile->blank, in draw_blank_frame()
214 ff_fill_rectangle(&tile->draw, &tile->blank, in filter_frame()
/third_party/toybox/scripts/
H A Dmkflags.c41 // Shell feeds in " " for blank args, leading space not meaningful. in mark_gaps()
102 struct flag *blank = calloc(sizeof(struct flag), 1); in digest() local
104 blank->next = list; in digest()
105 blank->lopt = new; in digest()
106 list = blank; in digest()
H A Dconfig2help.c171 // Collect "-a blah" description lines following a blank line (or start).
176 // Discards blank lines before and after dashlines.
192 // Find start of dash block. Must be at start or after blank line. in grab_dashlines()
205 // because zap_blank_lines skipped blank lines, and we had to have at least in grab_dashlines()
206 // one non-blank line (a dash line) to get this far. in grab_dashlines()
396 // blank line if catch had a prefix. in main()
482 int i, blank; in main() local
492 blank = 0; in main()
500 // Only one blank line between nonblank lines, not at start or end. in main()
501 if (!*s) blank in main()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dfitsdec.c28 * Support all 2d images alongwith, bzero, bscale and blank keywords.
74 if (!header->blank_found || t != header->blank) { \ in fill_data_min_max()
177 av_log(avctx, AV_LOG_WARNING, "data min/max indicates a blank image\n"); in fits_read_header()
252 if (!header.blank_found || t32 != header.blank) { \ in fits_decode_frame()
282 if (!header.blank_found || t != header.blank) { \ in fits_decode_frame()
H A Dfits.h47 int64_t blank; member
/third_party/toybox/toys/pending/
H A Dvi.c81 static const char *blank = " \n\r\t"; variable
851 } else if (strchr(blank, c)) do { in vi_movw()
854 } while (strchr(blank, c)); in vi_movw()
864 } while (c && !strchr(blank, c) && !strchr(specials, c)); in vi_movw()
866 } while (strchr(blank, c) && c != '\n'); //never stop at empty in vi_movw()
882 if (strchr(blank, c)) do { in vi_movb()
885 } while (strchr(blank, c)); in vi_movb()
897 } while (!strchr(blank, c) && !strchr(specials, c)); in vi_movb()
899 } while (strchr(blank, c)); //never stop at empty in vi_movb()
904 if (type && !strchr(blank, in vi_movb()
[all...]
/third_party/gptfdisk/
H A Dbasicmbr.cc603 uint8_t blank[512]; in BlankGPTData() local
605 memset(blank, 0, 512); in BlankGPTData()
614 if (!((myDisk->Seek(1)) && (myDisk->Write(blank, 512) == 512))) in BlankGPTData()
622 (myDisk->Write(blank, 512) == 512))) in BlankGPTData()
629 if (!((myDisk->Seek(1)) && (myDisk->Write(blank, 512) == 512))) in BlankGPTData()
632 (myDisk->Write(blank, 512) == 512))) in BlankGPTData()
/third_party/node/deps/v8/third_party/jinja2/
H A Dfilters.py620 def do_indent(s, width=4, first=False, blank=False, indentfirst=None):
622 first line and blank lines are not indented by default.
626 :param blank: Don't skip indenting empty lines.
651 if blank:
/third_party/node/tools/inspector_protocol/jinja2/
H A Dfilters.py537 s, width=4, first=False, blank=False, indentfirst=None
540 first line and blank lines are not indented by default.
544 :param blank: Don't skip indenting empty lines.
560 if blank:
/third_party/python/Tools/msi/
H A Dbuildrelease.bat28 rem {releasename} release name a1, b2, rc3 (or blank for final)
260 echo {releasename} release name a1, b2, rc3 (or blank for final)
/third_party/skia/third_party/externals/jinja2/
H A Dfilters.py620 def do_indent(s, width=4, first=False, blank=False, indentfirst=None):
622 first line and blank lines are not indented by default.
626 :param blank: Don't skip indenting empty lines.
651 if blank:
/third_party/NuttX/include/nuttx/video/
H A Dfb.h347 uint8_t blank; /* Blank or unblank */ member
/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format.pl67 # False negatives occur if the braces are more than two non-blank lines apart.
76 # for a given line if in the non-blank line before or after (if existing)
150 my $line_before; # number of previous not essentially blank line (containing at most whitespace and '\')
151 my $line_before2; # number of not essentially blank line before previous not essentially blank line
304 my $report_SPC = $msg =~ /space|blank/;
543 $_ = "" if $self_test && m/ blank line within local decls /;
649 # tail not essentially blank, first char already checked
697 # blank these portions to prevent confusion with C-level 'if', 'else', etc.
700 $_ = "$lead$space$preproc_directive$_" if $preproc_directive =~ m/^(define|include)$/; # yet do not blank #defin
[all...]
/third_party/openssl/util/
H A Dcheck-format.pl67 # False negatives occur if the braces are more than two non-blank lines apart.
76 # for a given line if in the non-blank line before or after (if existing)
150 my $line_before; # number of previous not essentially blank line (containing at most whitespace and '\')
151 my $line_before2; # number of not essentially blank line before previous not essentially blank line
304 my $report_SPC = $msg =~ /space|blank/;
543 $_ = "" if $self_test && m/ blank line within local decls /;
649 # tail not essentially blank, first char already checked
697 # blank these portions to prevent confusion with C-level 'if', 'else', etc.
700 $_ = "$lead$space$preproc_directive$_" if $preproc_directive =~ m/^(define|include)$/; # yet do not blank #defin
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js2766 * const popup = window.open("resources/coop-coep.py?coop=same-origin&coep=&navigate=about:blank");
2771 * assert_true(popup.location.href.endsWith("&navigate=about:blank"));
2772 * // Use step_wait_func_done as about:blank cannot message back.
2773 * t.step_wait_func_done(() => popup.location.href === "about:blank");
2775 * }, "Navigating a popup to about:blank");
/third_party/pcre2/pcre2/src/
H A Dpcre2_internal.h916 #define STRING_blank0 "blank\0"
/third_party/jinja2/
H A Dfilters.py799 s: str, width: t.Union[int, str] = 4, first: bool = False, blank: bool = False
802 first line and blank lines are not indented by default.
806 :param blank: Don't skip indenting empty lines.
829 if blank:
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat305 # Pad out with extra blank fields to make the
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_images.py279 image.blank()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-temporal.cc772 TEMPORAL_PROTOTYPE_METHOD0(Duration, Blank, blank)
/third_party/ltp/scripts/
H A Dcheckpatch.pl1744 # Strip the diff line prefixes and rip blank lines at start and end.
2763 # blank context lines so we need to count that too.
3161 # Reset possible stack dump if a blank line is found
3284 my $blank = copy_spacing($rawline);
3285 my $ptr = substr($blank, 0, length($utf8_prefix)) . "^";
3335 my $blank = copy_spacing($rawline);
3336 my $ptr = substr($blank, 0, $-[1]) . "^" x length($typo);
3871 $rawline =~ m@^\+[ \t]*.+\*\/[ \t]*$@) { #non blank */
3900 # check for missing blank lines after struct/union declarations
3914 "Please use a blank lin
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex3243 % If we use the new definition of \page, we always get a blank page
3525 % horizontal list on a line by itself, resulting in extra blank space.
3991 % blank line, when TeX decides to break the line at the space before the
4139 % would result in a blank line in the output.
4998 % with blank space.
5034 % this line with blank space. (The \hfil is overwhelmed with the
5876 % if the document didn't happen to have a blank line.
6407 \let\par = \lisppar % don't ignore blank lines
6454 % end paragraph for sake of leading, in case document has no blank
6695 % The \leavevmode here is for blank line
[all...]
/third_party/python/Lib/
H A Dturtle.py469 """return a blank image object
472 img.blank()
987 "blank" : Shape("image", self._blankimage())
1346 ['arrow', 'blank', 'circle', ... , 'turtle']
2507 self._item = screen._createimage(screen._shapes["blank"]._data)
2746 q.turtle._item = screen._createimage(screen._shapes["blank"]._data)
3043 screen._shapes["blank"]._data)
/third_party/python/Lib/tkinter/
H A D__init__.py4131 def blank(self): member in PhotoImage
4133 self.tk.call(self.name, 'blank')

Completed in 52 milliseconds

12