/prebuilts/go/darwin-x86/src/unicode/ |
tables.go | 14 // Categories is the set of Unicode category tables. [all...] |
/prebuilts/go/linux-x86/src/unicode/ |
tables.go | 14 // Categories is the set of Unicode category tables. [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
TaskStackView.java | 162 @ViewDebug.ExportedProperty(category="recents") 164 @ViewDebug.ExportedProperty(category="recents") 166 @ViewDebug.ExportedProperty(category="recents") 169 @ViewDebug.ExportedProperty(category="recents") 171 @ViewDebug.ExportedProperty(category="recents") 173 @ViewDebug.ExportedProperty(category="recents") 175 @ViewDebug.ExportedProperty(category="recents") 179 @ViewDebug.ExportedProperty(category="recents") 182 @ViewDebug.ExportedProperty(category="recents") 185 @ViewDebug.ExportedProperty(category="recents" [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
Monkey.java | 977 String category = mMainCategories.get(i); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.commands_3.6.0.I20100512-1500.jar | |
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar | |
org.eclipse.text_3.5.0.v20100601-1300.jar | |
/prebuilts/devtools/tools/lib/ |
org-eclipse-core-commands-3.6.0.jar | |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.core.commands_3.4.0.I20080509-2000.jar | |
org.eclipse.core.commands_3.6.0.I20100512-1500.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/ |
org-eclipse-core-commands-3.6.0.jar | |
/dalvik/dx/src/com/android/dx/ssa/ |
SsaMethod.java | 315 * @param category width (1 or 2) of the register 318 public int borrowSpareRegister(int category) { 321 borrowedSpareRegisters += category; 322 registerCount = Math.max(registerCount, result + category);
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SsaMethod.java | 316 * @param category width (1 or 2) of the register 319 public int borrowSpareRegister(int category) { 322 borrowedSpareRegisters += category; 323 registerCount = Math.max(registerCount, result + category);
|
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.text_3.5.400.v20150505-1044.jar | |
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
IntentTest.java | 252 Intent self = intent.addCategory("category.name.1"); 253 intent.addCategory("category.name.2"); 255 assertTrue(intent.hasCategory("category.name.1")); 256 assertTrue(intent.hasCategory("category.name.2")); 259 assertTrue(categories.contains("category.name.1")); 260 assertTrue(categories.contains("category.name.2")); 262 intent.removeCategory("category.name.1"); 263 assertFalse(intent.hasCategory("category.name.1")); 264 assertTrue(intent.hasCategory("category.name.2")); 266 intent.removeCategory("category.name.2") 290 String category = "category"; local [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
AppStorageSettings.java | 167 PreferenceCategory category = (PreferenceCategory) findPreference(KEY_STORAGE_CATEGORY); local 168 category.removePreference(mExternalCodeSize); 169 category.removePreference(mExternalDataSize);
|
/external/pcre/dist/ |
pcre_exec.c | 4241 int category; local 4286 int category; local 4983 int category; local 5034 int category; local 5496 int category; local 5546 int category; local [all...] |
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/ |
jfreechart-1.0.9.jar | |
/external/clang/tools/libclang/ |
CXLoadedDiagnostic.cpp | 123 return category; 225 unsigned Category, unsigned Flag, StringRef Message) override; 328 return reportInvalidFile("Out-of-bounds string in category"); 380 unsigned Category, unsigned Flag, StringRef Message) { 385 D.category = Category; 387 D.CategoryText = Category ? TopDiags->Categories[Category] : "";
|
/external/e2fsprogs/intl/ |
localename.c | 686 /* XPG3 defines the result of 'setlocale (category, NULL)' as: 687 "Directs 'setlocale()' to query 'category' and return the current 703 _nl_locale_name (int category, const char *categoryname) 712 retval = setlocale (category, NULL); 718 /* Next comes the name of the desired category. */
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RBBISetBuilder.java | 85 // Character Category Numbers that include characters from 417 // getFirstChar Given a runtime RBBI character category, find 419 // in the category. 421 int getFirstChar(int category) { 425 if (rlRange.fNum == category) {
|
/external/icu/icu4c/source/common/ |
rbbisetb.cpp | 410 // getFirstChar Given a runtime RBBI character category, find 412 // in the category. 414 UChar32 RBBISetBuilder::getFirstChar(int32_t category) const { 418 if (rlRange->fNum == category) { 657 // Character Category Numbers that include characters from
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RBBISetBuilder.java | 84 // Character Category Numbers that include characters from 416 // getFirstChar Given a runtime RBBI character category, find 418 // in the category. 420 int getFirstChar(int category) { 424 if (rlRange.fNum == category) {
|