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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneGenericNames.java 346 int[] offsets = {0, 0}; local
347 tz.getOffset(date, false, offsets);
349 if (offsets[1] == 0) {
417 goldenZone.getOffset(date + offsets[0] + offsets[1], true, offsets1);
419 if (offsets[0] != offsets1[0] || offsets[1] != offsets1[1]) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZone.java 284 * @param date moment in time for which to return offsets, in
289 * @param offsets output parameter to receive the raw offset, that
290 * is, the offset not including DST adjustments, in offsets[0],
293 * time, in offsets[1]. If DST is not in effect, the DST offset is
296 public void getOffset(long date, boolean local, int[] offsets) {
297 offsets[0] = getRawOffset();
299 date += offsets[0]; // now in local standard millis
317 offsets[1] = getOffset(GregorianCalendar.AD,
319 fields[3], fields[5]) - offsets[0];
321 if (pass != 0 || !local || offsets[1] == 0)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneGenericNames.java 344 int[] offsets = {0, 0}; local
345 tz.getOffset(date, false, offsets);
347 if (offsets[1] == 0) {
415 goldenZone.getOffset(date + offsets[0] + offsets[1], true, offsets1);
417 if (offsets[0] != offsets1[0] || offsets[1] != offsets1[1]) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeZone.java 331 * @param date moment in time for which to return offsets, in
336 * @param offsets output parameter to receive the raw offset, that
337 * is, the offset not including DST adjustments, in offsets[0],
340 * time, in offsets[1]. If DST is not in effect, the DST offset is
345 public void getOffset(long date, boolean local, int[] offsets) {
346 offsets[0] = getRawOffset();
348 date += offsets[0]; // now in local standard millis
366 offsets[1] = getOffset(GregorianCalendar.AD,
368 fields[3], fields[5]) - offsets[0];
370 if (pass != 0 || !local || offsets[1] == 0)
    [all...]
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 497 uint64_t offsets[nElems]; local
506 offsets[i] = ::lseek(mFd, 0, SEEK_CUR);
511 mSegmentOffset = offsets[1];
512 mSegmentDataStart = offsets[2];
513 mInfoOffset = offsets[3];
515 mTracksOffset = offsets[4];
516 mCuesOffset = offsets[5];
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 114 * The times (in seconds) at which the offsets changes for any reason, whether that is a change
258 // Find the latest daylight and standard offsets (if any).
314 // Use the latest transition's pair of offsets to compute the DST savings.
333 // Rather than keep offsets from UTC, we use offsets from local time, so the raw offset
334 // can be changed and automatically affect all the offsets.
498 * Get the raw and DST offsets for the specified time in milliseconds since
502 * index 0 of the {@code offsets} array and the DST offset, i.e. that part of the offset which
506 * @param offsets the array whose length must be greater than or equal to 2.
507 * @return the total offset which is the sum of the raw and DST offsets
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 503 if(vf->offsets)_ogg_free(vf->offsets);
507 vf->offsets=_ogg_malloc((vf->links+1)*sizeof(*vf->offsets));
514 vf->offsets[m+1]=end;
515 vf->offsets[m]=begin;
581 vf->offsets[m+1]=next;
645 vf->offsets[0]=0;
920 vf->offsets=_ogg_calloc(1,sizeof(*vf->offsets));
    [all...]
  /external/ImageMagick/coders/
psd.c 951 *offsets;
956 offsets=(MagickOffsetType *) AcquireQuantumMemory(size,sizeof(*offsets));
957 if(offsets != (MagickOffsetType *) NULL)
962 offsets[y]=(MagickOffsetType) ReadBlobShort(image);
964 offsets[y]=(MagickOffsetType) ReadBlobLong(image);
967 return offsets;
971 const ssize_t type,MagickOffsetType *offsets,ExceptionInfo *exception)
1000 if ((MagickOffsetType) length < offsets[y])
1001 length=(size_t) offsets[y]
946 *offsets; local
1200 *offsets; local
1697 *offsets; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexArrayTest.cpp 277 int offsets[] = {1, 16, 17}; local
280 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++)
292 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0);
293 std::string name = "first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
300 offsets[offsetNdx],
380 int offsets[] = {1, 4, 17, 32}; local
383 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++)
393 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0);
394 const std::string name = "offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
401 offsets[offsetNdx]
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pcf/
pcfread.c 746 FT_Long* offsets = NULL; local
783 if ( FT_NEW_ARRAY( offsets, nbitmaps ) )
789 (void)FT_READ_LONG( offsets[i] );
791 (void)FT_READ_LONG_LE( offsets[i] );
794 i, offsets[i], offsets[i] ));
824 if ( ( offsets[i] < 0 ) ||
825 ( (FT_ULong)offsets[i] > size ) )
831 face->metrics[i].bits = stream->pos + (FT_ULong)offsets[i];
837 FT_FREE( offsets );
    [all...]
  /external/mesa3d/src/mesa/main/
