HomeSort by relevance Sort by last modified time
    Searched refs:WIDE (Results 26 - 50 of 62) sorted by null

12 3

  /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/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/icu4c/source/i18n/
dtfmtsym.cpp 212 static const char gNamesWideTag[]="wide";
681 case WIDE :
700 case WIDE :
744 case WIDE :
766 case WIDE :
800 case WIDE :
819 case 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...]
  /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;" +
BytecodeArray.java 786 case ByteOps.WIDE: {
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
CodeObserver.java 218 if (opcode == ByteOps.WIDE) {
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
Instruction.java 141 * @param wide "wide" instruction flag
144 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException {
160 boolean wide = false;
163 if (opcode == Const.WIDE) { // Read next opcode after wide byte
164 wide = true;
469 if (wide
471 throw new ClassGenException("Illegal opcode after wide: " + opcode);
474 obj.initFromFile(bytes, wide); // Do further initializations, if an
    [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...]
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...]
TimeUnitFormat.java 147 super(locale, style == FULL_NAME ? FormatWidth.WIDE : FormatWidth.SHORT);
  /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...]
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...]
TimeUnitFormat.java 145 super(locale, style == FULL_NAME ? FormatWidth.WIDE : FormatWidth.SHORT);
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/
Const.java     [all...]
Constants.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeUnitTest.java 178 // "el_GR" 1 wide
194 // "el_GR" 7 wide
210 // "el" 1 wide
226 // "el" 7 wide
444 assertEquals("getWidth", MeasureFormat.FormatWidth.WIDE, tuf.getWidth());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeUnitTest.java 175 // "el_GR" 1 wide
191 // "el_GR" 7 wide
207 // "el" 1 wide
223 // "el" 7 wide
441 assertEquals("getWidth", MeasureFormat.FormatWidth.WIDE, tuf.getWidth());
  /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/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java     [all...]
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
CodeHTML.java 54 private static boolean wide = false; field in class:CodeHTML
180 /* Same for 32-bit wide jumps
201 if (wide) {
203 wide = false; // Clear flag
210 * Remember wide byte which is used to form a 16-bit address in the
214 case Const.WIDE:
215 wide = true;
216 buf.append("(wide)");
346 if (wide) {
349 wide = false
    [all...]
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
Utility.java 68 private static boolean wide = false; /* The `WIDE' instruction is used in the field in class:Utility
69 * byte code to allow 16-bit wide indices
278 /* 32-bit wide jumps
297 if (wide) {
299 wide = false; // Clear flag
306 * Remember wide byte which is used to form a 16-bit address in the
310 case Const.WIDE:
311 wide = true;
312 buf.append("\t(wide)");
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/icu/
LDMLConstants.java 155 public static final String WIDE = "wide";
    [all...]

Completed in 2755 milliseconds

12 3