HomeSort by relevance Sort by last modified time
    Searched refs:SHORT (Results 101 - 125 of 220) sorted by null

1 2 3 45 6 7 8 9

  /libcore/luni/src/main/java/java/io/
RandomAccessFile.java 505 * Reads a big-endian 16-bit short from the current position in this file. Blocks until
509 * @return the next short value from this file.
516 public final short readShort() throws IOException {
517 readFully(scratch, 0, SizeOf.SHORT);
542 * Reads an unsigned big-endian 16-bit short from the current position in this file and
546 * @return the next unsigned short value from this file as an int.
850 * Writes a big-endian 16-bit short to this file, starting at the current file
855 * the short to write to this file.
862 Memory.pokeShort(scratch, 0, (short) val, ByteOrder.BIG_ENDIAN);
863 write(scratch, 0, SizeOf.SHORT);
    [all...]
  /packages/apps/Browser/src/com/android/browser/homepages/
RequestHandler.java 187 DateFormat.SHORT, DateFormat.SHORT)
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86p_32.asm 40 ; check short
44 .L1: ; short loop
121 ; check short
125 .L1: ; short loop
192 ; check short
196 .L1: ; short loop
267 ; check short
271 .L1: ; short loop
298 jmp SHORT .L3
364 ; check short
    [all...]
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 64 * short
171 * <td>{@code short}</td>
172 * <td>{@code DateFormat.getDateInstance(DateFormat.SHORT, getLocale())}</td>
196 * <td>{@code short}</td>
197 * <td>{@code DateFormat.getTimeInstance(DateFormat.SHORT, getLocale())}</td>
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
DateUtilsTest.java 152 fixedTime, java.text.DateFormat.SHORT, java.text.DateFormat.FULL).toString());
163 fixedTime, java.text.DateFormat.FULL, java.text.DateFormat.SHORT).toString());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
SimpleTimeZoneTest.java 107 TimeZone.SHORT,
123 TimeZone.SHORT,
TimeZoneTest.java 186 timezone.getDisplayName(false, TimeZone.SHORT, Locale.CHINA));
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 57 /** Represents the short primitive type */
58 public static final Type SHORT = new Type(CtClass.shortType);
108 prims.put(CtClass.shortType, SHORT);
  /external/aac/libFDK/src/arm/
qmf_arm.cpp 130 inline INT SMULBB (const SHORT a, const LONG b)
138 inline INT SMULBT (const SHORT a, const LONG b)
147 inline INT SMLABB(const LONG accu, const SHORT a, const LONG b)
155 inline INT SMLABT(const LONG accu, const SHORT a, const LONG b)
  /external/aac/libFDK/src/
mdct.cpp 252 const SHORT scalefactor[],
fixpoint_math.cpp 220 SHORT u = (SHORT)(op2);
786 /* Short cut for zero and negative numbers. */
  /external/icu4c/i18n/unicode/
datefmt.h 96 * DateFormat::createDateInstance( DateFormat::SHORT, Locale::getFrance());
111 * result; from SHORT to MEDIUM to LONG to FULL. The exact result depends on the
114 * <li> SHORT is completely numeric, such as 12/13/52 or 3:30pm
145 * in the resource occurs in the order full, long, medium, short.
195 SHORT = kShort,
485 * Create a default date/time formatter that uses the SHORT style for both
498 * SHORT for "h:mm a" in the US locale. Relative
512 * SHORT for "M/d/yy" in the US locale.
525 * For example, SHORT for "M/d/yy" in the US locale.
527 * For example, SHORT for "h:mm a" in the US locale. Relativ
    [all...]
  /external/icu4c/test/intltest/
tzregts.cpp     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 78 #define SHORT int
83 #define USHORT unsigned short
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java 134 isDST, TimeZone.SHORT, Locale.getDefault()));
AlertUtils.java 181 isDST, TimeZone.SHORT, Locale.getDefault()));
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 199 case SHORT :
1005 if (type2 == INT || type2 == SHORT
    [all...]
  /external/aac/libAACdec/src/
aac_rom.cpp 172 static const SHORT sfb_48_1024[50] = {
179 static const SHORT sfb_48_128[15] =
186 static const SHORT sfb_32_1024[52] =
195 static const SHORT sfb_24_1024[48] =
204 static const SHORT sfb_24_128[16] =
211 static const SHORT sfb_16_1024[44] =
220 static const SHORT sfb_16_128[16] =
227 static const SHORT sfb_8_1024[41] =
235 static const SHORT sfb_8_128[16] =
243 static const SHORT sfb_48_960[50]
    [all...]
  /external/icu4c/i18n/
ucal.cpp 227 tz.getDisplayName(FALSE, TimeZone::SHORT, Locale(locale), id);
235 tz.getDisplayName(TRUE, TimeZone::SHORT, Locale(locale), id);
  /libcore/luni/src/test/java/tests/api/java/util/
SimpleTimeZoneTest.java 179 TimeZone.SHORT,
195 TimeZone.SHORT,
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
Field.java 123 case SHORT:
  /hardware/ti/omap3/dspbridge/inc/
dbdefs.h 143 #define DSPWORD SHORT
  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 289 DateFormat dateFormat = DateFormat.getDateInstance(DateFormat.SHORT);
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaAdapter.java 221 displayName = tz.getDisplayName(date.isDst != 0, TimeZone.SHORT);
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalWidgetViewsFactory.java 103 Calendar.DAY_OF_WEEK, Calendar.SHORT, Locale.getDefault())));

Completed in 2046 milliseconds

1 2 3 45 6 7 8 9