Searched refs:_content (Results 1 – 10 of 10) sorted by relevance
/external/libxcam/modules/isp/ |
D | x3a_isp_config.h | 159 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/ |
D | generate_mojom.py | 335 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/ |
D | sms.py | 39 self._content = content 89 props['Text'] = self._content
|
/external/autotest/client/cros/ |
D | cros_disks.py | 451 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/ |
D | parser.py | 1757 self._content = [] 1765 self._content.append(item.short_name) 1774 for item in self._content:
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | reader_ops_test.py | 295 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/ |
D | debugger_cli_common.py | 1130 self._content = content 1143 return self._content
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | TupleVariation.py | 103 def fromXML(self, name, attrs, _content): argument
|
/external/python/cpython2/Doc/library/ |
D | xml.sax.handler.rst | 154 .. _content-handler-objects:
|
/external/python/cpython3/Doc/library/ |
D | xml.sax.handler.rst | 155 .. _content-handler-objects:
|