HomeSort by relevance Sort by last modified time
    Searched full:numbytes (Results 76 - 100 of 230) sorted by null

1 2 34 5 6 7 8 910

  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_MediaTest.java 76 int numBytes = 1337;
78 FileUtils.createFile(videoFile, numBytes);
98 values.put(Media.SIZE, numBytes);
134 assertEquals(numBytes, c.getInt(c.getColumnIndex(Media.SIZE)));
  /external/chromium_org/third_party/angle/src/compiler/
PoolAlloc.h 144 // available, otherwise a properly aligned pointer to 'numBytes' of memory.
146 void* allocate(size_t numBytes);
188 void* initializeAllocation(tHeader* block, unsigned char* memory, size_t numBytes) {
190 new(memory) TAllocation(numBytes, memory, block->lastAllocation);
  /external/chromium_org/third_party/tlslite/tlslite/utils/
cryptomath.py 133 howManyBytes = numBytes(n)
188 length = numBytes(n) + ext
202 def numBytes(n):
225 howManyBytes = numBytes(high)
OpenSSL_RSAKey.py 63 byteLength = numBytes(self.n)
76 byteLength = numBytes(self.n)
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 367 void MCObjectStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue) {
370 getOrCreateDataFragment()->getContents().append(NumBytes, FillValue);
373 void MCObjectStreamer::EmitZeros(uint64_t NumBytes) {
375 insert(new MCFillFragment(0, ItemSize, NumBytes));
MCStreamer.cpp 142 /// EmitFill - Emit NumBytes bytes worth of the value specified by
144 void MCStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue) {
146 for (uint64_t i = 0, e = NumBytes; i != e; ++i)
151 void MCStreamer::EmitZeros(uint64_t NumBytes) {
152 EmitFill(NumBytes, 0);
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 283 // Emit instructions before MBBI (in MBB) to add NumBytes to Reg.
287 unsigned Reg, int64_t NumBytes,
289 while (NumBytes) {
291 int64_t ThisVal = NumBytes;
292 if (isInt<16>(NumBytes))
308 NumBytes -= ThisVal;
441 uint64_t NumBytes = Offset - 0x7fff8;
443 NumBytes, ZII);
444 Offset -= NumBytes;
  /external/pixman/pixman/
pixman-arm-neon-asm.h 112 .macro pixldst numbytes, op, elem_size, basereg, mem_operand, abits
113 .if numbytes == 32
116 .elseif numbytes == 16
118 .elseif numbytes == 8
120 .elseif numbytes == 4
132 .elseif numbytes == 2
139 .elseif numbytes == 1
142 .error "unsupported size: numbytes"
298 .macro pixld_s_internal numbytes, elem_size, basereg, mem_operand
299 .if numbytes == 3
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h 93 void* buffer, ssize_t numBytes, off64_t offset);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 291 int numBytes;
292 for (numBytes = 0; numBytes < spnData.length; numBytes++) {
293 if ((spnData[numBytes] & 0xFF) == 0xFF) break;
296 if (numBytes == 0) {
304 mSpn = new String(spnData, 0, numBytes, "ISO-8859-1");
309 mSpn = GsmAlphabet.gsm7BitPackedToString(spnData, 0, (numBytes*8)/7);
312 mSpn = new String(spnData, 0, numBytes, "utf-16");
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
mlos.h 51 void *inv_malloc(unsigned int numBytes);
  /hardware/invensense/60xx/mlsdk/platform/include/
mlos.h 62 void *inv_malloc(unsigned int numBytes);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
mlos.h 51 void *inv_malloc(unsigned int numBytes);
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
mp4_utils.cpp 117 psBits->numBytes,
129 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes,
151 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes,
161 psBits->numBytes,
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
mp4_utils.cpp 124 psBits->numBytes,
137 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes,
162 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes,
173 psBits->numBytes,
  /cts/tests/src/android/os/cts/
FileUtils.java 135 public static void createFile(File file, int numBytes) throws IOException {
140 byte[] buffer = new byte[numBytes];
  /dalvik/hit/src/com/android/hit/
ClassInstance.java 33 public final void loadFieldData(DataInputStream in, int numBytes)
35 mFieldValues = new byte[numBytes];
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_wrapper.cpp 154 unsigned numBytes = DecoderBase::decode(stream_start, &decInst);
156 return numBytes;
173 unsigned numBytes = DecoderBase::decode(stream, &decInst);
174 return numBytes;
184 unsigned numBytes = DecoderBase::decode(stream, &decInst);
364 unsigned numBytes = DecoderBase::decode(stream, &decInst);
555 unsigned numBytes = DecoderBase::decode(stream, &decInst);
557 return (stream + numBytes);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
vertexconversion.h 180 static T *pointerAddBytes(T *basePtr, std::size_t numBytes)
182 return reinterpret_cast<T *>(reinterpret_cast<uintptr_t>(basePtr) + numBytes);
  /frameworks/av/drm/libdrmframework/
DrmManagerClient.cpp 162 sp<DecryptHandle> &decryptHandle, void* buffer, ssize_t numBytes, off64_t offset) {
163 return mDrmManagerClientImpl->pread(mUniqueId, decryptHandle, buffer, numBytes, offset);
  /frameworks/av/drm/libdrmframework/include/
IDrmManagerService.h 163 void* buffer, ssize_t numBytes,off64_t offset) = 0;
250 void* buffer, ssize_t numBytes, off64_t offset);
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_seek_synch.cpp 179 int32 numBytes = fxp_mul32_Q28(mp3_bitrate[version][(temp<<16)>>28] << 20,
182 numBytes >>= (20 - version);
186 numBytes >>= 1;
190 numBytes++;
193 if (numBytes > (int32)pVars->inputStream.inputBufferCurrentLength)
196 pExt->CurrentFrameLength = numBytes + 3;
199 else if (numBytes == (int32)pVars->inputStream.inputBufferCurrentLength)
208 int32 offset = pVars->inputStream.usedBits + ((numBytes) << 3);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
glxinit.c 142 int numbytes; local
166 numbytes = reply.size;
168 buf = (char *) Xmalloc(numbytes);
170 _XRead(dpy, buf, numbytes);
171 length -= numbytes;
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glxinit.c 142 int numbytes; local
166 numbytes = reply.size;
168 buf = (char *) Xmalloc(numbytes);
170 _XRead(dpy, buf, numbytes);
171 length -= numbytes;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 442 * @param numBytes Number of bytes to read.
450 int numBytes);
482 * @param numBytes Number of bytes to read.
491 ssize_t numBytes,
497 ssize_t numBytes,

Completed in 528 milliseconds

1 2 34 5 6 7 8 910