Home
last modified time | relevance | path

Searched refs:subclasses (Results 1 – 25 of 78) sorted by relevance

1234

/external/proguard/src/proguard/classfile/visitor/
DSubclassFilter.java74 private boolean present(Clazz[] subclasses) in present() argument
76 if (subclasses == null) in present()
81 for (int index = 0; index < subclasses.length; index++) in present()
83 if (subclasses[index].equals(subclass)) in present()
/external/doclava/res/assets/templates/
Dclass.cs29 <?cs if:inhattrs || inhconstants || inhfields || inhmethods || (!class.subclasses.hidden &&
30 (subcount(class.subclasses.direct) || subcount(class.subclasses.indirect))) ?>
142 <?cs if:subcount(class.subclasses.direct) && !class.subclasses.hidden ?>
145 <?cs call:expandable_class_list("subclasses-direct", class.subclasses.direct, "list") ?>
149 <?cs if:subcount(class.subclasses.indirect) && !class.subclasses.hidden ?>
152 <?cs call:expandable_class_list("subclasses-indirect", class.subclasses.indirect, "list") ?>
/external/clang/test/Analysis/
Dsuperclass.m156 // Do warn for UIResponder subclasses that don't call super
166 // Do not warn for UIResponder subclasses that do the right thing
176 // Do warn for NSResponder subclasses that don't call super
187 // Do not warn for NSResponder subclasses that do the right thing
200 // Do warn for NSDocument subclasses that don't call super
211 // Do not warn for NSDocument subclasses that do the right thing
/external/libffi/src/x86/
Dffi64.c172 enum x86_64_reg_class subclasses[MAX_CLASSES]; in classify_argument() local
188 num = classify_argument (*ptr, subclasses, byte_offset % 8); in classify_argument()
195 merge_classes (subclasses[i], classes[i + pos]); in classify_argument()
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format3rc/
DRangeMethodsSuper.smali31 …#add something extra, to make the test fail if this method is called instead of the subclasses's m…
/external/smali/smali-integration-tests/src/test/smali/jumbo-method-tests/
DzzzRangeMethodsSuper_autofix.smali60 …#add something extra, to make the test fail if this method is called instead of the subclasses's m…
/external/llvm/docs/HistoricalNotes/
D2002-06-25-MegaPatchInfo.txt66 of pointers, and that Pass subclasses now all receive references to Values
/external/eigen/doc/
DI03_InsideEigenExample.dox153 Since MatrixBase is the common base class of different subclasses, the aspects that depend on the s…
157 Here, what we want is to have a single class MatrixBase as the base of many subclasses, in such a w…
161 …e Subclass inherit MatrixBase\<Subclass\>. The point is that different subclasses inherit differen…
163 …class MatrixBase, and have only the bare minimum in the subclasses. If you look at the subclasses
195 …rc/Core/util/ForwardDeclarations.h, we declared (not defined!) all our subclasses, like Matrix, an…
/external/chromium/chrome/browser/ui/cocoa/
Ddraggable_button.mm220 // Must be overridden by subclasses.
/external/llvm/docs/
DWritingAnLLVMPass.rst17 All LLVM passes are subclasses of the `Pass
135 <writing-an-llvm-pass-FunctionPass>`. The different builtin pass subclasses
344 subclasses, no optimization can be done for their execution.
386 To be explicit, CallGraphSCCPass subclasses are:
447 In contrast to ``ModulePass`` subclasses, `FunctionPass
448 <http://llvm.org/doxygen/classllvm_1_1Pass.html>`_ subclasses do have a
455 To be explicit, ``FunctionPass`` subclasses are not allowed to:
528 ``LoopPass`` subclasses are allowed to update loop nest using ``LPPassManager``
582 ``RegionPass`` subclasses are allowed to update the region tree by using the
1235 ``MachinePassRegistry`` class and subclasses of ``MachinePassRegistryNode``.
DHowToSetUpLLVMStyleRTTI.rst101 instances of exactly that class (only subclasses). See `Concrete Bases
355 Then, adding new subclasses is easy:
DTableGenFundamentals.rst420 specification of default values for their subclasses, allowing the subclasses to
448 the ``V`` field for all of its subclasses:
DProgrammersManual.rst1296 ``Value*``\ s (or subclasses) to another type. When a Value is deleted or
2412 ``Type`` cannot be instantiated directly but only through its subclasses.
2414 ``DoubleType``) have hidden subclasses. They are hidden because they offer no
2416 themselves from other subclasses of ``Type``.
2418 All other types are subclasses of ``DerivedType``. Types can be named, but this
2736 represent a specific type of instruction, one of many subclasses of
2739 Because the ``Instruction`` class subclasses the User_ class, its operands can
2760 This subclasses represents all two operand instructions whose operands must be
2811 The ``Constant`` class and subclasses
3048 class. Like functions, ``GlobalVariable``\ s are also subclasses of
DWritingAnLLVMBackend.rst420 a ``Register`` subclass, ``SparcReg``, and further subclasses: ``Ri``, ``Rf``,
422 feature common to these subclasses. Note the use of "``let``" expressions to
449 utilize these subclasses of ``Register``, such as:
/external/oprofile/libpp/
Dxml_utils.cpp284 size_t subclasses = 0; in build_subclasses() local
323 str << "c" << subclasses++; in build_subclasses()
/external/antlr/antlr-3.4/runtime/Ruby/
DHistory.txt94 - CommonTokenStream and subclasses can now also accept another CommonTokenStream
/external/chromium/chrome/browser/ui/cocoa/translate/
Dtranslate_infobar_base.mm241 // Do nothing by default, should be implemented by subclasses.
602 // checked in the subclasses.
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.css309 /* adjustments for in/direct subclasses tables */
310 .jd-sumtable-subclasses {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRStringStream.m184 // Override this in subclasses if you want to avoid the overhead of automatic line/pos
/external/chromium/chrome/browser/cocoa/
Dinstall_from_dmg.mm40 // Just like ScopedCFTypeRef but for io_object_t and subclasses.
/external/clang/docs/
DInternalsManual.rst792 The ``Type`` class and its subclasses
795 The ``Type`` class (and its subclasses) are an important part of the AST.
949 --- are represented as subclasses of Clang's common ``NamedDecl`` class,
1312 subclasses ``Stmt``, which includes simple expressions. Control-flow graphs
1445 pointers to subclasses of ``Expr`` can appear in the list of statements in a
1446 block, and not just subclasses of ``Stmt`` that refer to proper C statements.
1596 subclasses. ``InheritableAttr`` means that the attribute also applies to
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DBaseRecognizer.as35 /** reset the parser's state; subclasses must rewinds the input stream */
345 * The DebugParser subclasses this to fire events to the listenter.
/external/chromium/chrome/browser/tab_contents/
Dtab_contents_view_mac.mm247 // all subclasses. http://crbug.com/21875
/external/protobuf/
DCHANGES.txt278 subclasses actually implement.
/external/webkit/Source/WebKit/mac/Plugins/
DWebBaseNetscapePluginView.mm226 // Methods that subclasses must override

1234