/external/compiler-rt/lib/sanitizer_common/scripts/ |
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/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/v1/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/wpa_supplicant_8/src/ap/ |
wnm_ap.c | 106 mgmt->u.action.category = WLAN_ACTION_WNM; 148 mgmt->da, &mgmt->u.action.category, len); 275 mgmt->u.action.category = WLAN_ACTION_WNM; 296 len = pos - &mgmt->u.action.category; 298 mgmt->da, &mgmt->u.action.category, len); 455 mgmt->u.action.category = WLAN_ACTION_WNM; 521 mgmt->u.action.category = WLAN_ACTION_WNM; 578 mgmt->u.action.category = WLAN_ACTION_WNM;
|
/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 | 42 public static final String EXTRA_CATEGORY = "category"; 64 String category = intent.getStringExtra(EXTRA_CATEGORY); local 85 if (CardEmulation.CATEGORY_PAYMENT.equals(category)) {
|
/packages/apps/Settings/src/com/android/settings/datausage/ |
DataUsageList.java | 333 final int category; local 345 category = AppItem.CATEGORY_APP; 351 category = AppItem.CATEGORY_APP; 355 category = AppItem.CATEGORY_USER; 360 category = AppItem.CATEGORY_APP; 363 category = AppItem.CATEGORY_APP; 365 largest = accumulate(collapseKey, knownItems, entry, category, items, largest); 418 * @param itemCategory the item is categorized on the list view by this category. Must be 426 item.category = itemCategory;
|
/packages/apps/TV/src/com/android/tv/onboarding/ |
OnboardingActivity.java | 151 protected void executeAction(String category, int actionId) { 152 switch (category) {
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
std_carray.i | 25 typedef pointer_category category;
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_set.i | 100 typedef pointer_category category;
|
/external/fio/ |
parse.h | 72 unsigned int category; /* what type of option */ member in struct:fio_option
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
RecentsViewTouchHandler.java | 75 @ViewDebug.ExportedProperty(category="recents") 77 @ViewDebug.ExportedProperty(category="recents") 79 @ViewDebug.ExportedProperty(category="recents") 81 @ViewDebug.ExportedProperty(category="recents")
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
StatePanel.java | 28 import com.android.gallery3d.filtershow.category.MainPanel;
|
/bionic/libc/bionic/ |
locale.cpp | 139 char* setlocale(int category, const char* locale_name) { 140 // Is 'category' valid? 141 if (category < LC_CTYPE || category > LC_IDENTIFICATION) {
|
/frameworks/base/core/java/android/hardware/display/ |
DisplayManager.java | 72 * Display category: Presentation displays. 74 * This category can be used to identify secondary displays that are suitable for 85 "android.hardware.display.category.PRESENTATION"; 132 * display in the {@link #DISPLAY_CATEGORY_PRESENTATION presentation display category}. 268 * Gets all currently valid logical displays of the specified category. 270 * When there are multiple displays in a category the returned displays are sorted 271 * of preference. For example, if the requested category is 278 * @param category The requested display category or null to return all displays. 283 public Display[] getDisplays(String category) { [all...] |
/libcore/ojluni/src/main/java/java/util/ |
Locale.java | [all...] |
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastReceiver.java | 146 * Handle Service Category Program Data message. 147 * TODO: Send Service Category Program Results response message to sender 181 private void tryCdmaSetCategory(Context context, int category, boolean enable) { 184 switch (category) { 209 + " 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/apps/Settings/src/com/android/settings/ |
TrustAgentSettings.java | 99 PreferenceGroup category = local 101 category.removeAll(); 126 category.addPreference(agent.preference);
|
/packages/apps/Settings/src/com/android/settings/dashboard/ |
SummaryLoader.java | 94 Log.d(TAG, "Can't get category list."); 210 Log.d(TAG, "Category is null, can't find tile"); 216 final DashboardCategory category = categories.get(i); local 217 final int tileCount = category.tiles.size(); 219 final Tile tile = category.tiles.get(j);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
BinaryDictionaryGetter.java | 61 // Name of the category for the main dictionary 153 * Returns the list of cached files for a specific locale, one for each category. 155 * This will return exactly one file for each word list category that matches 156 * the passed locale. If several files match the locale for any given category, 158 * the passed word list is en_US, and for a category we have an en and an en_US 179 final String category = local 181 final FileAndMatchLevel currentBestMatch = cacheFiles.get(category); 183 cacheFiles.put(category, new FileAndMatchLevel(wordList, matchLevel));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar | |
/cts/tests/tests/telephony/src/android/telephony/cts/ |
SmsUsageMonitorShortCodeTest.java | 62 final int category; field in class:SmsUsageMonitorShortCodeTest.ShortCodeTest 64 ShortCodeTest(String countryIso, String destAddress, int category) { 67 this.category = category; 506 test.category, monitor.checkDestination(test.address, test.countryIso));
|
/external/libchrome/base/test/ |
trace_event_analyzer.h | 158 std::string category; member in struct:trace_analyzer::TraceEvent 254 static Query EventCategoryIs(const std::string& category) { 255 return Query(EVENT_CATEGORY) == Query::String(category); 321 static Query OtherCategoryIs(const std::string& category) { 322 return Query(OTHER_CATEGORY) == Query::String(category); 576 // category, process ID and thread ID. This matches what is shown in 583 // event with the same name, category, and ID. This creates a singly linked
|
/external/skia/src/core/ |
SkTraceEvent.h | 35 // Sets the current sample state to the given category and name (both must be 37 // Implementation note: we store category and name together because we don't 42 bucket_number, category, name) \ 44 TraceEventSamplingStateScope<bucket_number>::Set(category "\0" name) 53 // TRACE_EVENT_SAMPLING_STATE_SCOPE_FOR_BUCKET(0, "category", "name"); 57 bucket_number, category, name) \ 59 traceEventSamplingScope(category "\0" name); 67 // Get a pointer to the enabled state of the given trace category. Only 68 // long-lived literal strings should be given as the category group. The 135 // Implementation detail: internal macro to create static category [all...] |