HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 401 - 425 of 1545) sorted by null

<<11121314151617181920>>

  /external/harfbuzz_ng/src/hb-ucdn/
ucdn.c 23 unsigned char category; member in struct:__anon19730
208 return get_ucd_record(code)->category;
243 if (record->category == UCDN_GENERAL_CATEGORY_MC ||
244 record->category == UCDN_GENERAL_CATEGORY_MN)
  /external/junit/src/main/java/org/junit/experimental/categories/
Categories.java 18 * annotated with either the category given with the @IncludeCategory
19 * annotation, or a subtype of that category.
21 * Note that, for now, annotating suites with {@code @Category} has no effect.
41 * &#064;Category(SlowTests.class)
46 * &#064;Category({FastTests.class, SmokeTests.class})
52 * &#064;Category({SlowTests.class, FastTests.class})
121 throw new NullPointerException("has null category");
126 public static CategoryFilter include(Class<?> category) {
127 return include(true, category);
136 throw new NullPointerException("has null category");
    [all...]
  /external/kernel-headers/original/uapi/sound/
firewire.h 34 __be32 category; member in struct:snd_efw_transaction
  /external/libcxx/test/libcxx/debug/containers/
db_associative_container_tests.pass.cpp 35 using category = typename traits::iterator_category;
db_unord_container_tests.pass.cpp 34 using category = typename traits::iterator_category;
  /external/libcxx/test/std/localization/locales/locale/locale.types/locale.category/
category.pass.cpp 17 // typedef int category;
29 static_assert((std::is_same<std::locale::category, int>::value), "");
  /external/libxml2/example/
gjobread.c 99 xmlChar *category; member in struct:job
138 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Category")) &&
140 ret->category =
162 if (cur->category != NULL) printf("category: %s\n", cur->category);
  /external/regex-re2/re2/testing/
unicode_test.py 178 for category, codes in self.categories.items():
181 # prefer category Nd over N
182 if len(category) > 1:
183 return category
185 short = category
  /external/swiftshader/third_party/LLVM/lib/Support/
system_error.cpp 41 return *this == code.category() && code.value() == condition;
  /frameworks/base/core/java/android/metrics/
LogMaker.java 50 /** @param category for the new LogMaker. */
51 public LogMaker(int category) {
52 setCategory(category);
64 /** @param category to replace the existing setting. */
65 public LogMaker setCategory(int category) {
66 entries.put(MetricsEvent.RESERVED_FOR_LOGBUILDER_CATEGORY, category);
70 /** Set the category to unknown. */
195 * Only useful for counter or histogram category objects.
206 * Only useful for histogram category objects.
217 * Only useful for histogram category objects
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsViewTouchHandler.java 58 @ViewDebug.ExportedProperty(category="recents")
60 @ViewDebug.ExportedProperty(category="recents")
62 @ViewDebug.ExportedProperty(category="recents")
64 @ViewDebug.ExportedProperty(category="recents")
  /packages/apps/DeskClock/src/com/android/deskclock/uidata/
UiDataModel.java 315 * @param category which category of shortcut of which to get the id
319 public String getShortcutId(@StringRes int category, @StringRes int action) {
320 if (category == R.string.category_stopwatch) {
321 return mContext.getString(category);
323 return mContext.getString(category) + "_" + mContext.getString(action);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryTrack.java 17 package com.android.gallery3d.filtershow.category;
  /packages/apps/Launcher3/src/com/android/launcher3/qsb/
QsbWidgetHostView.java 35 @ViewDebug.ExportedProperty(category = "launcher")
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardFeatureProviderImpl.java 75 final DashboardCategory category = getTilesForCategory(key); local
76 if (category == null) {
80 final List<Tile> tiles = category.tiles;
82 Log.d(TAG, "tile list is empty, skipping category " + category.title);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
specstrings.h 73 #define SAL__inner_control_entrypoint(category)
74 #define SAL__inner_data_entrypoint(category)
279 #define SAL__control_entrypoint(category)
280 #define SAL__data_entrypoint(category)
  /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;
std_list.i 83 typedef pointer_category category;
120 typedef value_category category;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.category/
category.pass.cpp 17 // typedef int category;
29 static_assert((std::is_same<std::locale::category, int>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale/locale.types/locale.category/
category.pass.cpp 17 // typedef int category;
29 static_assert((std::is_same<std::locale::category, int>::value), "");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_unicodedata.py 95 self.db.category(char),
140 self.assertEqual(self.db.category(u'\uFFFE'), 'Cn')
141 self.assertEqual(self.db.category(u'a'), 'Ll')
142 self.assertEqual(self.db.category(u'A'), 'Lu')
143 self.assertEqual(self.db.category(u'\U00020000'), 'Lo')
145 self.assertRaises(TypeError, self.db.category)
146 self.assertRaises(TypeError, self.db.category, u'xx')
  /frameworks/rs/rsov/compiler/spirit/
generate.py 166 category = ty['category']
167 if category == 'BitEnum' or category == 'ValueEnum':
169 elif category == 'Composite':
455 category = ty['category']
456 if category == 'BitEnum' or category == 'ValueEnum':
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java 175 launchTapAgain(resolveInfo.defaultService, resolveInfo.category);
201 resolveInfo.category);
369 void launchTapAgain(ApduServiceInfo service, String category) {
371 dialogIntent.putExtra(TapAgainDialog.EXTRA_CATEGORY, category);
378 String category) {
382 intent.putExtra(AppChooserActivity.EXTRA_CATEGORY, category);
498 mActiveServiceName, resolveInfo.category);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_unicodedata.py 95 self.db.category(char),
140 self.assertEqual(self.db.category(u'\uFFFE'), 'Cn')
141 self.assertEqual(self.db.category(u'a'), 'Ll')
142 self.assertEqual(self.db.category(u'A'), 'Lu')
143 self.assertEqual(self.db.category(u'\U00020000'), 'Lo')
145 self.assertRaises(TypeError, self.db.category)
146 self.assertRaises(TypeError, self.db.category, u'xx')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_unicodedata.py 95 self.db.category(char),
140 self.assertEqual(self.db.category(u'\uFFFE'), 'Cn')
141 self.assertEqual(self.db.category(u'a'), 'Ll')
142 self.assertEqual(self.db.category(u'A'), 'Lu')
143 self.assertEqual(self.db.category(u'\U00020000'), 'Lo')
145 self.assertRaises(TypeError, self.db.category)
146 self.assertRaises(TypeError, self.db.category, u'xx')

Completed in 990 milliseconds

<<11121314151617181920>>