HomeSort by relevance Sort by last modified time
    Searched full:category (Results 276 - 300 of 679) sorted by null

<<11121314151617181920>>

  /external/webkit/WebKitTools/Scripts/webkitpy/style/
checker_unittest.py 80 max_reports_per_category={"category": 3},
86 self.assertEquals(options.max_reports_per_category, {"category": 3})
100 max_reports_per_category={"category": 3},
109 {"category": 2}))
194 for category in style.MAX_REPORTS_PER_CATEGORY.iterkeys():
195 self.assertTrue(category in all_categories,
196 'Key "%s" is not a category' % category)
  /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...]
  /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. */
  /packages/apps/IM/src/com/android/im/app/
ChatSwitcher.java 54 Imps.Provider.CATEGORY
511 // find the provider category for this chat
519 String category = null; local
523 category = providerCursor.getString(PROVIDER_CATEGORY_COLUMN);
529 return category;
  /packages/apps/Settings/src/com/android/settings/
SecuritySettings.java 482 private void createPreferences(PreferenceCategory category, int type) {
489 category.addPreference(mAccessCheckBox);
495 category.addPreference(mInstallButton);
501 category.addPreference(mPasswordButton);
507 category.addPreference(mResetButton);
  /external/libxml2/
xmlunicode.c     [all...]
  /prebuilt/common/jfreechart/
README.txt 267 subpackages for 'category' and 'xy' charts.
311 enhancements (title and category label wrapping, legend shape
327 alignment and rotation of category labels;
436 category anchor point. See the SurveyResultsDemo.java application
490 - fixed missing category labels in the overlaid category plot;
518 - moved responsibility for category distribution to the
569 x-values now allowed in XYSeries. Optional category label
570 skipping in category axes. Added CategoriesPaint attribute to
604 - HorizontalIntervalBarRenderer now handles single category;
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 348 * (category) of the type used. Among other things, this may also
359 * Gets the category of this instance's type. This is just a convenient
364 * @return {@code 1..2;} the category of this instance's type
371 * Gets whether this instance's type is category 1. This is just a
376 * @return whether or not this instance's type is of category 1
383 * Gets whether this instance's type is category 2. This is just a
388 * @return whether or not this instance's type is of category 2
  /external/icu4c/common/unicode/
uchar.h 308 the general category Cased_Letter. @stable ICU 2.6 */
574 * Data for enumerated Unicode general category types.
582 /** Non-category for unassigned and non-character code points. @stable ICU 2.0 */
650 * general category values.
651 * For each category, the nth bit is set if the numeric value of the
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uchar.h 287 the general category Cased_Letter. @stable ICU 2.6 */
503 * Data for enumerated Unicode general category types.
511 /** Non-category for unassigned and non-character code points. @stable ICU 2.0 */
579 * general category values.
580 * For each category, the nth bit is set if the numeric value of the
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
uchar.h 287 the general category Cased_Letter. @stable ICU 2.6 */
503 * Data for enumerated Unicode general category types.
511 /** Non-category for unassigned and non-character code points. @stable ICU 2.0 */
579 * general category values.
580 * For each category, the nth bit is set if the numeric value of the
    [all...]
  /external/webkit/WebCore/icu/unicode/
uchar.h 287 the general category Cased_Letter. @stable ICU 2.6 */
503 * Data for enumerated Unicode general category types.
511 /** Non-category for unassigned and non-character code points. @stable ICU 2.0 */
579 * general category values.
580 * For each category, the nth bit is set if the numeric value of the
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uchar.h 287 the general category Cased_Letter. @stable ICU 2.6 */
503 * Data for enumerated Unicode general category types.
511 /** Non-category for unassigned and non-character code points. @stable ICU 2.0 */
579 * general category values.
580 * For each category, the nth bit is set if the numeric value of the
    [all...]
  /frameworks/base/core/java/android/view/
Menu.java 59 * This is the part of an order integer that supplies the category of the
65 * Bit shift of the category portion of the order integer.
81 // Implementation note: Keep these CATEGORY_* in sync with the category enum
85 * Category code for the order integer for items/groups that are part of a
91 * Category code for the order integer for items/groups that are provided by
97 * Category code for the order integer for items/groups that are
104 * Category code for the order integer for items/groups that are
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
builtins.def 176 /* Category: math builtins. */
    [all...]
  /cts/tools/host/test/com/android/cts/
TestPlanBuilderTests.java 146 + " <TestCase name=\"" + caseName1 + "\"" + " category=\"mandatory\">\n"
222 + " <TestCase name=\"" + caseName1 + "\"" + " category=\"mandatory\">\n"
236 + " <TestCase name=\"" + caseName1 + "\"" + " category=\"mandatory\">\n"
  /external/bluetooth/glib/tests/
gen-casemap-txt.pl 34 use vars qw($CODE $NAME $CATEGORY $COMBINING_CLASSES $BIDI_CATEGORY $DECOMPOSITION $DECIMAL_VALUE $DIGIT_VALUE $NUMERIC_VALUE $MIRRORED $OLD_NAME $COMMENT $UPPER $LOWER $TITLE $BREAK_CODE $BREAK_CATEGORY $BREAK_NAME $CASE_CODE $CASE_LOWER $CASE_TITLE $CASE_UPPER $CASE_CONDITION);
39 $CATEGORY = 2;
201 my $type = $fields[$CATEGORY];
  /external/e2fsprogs/intl/
libgnuintl.h.in 24 /* The LC_MESSAGES locale category is the category used by the functions
138 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
ieee802_11_defs.h 298 u8 category; member in struct:ieee80211_mgmt::__anon6803::__anon6813
547 u8 category; member in struct:recommended_tx_channel_width_action
556 u8 category; member in struct:mimo_pwr_save_action
  /external/bluetooth/bluez/audio/
avdtp.c 207 uint8_t category; member in struct:conf_rej
1122 uint8_t length, category; local
1124 category = data[0];
1141 if (category == AVDTP_MEDIA_CODEC &&
1242 uint8_t err, category = 0x00; local
1297 if (cap->category == AVDTP_MEDIA_TRANSPORT && cap->length != 0) {
1306 &category,
1328 rej.category = category;
2663 uint8_t acp_seid, category; local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form3rc.java 68 * category-2 register.
  /external/iproute2/man/man8/
tc-sfq.8 74 Most often, cable modems and DSL devices do not fall into this category. The same holds
  /external/opencore/nodes/common/include/
pvmf_node_registry.h 256 ** Media category, e.g. "audio", "video", "text", "image", "multi"
412 //match category, type, and formats.
558 ** @param aMediaCategory(input): media category string
622 ** @param aMediaCategory(input): media category string
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 273 // Category 2 types that are alive are stored as single entries.
308 // Category 2 types that are alive are stored as single entries.
348 // Category 2 types are stored as single entries.
376 // Category 2 types are stored as single entries.
  /external/stlport/test/eh/
nc_alloc.h 81 // reporting is enabled, prints the test category.

Completed in 1056 milliseconds

<<11121314151617181920>>