HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 101 - 125 of 609) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
locale.h 52 extern char *setlocale(int category, const char *locale);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
locale.h 52 extern char *setlocale(int category, const char *locale);
  /external/apache-http/src/org/apache/http/impl/
EnglishReasonPhraseCatalog.java 85 ("Unknown category for status code " + status + ".");
88 final int category = status / 100; local
89 final int subcode = status - 100*category;
92 if (REASON_PHRASES[category].length > subcode)
93 reason = REASON_PHRASES[category][subcode];
119 final int category = status / 100; local
120 final int subcode = status - 100*category;
121 REASON_PHRASES[category][subcode] = reason;
  /frameworks/support/v4/java/android/support/v4/hardware/display/
DisplayManagerCompat.java 34 * Display category: Presentation displays.
36 * This category can be used to identify secondary displays that are suitable for
45 "android.hardware.display.category.PRESENTATION";
88 * Gets all currently valid logical displays of the specified category.
90 * When there are multiple displays in a category the returned displays are sorted
91 * of preference. For example, if the requested category is
98 * @param category The requested display category or null to return all displays.
103 public abstract Display[] getDisplays(String category);
127 public Display[] getDisplays(String category) {
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
RegisterType.java 43 public final Category category; field in class:RegisterType
46 private RegisterType(Category category, ClassDef type) {
47 assert ((category == Category.Reference || category == Category.UninitRef || category == Category.UninitThis) &
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
filter.py 32 all_categories: A list of all available category names, for example--
38 the beginning of some category name in the list
47 for category in all_categories:
48 if category.startswith(rule[1:]):
53 "of any category name." % rule)
61 """Create a category filter.
79 self._should_check_category = {} # Cached dictionary of category to True/False
94 def should_check(self, category):
95 """Return whether the category should be checked.
97 The rules for determining whether a category should be checke
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteSelector.java 80 * Returns true if the selector contains the specified category.
82 * @param category The category to check.
83 * @return True if the category is present.
85 public boolean hasControlCategory(String category) {
86 if (category != null) {
90 if (mControlCategories.get(i).equals(category)) {
235 * Adds a {@link MediaControlIntent media control category} to the builder.
237 * @param category The category to add to the set of desired capabilities, such a
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
python.py 60 category = "pep8/" + pep8_code
62 self._handle_style_error(line_number, category, 5, pep8_message)
70 for line_number, category, message in errors:
71 self._handle_style_error(line_number, category, 5, message)
108 category = 'pylint/' + (category_and_method[0])
113 errors.append((line_number, category, message))
cmake_unittest.py 46 def _mock_handle_style_error(line_number, category, confidence,
48 error = (line_number, category, confidence, message)
python_unittest.py 49 def _mock_handle_style_error(line_number, category, confidence,
51 error = (line_number, category, confidence, message)
common_unittest.py 48 def _mock_style_error_handler(self, line_number, category, confidence,
51 error = (line_number, category, confidence, message)
105 def style_error_handler(line_number, category, confidence, message):
106 self.assertEqual(category, 'whitespace/tab')
text_unittest.py 43 def error_for_test(line_number, category, confidence, message):
54 def error_for_test(line_number, category, confidence, message):
57 self.assertEqual('whitespace/tab', category)
  /external/smack/src/org/jivesoftware/smackx/packet/
DiscoverInfo.java 256 * in order to get the official registry of values for the <i>category</i> and <i>type</i>
262 private String category; field in class:DiscoverInfo.Identity
270 * @param category the entity's category.
274 public Identity(String category, String name) {
275 this.category = category;
281 * 'category' and 'type' are required by
284 * @param category the entity's category (required as per XEP-30)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditLauncherView.js 42 this._categoryIdPrefix = "audit-category-item-";
100 * @param {!WebInspector.AuditCategory} category
102 addCategory: function(category)
108 var categoryElement = this._createCategoryElement(category.displayName, category.id);
109 category._checkboxElement = categoryElement.firstChild;
110 if (this._selectAllCheckboxElement.checked || selectedCategories[category.displayName]) {
111 category._checkboxElement.checked = true;
126 var insertBefore = insertionIndexForObjectInListSortedByFunction(category, this._sortedCategories, compareCategories);
128 this._sortedCategories.splice(insertBefore, 0, category);
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentActivity.java 36 int category = extras.getInt("category"); local
39 frag.updateContentAndRecycleBitmap(category, position);
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
async_slice.py 12 def __init__(self, category, name, timestamp, args=None):
14 category, name, timestamp, duration=0, args=args)
  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 27 severity(0), category(0) {}
43 /// \brief Return the category of the diagnostic.
46 /// \brief Return the category string of the diagnostic.
90 unsigned category; member in class:clang::CXLoadedDiagnostic
  /ndk/sources/android/support/src/musl-locale/
intl.c 16 char *dcgettext(const char *domainname, const char *msgid, int category)
31 char *dcngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n, int category)
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/util/
UsageStatistics.java 51 public static void onEvent(String category, String action, String label) {};
52 public static void onEvent(String category, String action, String label, long optional_value) {};
  /external/harfbuzz/tests/linebreaking/
harfbuzz-qt.cpp 41 void HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass)
43 *category = (HB_CharCategory)QChar::category(ch);
49 return (HB_CharCategory)QChar::category(ch);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp 42 assert(ec.category() == std::generic_category());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
ErrorCodeEnum.pass.cpp 43 assert(ec.category() == std::generic_category());
  /packages/apps/Camera2/src_pd/com/android/camera/util/
UsageStatistics.java 53 public static void onEvent(String category, String action, String label) {};
54 public static void onEvent(String category, String action, String label, long optionalValue) {};
55 public static void onEvent(String category, String action, String label, long optionalValue,
57 public static void onEvent(String category, String action, String label,
  /dalvik/dx/src/com/android/dx/ssa/
BasicRegisterMapper.java 112 * @param category {@code 1..2;} width of reg
114 public void addMapping(int oldReg, int newReg, int category) {
124 if (runningCountNewRegisters < (newReg + category)) {
125 runningCountNewRegisters = newReg + category;
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
BasicRegisterMapper.java 113 * @param category {@code 1..2;} width of reg
115 public void addMapping(int oldReg, int newReg, int category) {
125 if (runningCountNewRegisters < (newReg + category)) {
126 runningCountNewRegisters = newReg + category;

Completed in 423 milliseconds

1 2 3 45 6 7 8 91011>>