HomeSort by relevance Sort by last modified time
    Searched defs:preprocessors (Results 1 - 2 of 2) sorted by null

  /external/markdown/markdown/
__init__.py 147 1. A bunch of "preprocessors" munge the input text.
161 import preprocessors namespace
214 # Preprocessors
215 self.preprocessors = odict.OrderedDict()
216 self.preprocessors["html_block"] = \
217 preprocessors.HtmlBlockPreprocessor(self)
218 self.preprocessors["reference"] = \
219 preprocessors.ReferencePreprocessor(self)
310 self.htmlStash = preprocessors.HtmlStash()
385 # Split into lines and run the line preprocessors
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.h 350 struct effect_info_s preprocessors[MAX_PREPROCESSORS]; member in struct:stream_in

Completed in 399 milliseconds