HomeSort by relevance Sort by last modified time
    Searched defs:OTHER (Results 1 - 25 of 456) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/i18n/
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
  /libcore/ojluni/src/main/java/jdk/net/
SocketFlow.java 99 * Some other unspecified error.
101 OTHER
  /packages/apps/Dialer/java/com/android/dialer/preferredsim/suggestion/
SuggestionProvider.java 42 OTHER,
  /cts/tests/libcore/javautilcollections/src/libcore/java/util/tests/
AndroidTestsForMapsInJavaUtil.java 38 /** All Maps other than those below. */
39 OTHER,
63 case 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/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/icu4c/source/common/
pluralmap.h 31 OTHER,
42 * or "other" to a category enum. Returns NONE for an unrecognized
49 * or "other" to a category enum. Returns NONE for urecongized
75 * Other category is maps to a copy of the default value.
82 * Other category is mapped to otherVariant.
88 PluralMap(const PluralMap<T> &other) : fOtherVariant(other.fOtherVariant) {
91 fVariants[i] = other.fVariants[i] ?
92 new T(*other.fVariants[i]) : NULL;
96 PluralMap<T> &operator=(const PluralMap<T> &other) {
    [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...]
  /libcore/ojluni/src/main/java/java/sql/
Types.java 185 public final static int OTHER = 1111;
  /tools/loganalysis/src/com/android/loganalysis/item/
DumpsysProcessMeminfoItem.java 36 public static final String OTHER = "OTHER";
83 this.put(OTHER, new HashMap<>());
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
FrameworkPerfTest.java 60 private static final String OTHER = "frameworkfg_perf_other";
94 .put("Sched",OTHER)
95 .put("CPU",OTHER)
96 .put("MethodCall",OTHER)
97 .put("Ipc",OTHER)
172 testLabel = OTHER;
  /tools/tradefederation/core/src/com/android/tradefed/device/
IWifiHelper.java 32 COMPLETED, SCANNING, DISCONNECTED, OTHER;
  /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/libpcap/
pcap-netfilter-linux.c 13 * documentation and/or other materials provided with the distribution.
75 typedef enum { OTHER = -1, NFLOG, NFQUEUE } nftype_t;
115 nftype_t type = OTHER;
129 if (type != OTHER) {
426 nftype_t type = OTHER;
438 if (type != OTHER && *dev == ':') {
469 if (type == OTHER || *dev) {
  /external/mesa3d/src/mesa/main/
format_parser.py 23 # ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
25 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36 OTHER = 'other'
64 def __eq__(self, other):
65 return self.type == other.type and self.norm == other.norm and self.size == other.size
193 def __mul__(self, other):
199 assert isinstance(other, Swizzle
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 175 // Equivalence classes, used to match the Liberation and other fonts
180 OTHER,
336 return OTHER;
347 return class_a != OTHER && class_a == class_b;
  /external/skqp/src/ports/
SkFontConfigInterface_direct.cpp 175 // Equivalence classes, used to match the Liberation and other fonts
180 OTHER,
336 return OTHER;
347 return class_a != OTHER && class_a == class_b;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 13 * in the documentation and/or other materials provided with the
63 private static final byte OTHER = 2;
332 * It checks if this class is an interface, and if so, if other implements it.
334 * If this class is undefined, we go ahead and check if it is listed in other's interfaces. If not, we throw an
337 * If the interfaces of other cannot be fully resolved, we check the interfaces that can be resolved. If not found,
340 * @param other The class to check the interfaces of
341 * @return true if this class is an interface (or is undefined) other implements this class
344 private boolean checkInterface(@Nonnull ClassProto other) {
352 // we can still try to call other.implementsInterface(this)
356 if (other.implementsInterface(getType()))
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
DisconnectCause.java 42 * Disconnected because of a remote user-initiated action, such as the other party hanging up
52 /** Disconnected because the other party was busy. */
59 /** Disconnected for reason not described by other disconnect codes. */
60 public static final int OTHER = TelecomProtoEnums.OTHER; // = 9
288 case OTHER:
289 code = "OTHER";
  /frameworks/minikin/include/minikin/
Hyphenator.h 210 OTHER = 0,
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationMember.java 69 protected static final char OTHER = '*';
116 tag = OTHER;
186 * transcendent so no other element would be equal.
306 // got some other error, have to go with deep cloning

Completed in 1388 milliseconds

1 2 3 4 5 6 7 8 91011>>