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

<<11121314151617181920>>

  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
UsbACSelectorUnit.java 35 public UsbACSelectorUnit(int length, byte type, byte subtype, int subClass) {
36 super(length, type, subtype, subClass);
  /libcore/support/src/test/java/tests/support/
Support_TimeZone.java 25 * Sample java.util.TimeZone subclass to test getDSTSavings() and getOffset(long)
70 * return 0 to keep it simple, since this subclass is not used to test this
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/Pei/
StatusCodePei.h 43 subclass that is used to classify the entity as well as an operation.
47 the system. A system may contain multiple entities that match a class/subclass
89 subclass that is used to classify the entity as well as an operation.
93 the system. A system may contain multiple entities that match a class/subclass
118 subclass that is used to classify the entity as well as an operation.
122 the system. A system may contain multiple entities that match a class/subclass
  /frameworks/base/core/java/android/hardware/usb/
UsbInterface.java 54 int Class, int subClass, int protocol) {
59 mSubclass = subClass;
107 * Returns the interface's subclass field.
109 * @return the interface's subclass
172 int subClass = in.readInt();
175 UsbInterface intf = new UsbInterface(id, alternateSetting, name, Class, subClass, protocol);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
DefaultHandler.java 74 * in a subclass to do special translations such as catalog lookups
107 * method in a subclass if they wish to keep track of the notations
129 * method in a subclass to keep track of the unparsed entities
160 * method in a subclass if they wish to store the locator for use
177 * method in a subclass to take specific actions at the beginning
196 * method in a subclass to take specific actions at the end
215 * method in a subclass to take specific actions at the start of
235 * method in a subclass to take specific actions at the end of
254 * method in a subclass to take specific actions at the start of
285 * method in a subclass to take specific actions at the end o
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
OperandTraits.h 30 template <typename SubClass, unsigned ARITY>
32 static Use *op_begin(SubClass* U) {
34 !std::is_polymorphic<SubClass>::value,
38 static Use *op_end(SubClass* U) {
53 template <typename SubClass, unsigned ARITY = 1>
54 struct OptionalOperandTraits : public FixedNumOperandTraits<SubClass, ARITY> {
68 template <typename SubClass, unsigned MINARITY = 0>
70 static Use *op_begin(SubClass* U) {
72 !std::is_polymorphic<SubClass>::value,
76 static Use *op_end(SubClass* U)
    [all...]
InstVisitor.h 31 return static_cast<SubClass*>(this)-> \
42 /// new type for the 'SubClass' template parameter, and "override" visitXXX
80 template<typename SubClass, typename RetTy=void>
92 static_cast<SubClass*>(this)->visit(*Start++);
98 static_cast<SubClass*>(this)->visitModule(M);
102 static_cast<SubClass*>(this)->visitFunction(F);
106 static_cast<SubClass*>(this)->visitBasicBlock(BB);
119 static_assert(std::is_base_of<InstVisitor, SubClass>::value,
127 static_cast<SubClass*>(this)-> \
230 return static_cast<SubClass*>(this)->visitCallSite(&I)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
OperandTraits.h 30 template <typename SubClass, unsigned ARITY>
32 static Use *op_begin(SubClass* U) {
34 !std::is_polymorphic<SubClass>::value,
38 static Use *op_end(SubClass* U) {
53 template <typename SubClass, unsigned ARITY = 1>
54 struct OptionalOperandTraits : public FixedNumOperandTraits<SubClass, ARITY> {
68 template <typename SubClass, unsigned MINARITY = 0>
70 static Use *op_begin(SubClass* U) {
72 !std::is_polymorphic<SubClass>::value,
76 static Use *op_end(SubClass* U)
    [all...]
InstVisitor.h 31 return static_cast<SubClass*>(this)-> \
42 /// new type for the 'SubClass' template parameter, and "override" visitXXX
80 template<typename SubClass, typename RetTy=void>
92 static_cast<SubClass*>(this)->visit(*Start++);
98 static_cast<SubClass*>(this)->visitModule(M);
102 static_cast<SubClass*>(this)->visitFunction(F);
106 static_cast<SubClass*>(this)->visitBasicBlock(BB);
119 static_assert(std::is_base_of<InstVisitor, SubClass>::value,
127 static_cast<SubClass*>(this)-> \
230 return static_cast<SubClass*>(this)->visitCallSite(&I)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
OperandTraits.h 30 template <typename SubClass, unsigned ARITY>
32 static Use *op_begin(SubClass* U) {
34 !std::is_polymorphic<SubClass>::value,
38 static Use *op_end(SubClass* U) {
53 template <typename SubClass, unsigned ARITY = 1>
54 struct OptionalOperandTraits : public FixedNumOperandTraits<SubClass, ARITY> {
68 template <typename SubClass, unsigned MINARITY = 0>
70 static Use *op_begin(SubClass* U) {
72 !std::is_polymorphic<SubClass>::value,
76 static Use *op_end(SubClass* U)
    [all...]
InstVisitor.h 31 return static_cast<SubClass*>(this)-> \
42 /// new type for the 'SubClass' template parameter, and "override" visitXXX
80 template<typename SubClass, typename RetTy=void>
92 static_cast<SubClass*>(this)->visit(*Start++);
98 static_cast<SubClass*>(this)->visitModule(M);
102 static_cast<SubClass*>(this)->visitFunction(F);
106 static_cast<SubClass*>(this)->visitBasicBlock(BB);
119 static_assert(std::is_base_of<InstVisitor, SubClass>::value,
127 static_cast<SubClass*>(this)-> \
230 return static_cast<SubClass*>(this)->visitCallSite(&I)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
OperandTraits.h 30 template <typename SubClass, unsigned ARITY>
32 static Use *op_begin(SubClass* U) {
34 !std::is_polymorphic<SubClass>::value,
38 static Use *op_end(SubClass* U) {
53 template <typename SubClass, unsigned ARITY = 1>
54 struct OptionalOperandTraits : public FixedNumOperandTraits<SubClass, ARITY> {
68 template <typename SubClass, unsigned MINARITY = 0>
70 static Use *op_begin(SubClass* U) {
72 !std::is_polymorphic<SubClass>::value,
76 static Use *op_end(SubClass* U)
    [all...]
InstVisitor.h 31 return static_cast<SubClass*>(this)-> \
42 /// new type for the 'SubClass' template parameter, and "override" visitXXX
80 template<typename SubClass, typename RetTy=void>
92 static_cast<SubClass*>(this)->visit(*Start++);
98 static_cast<SubClass*>(this)->visitModule(M);
102 static_cast<SubClass*>(this)->visitFunction(F);
106 static_cast<SubClass*>(this)->visitBasicBlock(BB);
119 static_assert(std::is_base_of<InstVisitor, SubClass>::value,
127 static_cast<SubClass*>(this)-> \
230 return static_cast<SubClass*>(this)->visitCallSite(&I)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
OperandTraits.h 30 template <typename SubClass, unsigned ARITY>
32 static Use *op_begin(SubClass* U) {
34 !std::is_polymorphic<SubClass>::value,
38 static Use *op_end(SubClass* U) {
53 template <typename SubClass, unsigned ARITY = 1>
54 struct OptionalOperandTraits : public FixedNumOperandTraits<SubClass, ARITY> {
68 template <typename SubClass, unsigned MINARITY = 0>
70 static Use *op_begin(SubClass* U) {
72 !std::is_polymorphic<SubClass>::value,
76 static Use *op_end(SubClass* U)
    [all...]
InstVisitor.h 31 return static_cast<SubClass*>(this)-> \
42 /// new type for the 'SubClass' template parameter, and "override" visitXXX
80 template<typename SubClass, typename RetTy=void>
92 static_cast<SubClass*>(this)->visit(*Start++);
98 static_cast<SubClass*>(this)->visitModule(M);
102 static_cast<SubClass*>(this)->visitFunction(F);
106 static_cast<SubClass*>(this)->visitBasicBlock(BB);
119 static_assert(std::is_base_of<InstVisitor, SubClass>::value,
127 static_cast<SubClass*>(this)-> \
230 return static_cast<SubClass*>(this)->visitCallSite(&I)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
OperandTraits.h 30 template <typename SubClass, unsigned ARITY>
32 static Use *op_begin(SubClass* U) {
34 !std::is_polymorphic<SubClass>::value,
38 static Use *op_end(SubClass* U) {
53 template <typename SubClass, unsigned ARITY = 1>
54 struct OptionalOperandTraits : public FixedNumOperandTraits<SubClass, ARITY> {
68 template <typename SubClass, unsigned MINARITY = 0>
70 static Use *op_begin(SubClass* U) {
72 !std::is_polymorphic<SubClass>::value,
76 static Use *op_end(SubClass* U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
OperandTraits.h 30 template <typename SubClass, unsigned ARITY>
32 static Use *op_begin(SubClass* U) {
34 !std::is_polymorphic<SubClass>::value,
38 static Use *op_end(SubClass* U) {
53 template <typename SubClass, unsigned ARITY = 1>
54 struct OptionalOperandTraits : public FixedNumOperandTraits<SubClass, ARITY> {
68 template <typename SubClass, unsigned MINARITY = 0>
70 static Use *op_begin(SubClass* U) {
72 !std::is_polymorphic<SubClass>::value,
76 static Use *op_end(SubClass* U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
OperandTraits.h 30 template <typename SubClass, unsigned ARITY>
32 static Use *op_begin(SubClass* U) {
34 !std::is_polymorphic<SubClass>::value,
38 static Use *op_end(SubClass* U) {
53 template <typename SubClass, unsigned ARITY = 1>
54 struct OptionalOperandTraits : public FixedNumOperandTraits<SubClass, ARITY> {
68 template <typename SubClass, unsigned MINARITY = 0>
70 static Use *op_begin(SubClass* U) {
72 !std::is_polymorphic<SubClass>::value,
76 static Use *op_end(SubClass* U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
OperandTraits.h 30 template <typename SubClass, unsigned ARITY>
32 static Use *op_begin(SubClass* U) {
34 !std::is_polymorphic<SubClass>::value,
38 static Use *op_end(SubClass* U) {
53 template <typename SubClass, unsigned ARITY = 1>
54 struct OptionalOperandTraits : public FixedNumOperandTraits<SubClass, ARITY> {
68 template <typename SubClass, unsigned MINARITY = 0>
70 static Use *op_begin(SubClass* U) {
72 !std::is_polymorphic<SubClass>::value,
76 static Use *op_end(SubClass* U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
OperandTraits.h 30 template <typename SubClass, unsigned ARITY>
32 static Use *op_begin(SubClass* U) {
34 !std::is_polymorphic<SubClass>::value,
38 static Use *op_end(SubClass* U) {
53 template <typename SubClass, unsigned ARITY = 1>
54 struct OptionalOperandTraits : public FixedNumOperandTraits<SubClass, ARITY> {
68 template <typename SubClass, unsigned MINARITY = 0>
70 static Use *op_begin(SubClass* U) {
72 !std::is_polymorphic<SubClass>::value,
76 static Use *op_end(SubClass* U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
OperandTraits.h 30 template <typename SubClass, unsigned ARITY>
32 static Use *op_begin(SubClass* U) {
34 !std::is_polymorphic<SubClass>::value,
38 static Use *op_end(SubClass* U) {
53 template <typename SubClass, unsigned ARITY = 1>
54 struct OptionalOperandTraits : public FixedNumOperandTraits<SubClass, ARITY> {
68 template <typename SubClass, unsigned MINARITY = 0>
70 static Use *op_begin(SubClass* U) {
72 !std::is_polymorphic<SubClass>::value,
76 static Use *op_end(SubClass* U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
OperandTraits.h 30 template <typename SubClass, unsigned ARITY>
32 static Use *op_begin(SubClass* U) {
34 !std::is_polymorphic<SubClass>::value,
38 static Use *op_end(SubClass* U) {
53 template <typename SubClass, unsigned ARITY = 1>
54 struct OptionalOperandTraits : public FixedNumOperandTraits<SubClass, ARITY> {
68 template <typename SubClass, unsigned MINARITY = 0>
70 static Use *op_begin(SubClass* U) {
72 !std::is_polymorphic<SubClass>::value,
76 static Use *op_end(SubClass* U)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octruntime.swg 94 @deftypefn {Loadable Function} {} subclass()\n\
95 @deftypefnx{Loadable Function} {} subclass(@var{swigclass}, @var{name}, @var{fcn}, @dots{})\n\
96 Subclass a C++ class from within Octave, and provide implementations of its virtual methods.\n\
101 DEFUN_DLD( subclass, args, nargout, subclass_usage ) {
108 error("subclass: cannot subclass object not constructed on octave side");
116 error("subclass: member assignments must be of string,value form");
122 error("subclass: invalid arguments to subclass()");
247 if (!SWIG_Octave_InstallFunction(me, "subclass")) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
Translate.c 83 // (SubClass, RecordNumber) pair
85 for (; !CompareGuid (&(mConversionTable[Index].SubClass), &gZeroGuid); Index++) {
87 &(mConversionTable[Index].SubClass),
96 if (CompareGuid (&(mConversionTable[Index].SubClass), &gZeroGuid)) {
121 // Look at SubClass, Instance, SubInstance and ProducerName for a matching
124 if (CompareGuid (&(StructureNode->SubClass), &(RecordHeader->DataRecordGuid)) &&
140 // Look at SubClass, Instance and ProducerName for a matching node
142 if (CompareGuid (&(StructureNode->SubClass), &(RecordHeader->DataRecordGuid)) &&
176 // Fill in SubClass, Instance, SubInstance and ProducerName
178 CopyMem (&(StructureNode->SubClass), &(RecordHeader->DataRecordGuid), sizeof (EFI_GUID));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 31 return static_cast<SubClass*>(this)-> \
42 /// new type for the 'SubClass' template parameter, and "override" visitXXX
80 template<typename SubClass, typename RetTy=void>
92 static_cast<SubClass*>(this)->visit(*Start++);
98 static_cast<SubClass*>(this)->visitModule(M);
102 static_cast<SubClass*>(this)->visitFunction(F);
106 static_cast<SubClass*>(this)->visitBasicBlock(BB);
119 static_assert(std::is_base_of<InstVisitor, SubClass>::value,
127 static_cast<SubClass*>(this)-> \
230 return static_cast<SubClass*>(this)->visitCallSite(&I)
    [all...]

Completed in 1158 milliseconds

<<11121314151617181920>>