/external/e2fsprogs/intl/ |
gettextP.h | 154 const char *_nl_locale_name (int category, const char *categoryname);
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
AdapterViewICS.java | 67 @ViewDebug.ExportedProperty(category = "scrolling") 152 @ViewDebug.ExportedProperty(category = "list") 163 @ViewDebug.ExportedProperty(category = "list") 179 @ViewDebug.ExportedProperty(category = "list") [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/ |
iterator.hpp | 39 typedef random_access_iterator_tag category; typedef in struct:boost::mpl::v_iter
|
/sdk/eclipse/scripts/ |
_mk_icons.sh | 48 icon C green category
|
/external/chromium_org/base/debug/ |
trace_event.h | 25 // categories, forming a category group, like: 30 // category. 76 // TRACE_EVENT_ASYNC_BEGIN0("category", "MyTracedClass", this); 79 // TRACE_EVENT_ASYNC_END0("category", "MyTracedClass", this); 120 // Notes: The category must always be in a long-lived char* (i.e. static const). 126 // TRACE_EVENT1("category", "name", 129 // TRACE_EVENT1("category", "name", 132 // TRACE_EVENT1("category", "name", 141 // means, if the category for the event is disabled, the conversion will not 166 // A thread safe singleton and mutex are used for thread safety. Category [all...] |
/developers/build/lib/ |
assetstudio.jar | |
/external/chromium_org/chrome/browser/chromeos/drive/ |
drive_app_registry.cc | 155 if (icon.category() == google_apis::DriveAppIcon::APPLICATION) 158 if (icon.category() == google_apis::DriveAppIcon::DOCUMENT)
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
reference_resolver.py | 114 category, node_name = node_info 118 'href': '%s.html#%s-%s' % (api_name, category, name.replace('.', '-')),
|
/external/chromium_org/media/tools/layout_tests/ |
layouttest_analyzer.py | 289 a dictionary that maps result data category ('whole', 'skip', 'nonskip', 292 data category. These tuples are used for trend graph update. 355 data_map: a dictionary that maps result data category ('whole', 'skip', 358 given result data category. These tuples are used for trend graph
|
/external/chromium_org/third_party/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/chromium_org/tools/telemetry/telemetry/core/backends/ |
adb_commands.py | 148 category=None, data=None, 159 category: string (e.g. 'android.intent.category.HOME') 166 category, data,
|
/external/harfbuzz_ng/src/hb-ucdn/ |
ucdn.c | 23 unsigned char category; member in struct:__anon18671 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);
|
/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...] |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/ |
lint-22.2.0.jar | |
/external/chromium_org/google_apis/drive/ |
drive_api_parser.cc | 91 const char kCategory[] = "category"; 174 // Maps category name to enum IconCategory. 176 DriveAppIcon::IconCategory category; member in struct:google_apis::__anon8455::AppIconCategoryMap 285 bool DriveAppIcon::GetIconCategory(const base::StringPiece& category, 288 if (category == kAppIconCategoryMap[i].category_name) { 289 *result = kAppIconCategoryMap[i].category; 293 DVLOG(1) << "Unknown icon category " << category;
|
gdata_wapi_parser.h | 182 // Entry category. 183 class Category { 192 Category(); 197 base::JSONValueConverter<Category>* converter); 199 // Category label. 202 // Category type. 205 // Category term. 214 // Converts category scheme into CategoryType enum. For example, 215 // http://schemas.google.com/g/2005#kind => Category::CATEGORY_KIND 225 DISALLOW_COPY_AND_ASSIGN(Category); 277 IconCategory category() const { return category_; } function in class:google_apis::AppIcon [all...] |
/external/chromium_org/media/video/capture/win/ |
video_capture_device_win.cc | 85 // Check if a Pin matches a category. 86 bool PinMatchesCategory(IPin* pin, REFGUID category) { 97 found = (pin_category == category); 103 // Finds a IPin on a IBaseFilter given the direction an category. 104 HRESULT GetPin(IBaseFilter* filter, PIN_DIRECTION pin_dir, REFGUID category, 118 if (category == GUID_NULL || PinMatchesCategory(*pin, category))
|