Home
last modified time | relevance | path

Searched refs:_content (Results 1 – 10 of 10) sorted by relevance

/external/libxcam/modules/isp/
Dx3a_isp_config.h159 X3aResult::set_ptr((void*)&_content.isp_config);
166 return _content.isp_config; in get_isp_config()
169 return _content.isp_config; in get_isp_config()
174 _content.copy (config); in set_isp_config()
178 AtomIspConfigContent _content;
/external/libchrome/mojo/public/tools/chrome_ipc/
Dgenerate_mojom.py335 self._content = f.read()
341 for m in _MESSAGE_PATTERN.finditer(self._content):
343 while i < len(self._content):
344 if self._content[i:i + 2] == '/*':
345 i = self._content.index('*/', i + 2) + 1
346 elif self._content[i] == ')':
347 yield Message(m.groups(), self._content[m.end() + 1:i])
/external/autotest/client/cros/cellular/pseudomodem/
Dsms.py39 self._content = content
89 props['Text'] = self._content
/external/autotest/client/cros/
Dcros_disks.py451 self._content = content
511 for content in self._content:
521 for content in self._content:
538 f.write(self._content)
548 return f.read() == self._content
/external/tensorflow/tensorflow/tools/docs/
Dparser.py1757 self._content = []
1765 self._content.append(item.short_name)
1774 for item in self._content:
/external/tensorflow/tensorflow/python/kernel_tests/
Dreader_ops_test.py295 self._content = [b"One\na\nb\n", b"Two\nC\nD", b"Three x, y, z"]
296 for fn, c in zip(self._filenames, self._content):
308 self.assertAllEqual(self._content[index], v)
/external/tensorflow/tensorflow/python/debug/cli/
Ddebugger_cli_common.py1130 self._content = content
1143 return self._content
/external/fonttools/Lib/fontTools/ttLib/tables/
DTupleVariation.py103 def fromXML(self, name, attrs, _content): argument
/external/python/cpython2/Doc/library/
Dxml.sax.handler.rst154 .. _content-handler-objects:
/external/python/cpython3/Doc/library/
Dxml.sax.handler.rst155 .. _content-handler-objects: