Home
last modified time | relevance | path

Searched refs:footer (Results 1 – 25 of 207) sorted by relevance

123456789

/third_party/libevdev/doc/html/
Dcustomdoxygen.css18 /* Sticky footer styles
26 /* Wrapper for page content to push down footer */
30 /* Negative indent footer by its height */
32 /* Pad bottom by footer height */
36 /* Set the fixed height of the footer here */
37 #footer {
43 .footer-row {
47 #footer > .container {
52 .footer-follow-icon {
57 .footer-follow-icon img {
[all …]
/third_party/libevdev/doc/style/
Dcustomdoxygen.css18 /* Sticky footer styles
26 /* Wrapper for page content to push down footer */
30 /* Negative indent footer by its height */
32 /* Pad bottom by footer height */
36 /* Set the fixed height of the footer here */
37 #footer {
43 .footer-row {
47 #footer > .container {
52 .footer-follow-icon {
57 .footer-follow-icon img {
[all …]
DREADME.md6footer.html files in this repo are designed to be used with Jekyll and Github pages (specifically …
/third_party/libinput/doc/api/style/
Dcustomdoxygen.css18 /* Sticky footer styles
26 /* Wrapper for page content to push down footer */
30 /* Negative indent footer by its height */
32 /* Pad bottom by footer height */
36 /* Set the fixed height of the footer here */
37 #footer {
43 .footer-row {
47 #footer > .container {
52 .footer-follow-icon {
57 .footer-follow-icon img {
[all …]
/third_party/f2fs-tools/fsck/
Dnode.h23 return ((node)->footer.nid == (node)->footer.ino); in IS_INODE()
29 nid_t ino = le32_to_cpu(node_blk->footer.ino); in ADDRS_PER_PAGE()
130 return le32_to_cpu(node_blk->footer.ino); in ino_of_node()
135 return le64_to_cpu(node_blk->footer.cp_ver); in cpver_of_node()
156 return le32_to_cpu(node_blk->footer.next_blkaddr); in next_blkaddr_of_node()
161 return le32_to_cpu(node_blk->footer.flag) & (1 << type); in is_node()
166 unsigned int flag = le32_to_cpu(rn->footer.flag); in set_cold_node()
172 rn->footer.flag = cpu_to_le32(flag); in set_cold_node()
Dnode.c64 raw_node->footer.cp_ver = cpu_to_le64(cp_ver); in f2fs_rebuild_qf_inode()
126 node_blk->footer.nid = cpu_to_le32(dn->nid); in new_node_block()
127 node_blk->footer.ino = f2fs_inode->footer.ino; in new_node_block()
128 node_blk->footer.flag = cpu_to_le32(ofs << OFFSET_BIT_SHIFT); in new_node_block()
129 node_blk->footer.cp_ver = ckpt->checkpoint_ver; in new_node_block()
153 update_nat_blkaddr(sbi, le32_to_cpu(f2fs_inode->footer.ino), in new_node_block()
Dfsck.c175 sum_blk->footer.entry_type = SUM_TYPE_NODE; in is_valid_ssa_node_blk()
246 if (le32_to_cpu(node_blk->footer.nid) != nid) in is_valid_summary()
250 if (node_blk->footer.nid == node_blk->footer.ino) { in is_valid_summary()
300 sum_blk->footer.entry_type = SUM_TYPE_DATA; in is_valid_ssa_data_blk()
422 node_blk->footer.nid != node_blk->footer.ino) { in sanity_check_nid()
424 nid, le32_to_cpu(node_blk->footer.nid), in sanity_check_nid()
425 le32_to_cpu(node_blk->footer.ino)); in sanity_check_nid()
428 if (ni->ino != le32_to_cpu(node_blk->footer.ino)) { in sanity_check_nid()
430 nid, ni->ino, le32_to_cpu(node_blk->footer.ino)); in sanity_check_nid()
434 node_blk->footer.nid == node_blk->footer.ino) { in sanity_check_nid()
[all …]
Ddir.c119 nid_t ino = le32_to_cpu(dir->footer.ino); in find_in_level()
234 nid_t pino = le32_to_cpu(parent->footer.ino); in f2fs_add_link()
339 nid_t ino = le32_to_cpu(inode->footer.ino); in make_empty_dir()
380 nid_t ino = le32_to_cpu(inode->footer.ino); in page_symlink()
530 node_blk->footer.ino = cpu_to_le32(de->ino); in init_inode_block()
531 node_blk->footer.nid = cpu_to_le32(de->ino); in init_inode_block()
532 node_blk->footer.flag = 0; in init_inode_block()
533 node_blk->footer.cp_ver = ckpt->checkpoint_ver; in init_inode_block()
555 nid_t ino = le32_to_cpu(node->footer.ino); in convert_inline_dentry()
747 le32_to_cpu(child->footer.ino), in f2fs_create()
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dgrid_tile.dart11 /// image) together with a [GridTileBar] in either a [header] or a [footer].
17 /// [footer].
22 /// Must have a child. Does not typically have both a header and a footer.
26 this.footer,
39 final Widget footer;
48 if (header == null && footer == null)
64 if (footer != null) {
69 child: footer,
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.py217 for id, header, body, footer in cmds:
233 if footer is not None:
234 print ' while(body + sizeof(%s) <= next) {' % footer
235 print ' dump_%s((const %s *)body);' % (footer, footer)
236 print ' body += sizeof(%s);' % footer
325 for id, header, body, footer in cmds:
329 if footer is not None:
330 names.add(footer)
/third_party/node/deps/npm/node_modules/JSONStream/
Dindex.js18 var header, footer
30 if (footer)
31 stream.emit('footer', footer)
155 if (footer !== false && header === false) {
156 footer = footer || {}
157 footer[key] = value
/third_party/flutter/glfw/docs/
Dextra.less15 // Page header, footer, table rows, inline codes and definition lists
16 @header-footer-background-color: hsl(0,0%,95%);
18 // Page header, footer links and navigation bar background
19 @header-footer-link-color: hsl(0,0%,40%);
22 @navbar-link-color: @header-footer-background-color;
31 @def-separator-color: @header-footer-background-color;
84 #titlearea,.footer,.contents,div.header,.memdoc,table.doxtable td,table.doxtable th,hr,.memSeparato…
104 html,#titlearea,.footer,tr.even,.directory tr.even,.doxtable tr:nth-child(even),.mdescLeft,.mdescRi…
105 background:@header-footer-background-color;
146 color:@header-footer-link-color;
[all …]
/third_party/mbedtls/library/
Dpem.c225 int mbedtls_pem_read_buffer( mbedtls_pem_context *ctx, const char *header, const char *footer, in mbedtls_pem_read_buffer() argument
251 s2 = (unsigned char *) strstr( (const char *) data, footer ); in mbedtls_pem_read_buffer()
263 end += strlen( footer ); in mbedtls_pem_read_buffer()
433 int mbedtls_pem_write_buffer( const char *header, const char *footer, in mbedtls_pem_write_buffer() argument
442 add_len = strlen( header ) + strlen( footer ) + ( use_len / 64 ) + 1; in mbedtls_pem_write_buffer()
475 memcpy( p, footer, strlen( footer ) ); in mbedtls_pem_write_buffer()
476 p += strlen( footer ); in mbedtls_pem_write_buffer()
/third_party/PyYAML/examples/yaml-highlight/
Dyaml_hl.py7 def __init__(self, header=None, footer=None, argument
10 self.footer = footer
97 if self.style.footer:
98 self.output.write(self.style.footer)
/third_party/gstreamer/gstplugins_good/gst/apetag/
Dgstapedemux.c358 guint8 *footer; in gst_ape_demux_parse_tag() local
372 footer = data + size - 32; in gst_ape_demux_parse_tag()
375 (guint) (footer - data)); in gst_ape_demux_parse_tag()
376 if (footer > data && memcmp (footer, "APETAGEX", 8) == 0) { in gst_ape_demux_parse_tag()
406 version = GST_READ_UINT32_LE (footer + 8); in gst_ape_demux_parse_tag()
/third_party/flutter/flutter/dev/integration_tests/ios_add2app/ios_add2app/
DNativeViewController.m44 UIStackView* footer = [self addFooter];
47 footer.translatesAutoresizingMaskIntoConstraints = false;
54 [array addObject:[footer.centerXAnchor
56 [array addObject:[footer.widthAnchor
58 [array addObject:[footer.bottomAnchor
/third_party/flutter/skia/src/core/
DSkArenaAlloc.cpp72 Footer footer; in RunDtorsOnBlock() local
73 memcpy(&footer, footerEnd - sizeof(Footer), sizeof(Footer)); in RunDtorsOnBlock()
75 FooterAction* action = (FooterAction*)(footer >> 6); in RunDtorsOnBlock()
76 ptrdiff_t padding = footer & 63; in RunDtorsOnBlock()
/third_party/node/deps/npm/node_modules/form-data/lib/
Dform_data.js71 var footer = this._multiPartFooter();
75 append(footer);
278 var footer = FormData.LINE_BREAK;
282 footer += this._lastBoundary();
285 next(footer);
/third_party/mbedtls/include/mbedtls/
Dpem.h101 int mbedtls_pem_read_buffer( mbedtls_pem_context *ctx, const char *header, const char *footer,
141 int mbedtls_pem_write_buffer( const char *header, const char *footer,
/third_party/typescript/tests/dets/cases/
DdynamicallyBuildUIElements.ets91 footer: string = ''
99 Text(this.footer)
126 footer: 'FooterA'
135 footer: 'FooterB'
/third_party/python/Tools/scripts/
Dgenerate_opcode_h.py18 footer = """ variable
70 fobj.write(footer)
/third_party/skia/third_party/icu/
Dmake_data_cpp.py32 header, line_begin, line_end, footer = fmt
42 o.write(footer.format(name))
/third_party/flutter/skia/third_party/icu/
Dmake_data_cpp.py30 header, line_begin, line_end, footer = fmt
40 o.write(footer.format(name))
/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_marshal_h.py35 footer = """ variable
52 print(footer)
/third_party/ffmpeg/doc/
Dt2h.init43 print $fh '<footer class="footer pagination-right">' . "\n";
45 print $fh "</span></footer></div></div></body>\n";

123456789