Searched refs:_source (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_memoryview.py | 24 def _source(self): member in AbstractMemoryTests 32 b = tp(self._source) 58 b = tp(self._source) 65 b = self.ro_type(self._source) 80 b = self.rw_type(self._source) 130 b = tp(self._source) 139 m = self._view(tp(self._source)) 149 m = self._view(tp(self._source)) 157 m = self._view(tp(self._source)) 184 m = self._view(tp(self._source)) [all...] |
H A D | test_typing.py | 6341 def _source(self): member in NamedTupleTests.test_annotation_usage_with_methods.XMethBad2
|
/third_party/python/Lib/xml/sax/ |
H A D | expatreader.py | 76 return parser._source.getPublicId() 82 return parser._source.getSystemId() 92 self._source = xmlreader.InputSource() 107 self._source = source 224 source = self._source 278 self._parser = expat.ParserCreate(self._source.getEncoding(), " ", 284 self._parser = expat.ParserCreate(self._source.getEncoding(), 326 return self._source.getPublicId() 329 return self._source.getSystemId() 412 self._source [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | program.cpp | 30 context(ctx), _devices(ctx.devices()), _source(std::move(source)), in program() 94 return _source; in source()
|
H A D | program.hpp | 89 std::string _source; member in clover::program
|
/third_party/skia/buildtools/checkdeps/ |
H A D | rules.py | 28 self._source = source 31 return '"%s%s" from %s.' % (self.allow, self._dir, self._source)
|
/third_party/mbedtls/scripts/ |
H A D | generate_ssl_debug_helpers.py | 167 self._source = source_code 246 self._source = source_code 305 self._source = source_code
|
/third_party/python/Lib/ |
H A D | ast.py | 689 self._source = [] 720 if self._source: 731 self._source.extend(text) 738 original_source = self._source 739 self._source = buffer 741 self._source = original_source 813 # the subclass visit() method, which resets self._source to an empty list) 817 self._source = [] 819 return "".join(self._source)
|
/third_party/python/Lib/xml/dom/ |
H A D | expatbuilder.py | 624 self._source = string 700 parser.Parse(self._source, True) 704 self._source = None
|
Completed in 18 milliseconds