HomeSort by relevance Sort by last modified time
    Searched refs:offsets (Results 351 - 375 of 1221) sorted by null

<<11121314151617181920>>

  /frameworks/native/cmds/servicemanager/
binder.c 47 binder_size_t *offs = (binder_size_t *)(uintptr_t)txn->data.ptr.offsets;
206 data.txn.data.ptr.offsets = 0;
212 data.txn.data.ptr.offsets = (uintptr_t)reply->offs0;
359 writebuf.txn.data.ptr.offsets = (uintptr_t)msg->offs0;
429 bio->offs = bio->offs0 = (binder_size_t *)(intptr_t)txn->data.ptr.offsets;
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsCopyTests.cpp 313 std::vector<uint32_t> offsets(9, 0);
314 offsets[0] = 128;
315 offsets[1] = 128;
317 _offsets.setToExternal(offsets.data(), offsets.size());
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c 482 log_verbose("comparing %d offsets..\n", targ-junkout);
484 log_err("did not get the expected offsets. %s\n", gNuConvTestName);
640 log_err("did not get the expected offsets. %s\n",gNuConvTestName);
847 static const int32_t offsets[]={ 0, 0, 0, 1, 1, 1, 1, 3, 3, 3 }; local
849 expectedUTF8test2, sizeof(expectedUTF8test2), "UTF8", offsets,FALSE );
3005 int32_t* offsets = off; local
3098 int32_t* offsets = (int32_t*) malloc(uBufSize * sizeof(int32_t) * 5); local
3317 int32_t* offsets = (int32_t*) malloc(uBufSize * sizeof(int32_t) * 5); local
3383 int32_t* offsets = (int32_t*) malloc(uBufSize * sizeof(int32_t) ); local
3949 int32_t* offsets = (int32_t*) malloc(uBufSize * sizeof(int32_t) * 5); local
4026 int32_t* offsets = (int32_t*) malloc(uBufSize * sizeof(int32_t) * 5); local
4105 int32_t* offsets = (int32_t*) malloc(uBufSize * sizeof(int32_t) * 5); local
4510 int32_t* offsets = (int32_t*) malloc(uBufSize * sizeof(int32_t) * 5); local
4820 static const int offsets[]={ local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 4855 int offsets[] = new int[2]; local
5531 int[] offsets = new int[2]; local
    [all...]
SimpleTimeZone.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 5016 int offsets[] = new int[2]; local
5698 int[] offsets = new int[2]; local
    [all...]
SimpleTimeZone.java     [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 455 gold_warning(_("%s: DWARF info may be corrupt; offsets in a "
2556 const std::vector<Offset_to_lineno_entry>* offsets; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterName.java 163 * offsets and lengths for each string. Lengths are stored with a
168 * The offsets and lengths arrays must be at least 33 (one more) long
172 * @param offsets array to store the value of the string offsets
177 public int getGroupLengths(int index, char offsets[], char lengths[])
183 index = index * m_groupsize_; // byte count offsets of group strings
188 offsets[0] = 0;
211 offsets[i + 1] = (char)(offsets[i] + lengths[i]);
1553 char offsets[] = new char[LINES_PER_GROUP_ + 2]; local
    [all...]
  /external/icu/icu4c/source/i18n/
translit.cpp 199 UTransPosition offsets; local
200 offsets.contextStart= start;
201 offsets.contextLimit = limit;
202 offsets.start = start;
203 offsets.limit = limit;
204 filteredTransliterate(text, offsets, FALSE, TRUE);
205 return offsets.limit;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterName.java 162 * offsets and lengths for each string. Lengths are stored with a
167 * The offsets and lengths arrays must be at least 33 (one more) long
171 * @param offsets array to store the value of the string offsets
176 public int getGroupLengths(int index, char offsets[], char lengths[])
182 index = index * m_groupsize_; // byte count offsets of group strings
187 offsets[0] = 0;
210 offsets[i + 1] = (char)(offsets[i] + lengths[i]);
1552 char offsets[] = new char[LINES_PER_GROUP_ + 2]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 462 memcpy(image->offsets, orig_image->offsets, sizeof(image->offsets));
482 int *strides, int *offsets,
512 image->offsets[index] = offsets[index];
539 offset = parent->offsets[index];
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 246 int[] offsets = new int[dexes.length]; local
258 offsets[i] = readIntoMap(
272 updateIndex(offsets[dex], indexMaps[dex], indexes[dex]++, outCount);
274 offsets[dex] = readIntoMap(dexSections[dex], sections[dex],
870 int[] offsets = transformCatchHandlers(indexMap, catchHandlers); local
881 int[] offsets = new int[catchHandlers.length]; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 412 int offsets[3]; member in struct:deqp::gles3::Functional::__anon17066::IndexTest
455 for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.offsets) && indexTest.offsets[iterationNdx] != -1; ++iterationNdx)
457 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]);
458 spec.indexPointerOffset = indexTest.offsets[iterationNdx];
710 std::vector<tcu::Vec4> offsets; local
713 offsets.push_back(tcu::Vec4((float)x * cellW - 1.0f, (float)y * cellW - 1.0f, 0, 0));
729 ctx.bufferData(GL_ARRAY_BUFFER, offsets.size() * sizeof(tcu::Vec4), &offsets[0], GL_STATIC_DRAW);
926 static const int offsets[] = { 0, 1, 5, 12 } local
    [all...]
  /external/freetype/src/cff/
cffload.c 316 FT_FREE( idx->offsets );
334 FT_FREE( idx->offsets );
348 if ( idx->count > 0 && !idx->offsets )
359 if ( FT_NEW_ARRAY( idx->offsets, idx->count + 1 ) ||
364 poff = idx->offsets;
395 FT_FREE( idx->offsets );
420 if ( !idx->offsets )
438 /* at this point, `idx->offsets' can't be NULL */
439 cur_offset = idx->offsets[0] - 1;
457 FT_ULong next_offset = idx->offsets[n] - 1
    [all...]
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 496 final long[] offsets = mStoredOffsets; local
497 if (offsets == null) return;
503 children.get(i).setStartOffset(offsets[i]);
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp 922 mVASurfaceAttrib->offsets[0] = 0;
923 mVASurfaceAttrib->offsets[1] = mConfigBuffer.graphicBufferHStride * mConfigBuffer.graphicBufferVStride;
924 mVASurfaceAttrib->offsets[2] = 0;
925 mVASurfaceAttrib->offsets[3] = 0;
    [all...]
  /bionic/libc/kernel/uapi/linux/android/
binder.h 115 binder_uintptr_t offsets; member in struct:binder_transaction_data::__anon404::__anon405
  /development/ndk/platforms/android-21/include/linux/
binder.h 114 binder_uintptr_t offsets; member in struct:binder_transaction_data::__anon1730::__anon1731
  /external/eigen/bench/btl/data/
gnuplot_common_settings.hh 27 set offsets 0, 0, 0, 0
  /external/fonttools/Lib/fontTools/
cffLib.py 188 offsets = [pos]
194 offsets.append(pos)
195 return offsets
203 (len(self.items) + 1) * offSize + # the offsets
209 offsets = self.getOffsets()
211 offSize = calcOffSize(offsets[-1])
215 for offset in offsets:
262 offsets = self.getOffsets()
264 offSize = calcOffSize(offsets[-1])
268 for offset in offsets
    [all...]
  /external/kernel-headers/original/uapi/linux/android/
binder.h 53 * between processes. The 'offsets' supplied as part of a binder transaction
54 * contains offsets into the data where these structures occur. The Binder
148 binder_size_t offsets_size; /* number of bytes of offsets */
158 /* offsets from buffer to flat_binder_object structs */
159 binder_uintptr_t offsets; member in struct:binder_transaction_data::__anon21053::__anon21054
  /external/libvorbis/include/vorbis/
vorbisfile.h 121 ogg_int64_t *offsets; member in struct:OggVorbis_File
  /external/pdfium/third_party/freetype/src/cff/
cfftypes.h 51 /* off_size :: The size in bytes of object offsets in index. */
58 /* offsets :: A table of element offsets in the index. Must be */
72 FT_ULong* offsets; member in struct:CFF_IndexRec_
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 83 // offsets.
111 // offsets: An array of ints giving the byte offsets, relative to
135 const int offsets[],
148 // offsets: An array of ints giving the byte offsets.
157 // Besides offsets for all fields, this array also contains
158 // offsets for oneof unions. The offset of the i-th oneof
159 // union is offsets[descriptor->field_count() + i].
171 const int offsets[],
    [all...]

Completed in 1827 milliseconds

<<11121314151617181920>>