/external/tensorflow/tensorflow/python/keras/engine/ |
D | correctness_test.py | 102 def _get_multiple_input_model(self, subclassed=True): argument 103 if subclassed: 114 def test_multiple_input_fit(self, subclassed): argument 122 model = self._get_multiple_input_model(subclassed) 127 def test_multiple_input_evaluate(self, subclassed): argument 135 model = self._get_multiple_input_model(subclassed) 140 def test_multiple_input_predict(self, subclassed): argument 147 model = self._get_multiple_input_model(subclassed)
|
/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/bcc/src/lua/bcc/vendor/ |
D | middleclass.lua | 147 self:subclassed(subclass) 152 subclassed = function(self, other) end, function
|
/external/opencensus-java/api/ |
D | README.md | 5 * The abstract classes in this directory can be subclassed to create alternative
|
/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/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
|
D | tkinter.rst | 354 :mod:`Tkinter` are subclassed from the Packer, and so inherit all the packing 543 this works are variables that are subclassed from a class called Variable, 590 subclassed from the :class:`Wm` class, and so can call the :class:`Wm` methods
|
D | ast.rst | 200 This class is meant to be subclassed, with the subclass adding visitor
|
D | random.rst | 38 Class :class:`Random` can also be subclassed if you want to use a different
|
D | weakref.rst | 79 weak references even when subclassed.
|
D | exceptions.rst | 41 The built-in exception classes can be subclassed to define new exceptions;
|
/external/python/cpython3/Doc/library/ |
D | email.errors.rst | 68 All defect classes are subclassed from :class:`email.errors.MessageDefect`.
|
D | xml.sax.rst | 100 subclassed to provide additional functionality or to add localization. Note
|
D | tkinter.rst | 343 :mod:`tkinter` are subclassed from the Packer, and so inherit all the packing 533 this works are variables that are subclassed from a class called Variable, 580 subclassed from the :class:`Wm` class, and so can call the :class:`Wm` methods
|
D | ast.rst | 204 This class is meant to be subclassed, with the subclass adding visitor
|
D | abc.rst | 59 Use this metaclass to create an ABC. An ABC can be subclassed directly, and
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 317 class is subclassed. The disadvantages of this mode are a (considerable?) 337 it is unlikely that it will be subclassed.
|
/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.
|
D | 2.6b3.rst | 499 python 2.5, this broke code that subclassed Popen to include its own poll
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.1rc1.rst | 131 Prevent builtin types that are not allowed to be subclassed from being 132 subclassed through multiple inheritance.
|
/external/fonttools/Doc/source/designspaceLib/ |
D | readme.rst | 30 The **DesignSpaceDocument** object can be subclassed to work with 328 The DesignSpaceDocument can take subclassed Reader and Writer objects.
|