/external/tensorflow/tensorflow/python/keras/engine/ |
D | correctness_test.py | 93 def _get_multiple_input_model(self, subclassed=True): argument 94 if subclassed: 105 def test_multiple_input_fit(self, subclassed): argument 113 model = self._get_multiple_input_model(subclassed) 118 def test_multiple_input_evaluate(self, subclassed): argument 126 model = self._get_multiple_input_model(subclassed) 131 def test_multiple_input_predict(self, subclassed): argument 138 model = self._get_multiple_input_model(subclassed)
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | objc-forbidden-subclassing-custom.m | 11 …ldo' subclasses 'UIImagePickerController', which is not intended to be subclassed [objc-forbidden-… 18 …ective-C interface 'Bar' subclasses 'Foo', which is not intended to be subclassed [objc-forbidden-… 23 …ective-C interface 'Baz' subclasses 'Foo', which is not intended to be subclassed [objc-forbidden-… 31 …ive-C interface 'Xyzzy' subclasses 'Quux', which is not intended to be subclassed [objc-forbidden-… 38 …ve-C interface 'Corge' subclasses 'Plugh', which is not intended to be subclassed [objc-forbidden-…
|
D | objc-forbidden-subclassing.m | 7 …Foo' subclasses 'UIImagePickerController', which is not intended to be subclassed [objc-forbidden-… 12 …Bar' subclasses 'UIImagePickerController', which is not intended to be subclassed [objc-forbidden-… 20 …tive-C interface 'Blech' subclasses 'Baz', which is not intended to be subclassed [objc-forbidden-…
|
/external/clang/test/Analysis/inlining/ |
D | DynDispatchBifurcate.m | 72 // Since class is private, we assume that it cannot be subclassed. 73 // False negative: this class is "privately subclassed". this is very rare 126 // The class is prvate and is not subclassed. 150 // declares the method as public. Assume the instance can be subclassed.
|
/external/llvm-project/clang/test/Analysis/inlining/ |
D | DynDispatchBifurcate.m | 72 // Since class is private, we assume that it cannot be subclassed. 73 // False negative: this class is "privately subclassed". this is very rare 126 // The class is prvate and is not subclassed. 150 // declares the method as public. Assume the instance can be subclassed.
|
/external/opencensus-java/api/ |
D | README.md | 5 * The abstract classes in this directory can be subclassed to create alternative
|
/external/bcc/src/lua/bcc/vendor/ |
D | middleclass.lua | 147 self:subclassed(subclass) 152 subclassed = function(self, other) end, function
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | objc-forbidden-subclassing.rst | 7 to be subclassed.
|
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/util/ |
D | IslamicCalendar.java.patch | 15 * This class should not be subclassed.</p>
|
/external/mesa3d/src/gallium/ |
D | README.portability | 106 Gallium's pipe_context and the subclassed psb_context, etc are prime examples
|
/external/exoplayer/tree/extensions/flac/ |
D | README.md | 85 * If you've subclassed `DefaultRenderersFactory`, add a `LibflacAudioRenderer`
|
/external/python/cpython2/Doc/library/ |
D | email.errors.rst | 70 All defect classes are subclassed from :class:`email.errors.MessageDefect`, but
|
D | xml.sax.rst | 87 subclassed to provide additional functionality or to add localization. Note
|
D | abc.rst | 34 Use this metaclass to create an ABC. An ABC can be subclassed directly, and
|
D | basehttpserver.rst | 53 itself, it cannot respond to any actual HTTP requests; it must be subclassed
|
/external/exoplayer/tree/extensions/opus/ |
D | README.md | 89 * If you've subclassed `DefaultRenderersFactory`, add a `LibopusAudioRenderer`
|
/external/python/cpython3/Doc/library/ |
D | email.errors.rst | 68 All defect classes are subclassed from :class:`email.errors.MessageDefect`.
|
D | dialog.rst | 126 .. note:: The *FileDialog* class should be subclassed for custom event
|
D | xml.sax.rst | 103 subclassed to provide additional functionality or to add localization. Note
|
/external/exoplayer/tree/extensions/ffmpeg/ |
D | README.md | 89 * If you've subclassed `DefaultRenderersFactory`, add an `FfmpegAudioRenderer`
|
/external/exoplayer/tree/extensions/av1/ |
D | README.md | 84 * If you've subclassed `DefaultRenderersFactory`, add a `Libvgav1VideoRenderer`
|
/external/exoplayer/tree/extensions/vp9/ |
D | README.md | 102 * If you've subclassed `DefaultRenderersFactory`, add a `LibvpxVideoRenderer`
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0rc2.rst | 249 from being subclassed.
|
/external/protobuf/java/ |
D | README.md | 164 * Protobuf message interfaces/classes are designed to be subclassed by protobuf
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.11rc1.rst | 48 Prevent builtin types that are not allowed to be subclassed from being 49 subclassed through multiple inheritance.
|