HomeSort by relevance Sort by last modified time
    Searched defs:category (Results 1 - 25 of 671) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
SwipableView.java 17 package com.android.gallery3d.filtershow.category;
CategorySelected.java 1 package com.android.gallery3d.filtershow.category;
CategoryTrack.java 17 package com.android.gallery3d.filtershow.category;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategoryProvider.java 11 package org.eclipse.wb.internal.core.model.property.category;
PropertyCategoryProviders.java 11 package org.eclipse.wb.internal.core.model.property.category;
48 * Returns category forced by user, may be <code>null</code>.
60 * Returns first not <code>null</code> category returned by provider.
66 PropertyCategory category = provider.getCategory(property);
67 if (category != null) {
68 return category;
71 throw new IllegalStateException("Can not provide category for " + property.getTitle());
PropertyCategory.java 11 package org.eclipse.wb.internal.core.model.property.category;
17 * Describes category of {@link Property}.
24 * "Normal" category, used for properties that should be displayed without any effect.
28 * "Preferred" category, for properties that are most useful for component.
32 * "Advanced" category, for properties that are rarely used, visible if modified, even if not
37 * "Advanced" category, for properties that are rarely used, visible only if enabled.
41 * "Hidden" category, for properties that should not be displayed.
101 PropertyCategory category = (PropertyCategory) obj; local
102 return m_priority == category.m_priority;
154 * @return the priority of this category
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
PreferenceCategoryTest.java 19 private PreferenceCategory category; field in class:PreferenceCategoryTest
24 category = new PreferenceCategory(new Activity());
25 shadow = Robolectric.shadowOf(category);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
iterator.hpp 33 typedef forward_iterator_tag category; typedef in struct:boost::mpl::l_iter
54 typedef forward_iterator_tag category;
65 typedef forward_iterator_tag category; typedef in struct:boost::mpl::l_iter
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentActivity.java 36 int category = extras.getInt("category"); local
39 frag.updateContentAndRecycleBitmap(category, position);
  /external/apache-http/src/org/apache/http/impl/
EnglishReasonPhraseCatalog.java 90 ("Unknown category for status code " + status + ".");
93 final int category = status / 100; local
94 final int subcode = status - 100*category;
97 if (REASON_PHRASES[category].length > subcode)
98 reason = REASON_PHRASES[category][subcode];
124 final int category = status / 100; local
125 final int subcode = status - 100*category;
126 REASON_PHRASES[category][subcode] = reason;
  /external/chromium-trace/catapult/devil/devil/android/sdk/
intent.py 15 category=None, component=None, data=None, extras=None,
23 category: A string or list containing any categories.
34 if isinstance(category, list) or category is None:
35 self._category = category
37 self._category = [category]
58 def category(self): member in class:Intent
93 if self.category:
94 args.extend(arg for cat in self.category for arg in ('-c', cat))
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsUsageMonitorShortCodeTest.java 37 final int category; field in class:SmsUsageMonitorShortCodeTest.ShortCodeTest
39 ShortCodeTest(String countryIso, String destAddress, int category) {
42 this.category = category;
469 test.category, monitor.checkDestination(test.address, test.countryIso));
  /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...]
  /docs/source.android.com/scripts/
build.py 57 category = 'home' variable
66 # Step A: split path, and update cached category name if needed
71 category = outdir[-1]
116 sidebar3=sidebar3, category=category, title=get_title(absfilename))
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
counter.py 17 def category(self): member in class:CounterSample
18 return self._counter.category
60 def __init__(self, parent, category, name):
62 self.category = category
63 self.full_name = category + '.' + name
  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 27 severity(0), category(0) {}
43 /// \brief Return the category of the diagnostic.
46 /// \brief Return the category string of the diagnostic.
90 unsigned category; member in class:clang::CXLoadedDiagnostic
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
AppItem.java 30 public int category; field in class:AppItem
67 int comparison = Integer.compare(category, another.category);
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsUsageMonitorShortCodeTest.java 64 final int category; field in class:SmsUsageMonitorShortCodeTest.ShortCodeTest
66 ShortCodeTest(String countryIso, String destAddress, int category) {
69 this.category = category;
514 test.category, isCDMA112(test.address) ? CATEGORY_NOT_SHORT_CODE :
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
SettingsDrawerAdapter.java 50 Item category = new Item(); local
51 category.icon = null;
53 category.label = dashboardCategory.title;
54 mItems.add(category);
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
AnimatedVectorDrawableTest.java 60 String category = "Layer:" local
63 textView.setText(category);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 109 typedef int category; typedef in class:locale
110 _STLP_STATIC_CONSTANT(category, none = 0x000);
111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
112 _STLP_STATIC_CONSTANT(category, ctype = 0x020);
113 _STLP_STATIC_CONSTANT(category, monetary = 0x040);
114 _STLP_STATIC_CONSTANT(category, numeric = 0x100);
115 _STLP_STATIC_CONSTANT(category, time = 0x200);
116 _STLP_STATIC_CONSTANT(category, messages = 0x400);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
123 locale(const locale&, const char*, category);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
iterator.hpp 39 typedef random_access_iterator_tag category; typedef in struct:boost::mpl::v_iter
  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentDefaultDialog.java 49 String category = intent.getStringExtra(CardEmulation.EXTRA_CATEGORY); local
52 if (!buildDialog(component, category)) {
70 private boolean buildDialog(ComponentName component, String category) {
71 if (component == null || category == null) {
72 Log.e(TAG, "Component or category are null");
76 if (!CardEmulation.CATEGORY_PAYMENT.equals(category)) {
77 Log.e(TAG, "Don't support defaults for category " + category);
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_early_close.py 19 category=RuntimeWarning) variable
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_early_close.py 19 category=RuntimeWarning) variable

Completed in 2468 milliseconds

1 2 3 4 5 6 7 8 91011>>