HomeSort by relevance Sort by last modified time
    Searched refs:Category (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
iterator.hpp 24 template <class Category, class T,
33 typedef Category iterator_category;
40 template <class Category, class T, class Distance, class Pointer, class Reference>
42 struct iterator_base : std::iterator<Category, T, Distance, Pointer, Reference> {};
44 struct iterator_base : std::iterator<Category, T, Distance>
53 template <class Category, class T, class Distance = std::ptrdiff_t,
55 struct iterator : boost::detail::iterator_base<Category, T, Distance, Pointer, Reference> {};
  /external/clang/lib/CodeGen/
SanitizerBlacklist.cpp 34 const StringRef Category) const {
35 return SCL->inSection("src", M.getModuleIdentifier(), Category);
44 const StringRef Category) const {
45 return isIn(*G.getParent(), Category) ||
46 SCL->inSection("global", G.getName(), Category) ||
47 SCL->inSection("type", GetGlobalTypeString(G), Category);
SanitizerBlacklist.h 37 const StringRef Category = StringRef()) const;
40 const StringRef Category = StringRef()) const;
  /external/bison/lib/
main.c 26 # define setlocale(Category, Locale)
gettext.h 71 # define dcgettext(Domainname, Msgid, Category) \
72 ((void) (Category), dgettext (Domainname, Msgid))
82 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \
83 ((void) (Category), dngettext (Domainname, Msgid1, Msgid2, N))
126 #define dcpgettext(Domainname, Msgctxt, Msgid, Category) \
127 pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category)
137 #define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \
138 npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
150 int category)
152 const char *translation = dcgettext (domain, msg_ctxt_id, category);
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
SymbolCategory.h 126 class Category
144 Category* prev;
145 Category* next;
148 Category(Type pType)
172 SymbolCategory& add(LDSymbol& pSymbol, Category::Type pTarget);
175 Category::Type pSource,
176 Category::Type pTarget);
181 Category* m_pFile;
182 Category* m_pLocal;
183 Category* m_pLocalDyn
    [all...]
  /frameworks/compile/mclinker/lib/MC/
SymbolCategory.cpp 18 // Category
19 SymbolCategory::Category::Type
20 SymbolCategory::Category::categorize(const ResolveInfo& pInfo)
23 return Category::File;
25 return Category::Local;
27 return Category::Common;
30 return Category::Dynamic;
31 return Category::Regular;
38 m_pFile = new Category(Category::File)
    [all...]
  /external/junit/src/org/junit/experimental/categories/
Category.java 23 &#064;Category(SlowTests.class)
29 &#064;Category({SlowTests.class, FastTests.class})
41 public @interface Category {
  /external/clang/lib/Tooling/
CommonOptionsParser.cpp 57 cl::OptionCategory &Category,
62 cl::Optional, cl::cat(Category));
66 cl::cat(Category));
73 if (I->second->Category != &Category && I->first() != "help" &&
  /ndk/sources/host-tools/make-3.81/
gettext.h 36 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid))
41 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugType.h 35 const std::string Category;
41 : Check(check), Name(name), Category(cat), SuppressonSink(false) {}
43 : Check(checker->getCheckName()), Name(name), Category(cat),
49 StringRef getCategory() const { return Category; }
  /external/llvm/lib/Support/
