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

1 2

  /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 32 const std::string Category;
36 : Name(name), Category(cat), SuppressonSink(false) {}
41 StringRef getCategory() const { return Category; }
PathDiagnostic.h 669 std::string Category;
684 StringRef category, PathDiagnosticLocation LocationToUnique,
730 StringRef getCategory() const { return Category; }
  /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 161 RegisterType.getRegisterType(RegisterType.Category.UninitThis,
165 RegisterType.getRegisterType(RegisterType.Category.Reference,
180 RegisterType uninit = RegisterType.getRegisterType(RegisterType.Category.Uninit, null);
456 if (registerType.category == RegisterType.Category.LongLo) {
459 RegisterType.getRegisterType(RegisterType.Category.LongHi, null));
460 } else if (registerType.category == RegisterType.Category.DoubleLo) {
463 RegisterType.getRegisterType(RegisterType.Category.DoubleHi, null));
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
SymbolCategory.h 129 class Category
147 Category* prev;
148 Category* next;
151 Category(Type pType)
175 SymbolCategory& add(LDSymbol& pSymbol, Category::Type pTarget);
180 Category* m_pFile;
181 Category* m_pLocal;
182 Category* m_pLocalDyn;
183 Category* m_pCommon;
184 Category* m_pDynamic
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 36 // Diagnostic category computation code.
64 // If the DiagGroup has a category, return it.
69 // check these for a category as well.
78 /// getDiagnosticCategory - Return the category that the specified diagnostic
82 // If the diagnostic is in a group, and that group has a category, use it.
84 // Check the diagnostic's diag group for a category.
90 // If the diagnostic itself has a category, get it.
103 // The zero'th category is "".
110 std::string Category = getDiagnosticCategory(Diags[i], ParentInfo);
111 if (Category.empty()) continue; // Skip diags with no category
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 45 unsigned Category : 5;
70 CATEGORY) \
72 NOWERROR, SHOWINSYSHEADER, CATEGORY, GROUP, \
116 // 1. Add the number of diagnostics in each category preceeding the
117 // diagnostic and of the category the diagnostic is in. This gives us
118 // the offset of the category in the table.
119 // 2. Subtract the number of IDs in each category from our ID. This gives us
120 // the offset of the diagnostic in the category.
126 #define CATEGORY(NAME, PREV) \
131 CATEGORY(DRIVER, COMMON
    [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     [all...]
SemaOverload.cpp 96 /// category corresponding to the given implicit conversion kind.
100 Category[(int)ICK_Num_Conversion_Kinds] = {
124 return Category[(int)Kind];
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 301 StringRef &Category) {
304 Category = "";
309 Category = In.slice(In.find('[') + 1, In.find(' '));
332 StringRef Class, Category;
333 getObjCClassCategory(SP.getName(), Class, Category);
335 if (Category != "")
336 TheCU->addAccelObjC(Category, Die);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [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/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
lint-api.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 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 
  /prebuilts/sdk/tools/lib/
lint_api.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 661 milliseconds

1 2