HomeSort by relevance Sort by last modified time
    Searched refs:fws (Results 1 - 11 of 11) sorted by null

  /external/python/cpython3/Lib/email/
header.py 29 FWS = ' \t'
385 fws = line[:len(line)-len(sline)]
386 formatter.feed(fws, sline, charset)
448 def feed(self, fws, string, charset):
455 self._ascii_split(fws, string, self._splitchars)
473 self._append_chunk(fws, first_line)
491 def _ascii_split(self, fws, string, splitchars):
495 # FWS. The complication is that not all spaces or tabs qualify as FWS,
501 # aren't legal FWS. (This is at least better than the old algorithm
    [all...]
_header_value_parser.py 270 if self[0].token_type == 'fws':
306 # the leading fws, if any, that should be used.
311 trailer = self.pop(-1) if self[-1].token_type=='fws' else ''
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_summary.py 136 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)
    [all...]
firmware_log.py 575 self.fws = set()
585 self.fws = sorted(list(self.fws))
591 for fw in self.fws:
610 self.fws.add(fw)
723 # for fw in self.fws:
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
firmware_summary_unittest.py 74 cls.fws = ['fw_11.23', 'fw_11.27']
  /external/libxml2/include/libxml/
xmlschemastypes.h 56 xmlSchemaWhitespaceValueType fws,
  /external/libxml2/
xmlschemastypes.c     [all...]
testapi.c 35935 xmlSchemaWhitespaceValueType fws; \/* the whitespace type of the facet's value *\/ local
    [all...]
  /external/python/cpython3/Lib/test/test_email/
test__header_value_parser.py 13 x = parser.EWWhiteSpaceTerminal(' \t', 'fws')
80 fws = self._test_get_x(parser.get_fws, ' \t ', ' \t ', ' ', [], '')
81 self.assertEqual(fws.token_type, 'fws')
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 

Completed in 793 milliseconds