Home
last modified time | relevance | path

Searched refs:in_section (Results 1 – 4 of 4) sorted by relevance

/external/openthread/third_party/mbedtls/repo/scripts/
Dgenerate_features.pl57 my $in_section = 0;
61 next if ($in_section && $line !~ /#define/ && $line !~ /SECTION/);
62 next if (!$in_section && $line !~ /SECTION/);
64 if ($in_section) {
66 $in_section = 0;
76 if (!$in_section) {
80 $in_section = 1 if ($found_section);
/external/mbedtls/scripts/
Dgenerate_features.pl57 my $in_section = 0;
61 next if ($in_section && $line !~ /#define/ && $line !~ /SECTION/);
62 next if (!$in_section && $line !~ /SECTION/);
64 if ($in_section) {
66 $in_section = 0;
76 if (!$in_section) {
80 $in_section = 1 if ($found_section);
/external/deqp-deps/amber/src/vkscript/
Dsection_parser.cc159 bool in_section = false; in SplitSections() local
169 if (!in_section) { in SplitSections()
177 in_section = true; in SplitSections()
/external/mesa3d/src/util/
Dxmlconfig.c327 UNUSED bool in_section = false; in driParseOptionInfo() local
332 in_section = true; in driParseOptionInfo()
339 assert(in_section); in driParseOptionInfo()
423 bool in_section = false; in driGetOptionsXml() local
437 if (in_section) in driGetOptionsXml()
445 in_section = true; in driGetOptionsXml()
518 assert(in_section); in driGetOptionsXml()