/external/clang/lib/Basic/ |
SanitizerBlacklist.cpp | 23 StringRef Category) const { 24 return SCL->inSection("global", GlobalName, Category); 28 StringRef Category) const { 29 return SCL->inSection("type", MangledTypeName, Category); 37 StringRef Category) const { 38 return SCL->inSection("src", FileName, Category); 42 StringRef Category) const { 44 isBlacklistedFile(SM.getFilename(SM.getFileLoc(Loc)), Category);
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/ |
HierarchyEventListener.java | 32 // void categoryCreationEvent(Category cat); 34 public void addAppenderEvent(Category cat, Appender appender); 36 public void removeAppenderEvent(Category cat, Appender appender);
|
/external/bison/lib/ |
main.c | 26 # define setlocale(Category, Locale)
|
/external/clang/include/clang/Basic/ |
SanitizerBlacklist.h | 34 StringRef Category = StringRef()) const; 36 StringRef Category = StringRef()) const; 39 StringRef Category = StringRef()) const; 41 StringRef Category = StringRef()) const;
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/ |
SanitizerBlacklist.h | 34 StringRef Category = StringRef()) const; 36 StringRef Category = StringRef()) const; 39 StringRef Category = StringRef()) const; 41 StringRef Category = StringRef()) const;
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/ |
SanitizerBlacklist.h | 34 StringRef Category = StringRef()) const; 36 StringRef Category = StringRef()) const; 39 StringRef Category = StringRef()) const; 41 StringRef Category = StringRef()) const;
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/ |
SanitizerBlacklist.h | 34 StringRef Category = StringRef()) const; 36 StringRef Category = StringRef()) const; 39 StringRef Category = StringRef()) const; 41 StringRef Category = StringRef()) const;
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
SanitizerBlacklist.h | 34 StringRef Category = StringRef()) const; 36 StringRef Category = StringRef()) const; 39 StringRef Category = StringRef()) const; 41 StringRef Category = StringRef()) const;
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/ |
SanitizerBlacklist.h | 34 StringRef Category = StringRef()) const; 36 StringRef Category = StringRef()) const; 39 StringRef Category = StringRef()) const; 41 StringRef Category = StringRef()) const;
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/ |
SanitizerBlacklist.h | 34 StringRef Category = StringRef()) const; 36 StringRef Category = StringRef()) const; 39 StringRef Category = StringRef()) const; 41 StringRef Category = StringRef()) const;
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/ |
SanitizerBlacklist.h | 34 StringRef Category = StringRef()) const; 36 StringRef Category = StringRef()) const; 39 StringRef Category = StringRef()) const; 41 StringRef Category = StringRef()) const;
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
SanitizerBlacklist.h | 34 StringRef Category = StringRef()) const; 36 StringRef Category = StringRef()) const; 39 StringRef Category = StringRef()) const; 41 StringRef Category = StringRef()) const;
|
/frameworks/compile/mclinker/include/mcld/MC/ |
SymbolCategory.h | 124 class Category { 134 Category* prev; 135 Category* next; 138 explicit Category(Type pType) 153 SymbolCategory& add(LDSymbol& pSymbol, Category::Type pTarget); 156 Category::Type pSource, 157 Category::Type pTarget); 162 Category* m_pFile; 163 Category* m_pLocal; 164 Category* m_pLocalDyn [all...] |
/frameworks/compile/mclinker/lib/MC/ |
SymbolCategory.cpp | 20 // Category 21 SymbolCategory::Category::Type SymbolCategory::Category::categorize( 24 return Category::File; 26 return Category::Local; 28 return Category::Common; 31 return Category::Dynamic; 32 return Category::Regular; 38 m_pFile = new Category(Category::File) [all...] |
/external/icu/icu4c/source/common/ |
pluralmap.cpp | 18 PluralMapBase::Category 22 return static_cast<Category>(i); 28 PluralMapBase::Category 36 const char *PluralMapBase::getCategoryName(Category c) {
|
pluralmap.h | 27 * category, but rather represents the absense of a plural category. 29 enum Category { 41 * Converts a category name such as "zero", "one", "two", "few", "many" 42 * or "other" to a category enum. Returns NONE for an unrecognized 43 * category name. 45 static Category toCategory(const char *categoryName); 48 * Converts a category name such as "zero", "one", "two", "few", "many" 49 * or "other" to a category enum. Returns NONE for urecongized 50 * category name [all...] |
/platform_testing/libraries/app-helpers/handheld/src/android/platform/test/helpers/handheld/ |
AbstractDownloadsHelper.java | 23 public static enum Category { 39 * @param category - menu item to select (click) 41 public abstract void selectMenuCategory(Category category);
|
/frameworks/base/services/net/java/android/net/util/ |
SharedLog.java | 39 private enum Category { 86 Log.e(mTag, record(Category.ERROR, e.toString())); 90 Log.e(mTag, record(Category.ERROR, msg)); 94 Log.i(mTag, record(Category.NONE, msg)); 98 Log.w(mTag, record(Category.WARN, msg)); 106 record(Category.NONE, msg); 114 record(Category.MARK, msg); 117 private String record(Category category, String msg) { 118 final String entry = logLine(category, msg) [all...] |
/external/clang/include/clang/Tooling/ |
CommonOptionsParser.h | 71 /// All options not belonging to \p Category become hidden. 75 llvm::cl::OptionCategory &Category, 77 : CommonOptionsParser(argc, argv, Category, llvm::cl::OneOrMore, 85 /// All options not belonging to \p Category become hidden. 91 llvm::cl::OptionCategory &Category,
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/ |
CommonOptionsParser.h | 71 /// All options not belonging to \p Category become hidden. 75 llvm::cl::OptionCategory &Category, 77 : CommonOptionsParser(argc, argv, Category, llvm::cl::OneOrMore, 85 /// All options not belonging to \p Category become hidden. 91 llvm::cl::OptionCategory &Category,
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/ |
CommonOptionsParser.h | 71 /// All options not belonging to \p Category become hidden. 75 llvm::cl::OptionCategory &Category, 77 : CommonOptionsParser(argc, argv, Category, llvm::cl::OneOrMore, 85 /// All options not belonging to \p Category become hidden. 91 llvm::cl::OptionCategory &Category,
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/ |
CommonOptionsParser.h | 71 /// All options not belonging to \p Category become hidden. 75 llvm::cl::OptionCategory &Category, 77 : CommonOptionsParser(argc, argv, Category, llvm::cl::OneOrMore, 85 /// All options not belonging to \p Category become hidden. 91 llvm::cl::OptionCategory &Category,
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/ |
CommonOptionsParser.h | 71 /// All options not belonging to \p Category become hidden. 75 llvm::cl::OptionCategory &Category, 77 : CommonOptionsParser(argc, argv, Category, llvm::cl::OneOrMore, 85 /// All options not belonging to \p Category become hidden. 91 llvm::cl::OptionCategory &Category,
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/ |
CommonOptionsParser.h | 71 /// All options not belonging to \p Category become hidden. 75 llvm::cl::OptionCategory &Category, 77 : CommonOptionsParser(argc, argv, Category, llvm::cl::OneOrMore, 85 /// All options not belonging to \p Category become hidden. 91 llvm::cl::OptionCategory &Category,
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/ |
CommonOptionsParser.h | 71 /// All options not belonging to \p Category become hidden. 75 llvm::cl::OptionCategory &Category, 77 : CommonOptionsParser(argc, argv, Category, llvm::cl::OneOrMore, 85 /// All options not belonging to \p Category become hidden. 91 llvm::cl::OptionCategory &Category,
|