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

/external/chromium_org/third_party/libxml/src/
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/chromium_org/third_party/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/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/chromium_org/chrome/tools/build/linux/
H A Dchrome-wrapper65 Categories=Application;Network;WebBrowser;
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp215 llvm::DenseSet<unsigned> Categories; member in struct:__anon16192::SDiagsWriter::SharedState
474 if (State->Categories.count(category))
477 State->Categories.insert(category);
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp41 Strings Categories; member in class:__anon17573::CXLoadedDiagnosticSetImpl
582 if (readString(TopDiags, TopDiags.Categories, "category", Record,
640 D->CategoryText = D->category ? TopDiags.Categories[D->category] : "";
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/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/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/robolectric/lib/main/
H A Djunit-dep-4.8.2.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp300 std::vector<llvm::Constant*> Categories; member in class:__anon16126::CGObjCGNU
1983 Categories.push_back(llvm::ConstantExpr::getBitCast(
2080 Categories.push_back(llvm::ConstantExpr::getBitCast(
2396 if (Classes.empty() && Categories.empty() && ConstantStrings.empty() &&
2442 Classes.size() + Categories.size() + 2);
2512 Categories.size()));
2514 Classes.insert(Classes.end(), Categories.begin(), Categories.end());
/external/clang/lib/Serialization/
H A DASTWriter.cpp3606 RecordData Categories; local
3610 unsigned StartIndex = Categories.size();
3615 Categories.push_back(0);
3623 AddDeclRef(*Cat, Categories);
3627 Categories[StartIndex] = Size;
3654 Stream.EmitRecord(OBJC_CATEGORIES, Categories);
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.cc1037 TEST_F(TraceEventTestFixture, Categories) {

Completed in 663 milliseconds