HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 301 - 325 of 608) sorted by null

<<11121314151617181920>>

  /external/harfbuzz_ng/src/hb-ucdn/
ucdn.c 23 unsigned char category; member in struct:__anon20473
185 return get_ucd_record(code)->category;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
AnalyzedInstruction.java 89 RegisterType unknown = RegisterType.getRegisterType(RegisterType.Category.Unknown, null);
286 if (preInstructionDestRegisterType.category != RegisterType.Category.UninitRef &&
287 preInstructionDestRegisterType.category != RegisterType.Category.UninitThis) {
  /external/wpa_supplicant_8/src/ap/
wnm_ap.c 102 mgmt->u.action.category = WLAN_ACTION_WNM;
144 mgmt->da, &mgmt->u.action.category, len);
drv_callbacks.c 514 action->category, (int) action->len);
522 if (action->category == WLAN_ACTION_FT) {
529 if (action->category == WLAN_ACTION_SA_QUERY && action->len >= 4) {
538 if (action->category == WLAN_ACTION_WNM) {
635 " BSSID=" MACSTR " category=%u",
637 MAC2STR(rx_action->bssid), rx_action->category);
647 if (rx_action->category == WLAN_ACTION_SA_QUERY) {
657 buf[24] = rx_action->category;
  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.c 118 mgmt->u.action.category = WLAN_ACTION_WNM;
134 &mgmt->u.action.category, len, 0);
515 mgmt->u.action.category = WLAN_ACTION_WNM;
526 len = pos - (u8 *) &mgmt->u.action.category;
530 &mgmt->u.action.category, len, 0);
718 mgmt->u.action.category = WLAN_ACTION_WNM;
724 len = pos - (u8 *) &mgmt->u.action.category;
728 &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
175 * The part of a match constant that describes the category of match
186 * basic category of match. The value {@link #MATCH_ADJUSTMENT_NORMAL}
193 * Quality adjustment applied to the category of match that signifies
1165 final String category = it.next(); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
UserPresetsAdapter.java 29 import com.android.gallery3d.filtershow.category.Action;
30 import com.android.gallery3d.filtershow.category.CategoryView;
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringprep.py 13 if unicodedata.category(code) != 'Cn': return False
211 return unicodedata.category(code) == "Zs" and code != u" "
214 return unicodedata.category(code) == "Zs"
218 return ord(code) < 128 and unicodedata.category(code) == "Cc"
224 if unicodedata.category(code) == "Cc": return True
228 return unicodedata.category(code) == "Cc" or \
233 return unicodedata.category(code) == "Co"
244 return unicodedata.category(code) == "Cs"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringprep.py 13 if unicodedata.category(code) != 'Cn': return False
211 return unicodedata.category(code) == "Zs" and code != u" "
214 return unicodedata.category(code) == "Zs"
218 return ord(code) < 128 and unicodedata.category(code) == "Cc"
224 if unicodedata.category(code) == "Cc": return True
228 return unicodedata.category(code) == "Cc" or \
233 return unicodedata.category(code) == "Co"
244 return unicodedata.category(code) == "Cs"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 113 for (CategoryData category : categories) {
114 for (ViewData view : category) {
227 if (element.getNodeName().equals("category")) { //$NON-NLS-1$
229 CategoryData category = new CategoryData(name); local
237 category.addView(view);
240 mCategories.add(category);
318 * @return a list of pairs where each pair contains of the category label and an
319 * ordered list of elements to be included in that category
355 for (CategoryData category : getCategories()) {
359 for (ViewData view : category) {
    [all...]
  /external/chromium_org/chrome/browser/google_apis/
gdata_wapi_parser.h 189 // Entry category.
190 class Category {
199 Category();
204 base::JSONValueConverter<Category>* converter);
206 // Category label.
209 // Category type.
212 // Category term.
221 // Converts category scheme into CategoryType enum. For example,
222 // http://schemas.google.com/g/2005#kind => Category::CATEGORY_KIND
232 DISALLOW_COPY_AND_ASSIGN(Category);
284 IconCategory category() const { return category_; } function in class:google_apis::AppIcon
    [all...]
drive_api_parser.h 127 // Category of the icon.
128 IconCategory category() const { return category_; } function in class:google_apis::DriveAppIcon
136 void set_category(IconCategory category) {
137 category_ = category;
151 // Extracts the icon category from the given string. Returns false and does
153 static bool GetIconCategory(const base::StringPiece& category,
drive_api_parser_unittest.cc 95 EXPECT_EQ(DriveAppIcon::APPLICATION, icon1.category());
100 EXPECT_EQ(DriveAppIcon::SHARED_DOCUMENT, icon6.category());
129 EXPECT_EQ(DriveAppIcon::DOCUMENT, icon2.category());
225 EXPECT_EQ(DriveAppIcon::DOCUMENT, icon.category());
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 82 // Check if a Pin matches a category.
83 bool PinMatchesCategory(IPin* pin, REFGUID category) {
94 found = (pin_category == category);
100 // Finds a IPin on a IBaseFilter given the direction an category.
101 HRESULT GetPin(IBaseFilter* filter, PIN_DIRECTION pin_dir, REFGUID category,
115 if (category == GUID_NULL || PinMatchesCategory(*pin, category))
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuView.java 584 @ViewDebug.ExportedProperty(category = "layout")
586 @ViewDebug.ExportedProperty(category = "layout")
588 @ViewDebug.ExportedProperty(category = "layout")
590 @ViewDebug.ExportedProperty(category = "layout")
592 @ViewDebug.ExportedProperty(category = "layout")
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ExtensionServer.js 113 startAuditRun: function(category, auditRun)
116 this._postNotification("audit-started-" + category.id, auditRun.id);
536 var category = new WebInspector.ExtensionAuditCategory(port._extensionOrigin, message.id, message.displayName, message.resultCount);
537 if (WebInspector.panel("audits").getCategory(category.id))
538 return this._status.E_EXISTS(category.id);
539 this._clientObjects[message.id] = category;
540 WebInspector.panel("audits").addCategory(category);
    [all...]
TimelinePanel.js 268 var category = categories[categoryName];
269 if (category.overviewStripGroupIndex < 0)
271 this._statusBarFilters.appendChild(this._createTimelineCategoryStatusBarCheckbox(category, this._onCategoryCheckboxClicked.bind(this, category)));
290 _createTimelineCategoryStatusBarCheckbox: function(category, onCheckboxClicked)
293 labelContainer.addStyleClass("timeline-category-statusbar-item");
294 labelContainer.addStyleClass("timeline-category-" + category.name);
298 var checkBorder = label.createChild("div", "timeline-category-checkbox");
299 var checkElement = checkBorder.createChild("div", "timeline-category-checkbox-check timeline-category-checkbox-checked")
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 509 information described by this category.
513 The total number of B-Tree key/value pairs stored under this category.
518 under this category. The is the total number of pages used times
523 The amount of payload stored under this category. Payload is the data
536 category on a per-entry basis. This is the number of unused bytes on
558 category. This is the sum of index, primary, and overflow pages.
571 The total number of overflow pages used for this category.
  /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/harfbuzz_ng/src/hb-old/
harfbuzz-greek.c 406 HB_CharCategory category; local
409 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
410 if (category != HB_Mark_NonSpacing) {
  /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/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 42 * Index of the All category. It is the first category in wallpaper picker.
47 * Index offset of categories parsed from manifest. The All category is added
356 * Preset to the category which contains current wallpaper.
372 // Selects the first category in the categories list of current
373 // wallpaper as the default selected category when showing wallpaper
665 // TODO(bshe): Use ul to replace cr.ui.list for category list.
679 // Adds all category as first category.
685 // Adds custom category as last category
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 112 return category;
582 if (readString(TopDiags, TopDiags.Categories, "category", Record,
637 D->category = Record[offset++];
640 D->CategoryText = D->category ? TopDiags.Categories[D->category] : "";

Completed in 1271 milliseconds

<<11121314151617181920>>