HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 151 - 175 of 322) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.h 120 CharCategory category(unsigned int);
130 inline bool isSeparatorSpace(UChar c) { return category(c) == Separator_Space; }
  /external/webkit/Source/WebCore/inspector/front-end/
ResourceView.js 48 switch (resource.category) {
66 switch (resource.category) {
  /external/webkit/Source/WebCore/platform/text/brew/
TextBreakIteratorBrew.cpp 37 CharCategory charCategory = category(c);
43 return category(c) != Separator_Line;
  /external/webkit/Source/WebCore/platform/text/wince/
TextBreakIteratorWinCE.cpp 37 CharCategory charCategory = category(c);
43 return category(c) != Separator_Line;
  /external/webkit/Tools/Scripts/webkitpy/style/
optparser.py 48 a category name. A confidence score of 5 means the error is certainly
51 Category names appear in error messages in brackets, for example
58 in a category if the category passes the filter, as described below.
62 rule "+foo" passes any category that starts with "foo", and "-foo" fails
63 any such category. The filter input "-whitespace,+whitespace/braces" fails
64 the category "whitespace/tab" and passes "whitespace/braces".
377 for category in sorted(self._all_categories):
378 self.stderr_write(' ' + category + '\n')
  /frameworks/base/core/java/android/content/
IntentFilter.java 84 * the <strong>action</strong> and <strong>category</strong> must match, and
164 * The part of a match constant that describes the category of match
175 * basic category of match. The value {@link #MATCH_ADJUSTMENT_NORMAL}
182 * Quality adjustment applied to the category of match that signifies
1037 final String category = it.next(); local
    [all...]
  /frameworks/base/media/java/android/media/
MediaRouter.java 355 // Enforce that any added route in a groupable category must be in a group.
467 * Return the {@link MediaRouter.RouteCategory category} at the given index.
470 * @param index which category to return
471 * @return the category at index
508 * @param category The category the new route will belong to
515 public UserRouteInfo createUserRoute(RouteCategory category) {
516 return new UserRouteInfo(category);
520 * Create a new route category. Each route must belong to a category
    [all...]
  /sdk/assetstudio/src/com/android/assetstudiolib/
GraphicGenerator.java 140 * @param category the current category to place images into (if null the
143 * map is a map from a category name, to a map from file path to
149 public void generate(String category, Map<String, Map<String, BufferedImage>> categoryMap,
171 String mapCategory = category;
NotificationIconGenerator.java 107 public void generate(String category, Map<String, Map<String, BufferedImage>> categoryMap,
174 * category
TabIconGenerator.java 143 public void generate(String category, Map<String, Map<String, BufferedImage>> categoryMap,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 109 for (CategoryData category : categories) {
110 for (ViewData view : category) {
220 if (element.getNodeName().equals("category")) { //$NON-NLS-1$
222 CategoryData category = new CategoryData(name); local
230 category.addView(view);
233 mCategories.add(category);
311 * @return a list of pairs where each pair contains of the category label and an
312 * ordered list of elements to be included in that category
348 for (CategoryData category : getCategories()) {
352 for (ViewData view : category) {
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuView.java 549 @ViewDebug.ExportedProperty(category = "layout")
551 @ViewDebug.ExportedProperty(category = "layout")
553 @ViewDebug.ExportedProperty(category = "layout")
555 @ViewDebug.ExportedProperty(category = "layout")
557 @ViewDebug.ExportedProperty(category = "layout")
  /frameworks/base/core/java/android/widget/
LinearLayout.java 84 @ViewDebug.ExportedProperty(category = "layout")
94 @ViewDebug.ExportedProperty(category = "layout")
102 @ViewDebug.ExportedProperty(category = "measurement")
105 @ViewDebug.ExportedProperty(category = "measurement")
108 @ViewDebug.ExportedProperty(category = "measurement", flagMapping = {
142 @ViewDebug.ExportedProperty(category = "measurement")
145 @ViewDebug.ExportedProperty(category = "layout")
148 @ViewDebug.ExportedProperty(category = "layout")
    [all...]
AdapterView.java 66 @ViewDebug.ExportedProperty(category = "scrolling")
151 @ViewDebug.ExportedProperty(category = "list")
162 @ViewDebug.ExportedProperty(category = "list")
178 @ViewDebug.ExportedProperty(category = "list")
    [all...]
  /frameworks/base/core/java/android/view/
View.java 159 * <tr><th>Category</th> <th>Methods</th> <th>Description</th></tr>
    [all...]
  /external/bluetooth/bluez/audio/
avdtp.c 212 uint8_t category; member in struct:conf_rej
698 void avdtp_error_init(struct avdtp_error *err, uint8_t category, int id)
700 err->category = category;
702 if (category == AVDTP_ERRNO)
710 return err->category;
715 assert(err->category != AVDTP_ERRNO);
721 assert(err->category == AVDTP_ERRNO);
1312 uint8_t length, category; local
1314 category = data[0]
1470 uint8_t err, category = 0x00; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /external/harfbuzz/src/
harfbuzz-greek.c 406 HB_CharCategory category; local
409 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
410 if (category != HB_Mark_NonSpacing) {
  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 496 CharCategory category = Unicode::category(c); local
497 if (category & (Separator_Space | Separator_Line | Separator_Paragraph | Other_NotAssigned | Other_Control | Other_Format))
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
ieee802_11_defs.h 298 u8 category; member in struct:ieee80211_mgmt::__anon15336::__anon15346
547 u8 category; member in struct:recommended_tx_channel_width_action
556 u8 category; member in struct:mimo_pwr_save_action
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 280 mediaGroup.getChild(MEDIA_NAMESPACE, "category")
283 video.category = body;
414 || localName.equals("category")
511 if (localName.equals("category")) {
512 video.category = takeText();
536 public String category; field in class:SafeSaxTest.YouTubeVideo
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 119 return category;
598 if (readString(TopDiags, TopDiags.Categories, "category", Record,
654 D->category = Record[offset++];
657 D->CategoryText = D->category ? TopDiags.Categories[D->category] : "";
  /external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.h 204 inline CharCategory category(UChar32 c) function in namespace:WTF::Unicode
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SimpleInflater.java 129 final int category = a.getInt(R.styleable.MenuItem_android_menuCategory, 0); local
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
BearerData.java 348 * The Service Category Program Data subparameter is used to enable and disable
357 * The Service Category Program Results subparameter informs the message center
358 * of the results of a Service Category Program Data request.
870 int category = result.getCategory(); local
1666 int category = (inStream.read(8) << 8) | inStream.read(8); local
1777 int category = SmsCbCmasInfo.CMAS_CATEGORY_UNKNOWN; local
    [all...]

Completed in 766 milliseconds

1 2 3 4 5 67 8 91011>>