/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 | 114 startAuditRun: function(category, auditRun) 117 this._postNotification("audit-started-" + category.id, auditRun.id); 556 var category = new WebInspector.ExtensionAuditCategory(port._extensionOrigin, message.id, message.displayName, message.resultCount); 557 if (WebInspector.panel("audits").getCategory(category.id)) 558 return this._status.E_EXISTS(category.id); 559 this._clientObjects[message.id] = category; 560 WebInspector.panel("audits").addCategory(category); [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/wpa_supplicant_8/src/ap/ |
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/chromium_org/google_apis/drive/ |
drive_api_parser_unittest.cc | 76 EXPECT_EQ(DriveAppIcon::APPLICATION, icon1.category()); 81 EXPECT_EQ(DriveAppIcon::SHARED_DOCUMENT, icon6.category()); 110 EXPECT_EQ(DriveAppIcon::DOCUMENT, icon2.category());
|
drive_api_parser.h | 106 // Category of the icon. 107 IconCategory category() const { return category_; } function in class:google_apis::DriveAppIcon 115 void set_category(IconCategory category) { 116 category_ = category; 130 // Extracts the icon category from the given string. Returns false and does 132 static bool GetIconCategory(const base::StringPiece& 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 | 43 * Index of the All category. It is the first category in wallpaper picker. 48 * Index offset of categories parsed from manifest. The All category is added 367 * Preset to the category which contains current wallpaper. 383 // Selects the first category in the categories list of current 384 // wallpaper as the default selected category when showing wallpaper 704 // TODO(bshe): Use ul to replace cr.ui.list for category list. 718 // Adds all category as first category. 724 // 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] : "";
|
/frameworks/base/core/java/android/widget/ |
AdapterView.java | 65 @ViewDebug.ExportedProperty(category = "scrolling") 150 @ViewDebug.ExportedProperty(category = "list") 161 @ViewDebug.ExportedProperty(category = "list") 177 @ViewDebug.ExportedProperty(category = "list") [all...] |
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
SimpleInflater.java | 129 final int category = a.getInt(R.styleable.MenuItem_android_menuCategory, 0); local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
system_error.cpp | 41 return *this == code.category() && code.value() == condition;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
CategoryPanel.java | 17 package com.android.gallery3d.filtershow.category;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 532 warnings.filterwarnings(action='ignore', category=SyntaxWarning)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 532 warnings.filterwarnings(action='ignore', category=SyntaxWarning)
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/ |
BearerData.java | 347 * The Service Category Program Data subparameter is used to enable and disable 356 * The Service Category Program Results subparameter informs the message center 357 * of the results of a Service Category Program Data request. 880 int category = result.getCategory(); local 1695 int category = (inStream.read(8) << 8) | inStream.read(8); local 1806 int category = SmsCbCmasInfo.CMAS_CATEGORY_UNKNOWN; local [all...] |
/external/bluetooth/bluedroid/stack/include/ |
avdt_api.h | 126 /* Application service category. This indicates the application 127 ** service category. 144 #define AVDT_ERR_CATEGORY 0x17 /* Bad service category */ 157 #define AVDT_ERR_SERVICE 0x80 /* Invalid service category */ 616 UINT8 category); [all...] |
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
app_indicator_icon.cc | 39 AppIndicatorCategory category); 44 AppIndicatorCategory category,
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
new_github_file_system.py | 31 category='password', 131 GithubFileSystem, category='up-to-date') 135 GithubFileSystem, category='stat-cache', start_empty=False)
|
samples_data_source.py | 40 category='extensions') 47 category='apps')
|
/external/chromium_org/google_apis/gcm/engine/ |
rmq_store_unittest.cc | 214 ASSERT_EQ(message->category(), id); 277 ASSERT_EQ(message->category(), id);
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/ |
dropdown-view.js | 95 // If selected category has subs, display subs box.
|