OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subclassing
(Results
1 - 25
of
213
) sorted by null
1
2
3
4
5
6
7
8
9
/external/nanohttpd/samples/src/main/java/fi/iki/elonen/
HelloServer.java
6
* An example of
subclassing
NanoHTTPD to make a custom HTTP server.
/development/samples/TtsEngine/
_index.html
12
by
subclassing
the
/external/okhttp/okio/okio/src/main/java/okio/
ForwardingSink.java
20
/** A {@link Sink} which forwards calls to another. Useful for
subclassing
. */
ForwardingSource.java
20
/** A {@link Source} which forwards calls to another. Useful for
subclassing
. */
ForwardingTimeout.java
21
/** A {@link Timeout} which forwards calls to another. Useful for
subclassing
. */
/libcore/luni/src/main/java/java/nio/charset/spi/
CharsetProvider.java
27
* Constructor for
subclassing
with concrete types.
/libcore/luni/src/main/java/java/io/
OutputStream.java
36
* <h3>
Subclassing
OutputStream</h3>
37
* Subclasses that decorate another output stream should consider
subclassing
/external/icu/icu4c/source/common/
chariter.cpp
85
// but these implementations make
subclassing
a little easier
/external/jmonkeyengine/engine/src/core/checkers/quals/
SubtypeOf.java
9
* procedurally by
subclassing
{@link checkers.types.QualifierHierarchy} or
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
GeneratorStrategy.java
23
* it is loaded. Typically this will be accomplished by
subclassing
/external/chromium-trace/trace-viewer/tracing/tracing/ui/base/
ui.html
59
*
subclassing
by passing in opt_parentConstructor, this is used for
60
* debugging. If not
subclassing
, then it is the tag name that will be
64
* element, if
subclassing
is desired. If provided, the parent class must
/external/mesa3d/src/egl/main/
README.txt
66
Subclassing
:
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractMailActivity.java
33
* <p>This class is abstract to allow many other activities to be quickly created by
subclassing
/sdk/eclipse/
dictionary.txt
292
subclassing
/frameworks/base/core/java/android/os/
Vibrator.java
37
* @hide to prevent
subclassing
from outside of the framework
44
* @hide to prevent
subclassing
from outside of the framework
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
OrderedHashSet.java
37
* I need the replace/set-element-i functionality so I'm
subclassing
/external/emma/ant/ant15/com/vladium/emma/ant/
IANTVersion.java
34
private _ANTVersion () { /* prevent
subclassing
*/ }
/external/emma/core/java12/com/vladium/emma/rt/
RTSettings.java
41
private RTSettings () {} // prevent
subclassing
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
AttributeElementFactory.java
33
private AttributeElementFactory () {} // prevent
subclassing
/external/emma/core/java12/com/vladium/util/
IntegerFactory.java
47
private IntegerFactory () {} // prevent
subclassing
/external/emma/core/java12/com/vladium/util/asserts/
$assert.java
57
private $assert () {} // prevent
subclassing
/external/emma/core/java14/com/vladium/util/
IJREVersion.java
54
private _JREVersion () {} // prevent
subclassing
/external/icu/icu4c/source/common/unicode/
listformatter.h
59
* The ListFormatter class is not intended for public
subclassing
.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Measure.java
23
* (However,
subclassing
is discouraged.)
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
Visitor.java
58
// for
subclassing
Completed in 621 milliseconds
1
2
3
4
5
6
7
8
9