/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
GenderInfoTest.java | 34 // Gender of the empty list is always OTHER regardless of gender style. 35 check(Gender.OTHER, Gender.OTHER, Gender.OTHER); 49 check(Gender.OTHER, Gender.MALE, Gender.MALE, Gender.MALE, Gender.MALE); 50 check(Gender.OTHER, Gender.OTHER, Gender.MALE, Gender.MALE, Gender.FEMALE); 51 check(Gender.OTHER, Gender.OTHER, Gender.MALE, Gender.MALE, Gender.OTHER); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
GenderInfoTest.java | 31 // Gender of the empty list is always OTHER regardless of gender style. 32 check(Gender.OTHER, Gender.OTHER, Gender.OTHER); 46 check(Gender.OTHER, Gender.MALE, Gender.MALE, Gender.MALE, Gender.MALE); 47 check(Gender.OTHER, Gender.OTHER, Gender.MALE, Gender.MALE, Gender.FEMALE); 48 check(Gender.OTHER, Gender.OTHER, Gender.MALE, Gender.MALE, Gender.OTHER); [all...] |
/external/llvm/utils/git-svn/ |
git-svnrevert | 16 OTHER=$(git svn find-rev "$COMMIT") 17 if [ $? -ne 0 ] || [ "$OTHER" = "" ]; then 29 GIT=$OTHER 31 SVN=$OTHER
|
/cts/tests/tests/media/src/android/media/cts/ |
VideoDecoderPerfTest.java | 63 private static final boolean OTHER = false; 339 public void testAvcOther0Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 0); } 340 public void testAvcOther1Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 1); } 341 public void testAvcOther2Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 2); } 342 public void testAvcOther3Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 3); } 351 public void testAvcOther0Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, OTHER, 0); } 352 public void testAvcOther1Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, OTHER, 1); } 353 public void testAvcOther2Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, OTHER, 2); } 354 public void testAvcOther3Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, OTHER, 3); } 366 public void testAvcOther0Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 0); [all...] |
/cts/tests/video/src/android/video/cts/ |
VideoEncoderDecoderTest.java | 79 private static final boolean OTHER = false; 204 public void testAvcOther0Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 0); } 205 public void testAvcOther0Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 0); } 206 public void testAvcOther1Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 1); } 207 public void testAvcOther1Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 1); } 208 public void testAvcOther2Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 2); } 209 public void testAvcOther2Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 2); } 210 public void testAvcOther3Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 3); } 211 public void testAvcOther3Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 3); } 218 public void testAvcOther0Qual0720x0480() throws Exception { qual(AVC, 720, 480, OTHER, 0); [all...] |
/external/icu/icu4c/source/i18n/ |
standardplural.cpp | 26 "zero", "one", "two", "few", "many", "other" 48 return OTHER; 96 return OTHER; 106 if (U_FAILURE(errorCode)) { return OTHER; } 112 return OTHER; 117 if (U_FAILURE(errorCode)) { return OTHER; } 123 return OTHER;
|
standardplural.h | 37 OTHER, 47 * @param keyword for example "few" or "other" 48 * @return the plural form corresponding to the keyword, or OTHER 55 * @param keyword for example "few" or "other" 56 * @return the plural form corresponding to the keyword, or OTHER 65 * @param keyword for example "few" or "other" 75 * @param keyword for example "few" or "other" 83 * @param keyword for example "few" or "other" 89 * @param keyword for example "few" or "other" 95 * @param keyword for example "few" or "other" [all...] |
/packages/services/Car/car-lib/src/android/car/ |
EvConnectorType.java | 42 * Connector type to use when no other types apply. Before using this 46 public static final int OTHER = 101; 61 OTHER
|
FuelType.java | 55 * Fuel type to use when no other types apply. Before using this value, work with 58 public static final int OTHER = 12; 75 OTHER
|
/test/vts-testcase/security/poc/target/ |
poc_test.h | 35 OTHER
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
StandardPlural.java | 27 OTHER("other"); 30 * Numeric index of OTHER, same as OTHER.ordinal(). 32 public static final int OTHER_INDEX = OTHER.ordinal(); 60 * @param keyword for example "few" or "other" 82 if ("other".contentEquals(keyword)) { 83 return OTHER; 93 * @param keyword for example "few" or "other" 94 * @return the plural form corresponding to the keyword, or OTHER [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
StandardPlural.java | 25 OTHER("other"); 28 * Numeric index of OTHER, same as OTHER.ordinal(). 30 public static final int OTHER_INDEX = OTHER.ordinal(); 58 * @param keyword for example "few" or "other" 80 if ("other".contentEquals(keyword)) { 81 return OTHER; 91 * @param keyword for example "few" or "other" 92 * @return the plural form corresponding to the keyword, or OTHER [all...] |
/external/annotation-tools/asmx/src/org/objectweb/asm/commons/ |
AdviceAdapter.java | 13 * documentation and/or other materials provided with the distribution. 51 * <li>after that, only the other code visitor receives the instructions</li> 60 private static final Object OTHER = new Object(); 161 pushValue(OTHER); 168 pushValue(OTHER); 169 pushValue(OTHER); 350 pushValue(OTHER); 354 pushValue(OTHER); 355 pushValue(OTHER); 358 pushValue(var == 0 ? THIS : OTHER); [all...] |
/external/icu/icu4c/source/test/intltest/ |
pluralmaptest.cpp | 20 UBool operator==(const PluralMapForPluralMapTest &other) { 21 return equals(other, strEqual); 59 assertEquals("", (int32_t)PluralMapBase::OTHER, PluralMapBase::toCategory("other")); 83 assertEquals("", "other", PluralMapBase::getCategoryName(PluralMapBase::OTHER)); 93 addVariant(PluralMapBase::OTHER, "pickles", map); 96 assertEquals("", "pickles", map.get(PluralMapBase::OTHER)); 113 addVariant(PluralMapBase::OTHER, "pickles", map); 120 assertEquals("", (int32_t)PluralMapBase::OTHER, index) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
GenderInfo.java | 37 * Gender: OTHER means either the information is unavailable, or the person has declined to state MALE or FEMALE. 60 OTHER 95 * For an empty list, returns OTHER; 97 * Otherwise always OTHER. 104 * For an empty list, returns OTHER; 106 * Otherwise gender(all male) = male, gender(all female) = female, otherwise gender(list) = other. 107 * So any 'other' value makes the overall gender be 'other'. 114 * For an empty list, returns OTHER; 117 * So for more than one item, any 'other' value makes the overall gender be 'male' [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
GenderInfo.java | 35 * Gender: OTHER means either the information is unavailable, or the person has declined to state MALE or FEMALE. 58 OTHER 93 * For an empty list, returns OTHER; 95 * Otherwise always OTHER. 102 * For an empty list, returns OTHER; 104 * Otherwise gender(all male) = male, gender(all female) = female, otherwise gender(list) = other. 105 * So any 'other' value makes the overall gender be 'other'. 112 * For an empty list, returns OTHER; 115 * So for more than one item, any 'other' value makes the overall gender be 'male' [all...] |
/frameworks/base/core/proto/android/telecomm/ |
enums.proto | 68 * {@link #DIALING} call or a {@link #RINGING} call being answered by the other party. 133 * Disconnected because of a remote user-initiated action, such as the other party hanging up 154 * Disconnected because the other party was busy. 165 * Disconnected for reason not described by other disconnect codes. 167 OTHER = 9;
|
/hardware/interfaces/memtrack/1.0/ |
types.hal | 61 OTHER = 0,
|
/libcore/ojluni/src/main/java/java/sql/ |
Types.java | 185 public final static int OTHER = 1111;
|
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
OmtpEvents.java | 97 // Other 98 OTHER_SOURCE_REMOVED(Type.OTHER, false), 117 @IntDef({CONFIGURATION, DATA_CHANNEL, NOTIFICATION_CHANNEL, OTHER}) 123 public static final int OTHER = 4; 140 type = Type.OTHER;
|
/hardware/google/interfaces/media/c2/1.0/ |
IComponentStore.hal | 93 OTHER = 0xffffffff, 96 * Component domain. The framework may not recognize `OTHER`. 100 * If #domain is `OTHER`, #domainOther can be used to provide additional 109 OTHER = 0xffffffff, 112 * Component kind. The framework may not recognize `OTHER`. 116 * If #kind is `OTHER`, #kindOther can be used to provide additional
|
/cts/tests/libcore/javautilcollections/src/libcore/java/util/tests/ |
AndroidTestsForMapsInJavaUtil.java | 38 /** All Maps other than those below. */ 39 OTHER, 63 case OTHER:
|
/hardware/interfaces/media/omx/1.0/ |
types.hal | 215 * continues to evolve, new values may be defined in the future. Use OTHER for these future values 224 OTHER = 0xff, // Not one of the above values 237 OTHER = 0xff, // Not one of the above values 257 OTHER = 0xff, // Not one of the above values 270 OTHER = 0xff, // Not one of the above values
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
DumpsysProcessMeminfoItem.java | 36 public static final String OTHER = "OTHER"; 83 this.put(OTHER, new HashMap<>());
|
/cts/tests/libcore/javautilcollections/src/libcore/java/util/suite/ |
OtherCollectionsSuite.java | 30 * A suite of all guava-testlib Collection tests not covered by the other suites in this 37 result.addTest(new AndroidTestsForMapsInJavaUtil(MapsToTest.OTHER).allTests());
|