Home
last modified time | relevance | path

Searched refs:Category (Results 1 – 25 of 216) sorted by relevance

123456789

/external/clang/lib/Basic/
DSanitizerBlacklist.cpp23 StringRef Category) const { in isBlacklistedGlobal()
24 return SCL->inSection("global", GlobalName, Category); in isBlacklistedGlobal()
28 StringRef Category) const { in isBlacklistedType()
29 return SCL->inSection("type", MangledTypeName, Category); in isBlacklistedType()
37 StringRef Category) const { in isBlacklistedFile()
38 return SCL->inSection("src", FileName, Category); in isBlacklistedFile()
42 StringRef Category) const { in isBlacklistedLocation()
44 isBlacklistedFile(SM.getFilename(SM.getFileLoc(Loc)), Category); in isBlacklistedLocation()
/external/icu/icu4c/source/common/
Dpluralmap.h27 enum Category { enum
43 static Category toCategory(const char *categoryName);
50 static Category toCategory(const UnicodeString &categoryName);
56 static const char *getCategoryName(Category category);
137 const T *next(Category &index) const { in next()
142 index = static_cast<Category>(idx); in next()
146 index = static_cast<Category>(idx); in next()
153 T *nextMutable(Category &index) { in nextMutable()
171 const T &get(Category v) const { in get()
206 Category category, in getMutable()
[all …]
Dpluralmap.cpp16 PluralMapBase::Category
20 return static_cast<Category>(i); in toCategory()
26 PluralMapBase::Category
34 const char *PluralMapBase::getCategoryName(Category c) { in getCategoryName()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCECalendar.java13 import android.icu.util.ULocale.Category;
58 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
68 this(zone, ULocale.getDefault(Category.FORMAT)); in CECalendar()
129 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
140 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
159 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
DPersianCalendar.java14 import android.icu.util.ULocale.Category;
111 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar()
126 this(zone, ULocale.getDefault(Category.FORMAT)); in PersianCalendar()
205 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar()
225 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar()
254 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar()
DIndianCalendar.java14 import android.icu.util.ULocale.Category;
148 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar()
159 this(zone, ULocale.getDefault(Category.FORMAT)); in IndianCalendar()
216 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar()
233 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar()
261 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar()
DDangiCalendar.java12 import android.icu.util.ULocale.Category;
91 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in DangiCalendar()
104 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in DangiCalendar()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCECalendar.java12 import com.ibm.icu.util.ULocale.Category;
57 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
67 this(zone, ULocale.getDefault(Category.FORMAT)); in CECalendar()
128 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
139 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
158 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
DPersianCalendar.java13 import com.ibm.icu.util.ULocale.Category;
109 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar()
124 this(zone, ULocale.getDefault(Category.FORMAT)); in PersianCalendar()
203 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar()
223 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar()
252 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar()
DIndianCalendar.java13 import com.ibm.icu.util.ULocale.Category;
163 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar()
175 this(zone, ULocale.getDefault(Category.FORMAT)); in IndianCalendar()
237 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar()
255 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar()
284 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar()
/external/clang/include/clang/Basic/
DSanitizerBlacklist.h34 StringRef Category = StringRef()) const;
36 StringRef Category = StringRef()) const;
39 StringRef Category = StringRef()) const;
41 StringRef Category = StringRef()) const;
/external/clang/lib/Tooling/
DCommonOptionsParser.cpp96 int &argc, const char **argv, cl::OptionCategory &Category, in CommonOptionsParser() argument
101 cl::Optional, cl::cat(Category)); in CommonOptionsParser()
105 cl::cat(Category)); in CommonOptionsParser()
110 cl::cat(Category)); in CommonOptionsParser()
115 cl::cat(Category)); in CommonOptionsParser()
117 cl::HideUnrelatedOptions(Category); in CommonOptionsParser()
/external/llvm/lib/Support/
DSpecialCaseList.cpp108 StringRef Category = SplitRegexp.second; in parse() local
112 Entries[Prefix][Category].Strings.insert(Regexp); in parse()
132 if (!Regexps[Prefix][Category].empty()) in parse()
133 Regexps[Prefix][Category] += "|"; in parse()
134 Regexps[Prefix][Category] += "^" + Regexp + "$"; in parse()
158 StringRef Category) const { in inSection()
162 StringMap<Entry>::const_iterator II = I->second.find(Category); in inSection()
/external/webrtc/webrtc/modules/video_capture/windows/
Dhelp_functions_ds.cc68 IPin* GetOutputPin(IBaseFilter* filter, REFGUID Category) in GetOutputPin() argument
86 if (Category == GUID_NULL || PinMatchesCategory(pin, Category)) in GetOutputPin()
99 BOOL PinMatchesCategory(IPin *pPin, REFGUID Category) in PinMatchesCategory() argument
112 bFound = (PinCategory == Category); in PinMatchesCategory()
/external/bison/lib/
Dgettext.h71 # define dcgettext(Domainname, Msgid, Category) \ argument
72 ((void) (Category), dgettext (Domainname, Msgid))
82 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ argument
83 ((void) (Category), dngettext (Domainname, Msgid1, Msgid2, N))
126 #define dcpgettext(Domainname, Msgctxt, Msgid, Category) \ argument
127 pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category)
137 #define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \ argument
138 npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
/external/icu/icu4c/source/i18n/
Dpluralaffix.cpp38 PluralMapBase::Category index = PluralMapBase::NONE; in appendUChar()
48 PluralMapBase::Category index = PluralMapBase::NONE; in append()
58 PluralMapBase::Category index = PluralMapBase::NONE; in append()
71 PluralMapBase::Category index = PluralMapBase::NONE; in append()
96 PluralMapBase::Category index = PluralMapBase::OTHER; in hasMultipleVariants()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DULocaleTest.java14 import com.ibm.icu.util.ULocale.Category;
808 ULocale dispLoc = ULocale.getDefault(Category.DISPLAY); in testGetDefaultCategory()
810 ULocale formLoc = ULocale.getDefault(Category.FORMAT); in testGetDefaultCategory()
819 ULocale orgDisplay = ULocale.getDefault(Category.DISPLAY); in testSetDefaultCategoryULocale()
820 ULocale orgFormat = ULocale.getDefault(Category.FORMAT); in testSetDefaultCategoryULocale()
827 assertEquals(ULocale.getDefault(Category.DISPLAY), jaUS); in testSetDefaultCategoryULocale()
828 assertEquals(ULocale.getDefault(Category.FORMAT), jaUS); in testSetDefaultCategoryULocale()
831 ULocale.setDefault(Category.DISPLAY, frDE); in testSetDefaultCategoryULocale()
835 assertEquals(ULocale.getDefault(Category.DISPLAY), frDE); in testSetDefaultCategoryULocale()
836 assertEquals(ULocale.getDefault(Category.FORMAT), jaUS); in testSetDefaultCategoryULocale()
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugType.h35 const std::string Category; variable
41 : Check(check), Name(name), Category(cat), SuppressonSink(false) {} in BugType()
43 : Check(checker->getCheckName()), Name(name), Category(cat), in BugType()
49 StringRef getCategory() const { return Category; } in getCategory()
/external/e2fsprogs/intl/
Dlibgettext.h143 # define dcgettext(Domainname, Msgid, Category) \ argument
154 dcgettext__ (Domainname, Msgid, Category); \
160 __result = dcgettext__ (Domainname, Msgid, Category); \
170 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/external/clang/test/CodeGenObjC/
Dpredefined-expr.m11 // CHECK: @"__func__.-[Foo(Category) instanceTestWithCategory]" = private unnamed_addr constant [42…
12 // CHECK: @"__func__.+[Foo(Category) classTestWithCategory]" = private unnamed_addr constant [39 x …
73 @interface Foo (Category) category
76 @implementation Foo (Category) category
/external/clang/include/clang/Tooling/
DCommonOptionsParser.h75 llvm::cl::OptionCategory &Category,
77 : CommonOptionsParser(argc, argv, Category, llvm::cl::OneOrMore, in CommonOptionsParser() argument
91 llvm::cl::OptionCategory &Category,
/external/clang/test/ASTMerge/Inputs/
Dcategory1.m27 // Category with implementation
34 // Category with implementation
41 // Category with mismatched implementation
Dcategory2.m29 // Category with implementation
36 // Category with implementation
43 // Category with mismatched implementation
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DCategory.java44 public class Category { class
46 private static final String CATEGORY_FQCN = Category.class.getName();
55 Category(String name) { in Category() method in Category
63 public static Category getInstance(Class clazz) { in getInstance()
67 public static Category getInstance(String name) { in getInstance()
71 public final Category getParent() { in getParent()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DDateFormat.java21 import com.ibm.icu.util.ULocale.Category;
137 ULocale.getDefault(Category.FORMAT).toLocale()); in DateFormat()
1019 ULocale.getDefault(Category.FORMAT).toLocale())); in getTimeInstance()
1034 ULocale.getDefault(Category.FORMAT).toLocale())); in getTimeInstance()
1077 ULocale.getDefault(Category.FORMAT).toLocale())); in getDateInstance()
1092 ULocale.getDefault(Category.FORMAT).toLocale())); in getDateInstance()
1136 ULocale.getDefault(Category.FORMAT).toLocale())); in getDateTimeInstance()
1157 ULocale.getDefault(Category.FORMAT).toLocale())); in getDateTimeInstance()
1161 ULocale.getDefault(Category.FORMAT).toLocale())); in getDateTimeInstance()
1167 ULocale.getDefault(Category.FORMAT).toLocale())); in getDateTimeInstance()
[all …]

123456789