Home
last modified time | relevance | path

Searched refs:default_options (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dtext_file.py70 default_options = { 'strip_comments': 1, variable in TextFile
90 for opt in self.default_options.keys():
95 setattr (self, opt, self.default_options[opt])
99 if opt not in self.default_options:
/external/pcre/pcrecpp/
Dpcrecpp.cc51 static RE_Options default_options; variable
56 options_ = default_options; in Init()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc317 const Config default_options; in SetupTemporalLayers() local
319 (codec.extra_options ? codec.extra_options : &default_options) in SetupTemporalLayers()