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

1 2 3 4 5 6 78 91011

  /external/freetype/src/cff/
cf2hints.h 79 size_t byteCount;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2hints.h 79 size_t byteCount;
  /external/chromium_org/third_party/skia/src/core/
SkMetaData.cpp 107 void SkMetaData::setData(const char name[], const void* data, size_t byteCount) {
108 (void)this->set(name, data, sizeof(char), kData_Type, SkToInt(byteCount));
  /external/skia/src/core/
SkMetaData.cpp 107 void SkMetaData::setData(const char name[], const void* data, size_t byteCount) {
108 (void)this->set(name, data, sizeof(char), kData_Type, SkToInt(byteCount));
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java 930 private ByteBuffer toByteBuffer(int byteCount, Buffer input) {
932 boolean convertWholeBuffer = (byteCount < 0);
937 byteCount = input2.limit() - position;
939 result = ByteBuffer.allocate(byteCount).order(input2.order());
940 for (int i = 0; i < byteCount; i++) {
948 byteCount = (input2.limit() - position) * 2;
950 result = ByteBuffer.allocate(byteCount).order(input2.order());
952 for (int i = 0; i < byteCount / 2; i++) {
960 byteCount = (input2.limit() - position)* 2;
962 result = ByteBuffer.allocate(byteCount).order(input2.order())
    [all...]
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 217 pt->t.byteCount = SWAP32(pt->t.byteCount);
236 t.byteCount = nBytes;
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 295 jsize byteCount = entry.count * tagSize;
296 jbyteArray byteArray = env->NewByteArray(byteCount);
301 memcpy(arrayWriter.get(), entry.data.u8, byteCount);
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java 533 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException {
534 Arrays.checkOffsetAndCount(buffer.length, byteOffset, byteCount);
535 if (byteCount == 0) {
539 return primitiveData.read(buffer, byteOffset, byteCount);
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 534 int byteCount = width * height * getBytesPerPixel(candidate.getConfig());
535 return byteCount <= candidate.getAllocationByteCount();
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 534 int byteCount = width * height * getBytesPerPixel(candidate.getConfig());
535 return byteCount <= candidate.getAllocationByteCount();
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 534 int byteCount = width * height * getBytesPerPixel(candidate.getConfig());
535 return byteCount <= candidate.getAllocationByteCount();
  /external/yaffs2/yaffs2/
yaffs_guts.h 137 unsigned byteCount:10;
175 unsigned byteCount; /* Only valid for data chunks */
yaffs_checkptrw.c 194 tags.byteCount = dev->nDataBytesPerChunk;
  /frameworks/base/core/jni/android/graphics/pdf/
PdfEditor.cpp 131 static bool writeAllBytes(const int fd, const void* buffer, const size_t byteCount) {
133 size_t remainingBytes = byteCount;
  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipFileTest.java 237 int byteCount = Math.min(writeBuffer.length, entrySize - i);
238 out.write(writeBuffer, 0, byteCount);
  /external/chromium_org/third_party/icu/source/test/cintltst/
ucsdetst.c 73 int32_t byteCount = preflight(src, length, cnv);
75 char *bytes = NEW_ARRAY(char, byteCount + 1);
76 char *dest = bytes, *destLimit = bytes + byteCount + 1;
81 *byteLength = byteCount;
  /external/chromium_org/third_party/skia/src/ports/
SkScalerContext_win_dw.cpp 572 int byteCount = width >> 3;
576 if (byteCount > 0) {
577 for (int i = 0; i < byteCount; ++i) {
598 dst[byteCount] = byte;
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 73 int32_t byteCount = preflight(src, length, cnv);
75 char *bytes = NEW_ARRAY(char, byteCount + 1);
76 char *dest = bytes, *destLimit = bytes + byteCount + 1;
81 *byteLength = byteCount;
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 541 int byteCount = width >> 3;
545 if (byteCount > 0) {
546 for (int i = 0; i < byteCount; ++i) {
567 dst[byteCount] = byte;
  /frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java 537 private static String readAsciiString(ByteBuffer buf, int byteCount) {
538 byte[] bytes = new byte[byteCount];
  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 393 int byteCount = ((septetCount * 7) + 7) / 8;
394 byte[] ret = new byte[byteCount + 1]; // Include space for one byte length prefix.
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
CertificateFactoryTest.java 329 public long skip(long byteCount) throws IOException {
330 long count = mStream.skip(byteCount);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 32 Int byteCount; /*how many bytes already encoded*/
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcm.c 362 pState->bytesLeftLoop = pState->byteCount = pParams->size;
390 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "EAS_PEOpenStream: StartPos=%d, byteCount = %d, loopSamples=%d\n",
391 pState->startPos, pState->byteCount, pState->loopSamples); */ }
926 pState->bytesLeft = pState->byteCount;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcm.c 362 pState->bytesLeftLoop = pState->byteCount = pParams->size;
390 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "EAS_PEOpenStream: StartPos=%d, byteCount = %d, loopSamples=%d\n",
391 pState->startPos, pState->byteCount, pState->loopSamples); */ }
926 pState->bytesLeft = pState->byteCount;
    [all...]

Completed in 500 milliseconds

1 2 3 4 5 6 78 91011