Home
last modified time | relevance | path

Searched refs:subclassed (Results 1 – 25 of 84) sorted by relevance

1234

/external/tensorflow/tensorflow/python/keras/engine/
Dcorrectness_test.py93 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/
Dobjc-forbidden-subclassing-custom.m11 …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-…
Dobjc-forbidden-subclassing.m7 …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/
DDynDispatchBifurcate.m72 // 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/
DDynDispatchBifurcate.m72 // 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/
DREADME.md5 * The abstract classes in this directory can be subclassed to create alternative
/external/bcc/src/lua/bcc/vendor/
Dmiddleclass.lua147 self:subclassed(subclass)
152 subclassed = function(self, other) end, function
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dobjc-forbidden-subclassing.rst7 to be subclassed.
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/util/
DIslamicCalendar.java.patch15 * This class should not be subclassed.</p>
/external/mesa3d/src/gallium/
DREADME.portability106 Gallium's pipe_context and the subclassed psb_context, etc are prime examples
/external/exoplayer/tree/extensions/flac/
DREADME.md85 * If you've subclassed `DefaultRenderersFactory`, add a `LibflacAudioRenderer`
/external/python/cpython2/Doc/library/
Demail.errors.rst70 All defect classes are subclassed from :class:`email.errors.MessageDefect`, but
Dxml.sax.rst87 subclassed to provide additional functionality or to add localization. Note
Dabc.rst34 Use this metaclass to create an ABC. An ABC can be subclassed directly, and
Dbasehttpserver.rst53 itself, it cannot respond to any actual HTTP requests; it must be subclassed
/external/exoplayer/tree/extensions/opus/
DREADME.md89 * If you've subclassed `DefaultRenderersFactory`, add a `LibopusAudioRenderer`
/external/python/cpython3/Doc/library/
Demail.errors.rst68 All defect classes are subclassed from :class:`email.errors.MessageDefect`.
Ddialog.rst126 .. note:: The *FileDialog* class should be subclassed for custom event
Dxml.sax.rst103 subclassed to provide additional functionality or to add localization. Note
/external/exoplayer/tree/extensions/ffmpeg/
DREADME.md89 * If you've subclassed `DefaultRenderersFactory`, add an `FfmpegAudioRenderer`
/external/exoplayer/tree/extensions/av1/
DREADME.md84 * If you've subclassed `DefaultRenderersFactory`, add a `Libvgav1VideoRenderer`
/external/exoplayer/tree/extensions/vp9/
DREADME.md102 * If you've subclassed `DefaultRenderersFactory`, add a `LibvpxVideoRenderer`
/external/python/cpython3/Misc/NEWS.d/
D3.9.0rc2.rst249 from being subclassed.
/external/protobuf/java/
DREADME.md164 * Protobuf message interfaces/classes are designed to be subclassed by protobuf
/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst48 Prevent builtin types that are not allowed to be subclassed from being
49 subclassed through multiple inheritance.

1234