| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | urls.py | 24 tables.AllBuildsTable.as_view(template_name="builds-toastertable.html"), 31 template_name="buildinfo-toastertable.html"), 38 template_name="buildinfo-toastertable.html"), 48 template_name="buildinfo-toastertable.html"), 64 template_name="target.html"), 75 template_name="buildinfo-toastertable.html"), 80 template_name="buildinfo-toastertable.html"), 85 template_name="buildinfo-toastertable.html"), 99 tables.ProjectsTable.as_view(template_name="projects-toastertable.html"), 105 tables.ProjectBuildsTable.as_view(template_name="projectbuilds-toastertable.html"), [all …]
|
| H A D | widgets.py | 52 self.template_name = kwargs['template_name']
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_template.c | 275 static struct ima_template_desc *restore_template_fmt(char *template_name) in restore_template_fmt() argument 280 ret = template_desc_init_fields(template_name, NULL, NULL); in restore_template_fmt() 283 template_name); in restore_template_fmt() 292 template_desc->fmt = kstrdup(template_name, GFP_KERNEL); in restore_template_fmt() 363 char template_name[MAX_TEMPLATE_NAME_LEN]; in ima_restore_measurement_list() local 425 memcpy(template_name, hdr[HDR_TEMPLATE_NAME].data, in ima_restore_measurement_list() 427 template_name[hdr[HDR_TEMPLATE_NAME].len] = 0; in ima_restore_measurement_list() 429 if (strcmp(template_name, "ima") == 0) { in ima_restore_measurement_list() 431 template_name); in ima_restore_measurement_list() 436 template_desc = lookup_template_desc(template_name); in ima_restore_measurement_list() [all …]
|
| H A D | ima_fs.c | 132 char *template_name; in ima_measurements_show() local 142 template_name = (e->template_desc->name[0] != '\0') ? in ima_measurements_show() 157 namelen = !ima_canonical_fmt ? strlen(template_name) : in ima_measurements_show() 158 cpu_to_le32(strlen(template_name)); in ima_measurements_show() 162 ima_putc(m, template_name, strlen(template_name)); in ima_measurements_show() 165 if (strcmp(template_name, IMA_TEMPLATE_IMA_NAME) == 0) in ima_measurements_show() 222 char *template_name; in ima_ascii_measurements_show() local 230 template_name = (e->template_desc->name[0] != '\0') ? in ima_ascii_measurements_show() 240 seq_printf(m, " %s", template_name); in ima_ascii_measurements_show()
|
| H A D | ima_api.c | 108 char *template_name = entry->template_desc->name; in ima_store_template() local 116 template_name, op, in ima_store_template()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | operators.hpp | 725 # define BOOST_OPERATOR_TEMPLATE(template_name) \ argument 731 struct template_name; \ 734 struct template_name<T, U, B, operators_detail::false_t> \ 735 : template_name##2<T, U, B> {}; \ 738 struct template_name<T, U, operators_detail::empty_base<T>, operators_detail::true_t> \ 739 : template_name##1<T, U> {}; \ 742 struct template_name<T, T, B, operators_detail::false_t> \ 743 : template_name##1<T, B> {}; \ 746 struct is_chained_base< template_name<T, U, B, O> > { \ 750 BOOST_OPERATOR_TEMPLATE2(template_name##2) \ [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/ |
| H A D | urls.py | 35 url(r'^health$', TemplateView.as_view(template_name="health.html"), name='Toaster Health'),
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/ |
| H A D | printers.py | 168 def is_specialization_of(x, template_name): argument 174 return re.match('^std::(%s)?%s<.*>$' % (_versioned_namespace, template_name), x) is not None 175 return re.match('^std::%s<.*>$' % template_name, x) is not None 1623 template_name = type_obj.tag[0:type_obj.tag.find('<')] 1624 template_name = strip_inline_namespaces(template_name) 1626 return template_name + '<' + ', '.join(displayed_args) + '>'
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/ |
| H A D | printers.py | 168 def is_specialization_of(x, template_name): argument 174 return re.match('^std::(%s)?%s<.*>$' % (_versioned_namespace, template_name), x) is not None 175 return re.match('^std::%s<.*>$' % template_name, x) is not None 1623 template_name = type_obj.tag[0:type_obj.tag.find('<')] 1624 template_name = strip_inline_namespaces(template_name) 1626 return template_name + '<' + ', '.join(displayed_args) + '>'
|