OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_output_format
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libmedia/
IMediaRecorder.cpp
44
SET_OUTPUT_FORMAT
,
135
remote()->transact(
SET_OUTPUT_FORMAT
, data, &reply);
369
case
SET_OUTPUT_FORMAT
: {
370
ALOGV("
SET_OUTPUT_FORMAT
");
/external/markdown/docs/
using_as_module.txt
148
output format for the class, you can use the ``
set_output_format
`` method:
150
md.
set_output_format
('xhtml1')
writing_extensions.txt
389
* ``md.
set_output_format
()``
/external/markdown/markdown/
__init__.py
313
self.
set_output_format
(output_format)
353
def
set_output_format
(self, format):
member in class:Markdown
Completed in 55 milliseconds