HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 51 - 75 of 137) sorted by null

1 23 4 5 6

  /external/webkit/JavaScriptCore/wtf/unicode/wince/
UnicodeWince.cpp 150 CharCategory category(unsigned int c) function in namespace:WTF::Unicode
152 return static_cast<CharCategory>(TO_MASK((__int8) UnicodeCE::category(c)));
UnicodeWince.h 158 CharCategory category(unsigned int);
167 inline bool isSeparatorSpace(wchar_t c) { return category(c) == Separator_Space; }
  /external/webkit/WebCore/platform/text/wince/
TextBreakIteratorWince.cpp 36 CharCategory charCategory = category(c);
42 return category(c) != Separator_Line;
  /frameworks/base/services/java/com/android/server/
UiModeManagerService.java 110 static Intent buildHomeIntent(String category) {
112 intent.addCategory(category);
134 String category = null;
139 category = Intent.CATEGORY_CAR_DOCK;
146 category = Intent.CATEGORY_DESK_DOCK;
151 category = Intent.CATEGORY_HOME;
155 if (category != null) {
158 Intent homeIntent = buildHomeIntent(category);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xml/
XsltXPathConformanceTestSuite.java 190 * <test-case category="XSLT-Result-Tree" id="attribset_attribset01">
209 String category = testCaseElement.getAttribute("category"); local
211 String name = category + "." + id;
264 return new XsltTest(category, id, purpose, spec, principalData,
312 private final String category; field in class:XsltXPathConformanceTestSuite.XsltTest
330 XsltTest(String category, String id, String purpose, String spec,
334 this.category = category;
405 return category + "." + id
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 1041 String category = STAT_NAMES[which]; local
    [all...]
  /external/webkit/WebCore/inspector/front-end/
SummaryBar.js 72 for (var category in this.categories) {
73 var size = graphInfo.categoryValues[category];
77 var colorString = this.categories[category].color;
82 var legendLabel = this._makeLegendElement(this.categories[category].title, this.calculator.formatValue(size), colorString);
ConsoleView.js 71 function createFilterElement(category) {
73 categoryElement.category = category;
74 categoryElement.addStyleClass(categoryElement.category);
77 var label = category.toString();
146 var targetFilterClass = "filter-" + target.category.toLowerCase();
148 if (target.category == "All") {
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
checker.py 153 # The maximum number of errors to report per file, per category.
154 # If a category is not a key, then it has no maximum.
220 a category if the category passes the filter rules, as follows.
222 Any webkit category starts out passing. All filter rules are then
224 example, the rule "+foo" passes any category that starts with "foo",
225 and "-foo" fails any such category. The filter input "-whitespace,
226 +whitespace/braces" fails the category "whitespace/tab" and passes
233 Category names appear in error messages in brackets, for example
273 per file, per category
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
802.11.h 160 uint8 category; member in struct:dot11_action_wifi_vendor_specific
257 uint8 category; member in struct:dot11_action_measure
265 uint8 category; member in struct:dot11_action_ht_ch_width
271 uint8 category; member in struct:dot11_action_ht_mimops
336 uint8 category; member in struct:dot11_action_frmhdr
358 uint8 category; member in struct:dot11_action_switch_channel
379 uint8 category; member in struct:dot11y_action_ext_csa
387 uint8 category; member in struct:dot11_action_ext_csa
675 uint8 category; member in struct:dot11_management_notification
1060 uint8 category; member in struct:dot11_addba_req
1071 uint8 category; member in struct:dot11_addba_resp
1088 uint8 category; member in struct:dot11_delba
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nubus.h 175 /* Category-specific resources. */
272 unsigned short category; member in struct:nubus_dev
305 struct nubus_dev* nubus_find_device(unsigned short category,
310 struct nubus_dev* nubus_find_type(unsigned short category,
  /external/bluetooth/bluez/audio/
avdtp.h 96 uint8_t category; member in struct:avdtp_service_capability
183 uint8_t *category, void *user_data);
222 struct avdtp_service_capability *avdtp_service_cap_new(uint8_t category,
a2dp.c 287 uint8_t *category, void *user_data)
300 *category = 0x00;
310 if (cap->category == AVDTP_DELAY_REPORTING &&
313 *category = AVDTP_DELAY_REPORTING;
317 if (cap->category != AVDTP_MEDIA_CODEC)
333 *category = AVDTP_MEDIA_CODEC;
418 uint8_t *category, void *user_data)
431 *category = 0x00;
438 if (cap->category == AVDTP_DELAY_REPORTING &&
441 *category = AVDTP_DELAY_REPORTING
    [all...]
avdtp.c 214 uint8_t category; member in struct:conf_rej
1222 uint8_t length, category; local
1224 category = data[0];
1241 if (category == AVDTP_MEDIA_CODEC &&
1245 else if (category == AVDTP_DELAY_REPORTING && delay_reporting)
1351 uint8_t err, category = 0x00; local
1409 if (cap->category == AVDTP_MEDIA_TRANSPORT && cap->length != 0) {
1421 &category,
2910 uint8_t acp_seid, category; local
    [all...]
  /external/e2fsprogs/intl/
gettextP.h 154 const char *_nl_locale_name (int category, const char *categoryname);
  /frameworks/base/core/java/android/widget/
AdapterView.java 59 @ViewDebug.ExportedProperty(category = "scrolling")
144 @ViewDebug.ExportedProperty(category = "list")
155 @ViewDebug.ExportedProperty(category = "list")
171 @ViewDebug.ExportedProperty(category = "list")
    [all...]
LinearLayout.java 56 @ViewDebug.ExportedProperty(category = "layout")
66 @ViewDebug.ExportedProperty(category = "layout")
74 @ViewDebug.ExportedProperty(category = "measurement")
77 @ViewDebug.ExportedProperty(category = "measurement")
80 @ViewDebug.ExportedProperty(category = "measurement", mapping = {
96 @ViewDebug.ExportedProperty(category = "measurement")
99 @ViewDebug.ExportedProperty(category = "layout")
102 @ViewDebug.ExportedProperty(category = "layout")
    [all...]
  /sdk/eclipse/scripts/
_mk_icons.sh 48 icon C green category
  /frameworks/base/core/java/android/content/
IntentFilter.java 78 * the <strong>action</strong> and <strong>category</strong> must match, and
158 * The part of a match constant that describes the category of match
169 * basic category of match. The value {@link #MATCH_ADJUSTMENT_NORMAL}
176 * Quality adjustment applied to the category of match that signifies
1033 final String category = it.next(); local
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/dot11h/
spectrumMngmntMgr.c 302 measurementReport.actionField.category = CATAGORY_SPECTRUM_MANAGEMENT;
380 measurementReport.actionField.category = CATAGORY_SPECTRUM_MANAGEMENT;
  /packages/apps/Settings/src/com/android/settings/
SecuritySettings.java 522 private void createPreferences(PreferenceCategory category, int type) {
529 category.addPreference(mAccessCheckBox);
535 category.addPreference(mInstallButton);
541 category.addPreference(mPasswordButton);
547 category.addPreference(mResetButton);
555 // category.addPreference(mEncryptedFSEnabled);
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
ieee802_11_defs.h 298 u8 category; member in struct:ieee80211_mgmt::__anon8368::__anon8378
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
  /frameworks/base/core/java/android/view/
View.java 151 * <tr><th>Category</th> <th>Methods</th> <th>Description</th></tr>
    [all...]
  /external/webkit/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.h 204 inline CharCategory category(UChar32 c) function in namespace:WTF::Unicode

Completed in 1443 milliseconds

1 23 4 5 6