/external/mesa3d/src/gallium/include/pipe/ |
p_state.h | 204 unsigned dst_offset:16; /**< offset into the buffer in dwords */ member in struct:pipe_stream_output_info::__anon23437
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
GregorianCalendarTest.java | 337 assertEquals(7200000, gc.getActualMaximum(Calendar.DST_OFFSET)); 568 cal.roll(Calendar.DST_OFFSET, true);
|
/external/v8/src/arm/ |
deoptimizer-arm.cc | 866 int dst_offset = i * kDoubleSize + double_regs_offset; local [all...] |
/external/v8/src/x64/ |
deoptimizer-x64.cc | 846 int dst_offset = i * kDoubleSize + double_regs_offset; local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
calregts.cpp | 107 "DST_OFFSET", 375 logln("DST_OFFSET: " 376 + (Calendar::get(Calendar::DST_OFFSET)/(60*60*1000))); 401 logln("DST_OFFSET: " 402 + (Calendar::get(Calendar::DST_OFFSET)/(60*60*1000))); // in hours [all...] |
/external/icu4c/test/intltest/ |
calregts.cpp | 112 "DST_OFFSET", 419 logln("DST_OFFSET: " 420 + (Calendar::get(Calendar::DST_OFFSET)/(60*60*1000))); 445 logln("DST_OFFSET: " 446 + (Calendar::get(Calendar::DST_OFFSET)/(60*60*1000))); // in hours [all...] |
/libcore/luni/src/main/java/java/util/ |
Calendar.java | 653 public static final int DST_OFFSET = 16; 697 "ZONE_OFFSET", "DST_OFFSET" }; 733 * if {@code field} is {@code DST_OFFSET} or {@code [all...] |
TimeZone.java | 292 * {@link Calendar#DST_OFFSET} and {@link Calendar#ZONE_OFFSET}. Application
|
/external/chromium_org/third_party/icu/source/i18n/ |
simpletz.cpp | 400 // field) with fields ZONE_OFFSET and DST_OFFSET. We can't get rid of 420 // field) with fields ZONE_OFFSET and DST_OFFSET. We can't get rid of [all...] |
islamcal.cpp | 163 {/*N/A*/-1,/*N/A*/-1,/*N/A*/-1,/*N/A*/-1}, // DST_OFFSET
|
islamcal.h | 384 * Daylight Savings Time. Recognizes DST_OFFSET, if it is set.
|
calendar.cpp | 577 { 0, 0, 1*kOneHour, 1*kOneHour }, // DST_OFFSET 599 // user sets the ZONE_OFFSET and/or DST_OFFSET fields directly. The class 615 // | Using TimeZone or user-set ZONE_OFFSET / DST_OFFSET [all...] |
gregocal.cpp | 95 {/*N/A*/-1,/*N/A*/-1,/*N/A*/-1,/*N/A*/-1}, // DST_OFFSET 125 * DST_OFFSET 0 0 1* 1* [all...] |
/external/icu4c/i18n/ |
simpletz.cpp | 401 // field) with fields ZONE_OFFSET and DST_OFFSET. We can't get rid of 421 // field) with fields ZONE_OFFSET and DST_OFFSET. We can't get rid of [all...] |
islamcal.cpp | 166 {/*N/A*/-1,/*N/A*/-1,/*N/A*/-1,/*N/A*/-1}, // DST_OFFSET
|
islamcal.h | 384 * Daylight Savings Time. Recognizes DST_OFFSET, if it is set.
|
/external/v8/src/ia32/ |
deoptimizer-ia32.cc | 911 int dst_offset = i * kDoubleSize + double_regs_offset; local [all...] |
/external/v8/src/mips/ |
deoptimizer-mips.cc | 858 int dst_offset = i * kDoubleSize + double_regs_offset; local [all...] |
/external/chromium_org/third_party/mesa/src/include/CL/ |
cl.hpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_program.c | 508 unsigned p = pso->output[i].dst_offset;
|
/external/mesa3d/include/CL/ |
cl.hpp | [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_program.c | 508 unsigned p = pso->output[i].dst_offset;
|
/libcore/luni/src/main/java/java/text/ |
DateFormat.java | 213 * to the {@link Calendar#ZONE_OFFSET} and {@link Calendar#DST_OFFSET}
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapSmsPdu.java | 358 int offset = (cal.get(Calendar.ZONE_OFFSET) + cal.get(Calendar.DST_OFFSET)) / (15 * 60 * 1000); /* offset in quarters of an hour */
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
BluetoothMapbMessageTest.java | 128 int offset = (cal.get(Calendar.ZONE_OFFSET) + cal.get(Calendar.DST_OFFSET)) / (15 * 60 * 1000); /* offset in quarters of an hour */
|