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

<<21222324252627282930>>

  /art/tools/
cpplint.py 103 To suppress false-positive errors of a certain category, add a
104 'NOLINT(category)' comment to the line. NOLINT or NOLINT(*)
123 Specify a comma-separated list of category-filters to apply: only
124 error messages whose category names pass the filters will be printed.
125 (Category names are printed with the message and look like
142 is provided for each category like 'build/class'.
163 # If you add a new error message with a new category, add it to the list
230 # The default state of the category filter. This is overrided by the --filter=
380 category = matched.group(1)
381 if category in (None, '(*)'): # => "suppress all
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.1/
kotlin-compiler-runner-1.1.1.jar 
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
TileUtilsTest.java 127 assertThat(outTiles.get(0).category).isEqualTo(testCategory);
137 ResolveInfo resolveInfo = newInfo(true, null /* category */, keyHint);
176 ResolveInfo resolveInfo = newInfo(true, null /* category */, null, URI_GET_ICON,
219 assertThat(categoryList.get(0).tiles.get(0).category).isEqualTo(testCategory);
249 ResolveInfo resolveInfo = newInfo(true, null /* category */, null, URI_GET_ICON,
270 ResolveInfo resolveInfo = newInfo(true, null /* category */, null, URI_GET_ICON,
298 ResolveInfo resolveInfo = newInfo(true, null /* category */, null, URI_GET_ICON,
321 ResolveInfo resolveInfo = newInfo(true, null /* category */, null, URI_GET_ICON,
345 ResolveInfo resolveInfo = newInfo(true, null /* category */, null, null, URI_GET_SUMMARY);
385 ResolveInfo resolveInfo = newInfo(true, null /* category */, null, URI_GET_ICON
    [all...]
  /frameworks/native/cmds/atrace/
atrace.cpp 72 // The name identifying the category.
75 // A longer description of the category.
78 // The userland tracing tags that the category enables.
81 // The fname==NULL terminated list of /sys/ files that the category
85 // category.
367 // Check whether the category is supported on the device with the current
368 // rootness. A category is supported only if all its required /sys/ files are
369 // writable and if enabling the category will enable one or more tracing tags
371 static bool isCategorySupported(const TracingCategory& category)
373 if (strcmp(category.name, k_coreServiceCategory) == 0)
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PrivateVolumeSettings.java 274 PreferenceCategory category; local
276 category = mHeaderPreferencePool.get(mHeaderPoolIndex);
278 category = new PreferenceCategory(getPrefContext());
279 mHeaderPreferencePool.add(category);
281 category.setTitle(title);
282 category.removeAll();
283 addPreference(group, category);
285 return category;
288 private void addDetailItems(PreferenceGroup category, boolean showShared, int userId) {
291 addItem(category, itemsToAdd[i], null, userId)
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0/
asset-studio-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-alpha7/
asset-studio-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-beta1/
asset-studio-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-beta2/
asset-studio-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-beta3/
asset-studio-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-rc1/
asset-studio-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-rc2/
asset-studio-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.1/
asset-studio-25.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.3/
asset-studio-25.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.3.0-alpha1/
asset-studio-25.3.0-alpha1.jar 
  /tools/repohooks/tools/
cpplint.py 69 To suppress false-positive errors of a certain category, add a
70 'NOLINT(category)' comment to the line. NOLINT or NOLINT(*)
87 Specify a comma-separated list of category-filters to apply: only
88 error messages whose category names pass the filters will be printed.
89 (Category names are printed with the message and look like
106 is provided for each category like 'build/class'.
179 # If you add a new error message with a new category, add it to the list
257 # The default state of the category filter. This is overridden by the --filter=
540 # category should be suppressed for every line.
563 category = matched.group(2
    [all...]
  /external/v8/src/heap/
spaces-inl.h 265 page->ForAllFreeListCategories([this](FreeListCategory* category) {
266 DCHECK_EQ(free_list(), category->owner());
267 free_list()->RemoveCategory(category);
274 page->ForAllFreeListCategories([&added](FreeListCategory* category) {
275 added += category->available();
276 category->Relink();
  /frameworks/base/services/autofill/java/com/android/server/autofill/ui/
SaveUi.java 336 private LogMaker newLogMaker(int category, int saveType) {
337 return newLogMaker(category)
341 private LogMaker newLogMaker(int category) {
342 return new LogMaker(category)
347 private void writeLog(int category, int saveType) {
348 mMetricsLogger.write(newLogMaker(category, saveType));
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 324 public void onItemSelected(int category, int position) {
329 intent.putExtra("category", category);
337 frag.updateContentAndRecycleBitmap(category, position);
  /frameworks/base/core/tests/coretests/src/android/metrics/
LogMakerTest.java 35 int category = 10; local
44 LogMaker builder = new LogMaker(category);
58 assertEquals(category, parsed.getCategory());
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
p2p.h 253 uint16 cat_id; /* Category ID */
256 uint16 sub_cat_id; /* Sub Category ID */
329 uint8 category; /* P2P_AF_CATEGORY */ member in struct:wifi_p2p_action_frame
352 uint8 category; /* P2P_PUB_AF_CATEGORY */ member in struct:wifi_p2p_pub_act_frame
563 uint8 category; /* 0x04 Public Action Frame */ member in struct:wifi_p2psd_gas_pub_act_frame
  /libcore/ojluni/src/main/java/java/util/
Locale.java 351 * {@link Locale.Category#DISPLAY DISPLAY} locale and one
370 * {@link Locale.Category#FORMAT FORMAT} locale:
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
localename.c 367 /* XPG3 defines the result of 'setlocale (category, NULL)' as:
368 "Directs 'setlocale()' to query 'category' and return the current
384 _nl_locale_name (category, categoryname)
385 int category;
395 retval = setlocale (category, NULL);
401 /* Next comes the name of the desired category. */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 172 int category = -1; local
180 category = options.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, -1);
213 title = "Step " + step + ": Verify category";
216 if (category == AppWidgetProviderInfo.WIDGET_CATEGORY_KEYGUARD) {
218 } else if (category == AppWidgetProviderInfo.WIDGET_CATEGORY_HOME_SCREEN) {
  /external/dng_sdk/source/
dng_iptc.cpp 393 dng_string category; local
395 ParseString (stream, category, charSet);
397 if (category.NotEmpty ())
399 fSupplementalCategories.Append (category);

Completed in 617 milliseconds

<<21222324252627282930>>