shaderapi.c 1320 GLint *offsets; local
    [all...]
  /bootable/recovery/
screen_ui.cpp 668 std::vector<long> offsets; local
669 offsets.push_back(ftell(fp));
688 if (offsets.size() <= 1) {
691 offsets.pop_back();
692 fseek(fp, offsets.back(), SEEK_SET);
698 offsets.push_back(ftell(fp));
wear_ui.cpp 503 std::vector<long> offsets; local
504 offsets.push_back(ftell(fp));
523 if (offsets.size() <= 1) {
526 offsets.pop_back();
527 fseek(fp, offsets.back(), SEEK_SET);
533 offsets.push_back(ftell(fp));
  /external/freetype/src/base/
ftrfork.c 167 FT_Long **offsets,
256 *offsets = offsets_internal;
391 FT_Long *offsets,
411 &(offsets[i]) );
858 FT_Long *offsets,
871 offsets[i] = 0;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftrfork.c 167 FT_Long **offsets,
256 *offsets = offsets_internal;
391 FT_Long *offsets,
411 &(offsets[i]) );
858 FT_Long *offsets,
871 offsets[i] = 0;
  /external/pdfium/third_party/freetype/src/base/
ftrfork.c 167 FT_Long **offsets,
256 *offsets = offsets_internal;
391 FT_Long *offsets,
411 &(offsets[i]) );
858 FT_Long *offsets,
871 offsets[i] = 0;
  /development/ndk/platforms/android-3/include/linux/
binder.h 97 const void *offsets; member in struct:binder_transaction_data::__anon2233::__anon2234
  /external/deqp/modules/gles2/functional/
es2fVertexArrayTest.cpp 213 int offsets[] = {1, 16, 17}; local
218 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++)
227 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && (offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx]) == 0);
234 offsets[offsetNdx],
246 std::string name = Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
283 int offsets[] = {1, 4, 17, 32}; local
288 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++)
295 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0);
302 offsets[offsetNdx],
  /external/fio/
verify.h 105 uint64_t offsets[0]; member in struct:thread_io_list
  /external/gemmlowp/meta/generators/
qnt_Nx8_neon.py 35 def LoadAndDuplicateOffsets(emitter, registers, lanes, offsets):
43 emitter.DereferenceIncrement(offsets, 32))
57 offsets):
60 emitter, registers, qnt_lanes, offsets)
100 """Inner loop for quantization: add offsets, multiply, round, shift."""
322 ['const std::int32_t*', 'offsets'],
355 registers.MapParameter('offsets'))
  /external/icu/icu4c/source/common/
unames.cpp 504 * expands them into offsets and lengths for each string.
509 * The offsets and lengths arrays must be at least 33 (one more) long because
514 uint16_t offsets[LINES_PER_GROUP+1], uint16_t lengths[LINES_PER_GROUP+1]) {
537 *offsets++=offset;
549 *offsets++=offset;
568 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
570 s=expandGroupLengths(s, offsets, lengths);
571 return expandName(names, s+offsets[lineNumber], lengths[lineNumber], nameChoice,
601 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
604 s=expandGroupLengths(s, offsets, lengths)
1341 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
1990 uint16_t offsets[LINES_PER_GROUP+1], lengths[LINES_PER_GROUP+1]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.h 174 uint32_t offsets[3]; member in struct:__DRIimageRec
  /external/tremolo/Tremolo/
ivorbisfile.h 76 ogg_int64_t *offsets; member in struct:OggVorbis_File
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 244 @Override public int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException {
246 return os.readv(fd, buffers, offsets, byteCounts);
322 @Override public int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException {
324 return os.writev(fd, buffers, offsets, byteCounts);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
binder.h 97 const void *offsets; member in struct:binder_transaction_data::__anon44908::__anon44909

Completed in 1566 milliseconds

1 2 3 4 5 6 7 8 91011>>