HomeSort by relevance Sort by last modified time
    Searched defs:Class (Results 276 - 300 of 427) sorted by null

<<1112131415161718

  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
ExprObjC.h 24 class IdentifierInfo;
25 class ASTContext;
29 class ObjCStringLiteral : public Expr {
60 class ObjCBoolLiteralExpr : public Expr {
94 class ObjCBoxedExpr : public Expr {
139 friend class ASTStmtReader;
144 class ObjCArrayLiteral final
207 friend class ASTStmtReader;
257 class ObjCDictionaryLiteral final
346 friend class ASTStmtReader
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBTypes.h 23 class PDBSymDumper;
24 class PDBSymbol;
26 class IPDBDataStream;
27 template <class T> class IPDBEnumChildren;
28 class IPDBLineNumber;
29 class IPDBRawSymbol;
30 class IPDBSession;
31 class IPDBSourceFile;
38 class PDBSymbolExe
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ExprObjC.h 24 class IdentifierInfo;
25 class ASTContext;
29 class ObjCStringLiteral : public Expr {
60 class ObjCBoolLiteralExpr : public Expr {
94 class ObjCBoxedExpr : public Expr {
139 friend class ASTStmtReader;
144 class ObjCArrayLiteral final
207 friend class ASTStmtReader;
257 class ObjCDictionaryLiteral final
346 friend class ASTStmtReader
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ExprObjC.h 24 class IdentifierInfo;
25 class ASTContext;
29 class ObjCStringLiteral : public Expr {
60 class ObjCBoolLiteralExpr : public Expr {
94 class ObjCBoxedExpr : public Expr {
139 friend class ASTStmtReader;
144 class ObjCArrayLiteral final
207 friend class ASTStmtReader;
257 class ObjCDictionaryLiteral final
346 friend class ASTStmtReader
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ExprObjC.h 24 class IdentifierInfo;
25 class ASTContext;
29 class ObjCStringLiteral : public Expr {
60 class ObjCBoolLiteralExpr : public Expr {
94 class ObjCBoxedExpr : public Expr {
139 friend class ASTStmtReader;
144 class ObjCArrayLiteral final
207 friend class ASTStmtReader;
257 class ObjCDictionaryLiteral final
346 friend class ASTStmtReader
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ExprObjC.h 24 class IdentifierInfo;
25 class ASTContext;
29 class ObjCStringLiteral : public Expr {
60 class ObjCBoolLiteralExpr : public Expr {
94 class ObjCBoxedExpr : public Expr {
139 friend class ASTStmtReader;
144 class ObjCArrayLiteral final
207 friend class ASTStmtReader;
257 class ObjCDictionaryLiteral final
346 friend class ASTStmtReader
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
HostTest.java 85 public class HostTest
100 @Option(name = "class", description = "The JUnit test classes to run, in the format "
101 + "<package>.<class>. eg. \"com.android.foo.Bar\". This field can be repeated.",
112 description = "The jars containing the JUnit test class to run.",
119 "Options to be passed down to the class under test, key and value should be "
120 + "separated by colon \":\"; for example, if class under test supports "
151 CLASS, METHOD;
155 description = "Shard by class or method")
156 private ShardUnit mShardUnit = ShardUnit.CLASS;
300 for (Class<?> classObj : getClasses())
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBiosInterface.h 436 UINT8 Class;
456 UINT8 Class;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBios.h 636 /// The PCI class for this boot device.
638 UINT8 Class;
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 66 assert(BoxingMethod->isClassMethod() && "BoxingMethod must be a class method");
69 // Generate a reference to the class pointer, which will be the receiver.
70 // Assumes that the method was introduced in the class that should be
198 // Generate a reference to the class pointer, which will be the receiver.
203 ObjCInterfaceDecl *Class
206 llvm::Value *Receiver = Runtime.GetClass(*this, Class);
211 Receiver, Args, Class, MethodWithObjects);
313 case ObjCMessageExpr::Class:
315 // It's never necessary for class objects.
391 case ObjCMessageExpr::Class:
    [all...]
CGObjCGNU.cpp 11 // class in this file generates structures used by the GNU Objective-C runtime
42 /// Class that lazily initialises the runtime function. Avoids inserting the
45 class LazyRuntimeFunction {
52 /// Constructor leaves this class uninitialized, because it is intended to
53 /// be used as a field in another class and not all of the types that are
76 /// Overloaded cast operator, allows the class to be implicitly cast to an
93 /// GNU Objective-C runtime code generation. This class implements the parts of
96 class CGObjCGNU : public CGObjCRuntime {
101 /// contains the receiver (object) and the expected class.
302 /// Placeholder for the class. Lots of things refer to the class before we'v
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 124 // a @class NSString; and use that instead. This is to make sure
147 const ObjCInterfaceDecl *Class,
151 S.Diag(Loc, diag::err_undeclared_boxing_method) << Sel << Class->getName();
265 // Look up the NSNumber class, if we haven't done so already. It's cached
618 // Look up the NSValue class, if we haven't done so already. It's cached
    [all...]
SemaCodeComplete.cpp 42 class ResultBuilder {
66 class ShadowMapEntry {
111 class iterator;
303 /// class of the searched context.
346 class ResultBuilder::ShadowMapEntry::iterator {
356 class pointer {
533 // Class template (partial) specializations are never added as results.
    [all...]
SemaDeclObjC.cpp 50 // We ignore protocols here. Should we? What about Class?
70 // Otherwise, we try to compare class types.
86 assert(receiverClass && "method not associated with a class!");
89 // If either class is a subclass of the other, it's fine.
123 // Figure out which class this method is part of, if any.
261 S.Diag(ND->getLocation(), diag::note_previous_decl) << "class";
384 // No need to issue deprecated warning if deprecated mehod in class/category
406 // Only do this if the current class actually has a superclass.
433 // function will reject corrections to that class.
434 class ObjCInterfaceValidatorCCC : public CorrectionCandidateCallback
    [all...]
SemaInit.cpp 212 /// The InitListChecker class contains a set of routines that each
237 class InitListChecker {
402 // Only do this if we're initializing a class type, to avoid filling in
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 10 // This file contains the Base ARM implementation of the TargetInstrInfo class.
688 // There is only 1 A/R class MRS instruction, and it always refers to
689 // APSR. However, there are lots of other possibilities on M-class cores.
889 llvm_unreachable("Unknown reg class!");
914 llvm_unreachable("Unknown reg class!");
931 llvm_unreachable("Unknown reg class!");
    [all...]
  /external/skia/src/sfnt/
SkPanose.h 17 enum class FamilyType : SK_OT_BYTE {
28 enum class SerifStyle : SK_OT_BYTE {
47 enum class Weight : SK_OT_BYTE {
62 enum class Proportion : SK_OT_BYTE {
75 enum class Contrast : SK_OT_BYTE {
91 enum class StrokeVariation : SK_OT_BYTE {
105 enum class StrokeVariation : SK_OT_BYTE {
120 enum class ArmStyle : SK_OT_BYTE {
135 enum class Letterform : SK_OT_BYTE {
154 enum class Midline : SK_OT_BYTE
    [all...]
  /external/skqp/src/sfnt/
SkPanose.h 17 enum class FamilyType : SK_OT_BYTE {
28 enum class SerifStyle : SK_OT_BYTE {
47 enum class Weight : SK_OT_BYTE {
62 enum class Proportion : SK_OT_BYTE {
75 enum class Contrast : SK_OT_BYTE {
91 enum class StrokeVariation : SK_OT_BYTE {
105 enum class StrokeVariation : SK_OT_BYTE {
120 enum class ArmStyle : SK_OT_BYTE {
135 enum class Letterform : SK_OT_BYTE {
154 enum class Midline : SK_OT_BYTE
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp 57 template<class KeyT, class ValueT>
58 class MapVector {
287 InstructionClass Class = GetFunctionClass(F);
288 if (Class != IC_CallOrUser)
289 return Class;
377 /// IsRetain - Test if the the given class is objc_retain or
379 static bool IsRetain(InstructionClass Class) {
380 return Class == IC_Retain ||
381 Class == IC_RetainRV
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
syntax.go 104 func (n *Node) Class() Class { return Class(n.flags.get3(nodeClass)) }
131 func (n *Node) SetClass(b Class) { n.flags.set3(nodeClass, uint8(b)) }
368 // Function names have n.Class() == PFUNC. This distinguishes them
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
syntax.go 104 func (n *Node) Class() Class { return Class(n.flags.get3(nodeClass)) }
131 func (n *Node) SetClass(b Class) { n.flags.set3(nodeClass, uint8(b)) }
368 // Function names have n.Class() == PFUNC. This distinguishes them
    [all...]
  /art/dexlayout/
dex_ir.h 37 class AnnotationItem;
38 class AnnotationsDirectoryItem;
39 class AnnotationSetItem;
40 class AnnotationSetRefList;
41 class CallSiteId;
42 class ClassData;
43 class ClassDef;
44 class CodeItem;
45 class DebugInfoItem;
46 class EncodedAnnotation
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 33 class PragmaHandler;
34 class Scope;
35 class BalancedDelimiterTracker;
36 class CorrectionCandidateCallback;
37 class DeclGroupRef;
38 class DiagnosticBuilder;
39 class Parser;
40 class ParsingDeclRAIIObject;
41 class ParsingDeclSpec;
42 class ParsingDeclarator
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 76 class RefVal {
102 enum class IvarAccessHistory {
384 class RetainSummary {
464 friend class RetainSummaryManager;
473 class ObjCSummaryKey {
518 class ObjCSummaryCache {
557 // FIXME: Class method lookup. Right now we dont' have a good way
558 // of going between IdentifierInfo* and the class hierarchy.
582 class RetainSummaryManager {
767 const ObjCInterfaceDecl *Class = M.getReceiverInterface()
    [all...]
  /external/python/cpython3/Lib/test/
test_inspect.py 63 class IsTestBase(unittest.TestCase):
99 class EqualsToAll:
103 class TestPredicates(IsTestBase):
178 class Future:
184 class NotFuture: pass
199 class CustomGetattr(object):
205 class C(object):
216 class AbstractClassExample(metaclass=ABCMeta):
222 class ClassExample(AbstractClassExample):
236 class TestInterpreterStack(IsTestBase)
    [all...]

Completed in 988 milliseconds

<<1112131415161718