/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
802.11.h | 161 * category+OUI+vendor specific content ( this can be variable) 164 uint8 category; member in struct:dot11_action_wifi_vendor_specific 174 uint8 category; member in struct:dot11_action_vs_frmhdr 276 uint8 category; member in struct:dot11_action_measure 284 uint8 category; member in struct:dot11_action_ht_ch_width 290 uint8 category; member in struct:dot11_action_ht_mimops 296 uint8 category; member in struct:dot11_action_sa_query 302 uint8 category; member in struct:dot11_action_vht_oper_mode 372 uint8 category; member in struct:dot11_action_frmhdr 394 uint8 category; member in struct:dot11_action_switch_channel 417 uint8 category; member in struct:dot11_action_ext_csa 423 uint8 category; member in struct:dot11y_action_ext_csa 790 uint8 category; \/* DOT11_ACTION_NOTIFICATION *\/ member in struct:dot11_management_notification 1543 uint8 category; \/* category of action frame (2) *\/ member in struct:dot11_dls_req 1556 uint8 category; \/* category of action frame (2) *\/ member in struct:dot11_dls_resp 1571 uint8 category; \/* category of action frame (10) *\/ member in struct:dot11_bsstrans_query 1582 uint8 category; \/* category of action frame (10) *\/ member in struct:dot11_bsstrans_req 1603 uint8 category; \/* category of action frame (10) *\/ member in struct:dot11_bsstrans_resp 1647 uint8 category; \/* category of action frame (10) *\/ member in struct:dot11_timbc_req 1676 uint8 category; \/* category of action frame (10) *\/ member in struct:dot11_timbc_resp 1699 uint8 category; \/* category of action frame (11) *\/ member in struct:dot11_timbc 1923 uint8 category; \/* category of action frame (10) *\/ member in struct:dot11_tfs_req 1933 uint8 category; \/* category of action frame (10) *\/ member in struct:dot11_tfs_resp 1943 uint8 category; \/* category of action frame (10) *\/ member in struct:dot11_tfs_notify 1956 uint8 category; \/* category of action frame (10) *\/ member in struct:dot11_wnm_sleep_req 1966 uint8 category; \/* category of action frame (10) *\/ member in struct:dot11_wnm_sleep_resp 2023 uint8 category; \/* category of action frame (10) *\/ member in struct:dot11_dms_req 2033 uint8 category; \/* category of action frame (10) *\/ member in struct:dot11_dms_resp 2091 uint8 category; \/* category of action frame (3) *\/ member in struct:dot11_addba_req 2102 uint8 category; \/* category of action frame (3) *\/ member in struct:dot11_addba_resp 2119 uint8 category; \/* category of action frame (3) *\/ member in struct:dot11_delba 2135 uint8 category; \/* category of action frame (6) *\/ member in struct:dot11_ft_req 2146 uint8 category; \/* category of action frame (6) *\/ member in struct:dot11_ft_res 2215 uint8 category; \/* category of action frame (5) *\/ member in struct:dot11_rm_action 2224 uint8 category; \/* category of action frame (5) *\/ member in struct:dot11_rmreq 2552 uint8 category; \/* category of action frame (5) *\/ member in struct:dot11_lmreq 2562 uint8 category; \/* category of action frame (5) *\/ member in struct:dot11_lmrep [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
finder.hpp | 131 iterator_traits<ForwardIteratorT>::iterator_category category; typedef 133 return findit( Begin, End, category() ); 383 iterator_traits<ForwardIteratorT>::iterator_category category; typedef 385 return ::boost::algorithm::detail::find_head_impl( Begin, End, N, category() ); 457 iterator_traits<ForwardIteratorT>::iterator_category category; typedef 459 return ::boost::algorithm::detail::find_tail_impl( Begin, End, N, category() );
|
/external/chromium_org/chrome/browser/google_apis/ |
gdata_wapi_parser.cc | 30 // Term values for kSchemeKind category: 45 const char kCategoryNode[] = "category"; 70 const char kCategoryField[] = "category"; 226 Category::CategoryType type; 231 { Category::CATEGORY_KIND, "http://schemas.google.com/g/2005#kind" }, 232 { Category::CATEGORY_LABEL, "http://schemas.google.com/g/2005/labels" }, 236 AppIcon::IconCategory category; member in struct:google_apis::__anon7550::AppIconCategoryMap 378 // Category implementation 380 Category::Category() : type_(CATEGORY_UNKNOWN) 664 const Category* category = categories_[i]; local [all...] |
/art/tools/ |
cpplint.py | 102 To suppress false-positive errors of a certain category, add a 103 'NOLINT(category)' comment to the line. NOLINT or NOLINT(*) 119 Specify a comma-separated list of category-filters to apply: only 120 error messages whose category names pass the filters will be printed. 121 (Category names are printed with the message and look like 138 is provided for each category like 'build/class'. 159 # If you add a new error message with a new category, add it to the list 226 # The default state of the category filter. This is overrided by the --filter= 376 category = matched.group(1) 377 if category in (None, '(*)'): # => "suppress all [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBKeyPath.cpp | 99 return (category(c) & unicodeLetter) || (c == '$') || (c == '_'); 104 return (category(c) & (unicodeLetter | unicodeCombiningMark | unicodeDigit | unicodeConnectorPunctuation)) || (c == '$') || (c == '_') || (c == ZWNJ) || (c == ZWJ);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
png_unittest.py | 61 def mock_handle_style_error(line_number, category, confidence, message): 62 error = (line_number, category, confidence, message)
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
remap_helper.py | 127 category, num = api.get_category_for_name(n) 129 c = gl_XML.real_category_name(category)
|
/external/chromium_org/tools/telemetry/telemetry/core/chrome/ |
adb_commands.py | 119 category=None, data=None, 129 category: string (e.g. 'android.intent.category.HOME') 136 category, data,
|
/external/clang/lib/Frontend/ |
SerializedDiagnosticPrinter.cpp | 149 /// \brief Emit the string information for the category. 150 unsigned getEmitCategory(unsigned category = 0); 407 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Category. 416 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Category ID. 418 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // Category text. 473 unsigned SDiagsWriter::getEmitCategory(unsigned int category) { 474 if (State->Categories.count(category)) 475 return category; 477 State->Categories.insert(category); 480 // another record when we lazily generate one for the category entry [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
remap_helper.py | 127 category, num = api.get_category_for_name(n) 129 c = gl_XML.real_category_name(category)
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowIntent.java | 107 public Intent addCategory(String category) { 108 categories.add(category); 113 public void removeCategory(String category) { 114 categories.remove(category); 118 public boolean hasCategory(String category) { 119 return categories.contains(category); 619 for (String category : categories) { 620 out.writeString(category);
|
/external/smack/src/org/jivesoftware/smackx/ |
GatewayManager.java | 85 String category = identity.getCategory(); local 86 if(category.toLowerCase().equals("gateway")){
|
/frameworks/native/cmds/atrace/ |
atrace.cpp | 50 // The name identifying the category. 53 // A longer description of the category. 56 // The userland tracing tags that the category enables. 59 // The fname==NULL terminated list of /sys/ files that the category 63 // category. 243 // Check whether the category is supported on the device with the current 244 // rootness. A category is supported only if all its required /sys/ files are 245 // writable and if enabling the category will enable one or more tracing tags 247 static bool isCategorySupported(const TracingCategory& category) 249 bool ok = category.tags != 0 [all...] |
/libcore/luni/src/test/java/libcore/xml/ |
XsltXPathConformanceTestSuite.java | 189 * <test-case category="XSLT-Result-Tree" id="attribset_attribset01"> 208 String category = testCaseElement.getAttribute("category"); local 210 String name = category + "." + id; 263 return new XsltTest(category, id, purpose, spec, principalData, 311 private final String category; field in class:XsltXPathConformanceTestSuite.XsltTest 329 XsltTest(String category, String id, String purpose, String spec, 333 this.category = category; 404 return category + "." + id [all...] |
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
TapAgainDialog.java | 44 public static final String EXTRA_CATEGORY = "category"; 66 String category = intent.getStringExtra(EXTRA_CATEGORY); local 87 if (CardEmulation.CATEGORY_PAYMENT.equals(category)) {
|
/external/chromium_org/build/android/pylib/monkey/ |
test_runner.py | 31 ' '.join(['-c %s' % c for c in self.options.category]),
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_configuration_unittest.py | 52 for category, specifier in config.items(): 53 result_config_dict[category] = specifier 59 for category in config.keys(): 60 result_config_keys.append(category)
|
/external/harfbuzz/src/ |
harfbuzz-external.h | 144 void HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
StatePanel.java | 28 import com.android.gallery3d.filtershow.category.MainPanel;
|
/external/libvpx/libvpx/tools/ |
cpplint.py | 102 To suppress false-positive errors of a certain category, add a 103 'NOLINT(category)' comment to the line. NOLINT or NOLINT(*) 119 Specify a comma-separated list of category-filters to apply: only 120 error messages whose category names pass the filters will be printed. 121 (Category names are printed with the message and look like 138 is provided for each category like 'build/class'. 159 # If you add a new error message with a new category, add it to the list 226 # The default state of the category filter. This is overrided by the --filter= 375 category = matched.group(1) 376 if category in (None, '(*)'): # => "suppress all [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
branch_utility.py | 21 def create_object_store(category): 22 return object_store_creator.Create(BranchUtility, category=category)
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastReceiver.java | 112 * Handle Service Category Program Data message. 113 * TODO: Send Service Category Program Results response message to sender 147 private void tryCdmaSetCategory(Context context, int category, boolean enable) { 150 switch (category) { 175 + " alerts in category " + category);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
MainPanel.java | 17 package com.android.gallery3d.filtershow.category; 139 private void setCategoryFragment(CategoryPanel category, boolean fromRight) { 146 transaction.replace(R.id.category_panel_container, category, CategoryPanel.FRAGMENT_TAG);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
BinaryDictionaryGetter.java | 59 // Name of the category for the main dictionary 148 * Returns the list of cached files for a specific locale, one for each category. 150 * This will return exactly one file for each word list category that matches 151 * the passed locale. If several files match the locale for any given category, 153 * the passed word list is en_US, and for a category we have an en and an en_US 174 final String category = local 176 final FileAndMatchLevel currentBestMatch = cacheFiles.get(category); 178 cacheFiles.put(category, new FileAndMatchLevel(wordList, matchLevel));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
nubus.h | 175 /* Category-specific resources. */ 272 unsigned short category; member in struct:nubus_dev 305 struct nubus_dev* nubus_find_device(unsigned short category, 310 struct nubus_dev* nubus_find_type(unsigned short category,
|