Searched
full:subclass (Results
601 -
625 of
6336) sorted by null
<<21222324252627282930>>
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
FilterFactory.java | 114 // Make sure this is a Filter subclass 119 + "' which is not a subclass of Filter!");
|
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
Usb10ASFormatI.java | 36 public Usb10ASFormatI(int length, byte type, byte subtype, byte formatType, int subclass) { 37 super(length, type, subtype, formatType, subclass);
|
Usb10ASFormatII.java | 41 public Usb10ASFormatII(int length, byte type, byte subtype, byte formatType, int subclass) { 42 super(length, type, subtype, formatType, subclass);
|
Usb20ASGeneral.java | 44 public Usb20ASGeneral(int length, byte type, byte subtype, int subclass) { 45 super(length, type, subtype, subclass);
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
UnrefedBitmapCache.java | 26 * This subclass provides custom pool behavior. The pool can be set to block on {@link #poll()} if 31 * This subclass provides custom cache behavior. Null values can be cached. Later,
|
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/ |
package-info.java | 25 * subclass of an ObjectAdapter to iterate over any existing Object hierarchy. 62 * define a custom subclass of {@link androidx.leanback.widget.Row} and
|
/libcore/luni/src/main/java/org/xml/sax/ |
SAXException.java | 20 * application writer can subclass it to provide additional 30 * {@link org.xml.sax.SAXParseException SAXParseException} subclass.</p>
|
/packages/apps/Email/tests/src/com/android/email/ |
TestUtils.java | 61 * Run {@code runnable} and fails if it doesn't throw a {@code expectedThrowable} or a subclass 91 // Throw RuntimeException, which is not a subclass of Error.
|
/packages/apps/ExactCalculator/docs/ |
implementation-overview.html | 43 <p><b>CalculatorText.java</b> is the TextView subclass used to display the formula.</p> 45 <p><b>CalculatorResult.java</b> is the TextView subclass used to display the result. It handles
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
Token.java | 78 * can create and return subclass objects based on the value of ofKind. 80 * For example, if you have a subclass of Token called IDToken that
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/ |
Token.java | 78 * can create and return subclass objects based on the value of ofKind. 80 * For example, if you have a subclass of Token called IDToken that
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/ |
Token.java | 78 * can create and return subclass objects based on the value of ofKind. 80 * For example, if you have a subclass of Token called IDToken that
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
errors.py | 22 feels a need to subclass Distribution) is found not to be holding 53 C files on a platform not supported by a CCompiler subclass."""
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
errors.py | 22 feels a need to subclass Distribution) is found not to be holding 53 C files on a platform not supported by a CCompiler subclass."""
|
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/ |
gtest_throw_on_failure_ex_test.cc | 51 // Tests that an assertion failure throws a subclass of 63 // A failed assertion should throw a subclass of std::runtime_error.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
errors.py | 22 feels a need to subclass Distribution) is found not to be holding 53 C files on a platform not supported by a CCompiler subclass."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
errors.py | 22 feels a need to subclass Distribution) is found not to be holding 53 C files on a platform not supported by a CCompiler subclass."""
|
/test/vts/testcases/template/param_test/ |
param_test.py | 46 """Initialize test parameters. Expected to be overridden by a subclass.""" 52 expected to be overridden by a subclass.
|
/art/test/425-invoke-super/src/ |
Main.java | 52 c = Class.forName("SubClass");
|
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/ |
AttractionsRecyclerView.java | 25 * Simple RecyclerView subclass that supports providing an empty view (which
|
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/ |
AttractionsRecyclerView.java | 25 * Simple RecyclerView subclass that supports providing an empty view (which
|
/development/samples/VoiceRecognitionService/ |
_index.html | 5 sample voice recognition service</a> (a subclass of
|
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/ |
AttractionsRecyclerView.java | 25 * Simple RecyclerView subclass that supports providing an empty view (which
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
ATokenStream.h | 37 * subclass it, but you can also just pass any old pointer to ANTLRTokenBuffer
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
ATokenStream.h | 37 * subclass it, but you can also just pass any old pointer to ANTLRTokenBuffer
|
Completed in 2060 milliseconds
<<21222324252627282930>>