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

<<11121314151617181920>>

  /frameworks/base/core/java/android/widget/
ProgressBar.java 425 @ViewDebug.ExportedProperty(category = "progress")
762 @ViewDebug.ExportedProperty(category = "progress")
779 @ViewDebug.ExportedProperty(category = "progress")
793 @ViewDebug.ExportedProperty(category = "progress")
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaSmsCbTest.java 53 * @param serviceCategory the CDMA service category
130 * @param serviceCategory the CDMA service category
135 * @param cmasCategory CMAS category (or -1 to skip adding CMAS type 1 elements record)
182 * @param serviceCategory the CDMA service category
530 int category = 0x0ff0 + r.nextInt(32); // half CMAS, half non-CMAS local
531 Parcel p = createBroadcastParcel(category);
549 int category = 0x0ff0 + r.nextInt(32); // half CMAS, half non-CMAS local
550 Parcel p = createBroadcastParcel(category);
575 * Initialize a Parcel for incoming Service Category Program Data teleservice. The caller will
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java 17 package com.android.gallery3d.filtershow.category;
CategoryView.java 17 package com.android.gallery3d.filtershow.category;
IconView.java 17 package com.android.gallery3d.filtershow.category;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorPanel.java 32 import com.android.gallery3d.filtershow.category.MainPanel;
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 419 @ViewDebug.ExportedProperty(category = "progress")
718 @ViewDebug.ExportedProperty(category = "progress")
735 @ViewDebug.ExportedProperty(category = "progress")
749 @ViewDebug.ExportedProperty(category = "progress")
    [all...]
  /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
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 47 import com.android.tools.lint.detector.api.Category;
280 private void checkCreateTemplate(String category, String name) throws Exception {
283 File templateFile = findTemplate(category, name);
292 private static File findTemplate(String category, String name) {
295 File file = new File(templateRootFolder, category + File.separator + name);
782 if (issue.getCategory() == Category.ICONS){
    [all...]
  /external/chromium_org/gpu/config/
gpu_control_list.cc 872 MultiGpuCategory category = local
874 if (category == kMultiGpuCategoryNone)
876 multi_gpu_category_ = category;
    [all...]
  /external/chromium_org/net/dns/
host_resolver_impl.cc 768 enum Category { // Used in HISTOGRAM_ENUMERATION.
775 int category = RESOLVE_MAX; // Illegal value for later DCHECK only. local
780 category = RESOLVE_SUCCESS;
783 category = RESOLVE_SPECULATIVE_SUCCESS;
802 category = RESOLVE_FAIL;
805 category = RESOLVE_SPECULATIVE_FAIL;
825 DCHECK_LT(category, static_cast<int>(RESOLVE_MAX)); // Be sure it was set.
827 UMA_HISTOGRAM_ENUMERATION("DNS.ResolveCategory", category, RESOLVE_MAX);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 812 if (&mgmt->u.action.category > buf + len)
818 event.rx_action.category = mgmt->u.action.category;
819 event.rx_action.data = &mgmt->u.action.category;
856 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.action.category) +
865 mgmt->u.action.category != WLAN_ACTION_PUBLIC)
909 if (&mgmt->u.action.category > buf + len)
915 event.rx_action.category = mgmt->u.action.category;
916 event.rx_action.data = &mgmt->u.action.category;
    [all...]
  /external/chromium_org/third_party/icu/source/common/
putil.c     [all...]
  /external/icu4c/common/
putil.cpp     [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 177 * Specifies the category the property falls into, such as measurement,
180 * @return the category as String
182 String category() default "";
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py 48 # function for the unit tests. We also verify each category we see
65 def __call__(self, line_number, category, confidence, message):
66 self._assert_fn(category in self._all_style_categories,
67 'Message "%s" has category "%s",'
68 ' which is not in STYLE_CATEGORIES' % (message, category))
73 if self._filter.should_check(category, ""):
74 self._seen_style_categories[category] = 1
75 self._errors.append('%s [%s] [%d]' % (message, category, confidence))
88 """Fails if there's a category in _all_style_categories - _seen_style_categories.
96 for category in self._all_style_categories
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 73 import com.android.gallery3d.filtershow.category.Action;
74 import com.android.gallery3d.filtershow.category.CategoryAdapter;
75 import com.android.gallery3d.filtershow.category.CategorySelected;
76 import com.android.gallery3d.filtershow.category.CategoryView;
77 import com.android.gallery3d.filtershow.category.MainPanel;
78 import com.android.gallery3d.filtershow.category.SwipableView;
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 648 * category/width.
662 * into account its category/width.
671 int category = rs.getCategory(); local
674 || (category == 2 ? regsUsed.get(reg + 1) : false);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
wallpaper_manager.css 120 #category-container {
  /external/chromium_org/ui/gl/
generate_bindings.py     [all...]
  /external/chromium_org/v8/test/mjsunit/third_party/
string-trim.js 69 {s : '\u200B', t : 'ZERO WIDTH SPACE (category Cf)'}
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java 649 * category/width.
663 * into account its category/width.
672 int category = rs.getCategory(); local
675 || (category == 2 ? regsUsed.get(reg + 1) : false);
    [all...]
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 104 try to see locale category LC should be used from environment;
107 2. category (LC_CTYPE, LC_NUMERIC, ... )
222 static char const*__Extract_locale_name( const char *loc, const char *category, char *buf )
228 expr = strstr( (char*)loc, category );
230 return NULL; /* Category not found. */

Completed in 1037 milliseconds

<<11121314151617181920>>