HomeSort by relevance Sort by last modified time
    Searched defs:Category (Results 1 - 22 of 22) sorted by null

  /external/junit/src/org/junit/experimental/categories/
Category.java 23 @Category(SlowTests.class)
29 @Category({SlowTests.class, FastTests.class})
41 public @interface Category {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugType.h 31 const std::string Category;
35 : Name(name), Category(cat), SuppressonSink(false) {}
40 StringRef getCategory() const { return Category; }
PathDiagnostic.h 613 std::string Category;
645 StringRef category);
651 StringRef getCategory() const { return Category; }
  /external/astl/tests/
test_iterator.cpp 71 enum Category {UNKNOWN, INPUT, FORWARD, BIDIRECTIONAL, RANDOM};
74 Category category(_Category) { function in namespace:android
79 Category
80 category<std::input_iterator_tag>(std::input_iterator_tag) { function in namespace:android
85 Category
86 category<std::forward_iterator_tag>(std::forward_iterator_tag) { function in namespace:android
91 Category
92 category<std::bidirectional_iterator_tag>(std::bidirectional_iterator_tag) { function in namespace:android
97 Category
98 category<std::random_access_iterator_tag>(std::random_access_iterator_tag) { function in namespace:android
    [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Category.java 24 * A category is a container for related issues.
30 public final class Category implements Comparable<Category> {
34 private final Category mParent;
37 * Creates a new {@link Category}.
39 * @param parent the name of a parent category, or null
40 * @param name the name of the category
41 * @param explanation an optional explanation of the category
44 private Category(
45 @Nullable Category parent
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
RegisterType.java 43 public final Category category; field in class:RegisterType
46 private RegisterType(Category category, ClassDef type) {
47 assert ((category == Category.Reference || category == Category.UninitRef || category == Category.UninitThis) &
    [all...]
MethodAnalyzer.java 156 RegisterType.getRegisterType(RegisterType.Category.UninitThis,
160 RegisterType.getRegisterType(RegisterType.Category.Reference,
175 RegisterType uninit = RegisterType.getRegisterType(RegisterType.Category.Uninit, null);
429 if (registerType.category == RegisterType.Category.LongLo) {
432 RegisterType.getRegisterType(RegisterType.Category.LongHi, null));
433 } else if (registerType.category == RegisterType.Category.DoubleLo) {
436 RegisterType.getRegisterType(RegisterType.Category.DoubleHi, null));
731 analyze32BitPrimitiveAget(analyzedInstruction, RegisterType.Category.Integer)
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
SymbolCategory.h 100 class Category
117 Category* prev;
118 Category* next;
121 Category(Type pType)
148 Category* m_pFile;
149 Category* m_pLocal;
150 Category* m_pCommon;
151 Category* m_pWeak;
152 Category* m_pGlobal;
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 28 // Diagnostic category computation code.
56 // If the DiagGroup has a category, return it.
61 // check these for a category as well.
70 /// getDiagnosticCategory - Return the category that the specified diagnostic
74 // If the diagnostic is in a group, and that group has a category, use it.
76 // Check the diagnostic's diag group for a category.
82 // If the diagnostic itself has a category, get it.
95 // The zero'th category is "".
102 std::string Category = getDiagnosticCategory(Diags[i], ParentInfo);
103 if (Category.empty()) continue; // Skip diags with no category
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 46 unsigned Category : 5;
71 CATEGORY) \
73 NOWERROR, SHOWINSYSHEADER, CATEGORY, GROUP, \
146 /// getCategoryNumberForDiag - Return the category number that a specified
147 /// DiagID belongs to, or 0 if no category.
150 return Info->Category;
155 // The diagnostic category names.
184 #define CATEGORY(X, ENUM) { X, STR_SIZE(X, uint8_t) },
195 /// getCategoryNameFromID - Given a category ID, return the name of the
196 /// category, an empty string if CategoryID is zero, or null if CategoryID i
    [all...]
  /external/chromium/net/base/
host_resolver_impl.cc 538 enum Category { // Used in HISTOGRAM_ENUMERATION.
545 int category = RESOLVE_MAX; // Illegal value for later DCHECK only. local
550 category = RESOLVE_SUCCESS;
553 category = RESOLVE_SPECULATIVE_SUCCESS;
558 category = RESOLVE_FAIL;
561 category = RESOLVE_SPECULATIVE_FAIL;
568 DCHECK_LT(category, static_cast<int>(RESOLVE_MAX)); // Be sure it was set.
570 UMA_HISTOGRAM_ENUMERATION("DNS.ResolveCategory", category, RESOLVE_MAX);
578 category, RESOLVE_MAX);
579 if (RESOLVE_SUCCESS == category) {
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 593 // Find the class or category class where this property must have
638 ObjCCategoryDecl *Category =
641 // If category for this implementation not found, it is an error which
643 if (!Category)
645 // Look for this property declaration in @implementation's category
646 property = Category->FindPropertyDeclaration(PropertyId);
649 << Category->getDeclName();
    [all...]
SemaOverload.cpp 90 /// category corresponding to the given implicit conversion kind.
94 Category[(int)ICK_Num_Conversion_Kinds] = {
118 return Category[(int)Kind];
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 223 StringRef &Category) {
226 Category = "";
231 Category = In.slice(In.find('[') + 1, In.find(' '));
254 StringRef Class, Category;
255 getObjCClassCategory(SP.getName(), Class, Category);
257 if (Category != "")
258 TheCU->addAccelObjC(Category, Die);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 781 /// DefinedCategoryNames - list of category names in form Class_Category.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1348 milliseconds