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

<<11121314151617181920>>

  /external/desugar/java/com/google/devtools/build/android/desugar/
Desugar.java 71 category = "input",
84 category = "input",
96 category = "input",
124 category = "misc"
132 category = "output",
144 category = "misc",
153 category = "misc",
161 category = "misc",
172 category = "misc",
180 category = "misc"
    [all...]
  /external/python/cpython2/Modules/
_localemodule.c 160 int category; local
164 if (!PyArg_ParseTuple(args, "i|z:setlocale", &category, &locale))
168 if (category < LC_MIN || category > LC_MAX)
170 PyErr_SetString(Error, "invalid locale category");
177 result = setlocale(category, locale);
187 if (category == LC_CTYPE || category == LC_ALL)
193 result = setlocale(category, NULL);
583 "dcgettext(domain, msg, category) -> string\n
590 int category; local
    [all...]
  /bionic/libc/kernel/uapi/sound/
firewire.h 43 __be32 category; member in struct:snd_efw_transaction
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
EphemeralTest.java 81 "android.intent.category.OPENABLE", "\\*/\\*"));
86 "android.intent.category.OPENABLE", "\\*/\\*"));
93 "android.intent.category.OPENABLE", "text/plain"));
223 String action, String category, String mimeType) {
229 if (category != null && category.length() > 0) {
230 testArgs.put("category", category);
243 if (testArgs.get("category") != null) {
244 command.append(" -c ").append(testArgs.get("category"));
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
TitlesFragment.java 57 public void onItemSelected(int category, int position);
101 mCategory = savedInstanceState.getInt("category");
118 // Set up clip data with the category||entry_id format.
147 public void populateTitles(int category) {
148 DirectoryCategory cat = Directory.getCategory(category);
155 mCategory = category;
181 outState.putInt("category", mCategory);
  /external/chromium-trace/catapult/systrace/profile_chrome/
chrome_tracing_agent.py 49 raise RuntimeError('Performance trace category list marker not found. '
56 for category in item.split(','):
57 if category.startswith('disabled-by-default'):
58 disabled_by_default_categories.add(category)
60 record_categories.add(category)
  /external/chromium-trace/catapult/systrace/profile_chrome/third_party/
perf_to_tracing.py 74 def __init__(self, stack_id, name, category):
78 self.category = category
89 node_dict['category'] = self.category
  /external/harfbuzz_ng/src/hb-ucdn/
ucdn.c 23 unsigned char category; member in struct:__anon19928
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...]
  /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);
  /packages/services/Car/car-lib/src/android/car/cluster/renderer/
InstrumentClusterRenderingService.java 112 * @param category category of cluster activity
118 public void setClusterActivityLaunchOptions(String category,
126 cb.setClusterActivityLaunchOptions(category, activityOptions.toBundle());
134 * @param category cluster activity category,
143 public void setClusterActivityState(String category, Bundle state)
151 cb.setClusterActivityState(category, state);
  /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;

Completed in 553 milliseconds

<<11121314151617181920>>