HomeSort by relevance Sort by last modified time
    Searched refs:offsets (Results 176 - 200 of 950) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/ojluni/src/main/java/java/util/
TimeZone.java 239 int getOffsets(long date, int[] offsets) {
245 if (offsets != null) {
246 offsets[0] = rawoffset;
247 offsets[1] = dstoffset;
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
testranges-ia64.s 2 # offsets strictly as increasing.
  /external/skia/gm/
xfermodeimagefilter.cpp 121 // Test offsets on SrcMode (uses fixed-function blend)
137 // Test offsets on Darken (uses shader blend)
152 int offsets[nbSamples][4] = {{ 10, 10, -16, -16}, variable
156 SkIRect cropRect = SkIRect::MakeXYWH(offsets[i][0],
157 offsets[i][1],
158 fBitmap.width() + offsets[i][2],
159 fBitmap.height() + offsets[i][3]);
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetISCII.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java 133 int[] offsets = new int[2]; local
153 rbtz1.getOffset(cal.getTimeInMillis(), true, offsets); local
154 if (offsets[0] != -3600000) {
155 errln("FAIL: Invalid time zone raw offset: " + offsets[0] + " /expected: -3600000");
157 if (offsets[1] != 3600000) {
158 errln("FAIL: Invalid DST amount: " + offsets[1] + " /expected: 3600000");
174 rbtz1.getOffset(cal.getTimeInMillis(), true, offsets); local
175 if (offsets[0] != -3600000) {
176 errln("FAIL: Invalid time zone raw offset: " + offsets[0] + " /expected: -3600000");
178 if (offsets[1] != 0) {
1259 int[] offsets = new int[2]; local
1260 tokyo.getOffset(System.currentTimeMillis(), false, offsets); local
1454 int []offsets = new int[2]; local
1456 btz.getOffsetFromLocal(Calendar.getInstance().getTimeInMillis(), BasicTimeZone.LOCAL_STD, BasicTimeZone.LOCAL_STD, offsets); local
1823 int[] offsets = new int[2]; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 129 int[] offsets = new int[2]; local
149 rbtz1.getOffset(cal.getTimeInMillis(), true, offsets); local
150 if (offsets[0] != -3600000) {
151 errln("FAIL: Invalid time zone raw offset: " + offsets[0] + " /expected: -3600000");
153 if (offsets[1] != 3600000) {
154 errln("FAIL: Invalid DST amount: " + offsets[1] + " /expected: 3600000");
170 rbtz1.getOffset(cal.getTimeInMillis(), true, offsets); local
171 if (offsets[0] != -3600000) {
172 errln("FAIL: Invalid time zone raw offset: " + offsets[0] + " /expected: -3600000");
174 if (offsets[1] != 0) {
1255 int[] offsets = new int[2]; local
1256 tokyo.getOffset(System.currentTimeMillis(), false, offsets); local
1450 int []offsets = new int[2]; local
1452 btz.getOffsetFromLocal(Calendar.getInstance().getTimeInMillis(), BasicTimeZone.LOCAL_STD, BasicTimeZone.LOCAL_STD, offsets); local
1819 int[] offsets = new int[2]; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationIteratorTest.java 714 private int[] offsets; field in class:CollationIteratorTest.TSCEItem
717 offsets = offs;
720 public int[] getOffsets() { return offsets; }
738 int[] offsets = tsceItem.getOffsets(); local
739 int ioff, noff = offsets.length;
751 if ( offset != offsets[ioff] ) {
752 errln("Error: in locale " + localeString + ", expected CEIterator next()->getOffset " + offsets[ioff] + ", got " + offset);
776 if ( offset != offsets[ioff] ) {
777 errln("Error: in locale " + localeString + ", expected CEIterator previous()->getOffset " + offsets[ioff] + ", got " + offset);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationIteratorTest.java 710 private int[] offsets; field in class:CollationIteratorTest.TSCEItem
713 offsets = offs;
716 public int[] getOffsets() { return offsets; }
734 int[] offsets = tsceItem.getOffsets(); local
735 int ioff, noff = offsets.length;
747 if ( offset != offsets[ioff] ) {
748 errln("Error: in locale " + localeString + ", expected CEIterator next()->getOffset " + offsets[ioff] + ", got " + offset);
772 if ( offset != offsets[ioff] ) {
773 errln("Error: in locale " + localeString + ", expected CEIterator previous()->getOffset " + offsets[ioff] + ", got " + offset);
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 621 LOG_V("offsets[0] = %d\n", destImage.offsets[0]);
622 LOG_V("offsets[1] = %d\n", destImage.offsets[1]);
636 dstY = pDestBuffer + destImage.offsets[0];
638 dstUV = pDestBuffer + destImage.offsets[1];
714 extbuf.offsets[0] = 0;
715 extbuf.offsets[1] = vinfo.lumaStride * vinfo.height;
716 extbuf.offsets[2] = extbuf.offsets[1]
    [all...]
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 223 y_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[0]);
224 u_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]);
288 y_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[0]);
291 v_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]);
292 u_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[2]);
294 u_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]);
295 v_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[2]);
297 u_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]);
391 y_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[0]);
393 v_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1])
    [all...]
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 242 vaExtBuf.offsets[0] = 0;
243 vaExtBuf.offsets[1] = stride * *height;
244 vaExtBuf.offsets[2] = vaExtBuf.offsets[1] + (stride / 2) * (*height / 2);
245 vaExtBuf.offsets[3] = 0;
254 vaExtBuf.offsets[0] = 0;
256 vaExtBuf.offsets[1] = stride * ((*height + 31) & ~31);
257 vaExtBuf.offsets[2] = vaExtBuf.offsets[1] + (stride / 2) * (((*height + 31) & ~31) / 2);
258 vaExtBuf.offsets[3] = 0
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 246 vf->offsets=_ogg_malloc((vf->links+1)*sizeof(*vf->offsets));
248 vf->offsets[m+1]=searched;
256 vf->offsets[m]=begin;
351 _seek_helper(vf,vf->offsets[link]);
365 if(pos<vf->offsets[link] || pos>=vf->offsets[link+1])
397 _seek_helper(vf,vf->offsets[i]);
457 ogg_int64_t end=vf->offsets[i+1];
485 if(vf->offsets[i+1]>=vf->offset)break
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvtst.c 163 int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; local
170 expected, sizeof(expected), "ibm-1363", offsets , TRUE, U_ZERO_ERROR))
177 expected, sizeof(expected), "ibm-1363", offsets, TRUE, U_ZERO_ERROR))
189 int32_t offsets[] = {0,0,0,0,0,1,1,2,2,2,2,3,5 }; local
196 expected, sizeof(expected), "iso-2022-jp", offsets , TRUE, U_ZERO_ERROR))
218 static const int32_t offsets[] = {
230 expected, sizeof(expected), "iso-2022-cn", offsets , TRUE, U_ZERO_ERROR))
248 static const int32_t offsets[] = {-1, -1, -1, -1, local
262 expected, sizeof(expected), "iso-2022-kr", offsets , TRUE, U_ZERO_ERROR))
278 static const int32_t offsets[] = {0,0,0,0 local
299 static const int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02, local
378 static const int32_t offsets[] = { 0x00, 0x00}; local
456 static const int32_t offsets[] = { 0x00, 1}; local
559 static const int32_t offsets[] = { -1, -1, -1, -1, 0x00, 1}; local
600 static const int32_t offsets[] = { 0x00, 0x00, 0x00, 1}; local
1543 static const int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; local
1585 static const int32_t offsets[] = {0,0,0,0,0,1,1,2,2,2,2,3,5 }; local
1670 static const int32_t offsets[] = {-1, -1, -1, -1, local
1718 static const int32_t offsets[] = {0,0,0,0, local
1755 int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02, local
    [all...]
  /external/skia/src/doc/
SkDocument_PDF.cpp 236 SkTDArray<int32_t> offsets; local
243 offsets.push(SkToS32(offset - baseOffset));
254 int32_t objCount = SkToS32(offsets.count() + 1);
259 for (int i = 0; i < offsets.count(); i++) {
260 SkASSERT(offsets[i] > 0);
261 stream->writeBigDecAsText(offsets[i], 10);
  /device/google/contexthub/firmware/src/drivers/ams_tmd4903/
ams_tmd4903.c 267 int32_t offsets[4]; member in struct:ProxCalibrationData
445 static void sendCalibrationResultProx(uint8_t status, int16_t *offsets) {
460 // The offsets are cast from int16_t to int32_t, so I can't use memcpy
462 data->offsets[i] = offsets[i];
633 int32_t *offsets = (int32_t *) data; local
636 (int)offsets[0], (int)offsets[1], (int)offsets[2], (int)offsets[3])
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationIterator.java 300 public final long previousCE(UVector32 offsets) {
305 offsets.removeAllElements();
310 return previousCEUnsafe(c, offsets);
327 offsets.addElement(getOffset());
330 while(offsets.size() <= ceBuffer.length) {
331 offsets.addElement(limitOffset);
    [all...]
  /external/icu/icu4c/source/i18n/
collationiterator.cpp     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java 298 public final long previousCE(UVector32 offsets) {
303 offsets.removeAllElements();
308 return previousCEUnsafe(c, offsets);
325 offsets.addElement(getOffset());
328 while(offsets.size() <= ceBuffer.length) {
329 offsets.addElement(limitOffset);
    [all...]
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 112 int offsets[3]; member in struct:deqp::gles2::Stress::__anon9379::IndexTest
143 for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.offsets) && indexTest.offsets[iterationNdx] != -1; ++iterationNdx)
145 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]);
146 spec.indexPointerOffset = indexTest.offsets[iterationNdx];
230 const int offsets[] = { 0, 1, 5, 12 }; local
337 attribSpec.offset = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), offsetWeights);
  /external/icu/icu4c/source/common/
ucnv_ext.h 355 int32_t **offsets, int32_t srcIndex,
375 int32_t **offsets, int32_t srcIndex,
  /external/mesa3d/docs/
MESA_agp_offset.spec 36 region into byte offsets into the AGP aperture.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-v32-l4.d 4 # Test that lapc shrinks to lapcq and that offsets are emitted correctly.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-1c.d 10 # offsets into the GOT, with a tell-tale sign being one or more
  /external/deqp/framework/common/
tcuTexture.hpp 446 Vec4 gatherArray2DOffsets (const ConstPixelBufferAccess& src, const Sampler& sampler, float s, float t, int depth, int componentNdx, const IVec2 (&offsets)[4]);
447 Vec4 gatherArray2DOffsetsCompare (const ConstPixelBufferAccess& src, const Sampler& sampler, float ref, float s, float t, int depth, const IVec2 (&offsets)[4]);
552 Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2 (&offsets)[4]) const;
553 Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, const IVec2 (&offsets)[4]) const;
587 inline Vec4 Texture2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2 (&offsets)[4]) const
589 return gatherArray2DOffsets(m_levels[0], sampler, s, t, 0, componentNdx, offsets);
592 inline Vec4 Texture2DView::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float t, const IVec2 (&offsets)[4]) const
594 return gatherArray2DOffsetsCompare(m_levels[0], sampler, ref, s, t, 0, offsets);
696 Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2 (&offsets)[4]) const;
697 Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, const IVec2 (&offsets)[4]) const
    [all...]
  /external/drm_gralloc/
gralloc_drm.h 121 void gralloc_drm_resolve_format(buffer_handle_t _handle, uint32_t *pitches, uint32_t *offsets, uint32_t *handles);

Completed in 2593 milliseconds

1 2 3 4 5 6 78 91011>>