/external/proguard/src/proguard/classfile/visitor/ |
D | SubclassFilter.java | 74 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/ |
D | class.cs | 29 <?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/ |
D | superclass.m | 156 // 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/ |
D | ffi64.c | 172 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/ |
D | RangeMethodsSuper.smali | 31 …#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/ |
D | zzzRangeMethodsSuper_autofix.smali | 60 …#add something extra, to make the test fail if this method is called instead of the subclasses's m…
|
/external/llvm/docs/HistoricalNotes/ |
D | 2002-06-25-MegaPatchInfo.txt | 66 of pointers, and that Pass subclasses now all receive references to Values
|
/external/eigen/doc/ |
D | I03_InsideEigenExample.dox | 153 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/ |
D | draggable_button.mm | 220 // Must be overridden by subclasses.
|
/external/llvm/docs/ |
D | WritingAnLLVMPass.rst | 17 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``.
|
D | HowToSetUpLLVMStyleRTTI.rst | 101 instances of exactly that class (only subclasses). See `Concrete Bases 355 Then, adding new subclasses is easy:
|
D | TableGenFundamentals.rst | 420 specification of default values for their subclasses, allowing the subclasses to 448 the ``V`` field for all of its subclasses:
|
D | ProgrammersManual.rst | 1296 ``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
|
D | WritingAnLLVMBackend.rst | 420 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/ |
D | xml_utils.cpp | 284 size_t subclasses = 0; in build_subclasses() local 323 str << "c" << subclasses++; in build_subclasses()
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
D | History.txt | 94 - CommonTokenStream and subclasses can now also accept another CommonTokenStream
|
/external/chromium/chrome/browser/ui/cocoa/translate/ |
D | translate_infobar_base.mm | 241 // Do nothing by default, should be implemented by subclasses. 602 // checked in the subclasses.
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-docs.css | 309 /* adjustments for in/direct subclasses tables */ 310 .jd-sumtable-subclasses {
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRStringStream.m | 184 // Override this in subclasses if you want to avoid the overhead of automatic line/pos
|
/external/chromium/chrome/browser/cocoa/ |
D | install_from_dmg.mm | 40 // Just like ScopedCFTypeRef but for io_object_t and subclasses.
|
/external/clang/docs/ |
D | InternalsManual.rst | 792 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/ |
D | BaseRecognizer.as | 35 /** 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/ |
D | tab_contents_view_mac.mm | 247 // all subclasses. http://crbug.com/21875
|
/external/protobuf/ |
D | CHANGES.txt | 278 subclasses actually implement.
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebBaseNetscapePluginView.mm | 226 // Methods that subclasses must override
|