HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 726 - 750 of 1669) sorted by null

<<21222324252627282930>>

  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 123 return category;
225 unsigned Category, unsigned Flag, StringRef Message) override;
328 return reportInvalidFile("Out-of-bounds string in category");
380 unsigned Category, unsigned Flag, StringRef Message) {
385 D.category = Category;
387 D.CategoryText = Category ? TopDiags->Categories[Category] : "";
  /external/desugar/java/com/google/devtools/common/options/
IsolatedOptionsData.java 406 if (DEPRECATED_CATEGORIES.contains(annotation.category())) {
408 "Documentation level is no longer read from the option category. Category \""
409 + annotation.category() + "\" in option \"" + optionName + "\" is disallowed.");
  /external/e2fsprogs/intl/
localename.c 686 /* XPG3 defines the result of 'setlocale (category, NULL)' as:
687 "Directs 'setlocale()' to query 'category' and return the current
703 _nl_locale_name (int category, const char *categoryname)
712 retval = setlocale (category, NULL);
718 /* Next comes the name of the desired category. */
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBISetBuilder.java 87 // Character Category Numbers that include characters from
419 // getFirstChar Given a runtime RBBI character category, find
421 // in the category.
423 int getFirstChar(int category) {
427 if (rlRange.fNum == category) {
  /external/icu/icu4c/source/common/
rbbisetb.cpp 412 // getFirstChar Given a runtime RBBI character category, find
414 // in the category.
416 UChar32 RBBISetBuilder::getFirstChar(int32_t category) const {
420 if (rlRange->fNum == category) {
659 // Character Category Numbers that include characters from
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBISetBuilder.java 86 // Character Category Numbers that include characters from
418 // getFirstChar Given a runtime RBBI character category, find
420 // in the category.
422 int getFirstChar(int category) {
426 if (rlRange.fNum == category) {
  /external/ply/ply/test/
testyacc.py 91 warnings.filterwarnings('ignore', category=ResourceWarning)
92 warnings.filterwarnings('ignore', category=DeprecationWarning)
  /external/python/cpython2/Lib/idlelib/
run.py 27 message, category, filename, lineno, file=None, line=None):
36 message, category, filename, lineno, line))
  /external/selinux/checkpolicy/
policy_scan.l 125 CATEGORY |
126 category { return(CATEGORY); }
  /external/v8/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 269 llvm::cl::OptionCategory category("Remove scoped_refptr conversions");
270 CommonOptionsParser options(argc, argv, category);
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.h 189 u8 category, const u8 *data, size_t len, int freq);
264 u8 category, const u8 *data, size_t len,
events.c 3452 u8 category; local
    [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsXmlV1.java 47 private static final String CATEGORY_TAG = "category";
126 String category = XmlUtils.readStringAttribute(parser, NAME); local
128 usageStats.mChooserCounts.get(action).put(category, count);
  /frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java 134 int category = cursor.getInt( local
238 SmsCbMessage msg = new SmsCbMessage(format, geoScope, serialNum, location, category,
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardData.java 37 * Condition, suggestion or category tile.
335 public Builder setCategory(DashboardCategory category) {
336 this.mCategory = category;
  /packages/apps/Settings/src/com/android/settings/notification/
AppNotificationSettings.java 311 for (PreferenceCategory category : mChannelGroups) {
312 setVisible(category, !banned);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_getargs2.py 219 category=DeprecationWarning,
226 category=DeprecationWarning,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_getargs2.py 219 category=DeprecationWarning,
226 category=DeprecationWarning,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_getargs2.py 219 category=DeprecationWarning,
226 category=DeprecationWarning,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_getargs2.py 219 category=DeprecationWarning,
226 category=DeprecationWarning,
  /frameworks/base/core/java/android/view/
View.java 206 * <tr><th>Category</th> <th>Methods</th> <th>Description</th></tr>
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 865 category = getattr(locale, catstr)
866 orig_locale = locale.setlocale(category)
868 # if the test author gives us an invalid category string
    [all...]
  /external/bison/lib/
strtol.c 180 # define _NL_CURRENT(category, item) \
  /external/chromium-trace/catapult/common/eslint/tests/
catapult-camelcase.js 71 code: "var { category_id: category } = query;",
75 code: "var { category_id: category } = query;",
  /external/libchrome/base/trace_event/common/
trace_event_common.h 28 // categories, forming a category group, like:
33 // category.
79 // TRACE_EVENT_ASYNC_BEGIN0("category", "MyTracedClass", this);
82 // TRACE_EVENT_ASYNC_END0("category", "MyTracedClass", this);
123 // Notes: The category must always be in a long-lived char* (i.e. static const).
129 // TRACE_EVENT1("category", "name",
132 // TRACE_EVENT1("category", "name",
135 // TRACE_EVENT1("category", "name",
144 // means, if the category for the event is disabled, the conversion will not
169 // A thread safe singleton and mutex are used for thread safety. Category
    [all...]

Completed in 3439 milliseconds

<<21222324252627282930>>