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

1 2 3 4 5 6

  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
assembly.h 104 #define WIDE(op) op.w
106 #define WIDE(op) op
  /external/compiler-rt/lib/builtins/
assembly.h 104 #define WIDE(op) op.w
106 #define WIDE(op) op
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 50 private static final int WIDE = 1;
170 return WIDE;
ClassProto.java 62 private static final byte WIDE = 1;
501 //the "type" for each field in fields. 0=reference,1=wide,2=other
542 //next, we need to group all the wide fields after the reference fields. But the wide fields have to be
547 if (fieldTypes[front] == WIDE) {
548 //we need to swap in a 32-bit field, so the wide fields will be correctly aligned
563 //do the swap thing for wide fields
566 if (fieldTypes[front] != WIDE) {
568 if (fieldTypes[back] == WIDE) {
576 if (fieldTypes[front] != WIDE) {
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormatSymbols.java 111 public static final int WIDE = 1;
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 or ABBREVIATED. There are no NARROW quarters
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 293 WIDE,
313 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
325 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
331 * Gets wide weekday strings. For example: "Sunday", "Monday", etc.
340 * Sets wide weekday strings. For example: "Sunday", "Monday", etc.
369 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
380 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
389 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
402 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
459 * @param width The requested name width: WIDE, ABBREVIATED, NARROW
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java 134 public static final int WIDE = 1;
404 * Format wide weekday strings, for example: "Sunday", "Monday", etc.
442 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc.
615 * Localized names for wide day periods.
633 * Localized names for standalone wide day periods.
768 * either WIDE, ABBREVIATED, or NARROW.
776 case WIDE :
790 case WIDE :
822 * either WIDE, ABBREVIATED, or NARROW.
828 case WIDE
    [all...]
MeasureFormat.java 76 * ULocale.FRENCH, FormatWidth.WIDE);
95 * MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
165 WIDE(ListFormatter.Style.DURATION, NumberFormat.PLURALCURRENCYSTYLE),
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java 136 public static final int WIDE = 1;
415 * Format wide weekday strings, for example: "Sunday", "Monday", etc.
453 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc.
626 * Localized names for wide day periods.
644 * Localized names for standalone wide day periods.
784 * either WIDE, ABBREVIATED, or NARROW.
793 case WIDE :
807 case WIDE :
840 * either WIDE, ABBREVIATED, or NARROW.
847 case WIDE
    [all...]
MeasureFormat.java 75 * ULocale.FRENCH, FormatWidth.WIDE);
94 * MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
169 WIDE(ListFormatter.Style.DURATION, NumberFormat.PLURALCURRENCYSTYLE),
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Opcode.java 229 int WIDE = 196;
440 0, // wide, 196 depends on the following opcode
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 34 private static final boolean WIDE = true;
112 int position = WIDE
120 int visibleBegin = WIDE ? mScrollX : mScrollY;
121 int visibleLength = WIDE ? getWidth() : getHeight();
123 int slotBegin = WIDE ? rect.left : rect.top;
124 int slotEnd = WIDE ? rect.right : rect.bottom;
182 if (!force && (WIDE ? position == mScrollX : position == mScrollY)) return;
183 if (WIDE) {
437 if (WIDE) {
512 if (WIDE) {
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 223 public static final int WIDE = 0xc4;
311 /** "W": {@code wide ...} */
550 "c4 W wide;" +
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java     [all...]
  /external/annotation-tools/asmx/
serp.jar 
janino.jar 
bcel.jar 
  /external/annotation-tools/asmx/test/lib/
serp.jar 
janino-2.3.4.jar 
javassist.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/6.1.1/
asm-6.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 1874 milliseconds

1 2 3 4 5 6