HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 176 - 200 of 375) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/os/
BatteryStats.java 1215 String category = STAT_NAMES[which]; local
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
AnalyzedInstruction.java 89 RegisterType unknown = RegisterType.getRegisterType(RegisterType.Category.Unknown, null);
288 if (preInstructionDestRegisterType.category != RegisterType.Category.UninitRef &&
289 preInstructionDestRegisterType.category != RegisterType.Category.UninitThis) {
  /external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.h 140 CharCategory category(unsigned int);
144 return category(c) == Separator_Space;
  /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')
  /external/wpa_supplicant_8/src/ap/
wnm_ap.c 103 mgmt->u.action.category = WLAN_ACTION_WNM;
143 mgmt->da, &mgmt->u.action.category, len);
drv_callbacks.c 483 action->category, (int) action->len);
491 if (action->category == WLAN_ACTION_FT) {
498 if (action->category == WLAN_ACTION_SA_QUERY && action->len >= 4) {
507 if (action->category == WLAN_ACTION_WNM) {
604 " BSSID=" MACSTR " category=%u",
606 MAC2STR(rx_action->bssid), rx_action->category);
616 if (rx_action->category == WLAN_ACTION_SA_QUERY) {
626 buf[24] = rx_action->category;
  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.c 92 mgmt->u.action.category = WLAN_ACTION_WNM;
107 &mgmt->u.action.category, len, 0);
  /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...]
  /sdk/assetstudio/src/com/android/assetstudiolib/
GraphicGenerator.java 139 * @param category the current category to place images into (if null the
142 * map is a map from a category name, to a map from file path to
148 public void generate(String category, Map<String, Map<String, BufferedImage>> categoryMap,
171 String mapCategory = category;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 111 for (CategoryData category : categories) {
112 for (ViewData view : category) {
222 if (element.getNodeName().equals("category")) { //$NON-NLS-1$
224 CategoryData category = new CategoryData(name); local
232 category.addView(view);
235 mCategories.add(category);
313 * @return a list of pairs where each pair contains of the category label and an
314 * ordered list of elements to be included in that category
350 for (CategoryData category : getCategories()) {
354 for (ViewData view : category) {
    [all...]
  /tools/motodev/makefile/
build.properties 53 p2.category.site=file:${buildDirectory}/site.xml
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuView.java 585 @ViewDebug.ExportedProperty(category = "layout")
587 @ViewDebug.ExportedProperty(category = "layout")
589 @ViewDebug.ExportedProperty(category = "layout")
591 @ViewDebug.ExportedProperty(category = "layout")
593 @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...]
  /frameworks/base/core/java/android/view/
View.java 167 * <tr><th>Category</th> <th>Methods</th> <th>Description</th></tr>
    [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::__anon16712::__anon16722
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
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryGetter.java 57 // Name of the category for the main dictionary
236 * Returns the category for a given file name.
238 * This parses the file name, extracts the category, and returns it. See
240 * @return The category as a string or null if it can't be found in the file name.
262 * Returns the list of cached files for a specific locale, one for each category.
264 * This will return exactly one file for each word list category that matches
265 * the passed locale. If several files match the locale for any given category,
267 * the passed word list is en_US, and for a category we have an en and an en_US
288 final String category = getCategoryFromFileName(wordList.getName()); local
289 final FileAndMatchLevel currentBestMatch = cacheFiles.get(category);
    [all...]
  /tools/motodev/src/plugins/installer/src/com/motorola/studio/android/installer/utilities/
P2Installer.java 43 import com.motorola.studio.android.installer.utilities.IInstallManager.CATEGORY;
166 * Loads InstallableItems based on category and links. They are put into the collection listToFill
170 * @param category
176 List<URI> uriList, CATEGORY category, IProgressMonitor monitor)
199 //category is used to create the correct query
200 switch (category)
477 * @param category
484 CATEGORY category, BACKEND backEnd, IProgressMonitor monitor) throws InstallerException
    [all...]

Completed in 2302 milliseconds

1 2 3 4 5 6 78 91011>>