Searched defs:Categories (Results 1 - 11 of 11) sorted by relevance

/external/regex-re2/re2/
H A Dunicode.py274 def Categories(unicode_dir=_UNICODE_DIR): function
/external/mesa3d/src/mesa/main/
H A DAPIspecutil.py269 def Categories(funcname): function
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp44 Strings Categories; member in class:__anon3310::CXLoadedDiagnosticSetImpl
329 TopDiags->Categories[ID] = TopDiags->copyString(Name);
387 D.CategoryText = Category ? TopDiags->Categories[Category] : "";
/external/libxml2/
H A DgenUnicode.py87 # Next process the Categories file. This is more complex, since
103 Categories = {} variable
131 Categories[name].append(value)
134 Categories[name] = [value]
139 Categories[name[0]].append(value)
142 Categories[name[0]] = [value]
147 print "Parsed %d char generating %d categories" % (nbchar, len(Categories.keys()))
153 for cat in Categories.keys():
154 list = Categories[cat]
181 Categories[ca
[all...]
/external/junit/src/main/java/org/junit/experimental/categories/
H A DCategories.java22 * Categories must be annotated on the direct method or class.
59 * @RunWith(Categories.class)
62 * // Note that Categories is a kind of Suite
70 * @RunWith(Categories.class)
79 * @see <a href="https://github.com/junit-team/junit/wiki/Categories">Categories at JUnit wiki</a>
81 public class Categories extends Suite { class in inherits:Suite
306 public Categories(Class<?> klass, RunnerBuilder builder) throws InitializationError { method in class:Categories
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp284 llvm::DenseSet<unsigned> Categories; member in struct:__anon1346::SDiagsWriter::SharedState
541 if (!State->Categories.insert(category).second)
/external/llvm/lib/Support/
H A DCommandLine.cpp2133 void cl::HideUnrelatedOptions(ArrayRef<const cl::OptionCategory *> Categories, argument
2135 auto CategoriesBegin = Categories.begin();
2136 auto CategoriesEnd = Categories.end();
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp315 std::vector<llvm::Constant*> Categories; member in class:__anon1230::CGObjCGNU
1992 Categories.push_back(llvm::ConstantExpr::getBitCast(
2085 Categories.push_back(llvm::ConstantExpr::getBitCast(
2389 if (Classes.empty() && Categories.empty() && ConstantStrings.empty() &&
2437 Classes.size() + Categories.size() + 2);
2508 Categories.size()));
2510 Classes.insert(Classes.end(), Categories.begin(), Categories.end());
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 1074 milliseconds