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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/core/
SkATrace.h 43 static const char* category = "skiaATrace"; variable
44 return category;
  /external/skqp/src/core/
SkATrace.h 43 static const char* category = "skiaATrace"; variable
44 return category;
  /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;
  /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);
  /external/skia/tools/trace/
SkDebugfTracer.cpp 69 const char* category = this->getCategoryGroupName(categoryEnabledFlag); local
70 SkDebugf("[% 2d]%s <%s> %s%s #%d {\n", fIndent.size(), fIndent.c_str(), category, name,
  /external/skqp/tools/trace/
SkDebugfTracer.cpp 69 const char* category = this->getCategoryGroupName(categoryEnabledFlag); local
70 SkDebugf("[% 2d]%s <%s> %s%s #%d {\n", fIndent.size(), fIndent.c_str(), category, name,
  /external/v8/src/libplatform/tracing/
trace-config.cc 26 std::string category; local
27 getline(category_stream, category, ',');
29 if (category == included_category) return true;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
SuggestionCategory.java 20 public String category; field in class:SuggestionCategory
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sphelper.h 48 ISpObjectTokenCategory *category; local
51 hres = SpGetCategoryFromId(category_id, &category);
53 hres = category->EnumTokens(req_attrs, opt_attrs, ret);
54 category->Release();
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceParentGroupTest.java 65 PreferenceCategory category = new PreferenceCategory(mActivity); local
66 assertNull(category.getParent());
71 screen.addPreference(category);
72 assertEquals(screen, category.getParent());
74 category.addPreference(pref);
75 assertEquals(category, pref.getParent());
77 screen.removePreference(category);
78 assertNull(category.getParent());
80 category.removePreference(pref);
93 PreferenceCategory category = (PreferenceCategory) screen.findPreference("pref_category") local
122 PreferenceCategory category = new PreferenceCategory(mActivity); local
    [all...]
  /frameworks/support/preference/src/androidTest/java/androidx/preference/tests/
PreferenceParentGroupTest.java 60 PreferenceCategory category = new PreferenceCategory(mContext); local
61 assertNull(category.getParent());
66 screen.addPreference(category);
67 assertEquals(screen, category.getParent());
69 category.addPreference(pref);
70 assertEquals(category, pref.getParent());
72 screen.removePreference(category);
73 assertNull(category.getParent());
75 category.removePreference(pref);
  /prebuilts/tools/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/
minlog-1.2.jar 
  /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/libchrome/base/trace_event/
heap_profiler_event_filter.cc 44 const auto* category = CategoryRegistry::GetCategoryByStatePtr( local
46 AllocationContextTracker::PseudoStackFrame frame = {category->name(),
  /external/python/cpython2/Lib/bsddb/test/
test_early_close.py 19 category=RuntimeWarning) variable
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsUsageMonitorShortCodeTest.java 41 final int category; field in class:SmsUsageMonitorShortCodeTest.ShortCodeTest
43 ShortCodeTest(String countryIso, String destAddress, int category) {
46 this.category = category;
473 test.category, monitor.checkDestination(test.address, test.countryIso));
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/
SettingsIntelligenceDumpService.java 64 for (SuggestionCategory category : SuggestionCategoryRegistry.CATEGORIES) {
66 .append(category.getCategory())
70 probe.addCategory(category.getCategory());
  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_early_close.py 19 category=RuntimeWarning) variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_early_close.py 19 category=RuntimeWarning) variable
  /system/core/libmetricslogger/
metrics_logger.cpp 55 void LogMultiAction(int32_t category, int32_t field, const std::string& value) {
57 log << LOGBUILDER_CATEGORY << category << LOGBUILDER_TYPE << TYPE_ACTION
61 ComplexEventLogger::ComplexEventLogger(int category) : logger(kSysuiMultiActionTag) {
62 logger << LOGBUILDER_CATEGORY << category; local
  /external/chromium-trace/catapult/devil/devil/android/sdk/
intent.py 30 category=None, component=None, data=None, extras=None,
38 category: A string or list containing any categories.
49 if isinstance(category, list) or category is None:
50 self._category = category
52 self._category = [category]
73 def category(self): member in class:Intent
108 if self.category:
109 args.extend(arg for cat in self.category for arg in ('-c', cat))

Completed in 2962 milliseconds

1 2 3 4 5 6 7 8 91011>>