/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | SubList.cs | 12 IList _source; field in Antlr.Runtime.JavaExtensions.SubList 25 _source = source; in SubList() 44 return _source in Contains() 100 return _source[index + _startIndex]; 107 _source[index + _startIndex] = value; 152 return _source.SyncRoot; 162 return _source.Cast<object>() in GetEnumerator() 173 IList<T> _source; field in Antlr.Runtime.JavaExtensions.SubList 186 _source = source; in SubList() 231 ICollection sourceCollection = _source as ICollection; [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_memoryview.py | 22 def _source(self): member in AbstractMemoryTests 30 b = tp(self._source) 56 b = tp(self._source) 63 b = self.ro_type(self._source) 78 b = self.rw_type(self._source) 128 b = tp(self._source) 137 m = self._view(tp(self._source)) 147 m = self._view(tp(self._source)) 155 m = self._view(tp(self._source)) 182 m = self._view(tp(self._source)) [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_memoryview.py | 22 def _source(self): member in AbstractMemoryTests 31 b = tp(self._source) 57 b = tp(self._source) 63 b = tp(self._source) 70 b = self.ro_type(self._source) 85 b = self.rw_type(self._source) 126 b = tp(self._source) 135 m = self._view(tp(self._source)) 145 m = self._view(tp(self._source)) 153 m = self._view(tp(self._source)) [all …]
|
/external/python/cpython2/Lib/xml/sax/ |
D | expatreader.py | 76 return parser._source.getPublicId() 82 return parser._source.getSystemId() 92 self._source = xmlreader.InputSource() 107 self._source = source 227 source = self._source 281 self._parser = expat.ParserCreate(self._source.getEncoding(), " ", 287 self._parser = expat.ParserCreate(self._source.getEncoding(), 329 return self._source.getPublicId() 332 return self._source.getSystemId() 415 self._source.getSystemId() or [all …]
|
/external/python/cpython3/Lib/xml/sax/ |
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.getSystemId() or [all …]
|
/external/autotest/client/cros/chameleon/ |
D | audio_level.py | 78 self._source = source 88 source_level = _SOURCE_LEVEL_TABLE[self._source.port_id] 98 self._source.handler.scale = 1 103 self._source.handler.scale = self._get_needed_scale()
|
D | audio_widget_link.py | 54 self._source = source 60 self._source, self._sink) 68 logging.info('Connecting %s to %s', self._source.audio_port, 70 self._link.connect(self._source, self._sink) 83 logging.info('Disconnecting %s from %s', self._source.audio_port, 85 self._link.disconnect(self._source, self._sink)
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | program.cpp | 30 has_source(true), context(ctx), _source(source), _kernel_ref_counter(0) { in program() 55 tgsi::compile_program(_source, log) : in compile() 56 llvm::compile_program(_source, headers, in compile() 93 return _source; in source()
|
D | program.hpp | 86 std::string _source; member in clover::program
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | PathProfileInfo.h | 45 inline BasicBlock* getSource() { return _source; } in getSource() 49 BasicBlock* _source;
|
D | PathNumbering.h | 138 : _source(source), _target(target), _weight(0), _edgeType(NORMAL), in BallLarusEdge() 175 BallLarusNode* _source;
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCVideoTrack.mm | 44 @synthesize source = _source; 57 _source = source; 69 _source = [[RTCVideoSource alloc] initWithMediaSource:source.get()];
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 655 bool Parse(const char *_source, const char **include_paths = nullptr, 766 FLATBUFFERS_CHECKED_ERROR ParseRoot(const char *_source, 769 FLATBUFFERS_CHECKED_ERROR DoParse(const char *_source,
|
/external/catch2/CMake/ |
D | Findcodecov.cmake | 157 string(REGEX MATCH "TARGET_OBJECTS:([^ >]+)" _source ${FILE}) 163 if (NOT "${_source}" STREQUAL "")
|
/external/python/cpython3/Lib/xml/dom/ |
D | expatbuilder.py | 624 self._source = string 700 parser.Parse(self._source, 1) 704 self._source = None
|
/external/python/cpython2/Lib/xml/dom/ |
D | expatbuilder.py | 631 self._source = string 707 parser.Parse(self._source, 1) 711 self._source = None
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | PathProfileInfo.cpp | 107 : _source(source), _target(target), _duplicateNumber(duplicateNumber) {} in ProfilePathEdge()
|
D | PathNumbering.cpp | 169 return(_source); in getSource()
|
/external/python/cpython3/Doc/distutils/ |
D | sourcedist.rst | 1 .. _source-dist:
|
/external/bcc/tests/cc/ |
D | catch.hpp | 3978 void convertInto( std::string const& _source, T& _dest ) { in convertInto() argument 3980 ss << _source; in convertInto() 3983 throw std::runtime_error( "Unable to convert " + _source + " to destination type" ); in convertInto() 3985 inline void convertInto( std::string const& _source, std::string& _dest ) { in convertInto() argument 3986 _dest = _source; in convertInto() 3988 inline void convertInto( std::string const& _source, bool& _dest ) { in convertInto() argument 3989 std::string sourceLC = _source; in convertInto() 3996 …throw std::runtime_error( "Expected a boolean value but did not recognise:\n '" + _source + "'" ); in convertInto() 3998 inline void convertInto( bool _source, bool& _dest ) { in convertInto() argument 3999 _dest = _source; in convertInto()
|
/external/python/cpython2/Doc/distutils/ |
D | sourcedist.rst | 1 .. _source-dist:
|
/external/llvm/docs/ |
D | CoverageMappingFormat.rst | 153 .. _source code range: 585 .. _source range:
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CoverageMappingFormat.rst | 153 .. _source code range: 587 .. _source range:
|
/external/yapf/ |
D | pylintrc | 382 exclude-protected=_asdict,_fields,_replace,_source,_make
|
/external/python/cpython3/Doc/library/ |
D | collections.rst | 851 Remove the *verbose* parameter and the :attr:`_source` attribute.
|