Searched defs:WIDE (Results 1 - 22 of 22) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/code/
H A DMemberType.java13 WIDE, enum constant in enum:MemberType
28 case WIDE:
29 return MoveType.WIDE;
54 return MemberType.WIDE;
H A DMoveType.java13 WIDE, enum constant in enum:MoveType
17 return this == MoveType.WIDE ? 2 : 1;
28 case WIDE:
29 return MoveType.WIDE;
51 return MoveType.WIDE;
74 return MoveType.WIDE;
90 return MoveType.WIDE;
/external/compiler-rt/lib/builtins/
H A Dassembly.h104 #define WIDE(op) op.w macro
106 #define WIDE(op) op macro
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DOdexedFieldInstructionMapper.java50 private static final int WIDE = 1; field in class:OdexedFieldInstructionMapper
170 return WIDE;
H A DClassProto.java62 private static final byte WIDE = 1; field in class:ClassProto
547 if (fieldTypes[front] == WIDE) {
566 if (fieldTypes[front] != WIDE) {
568 if (fieldTypes[back] == WIDE) {
576 if (fieldTypes[front] != WIDE) {
619 if (fieldTypes[i] == WIDE && !gotDouble) {
628 if (fieldTypes[i] == WIDE) {
1223 return 1; //WIDE
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DDateFormatSymbols.java111 public static final int WIDE = 1; field in class:DateFormatSymbols
301 * either WIDE, ABBREVIATED, or NARROW.
308 case WIDE:
334 * either WIDE, ABBREVIATED, or NARROW.
340 case WIDE:
388 * WIDE, ABBREVIATED, or NARROW
394 case WIDE:
411 * either WIDE, ABBREVIATED, or NARROW.
417 case WIDE:
467 // * either WIDE o
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMeasureFormat.java76 * ULocale.FRENCH, FormatWidth.WIDE);
95 * MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
165 WIDE(ListFormatter.Style.DURATION, NumberFormat.PLURALCURRENCYSTYLE), enum constant in enum:MeasureFormat.FormatWidth
898 return FormatWidth.WIDE;
913 return FormatWidth.WIDE;
1086 * - FormatWidth.WIDE/SHORT/NARROW: sideways alias for missing data
1409 if (formatWidth == FormatWidth.WIDE) {
H A DDateFormatSymbols.java134 public static final int WIDE = 1; field in class:DateFormatSymbols
768 * either WIDE, ABBREVIATED, or NARROW.
776 case WIDE :
790 case WIDE :
822 * either WIDE, ABBREVIATED, or NARROW.
828 case WIDE :
843 case WIDE :
890 * WIDE, ABBREVIATED, SHORT, or NARROW
897 case WIDE :
913 case WIDE
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h292 WIDE, enumerator in enum:U_FINAL::DtWidthType
312 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
324 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
368 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
379 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
388 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
401 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
458 * @param width The requested name width: WIDE, ABBREVIATED, NARROW.
472 * @param width The name width: WIDE, ABBREVIATED, NARROW (currently only ABBREVIATED is supported).
483 * @param width The requested name width: WIDE, ABBREVIATE
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMeasureFormat.java75 * ULocale.FRENCH, FormatWidth.WIDE);
94 * MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
169 WIDE(ListFormatter.Style.DURATION, NumberFormat.PLURALCURRENCYSTYLE), enum constant in enum:MeasureFormat.FormatWidth
926 return FormatWidth.WIDE;
941 return FormatWidth.WIDE;
1114 * - FormatWidth.WIDE/SHORT/NARROW: sideways alias for missing data
1437 if (formatWidth == FormatWidth.WIDE) {
H A DDateFormatSymbols.java136 public static final int WIDE = 1; field in class:DateFormatSymbols
784 * either WIDE, ABBREVIATED, or NARROW.
793 case WIDE :
807 case WIDE :
840 * either WIDE, ABBREVIATED, or NARROW.
847 case WIDE :
862 case WIDE :
912 * WIDE, ABBREVIATED, SHORT, or NARROW
920 case WIDE :
936 case WIDE
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DOpcode.java229 int WIDE = 196; field in interface:Opcode
/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUCharacter.java2217 public static final int WIDE = 5; field in interface:UCharacter.EastAsianWidth
2288 public static final int WIDE = 17; field in interface:UCharacter.DecompositionType
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java2593 public static final int WIDE = 5; field in interface:UCharacter.EastAsianWidth
2682 public static final int WIDE = 17; field in interface:UCharacter.DecompositionType
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 402 milliseconds