HomeSort by relevance Sort by last modified time
    Searched full:subclass (Results 151 - 175 of 6336) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
UsbACAudioStreamEndpoint.java 27 public UsbACAudioStreamEndpoint(int length, byte type, int subclass) {
28 super(length, type, subclass);
UsbMSMidiHeader.java 28 public UsbMSMidiHeader(int length, byte type, byte subtype, int subclass) {
29 super(length, type, subtype, subclass);
UsbMSMidiInputJack.java 28 UsbMSMidiInputJack(int length, byte type, byte subtype, int subclass) {
29 super(length, type, subtype, subclass);
UsbMSMidiOutputJack.java 28 public UsbMSMidiOutputJack(int length, byte type, byte subtype, int subclass) {
29 super(length, type, subtype, subclass);
  /frameworks/support/leanback/src/main/java/androidx/leanback/database/
CursorMapper.java 27 * Called once when the associated {@link Cursor} is changed. A subclass
34 * A subclass should implement this method to create a single object using
  /frameworks/support/leanback/src/main/java/androidx/leanback/media/
PlaybackGlue.java 27 * Base class for abstraction of media play/pause feature. A subclass of PlaybackGlue will contain
29 * PlaybackGlue subclass, associated it with a {@link PlaybackGlueHost}. {@link PlaybackGlueHost}
201 * This method is called when {@link PlaybackGlueHost is started. Subclass may override.
207 * This method is called when {@link PlaybackGlueHost is stopped. Subclass may override.
213 * This method is called when {@link PlaybackGlueHost is resumed. Subclass may override.
219 * This method is called when {@link PlaybackGlueHost is paused. Subclass may override.
225 * This method is called attached to associated {@link PlaybackGlueHost}. Subclass may override
261 * different {@link PlaybackGlue} or {@link PlaybackGlueHost} is destroyed . Subclass may
SurfaceHolderGlueHost.java 22 * Optional interface to be implemented by any subclass of {@link PlaybackGlueHost} that contains
23 * a {@link android.view.SurfaceView}. This will allow subclass of {@link PlaybackGlue} to setup
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
NewInstanceTagTest.java 52 * Test ClassType.NewInstance of a subclass of java.lang.Object returns JT_OBJECT tag.
69 * Test ClassType.NewInstance of a subclass of java.lang.ClassLoader returns
72 * Note: we use a subclass only because java.lang.ClassLoader is an abstract
90 * Test ClassType.NewInstance of a subclass of java.lang.Thread returns
119 * Test ClassType.NewInstance of a subclass of java.lang.ThreadGroup returns
  /external/skia/include/core/
SkDrawLooper.h 27 and something is drawn to a canvas with that paint, the looper subclass will
38 * Subclasses of SkDrawLooper should create a subclass of this object to
39 * hold state specific to their subclass.
71 * in the drawing pipeline. If a subclass can support this feature it must
75 * the parent's bounding rect the subclass must fill in and return the
  /external/skqp/include/core/
SkDrawLooper.h 27 and something is drawn to a canvas with that paint, the looper subclass will
38 * Subclasses of SkDrawLooper should create a subclass of this object to
39 * hold state specific to their subclass.
71 * in the drawing pipeline. If a subclass can support this feature it must
75 * the parent's bounding rect the subclass must fill in and return the
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
Thunk.h 42 // Data Hub Data Records of certain SubClass and RecordNumber
78 // Data Hub Data Record's SubClass and RecordNumber
80 EFI_GUID SubClass;
107 EFI_GUID SubClass;
129 EFI_GUID SubClass;
318 @param SubClassGuid The guid of subclass for linked SMBIOS record.
336 @param SubClass the SubClass
346 IN EFI_GUID *SubClass,
412 Field Filling Function for Processor SubClass record type 6 -- ProcessorID.
    [all...]
  /external/python/cpython3/Doc/library/
abc.rst 44 .. method:: register(subclass)
46 Register *subclass* as a "virtual subclass" of this ABC. For
60 Returns the registered subclass, to allow usage as a class decorator.
68 .. method:: __subclasshook__(subclass)
72 Check whether *subclass* is considered a subclass of this ABC. This means
75 subclass of the ABC. (This class method is called from the
79 it returns ``True``, the *subclass* is considered a subclass of this ABC
    [all...]
  /external/webrtc/webrtc/base/
signalthread.h 33 // The subclass should override DoWork() to perform the background task. By
73 // Context: Main Thread. Subclass should override to do pre-work setup.
76 // Context: Worker Thread. Subclass should override to do work.
79 // Context: Worker Thread. Subclass should call periodically to
83 // Context: Worker Thread. Subclass should override when extra work is
87 // Context: Main Thread. Subclass should override to do post-work cleanup.
90 // Context: Any Thread. If subclass overrides, be sure to call the base
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DetailsOverviewLogoPresenter.java 16 * specify a fixed size and/or specify a scapeType, subclass should change ImageView's layout params
19 * Subclass may override and has its own image view. Subclass may also download image from URL
20 * instead of using {@link DetailsOverviewRow#getImageDrawable()}. It's subclass's responsibility to
79 * {@link R.layout#lb_fullwidth_details_overview_logo}. Subclass may override this method to use
117 * Returns true if the logo view is bound to image. Subclass may override. The default
119 * If subclass of DetailsOverviewLogoPresenter manages its own image drawable, it should
  /external/protobuf/objectivec/google/protobuf/
Wrappers.pbobjc.m 43 // in +initialize for each subclass.
86 // in +initialize for each subclass.
129 // in +initialize for each subclass.
172 // in +initialize for each subclass.
215 // in +initialize for each subclass.
258 // in +initialize for each subclass.
300 // in +initialize for each subclass.
343 // in +initialize for each subclass.
386 // in +initialize for each subclass.
  /art/test/139-register-natives/src/
Main.java 25 // Test that a subclass' method is registered instead of a superclass' method.
33 // Test that a superclass' method is registered if the subclass doesn't have a matching method.
41 // Test that registration fails if the subclass has a matching non-native method.
  /external/kernel-headers/original/uapi/linux/usb/
cdc.h 315 * CDC NCM NTB parameters structure, CDC NCM subclass 6.2.1
335 * CDC NCM transfer headers, CDC NCM subclass 3.2
358 * CDC NCM datagram pointers, CDC NCM subclass 3.3
401 /* CDC NCM subclass 3.2.1 and 3.2.2 */
405 /* CDC NCM subclass 3.3.3 Datagram Formatting */
409 /* CDC NCM subclass 4.2 NCM Communications Interface Protocol Code */
413 /* CDC NCM subclass 5.2.1 NCM Functional Descriptor, bmNetworkCapabilities */
421 /* CDC NCM subclass Table 6-3: NTB Parameter Structure */
425 /* CDC NCM subclass Table 6-3: NTB Parameter Structure */
429 /* CDC NCM subclass 6.2.5 SetNtbFormat *
    [all...]
  /external/proguard/src/proguard/classfile/util/
ClassSubHierarchyInitializer.java 28 * of their superclass. These subclass lists make it more convenient to travel
70 private void addSubclass(Clazz subclass, Clazz clazz)
74 clazz.addSubClass(subclass);
  /libcore/luni/src/main/java/org/xml/sax/
HandlerBase.java 62 * in a subclass to do special translations such as catalog lookups
93 * method in a subclass if they wish to keep track of the notations
112 * method in a subclass to keep track of the unparsed entities
140 * method in a subclass if they wish to store the locator for use
157 * method in a subclass to take specific actions at the beginning
176 * method in a subclass to take specific actions at the beginning
195 * method in a subclass to take specific actions at the start of
216 * method in a subclass to take specific actions at the end of
282 * method in a subclass to take specific actions for each
311 * may override this method in a subclass to take specific action
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
cdc.h 284 * CDC NCM NTB parameters structure, CDC NCM subclass 6.2.1
304 * CDC NCM transfer headers, CDC NCM subclass 3.2
327 * CDC NCM datagram pointers, CDC NCM subclass 3.3
365 /* CDC NCM subclass 3.2.1 and 3.2.2 */
369 /* CDC NCM subclass 3.3.3 Datagram Formatting */
373 /* CDC NCM subclass 4.2 NCM Communications Interface Protocol Code */
377 /* CDC NCM subclass 5.2.1 NCM Functional Descriptor, bmNetworkCapabilities */
385 /* CDC NCM subclass Table 6-3: NTB Parameter Structure */
389 /* CDC NCM subclass Table 6-3: NTB Parameter Structure */
393 /* CDC NCM subclass 6.2.5 SetNtbFormat *
    [all...]
  /art/test/048-reflect-v8/src/
UserSub2.java 17 // This calendar subsumes anything else we would've normally gotten from the subclass.
  /art/test/508-referrer-method/src/
Main.java 17 // Main needs to be a subclass that has access to the
  /art/test/508-referrer-method/src/p1/
InPackage.java 21 // Call must be through a public subclass of the holder
  /art/test/VerifierDeps/
MySimpleTimeZone.smali 19 # Define foo() as a final method. It is used by the MyErroneousTimeZone subclass
  /art/tools/dexfuzz/src/dexfuzz/program/
MBranchInsn.java 20 * A subclass of the MInsn, that tracks its target instruction.

Completed in 3058 milliseconds

1 2 3 4 5 67 8 91011>>