Home
last modified time | relevance | path

Searched refs:fws (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_summary.py136 for i in range(len(self.slog.fws)):
144 for i in range(len(self.slog.fws)):
155 title_fw_list = [summary_title_str,] + self.slog.fws
160 title_statistics_list = ['mean', 'ssd', 'count'] * len(self.slog.fws)
175 for fw in self.slog.fws:
239 fws = self.slog.fws
240 num_fws = len(fws)
241 fws_str_max_width = max(map(len, fws))
250 (fw_format * num_fws).format(*fws) +
268 for fw in fws:
[all …]
Dfirmware_log.py575 self.fws = set()
585 self.fws = sorted(list(self.fws))
591 for fw in self.fws:
610 self.fws.add(fw)
/external/libxml2/include/libxml/
Dxmlschemastypes.h56 xmlSchemaWhitespaceValueType fws,
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
Dfirmware_summary_unittest.py74 cls.fws = ['fw_11.23', 'fw_11.27']
/external/libxml2/os400/libxmlrpg/
Dxmlschemastypes.rpgle68 d fws value
/external/libxml2/
Dxmlschemastypes.c5299 xmlSchemaWhitespaceValueType fws, in xmlSchemaValidateFacetInternal() argument
5372 facet->val, facet->value, fws, valType, val, in xmlSchemaValidateFacetInternal()
5557 xmlSchemaWhitespaceValueType fws, in xmlSchemaValidateFacetWhtsp() argument
5563 return(xmlSchemaValidateFacetInternal(facet, fws, valType, in xmlSchemaValidateFacetWhtsp()
Dtestapi.c35770 xmlSchemaWhitespaceValueType fws; /* the whitespace type of the facet's value */ in test_xmlSchemaValidateFacetWhtsp() local
35789 fws = gen_xmlSchemaWhitespaceValueType(n_fws, 1); in test_xmlSchemaValidateFacetWhtsp()
35795 ret_val = xmlSchemaValidateFacetWhtsp(facet, fws, valType, (const xmlChar *)value, val, ws); in test_xmlSchemaValidateFacetWhtsp()
35799 des_xmlSchemaWhitespaceValueType(n_fws, fws, 1); in test_xmlSchemaValidateFacetWhtsp()