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

1 2

  /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/grpc-grpc/tools/run_tests/performance/
scenario_config.py 44 # wide is the number of client channels in multi-channel tests (1 otherwise)
45 WIDE = 64
183 wide = channels if channels is not None else WIDE
184 deep = int(math.ceil(1.0 * outstanding_calls / wide))
189 scenario['client_config']['client_channels'] = wide
    [all...]
  /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/cldr/tools/java/org/unicode/cldr/util/
ICUServiceBuilder.java 261 getDayPeriods(prefix, "format", "wide", "am"),
262 getDayPeriods(prefix, "format", "wide", "pm") }));
287 formatData.setMonths(getArray(prefix, "month", "format", "wide"), DateFormatSymbols.FORMAT,
288 DateFormatSymbols.WIDE);
294 formatData.setMonths(getArray(prefix, "month", "stand-alone", "wide"), DateFormatSymbols.STANDALONE,
295 DateFormatSymbols.WIDE);
301 // formatData.setWeekdays(getArray(prefix, "day", "format", "wide"));
307 formatData.setWeekdays(getArray(prefix, "day", "format", "wide"), DateFormatSymbols.FORMAT,
308 DateFormatSymbols.WIDE);
314 formatData.setWeekdays(getArray(prefix, "day", "stand-alone", "wide"), DateFormatSymbols.STANDALONE
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MeasureFormat.java 77 * MeasureFormat fmtFrFull = MeasureFormat.getInstance(ULocale.FRENCH, FormatWidth.WIDE);
91 * MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
148 WIDE(ListFormatter.Style.DURATION, UnitWidth.FULL_NAME, UnitWidth.FULL_NAME),
169 * (UnitWidth.SHORT) but wide for other units.
490 return MeasureFormat.FormatWidth.WIDE;
    [all...]
DateFormatSymbols.java 133 public static final int WIDE = 1;
403 * Format wide weekday strings, for example: "Sunday", "Monday", etc.
441 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc.
614 * Localized names for wide day periods.
632 * Localized names for standalone wide day periods.
767 * either WIDE, ABBREVIATED, or NARROW.
775 case WIDE :
789 case WIDE :
821 * either WIDE, ABBREVIATED, or NARROW.
827 case WIDE
    [all...]
DateTimePatternGenerator.java 244 if (getFieldDisplayName(i, DisplayWidth.WIDE) == null) {
245 setFieldDisplayName(i, DisplayWidth.WIDE, "F" + i);
248 setFieldDisplayName(i, DisplayWidth.ABBREVIATED, getFieldDisplayName(i, DisplayWidth.WIDE));
    [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/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java 82 * MeasureFormat fmtFrFull = MeasureFormat.getInstance(ULocale.FRENCH, FormatWidth.WIDE);
96 * MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
158 WIDE(ListFormatter.Style.DURATION, UnitWidth.FULL_NAME, UnitWidth.FULL_NAME),
185 * (UnitWidth.SHORT) but wide for other units.
524 return MeasureFormat.FormatWidth.WIDE;
    [all...]
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...]
DateTimePatternGenerator.java 248 if (getFieldDisplayName(i, DisplayWidth.WIDE) == null) {
249 setFieldDisplayName(i, DisplayWidth.WIDE, "F" + i);
252 setFieldDisplayName(i, DisplayWidth.ABBREVIATED, getFieldDisplayName(i, DisplayWidth.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/apache-commons-bcel/src/main/java/org/apache/bcel/
Const.java     [all...]
Constants.java     [all...]
  /external/cldr/tools/java/org/unicode/cldr/icu/
LDMLConstants.java 155 public static final String WIDE = "wide";
    [all...]
  /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/cldr/tools/java/libs/
icu4j.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 1246 milliseconds

1 2