Home
last modified time | relevance | path

Searched refs:content (Results 1 – 10 of 10) sorted by relevance

/scripts/lib/abi/
A Dabi_parser.py99 content = None
105 content = match.group(3)
141 fdata.label = content
174 t = (content, fdata.key)
202 if content:
224 content = line.expandtabs()
239 content = content[len(fdata.space):]
245 w = content.strip("\n")
252 content = line.strip()
255 w = content.strip("\n")
[all …]
/scripts/
A Dasn1_compiler.c305 char *content; member
424 if (!tokens[tix].content) { in tokenise()
464 if (!tokens[tix].content) { in tokenise()
488 tokens[tix].content = "({"; in tokenise()
506 tokens[tix].content = "{"; in tokenise()
511 tokens[tix].content = "}"; in tokenise()
516 tokens[tix].content = "["; in tokenise()
521 tokens[tix].content = "]"; in tokenise()
526 tokens[tix].content = ","; in tokenise()
726 return memcmp((*a)->name->content, (*b)->name->content, in type_index_compare()
[all …]
A Dinsert-sys-cert.c64 void *content; member
130 s->content = (void *)hdr + s->offset; in get_symbol_from_map()
181 s->content = (void *)hdr + s->offset; in get_symbol_from_table()
380 lsize = (unsigned long *)lsize_sym.content; in main()
381 used = (int *)used_sym.content; in main()
390 strncmp(cert_sym.content, cert, cert_size) == 0) { in main()
398 memcpy(cert_sym.content, cert, cert_size); in main()
400 memset(cert_sym.content + cert_size, in main()
A Dspdxexclude15 # Other files without copyrightable content
A Dmacro_checker.py31 content = match.group(2)
32 arguments = [item.strip() for item in content.split(',') if item.strip()]
A DKbuild.include85 # filechk is used to check if the content of a generated file is updated.
92 # The rule defined shall write to stdout the content of the new file.
95 # - If the content differ the new file is used
A Drust_is_available_test.py27 def generate_executable(cls, content): argument
32 file_.write(content)
A Dkernel-doc.pl1117 my $content = $3;
1123 foreach my $arg (split /;/, $content) {
/scripts/kconfig/tests/err_recursive_dep/
A DKconfig57 menu "menu depending on its content"
/scripts/lib/kdoc/
A Dkdoc_parser.py686 content = t[3]
697 for arg in content.split(';'):

Completed in 17 milliseconds