SpecialCaseList.cpp 104 StringRef Category = SplitRegexp.second;
109 Category = "init";
112 Category = "init";
115 Category = "init";
120 Entries[Prefix][Category].Strings.insert(Regexp);
140 if (!Regexps[Prefix][Category].empty())
141 Regexps[Prefix][Category] += "|";
142 Regexps[Prefix][Category] += "^" + Regexp + "$";
161 const StringRef Category) const {
164 StringMap<Entry>::const_iterator II = I->second.find(Category);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
help_functions_ds.cc 68 IPin* GetOutputPin(IBaseFilter* filter, REFGUID Category)
86 if (Category == GUID_NULL || PinMatchesCategory(pin, Category))
99 BOOL PinMatchesCategory(IPin *pPin, REFGUID Category)
112 bFound = (PinCategory == Category);
help_functions_ds.h 30 IPin* GetOutputPin(IBaseFilter* filter, REFGUID Category);
31 BOOL PinMatchesCategory(IPin *pPin, REFGUID Category);
  /external/clang/include/clang/Tooling/
CommonOptionsParser.h 70 /// All options not belonging to \p Category become hidden.
74 llvm::cl::OptionCategory &Category,
  /external/e2fsprogs/intl/
libgettext.h 103 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
143 # define dcgettext(Domainname, Msgid, Category) \
154 dcgettext__ (Domainname, Msgid, Category); \
160 __result = dcgettext__ (Domainname, Msgid, Category); \
170 # define dcgettext(Domainname, Msgid, Category) (Msgid)
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.cc 29 // Term values for kSchemeKind category:
37 const char kCategoryField[] = "category";
136 Category::CategoryType type;
141 { Category::CATEGORY_KIND, "http://schemas.google.com/g/2005#kind" },
142 { Category::CATEGORY_LABEL, "http://schemas.google.com/g/2005/labels" },
266 // Category implementation
268 Category::Category() : type_(CATEGORY_UNKNOWN) {
271 // Converts category.scheme into CategoryType enum.
272 bool Category::GetCategoryTypeFromScheme
441 const Category* category = categories_[i]; local
    [all...]
  /external/llvm/include/llvm/Support/
SpecialCaseList.h 16 // section:wildcard_expression[=category]
17 // If category is not specified, it is assumed to be empty string.
18 // Definitions of "section" and "category" are sanitizer-specific. For example,
75 /// @Section:<E>=@Category
79 const StringRef Category = StringRef()) const;
  /ndk/sources/host-tools/sed-4.2.1/lib/
gettext.h 73 # define dcgettext(Domainname, Msgid, Category) \
74 ((void) (Category), dgettext (Domainname, Msgid))
84 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \
85 ((void) (Category), dngettext(Domainname, Msgid1, Msgid2, N))
122 #define dcpgettext(Domainname, Msgctxt, Msgid, Category) \
123 pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category)
133 #define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \
134 npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
146 int category)
148 const char *translation = dcgettext (domain, msg_ctxt_id, category);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_common.i 50 template <class Iterator, class Category,class T, class Reference, class Pointer, class Distance>
51 struct iterator_traits<__reverse_bi_iterator<Iterator,Category,T,Reference,Pointer,Distance> > {
125 typedef pointer_category category;
137 template <class Type, class Category>
140 template <class Type, class Category>
154 typedef pointer_category category;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
facade_iterator_category.hpp 73 // Convert an iterator_facade's traversal category, Value parameter,
74 // and ::reference type to an appropriate old-style category.
116 // True iff T is convertible to an old-style iterator category.
132 // A composite iterator_category tag convertible to Category (a pure
133 // old-style category) and Traversal (a pure traversal tag).
135 // Category.
137 template <class Category, class Traversal>
139 : Category, Traversal
144 // Category element in that case.
147 typename iterator_category_to_traversal<Category>::typ
171 >::type category; typedef in struct:boost::detail::facade_iterator_category_impl
    [all...]
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 49 * priority data, notification category and person data.
129 Category selectedCategory = (Category) mCategorySpinner.getSelectedItem();
135 ArrayAdapter<Category> categoryArrayAdapter = new ArrayAdapter<Category>(getActivity(),
136 android.R.layout.simple_spinner_item, Category.values());
175 * @param category The category metadata.
181 Notification createNotification(Priority priority, Category category, Uri contactUri)
    [all...]
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 49 * priority data, notification category and person data.
129 Category selectedCategory = (Category) mCategorySpinner.getSelectedItem();
135 ArrayAdapter<Category> categoryArrayAdapter = new ArrayAdapter<Category>(getActivity(),
136 android.R.layout.simple_spinner_item, Category.values());
175 * @param category The category metadata.
181 Notification createNotification(Priority priority, Category category, Uri contactUri)
    [all...]
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 49 * priority data, notification category and person data.
129 Category selectedCategory = (Category) mCategorySpinner.getSelectedItem();
135 ArrayAdapter<Category> categoryArrayAdapter = new ArrayAdapter<Category>(getActivity(),
136 android.R.layout.simple_spinner_item, Category.values());
175 * @param category The category metadata.
181 Notification createNotification(Priority priority, Category category, Uri contactUri)
    [all...]
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 139 int Category;
143 Category = 0;
147 Category = 1;
151 Category = 2;
155 auto &CategoryState = Options[Category];
186 // same category.

Completed in 809 milliseconds

1 2 3 4 5