Home
last modified time | relevance | path

Searched refs:Category (Results 1 – 25 of 59) sorted by relevance

123

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DRegisterType.java43 public final Category category;
46 private RegisterType(Category category, ClassDef type) { in RegisterType()
47 …assert ((category == Category.Reference || category == Category.UninitRef || category == Category.… in RegisterType()
49 …((category != Category.Reference && category != Category.UninitRef && category != Category.UninitT… in RegisterType()
91 public static enum Category { enum in RegisterType
123 protected static Category[][] mergeTable =
187 return getRegisterType(Category.Boolean, null); in getRegisterTypeForType()
189 return getRegisterType(Category.Byte, null); in getRegisterTypeForType()
191 return getRegisterType(Category.Short, null); in getRegisterTypeForType()
193 return getRegisterType(Category.Char, null); in getRegisterTypeForType()
[all …]
DMethodAnalyzer.java156 RegisterType.getRegisterType(RegisterType.Category.UninitThis, in analyze()
160 RegisterType.getRegisterType(RegisterType.Category.Reference, in analyze()
175 RegisterType uninit = RegisterType.getRegisterType(RegisterType.Category.Uninit, null); in analyze()
429 if (registerType.category == RegisterType.Category.LongLo) { in setPostRegisterTypeAndPropagateChanges()
432 RegisterType.getRegisterType(RegisterType.Category.LongHi, null)); in setPostRegisterTypeAndPropagateChanges()
433 } else if (registerType.category == RegisterType.Category.DoubleLo) { in setPostRegisterTypeAndPropagateChanges()
436 RegisterType.getRegisterType(RegisterType.Category.DoubleHi, null)); in setPostRegisterTypeAndPropagateChanges()
731 analyze32BitPrimitiveAget(analyzedInstruction, RegisterType.Category.Integer); in analyzeInstruction()
734 analyze32BitPrimitiveAget(analyzedInstruction, RegisterType.Category.Boolean); in analyzeInstruction()
737 analyze32BitPrimitiveAget(analyzedInstruction, RegisterType.Category.Byte); in analyzeInstruction()
[all …]
DAnalyzedInstruction.java89 RegisterType unknown = RegisterType.getRegisterType(RegisterType.Category.Unknown, null); in AnalyzedInstruction()
288 if (preInstructionDestRegisterType.category != RegisterType.Category.UninitRef &&
289 preInstructionDestRegisterType.category != RegisterType.Category.UninitThis) {
/external/astl/tests/
Dtest_iterator.cpp71 enum Category {UNKNOWN, INPUT, FORWARD, BIDIRECTIONAL, RANDOM}; enum
74 Category category(_Category) { in category()
79 Category
85 Category
91 Category
97 Category
/external/e2fsprogs/intl/
Dlibgettext.h143 # define dcgettext(Domainname, Msgid, Category) \ argument
154 dcgettext__ (Domainname, Msgid, Category); \
160 __result = dcgettext__ (Domainname, Msgid, Category); \
170 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/external/clang/test/CodeGenObjC/
Dpredefined-expr.m11 // CHECK: @"__func__.-[Foo(Category) instanceTestWithCategory]" = private unnamed_addr constant [42…
12 // CHECK: @"__func__.+[Foo(Category) classTestWithCategory]" = private unnamed_addr constant [39 x …
73 @interface Foo (Category) category
76 @implementation Foo (Category) category
Dproperty-category-impl.m11 @interface Foo (Category) <Proto> @end category
13 @implementation Foo (Category) category
Dlink-errors.m18 @interface A (Category) category
/external/clang/test/ASTMerge/Inputs/
Dcategory1.m27 // Category with implementation
34 // Category with implementation
41 // Category with mismatched implementation
Dcategory2.m29 // Category with implementation
36 // Category with implementation
43 // Category with mismatched implementation
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugType.h31 const std::string Category; variable
35 : Name(name), Category(cat), SuppressonSink(false) {} in BugType()
40 StringRef getCategory() const { return Category; } in getCategory()
/external/bison/lib/
Dgettext.h56 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) argument
61 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ argument
Dmain.c28 # define setlocale(Category, Locale) argument
/external/clang/lib/AST/
DDeclObjC.cpp817 for (ObjCCategoryDecl *Category = getCategoryList(); in FindCategoryDeclaration() local
818 Category; Category = Category->getNextClassCategory()) in FindCategoryDeclaration()
819 if (Category->getIdentifier() == CategoryId) in FindCategoryDeclaration()
820 return Category; in FindCategoryDeclaration()
826 for (ObjCCategoryDecl *Category = getCategoryList(); in getCategoryInstanceMethod() local
827 Category; Category = Category->getNextClassCategory()) in getCategoryInstanceMethod()
828 if (ObjCCategoryImplDecl *Impl = Category->getImplementation()) in getCategoryInstanceMethod()
835 for (ObjCCategoryDecl *Category = getCategoryList(); in getCategoryClassMethod() local
836 Category; Category = Category->getNextClassCategory()) in getCategoryClassMethod()
837 if (ObjCCategoryImplDecl *Impl = Category->getImplementation()) in getCategoryClassMethod()
/external/clang/test/SemaObjC/
Dproperty-error-readonly-assign.m35 @interface NSWindow (Category) category
39 @implementation NSWindow (Category) category
Dno-protocol-option-tests.m14 @interface C (Category) <P> @end category
15 @implementation C (Category) @end // no warning with -Wno-protocol category
Dcategory-1.m30 @interface MyClass1 (Category) <p2, p3> @end // expected-warning {{cannot find protocol definition… category
32 @interface UnknownClass (Category) @end // expected-error {{cannot find interface declaration for … category
36 @interface MyClass2 (Category) @end // expected-error {{cannot define category for undefined clas… category
Ddefault-synthesize.m107 @interface C (Category) category
110 @implementation C (Category) // expected-warning {{property 'p' requires method 'p' to be defined}}… category
Dmethod-undef-extension-warn-1.m17 @interface MyClass (Category) category
/external/junit/src/org/junit/experimental/categories/
DCategories.java140 Category annotation= description.getAnnotation(Category.class); in directCategories()
178 if (each.getAnnotation(Category.class) != null) in assertNoDescendantsHaveCategoryAnnotations()
DCategory.java41 public @interface Category { annotation
/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp102 std::string Category = getDiagnosticCategory(Diags[i], ParentInfo); in DiagCategoryIDMap() local
103 if (Category.empty()) continue; // Skip diags with no category. in DiagCategoryIDMap()
105 unsigned &ID = CategoryIDs[Category]; in DiagCategoryIDMap()
109 CategoryStrings.push_back(Category); in DiagCategoryIDMap()
/external/clang/test/Rewriter/
Dmetadata-test-1.m6 @implementation Intf(Category) category
/external/clang/include/clang/Basic/
DDiagnosticCategories.td1 //==--- DiagnosticCategories.td - Diagnostic Category Definitions ---------===//
/external/clang/tools/libclang/
DCXCursor.cpp804 if (ObjCCategoryDecl *Category = dyn_cast<ObjCCategoryDecl>(Container)) { in CollectOverriddenMethodsRecurse() local
818 for (ObjCCategoryDecl::protocol_iterator P = Category->protocol_begin(), in CollectOverriddenMethodsRecurse()
819 PEnd = Category->protocol_end(); in CollectOverriddenMethodsRecurse()
848 for (ObjCCategoryDecl *Category = Interface->getCategoryList(); in CollectOverriddenMethodsRecurse() local
849 Category; Category = Category->getNextClassCategory()) in CollectOverriddenMethodsRecurse()
850 CollectOverriddenMethodsRecurse(TU, Category, Method, Methods, in CollectOverriddenMethodsRecurse()

123