Searched refs:Categories (Results 1 - 18 of 18) sorted by relevance

/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/regex-re2/re2/
H A Dmake_unicode_groups.py97 for name, codes in unicode.Categories().iteritems():
H A Dunicode.py274 def Categories(unicode_dir=_UNICODE_DIR): function
/external/junit/src/org/junit/experimental/categories/
H A DCategories.java25 * Categories must be annotated on the direct method or class.
56 * @RunWith(Categories.class)
59 * // Note that Categories is a kind of Suite
64 public class Categories extends Suite { class in inherits:Suite
147 public Categories(Class<?> klass, RunnerBuilder builder) method in class:Categories
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp44 Strings Categories; member in class:__anon3044::CXLoadedDiagnosticSetImpl
329 TopDiags->Categories[ID] = TopDiags->copyString(Name);
387 D.CategoryText = Category ? TopDiags->Categories[Category] : "";
/external/mesa3d/src/mesa/main/
H A Des_generator.py606 for categorySpec in apiutil.Categories(funcName):
750 for spec in apiutil.Categories(func):
H A DAPIspecutil.py269 def Categories(funcname): function
/external/regex-re2/re2/testing/
H A Dunicode_test.py172 """Test the Categories function (and the UnicodeDataReader)."""
189 self.categories = unicode.Categories(unicode_dir=_UNICODE_DIR)
/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/ ...
/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/clang/lib/CodeGen/
H A DCGObjCGNU.cpp307 std::vector<llvm::Constant*> Categories; member in class:__anon1133::CGObjCGNU
1982 Categories.push_back(llvm::ConstantExpr::getBitCast(
2075 Categories.push_back(llvm::ConstantExpr::getBitCast(
2382 if (Classes.empty() && Categories.empty() && ConstantStrings.empty() &&
2430 Classes.size() + Categories.size() + 2);
2501 Categories.size()));
2503 Classes.insert(Classes.end(), Categories.begin(), Categories.end());
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp283 llvm::DenseSet<unsigned> Categories; member in struct:__anon1237::SDiagsWriter::SharedState
540 if (!State->Categories.insert(category).second)
/external/llvm/lib/Support/
H A DCommandLine.cpp1843 void cl::HideUnrelatedOptions(ArrayRef<const cl::OptionCategory *> Categories) { argument
1844 auto CategoriesBegin = Categories.begin();
1845 auto CategoriesEnd = Categories.end();
/external/opencv3/modules/java/pure_test/lib/
H A Djunit-4.11.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/clang/lib/Serialization/
H A DASTWriter.cpp3804 RecordData Categories;
3808 unsigned StartIndex = Categories.size();
3813 Categories.push_back(0);
3821 AddDeclRef(*Cat, Categories);
3825 Categories[StartIndex] = Size;
3851 Stream.EmitRecord(OBJC_CATEGORIES, Categories);
/external/llvm/include/llvm/Support/
H A DCommandLine.h1744 /// \param Categories the categories of options to keep displaying.
1749 void HideUnrelatedOptions(ArrayRef<const cl::OptionCategory *> Categories);
/external/libchrome/base/trace_event/
H A Dtrace_event_unittest.cc1193 TEST_F(TraceEventTestFixture, Categories) {

Completed in 1311 milliseconds