Home
last modified time | relevance | path

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

1234567

/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/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/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/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/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/node/deps/v8/tools/system-analyzer/view/
Dproperty-link-table.mjs113 const footer = DOM.div('footer');
114 let showButton = footer.appendChild(DOM.button('Show', this._showHandler));
117 let showSourcePositionButton = footer.appendChild(
121 let showRelatedButton = footer.appendChild(
124 this._fragment.appendChild(footer);
/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/mbedtls/library/
Dpem.c353 int mbedtls_pem_read_buffer(mbedtls_pem_context *ctx, const char *header, const char *footer, in mbedtls_pem_read_buffer() argument
379 s2 = (unsigned char *) strstr((const char *) data, footer); in mbedtls_pem_read_buffer()
399 end += strlen(footer); in mbedtls_pem_read_buffer()
580 int mbedtls_pem_write_buffer(const char *header, const char *footer, in mbedtls_pem_write_buffer() argument
589 add_len = strlen(header) + strlen(footer) + (use_len / 64) + 1; in mbedtls_pem_write_buffer()
620 memcpy(p, footer, strlen(footer)); in mbedtls_pem_write_buffer()
621 p += strlen(footer); in mbedtls_pem_write_buffer()
/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/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
Ddifferential_fuzz_mutator.js183 const footer = thisMutator.getSectionFooter(path);
184 thisMutator.insertBeforeSkip(path, footer);
190 const footer = thisMutator.getSectionFooter(path);
191 path.node.body.push(footer);
/third_party/mbedtls/include/mbedtls/
Dpem.h104 int mbedtls_pem_read_buffer(mbedtls_pem_context *ctx, const char *header, const char *footer,
163 int mbedtls_pem_write_buffer(const char *header, const char *footer,
/third_party/python/Tools/scripts/
Dgenerate_opcode_h.py18 footer = """ variable
70 fobj.write(footer)
/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_marshal_h.py35 footer = """ variable
52 print(footer)
Dapi_exec_init.py75 footer = """ variable
94 print(footer)
Dgl_gentable.py87 footer = """ variable
164 print(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/typescript/tests/dets/cases/
DdynamicallyBuildUIElements.ets91 footer: string = ''
99 Text(this.footer)
126 footer: 'FooterA'
135 footer: 'FooterB'
/third_party/ffmpeg/doc/
Dt2h.init43 print $fh '<footer class="footer pagination-right">' . "\n";
45 print $fh "</span></footer></div></div></body>\n";
/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_subgroups.c281 struct ir3_block *footer = ir3_block_create(ir); in lower_instr() local
282 list_add(&footer->node, &exit->node); in lower_instr()
287 link_blocks(header, footer, 1); in lower_instr()
291 link_blocks_physical(exit, footer, 1); in lower_instr()
293 link_blocks(footer, header, 0); in lower_instr()
/third_party/gn/misc/
Dhelp_as_html.py96 footer = '</div></body></html>'
100 print header + '\n'.join(output) + footer

1234567