/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
ProcFileReaderTest.java | 173 private static ProcFileReader buildReader(String string, int bufferSize) throws IOException { 175 new ByteArrayInputStream(string.getBytes(StandardCharsets.US_ASCII)), bufferSize);
|
/hardware/libhardware_legacy/audio/ |
AudioHardwareGeneric.h | 51 virtual size_t bufferSize() const { return 4096; } 85 virtual size_t bufferSize() const { return 320; }
|
/packages/services/BuiltInPrintService/jni/plugins/ |
pdf_render.c | 83 int bufferSize = width * height * 3; 84 jobject byteBuffer = (*self->env)->NewDirectByteBuffer(self->env, buffer, bufferSize);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
rpcasync.h | 258 unsigned __LONG32 BufferSize; 265 unsigned __LONG32 BufferSize;
|
/system/chre/platform/shared/ |
host_protocol_chre.cc | 163 size_t bufferSize) { 165 reinterpret_cast<const int8_t *>(logBuffer), bufferSize);
|
/system/chre/platform/slpi/ |
platform_nanoapp.cc | 244 size_t bufferSize) const { 247 success &= debugDumpPrint(buffer, bufferPos, bufferSize, " %s: vendor=\"%s\"",
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioHelper.java | 232 int format, int bufferSize, boolean isChannelIndex) { 233 this(audioSource, sampleRate, channelMask, format, bufferSize, isChannelIndex, 238 int format, int bufferSize, 241 // super(audioSource, sampleRate, channelMask, format, bufferSize); 251 bufferSize,
|
MediaMuxerTest.java | 287 int bufferSize = MAX_SAMPLE_SIZE; 291 ByteBuffer dstBuf = ByteBuffer.allocate(bufferSize); 461 int bufferSize = MAX_SAMPLE_SIZE; 462 ByteBuffer byteBufSrc = ByteBuffer.allocate(bufferSize); 463 ByteBuffer byteBufTest = ByteBuffer.allocate(bufferSize);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
VfrFormPkg.cpp | 103 IN UINT32 BufferSize = 4096
118 BufferStart = new CHAR8[BufferSize];
122 BufferEnd = BufferStart + BufferSize;
124 memset (BufferStart, 0, BufferSize);
130 mBufferSize = BufferSize;
|
/device/linaro/hikey/gralloc/ |
alloc_device.cpp | 271 const size_t bufferSize = m->finfo.line_length * m->info.yres; 280 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle); 300 vaddr = (void *)((uintptr_t)vaddr + bufferSize); 519 const size_t bufferSize = m->finfo.line_length * m->info.yres; 520 int index = ((uintptr_t)hnd->base - (uintptr_t)m->framebuffer->base) / bufferSize;
|
/external/deqp/modules/gles31/functional/ |
es31fIndirectComputeDispatchTests.cpp | 395 SingleDispatchCase (Context& context, const char* name, const char* description, GenBuffer genBuffer, deUintptr bufferSize, deUintptr offset, const UVec3& workGroupSize, const UVec3& numWorkGroups) 398 m_bufferSize = bufferSize; 467 deUintptr bufferSize; 473 // Name Desc BufferSize Offs WorkGroupSize NumWorkGroups 494 s_singleDispatchCases[ndx].bufferSize,
|
/external/google-breakpad/src/client/windows/crash_generation/ |
minidump_generator.cc | 196 user_stream->BufferSize = static_cast<ULONG>(stream_.size()); 350 user_stream_array[0].BufferSize = sizeof(breakpad_info); 391 user_stream_array[1].BufferSize = sizeof(MDRawAssertionInfo); 402 user_stream_array[user_streams.UserStreamCount].BufferSize = 403 additional_streams_->UserStreamArray[i].BufferSize;
|
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
Encoder.java | 54 * @param bufferSize A hint on the size of the message. Used to build the initial byte 57 private EncoderState(Core core, int bufferSize) { 58 assert bufferSize % BindingsHelper.ALIGNMENT == 0; 61 bufferSize > 0 ? bufferSize : INITIAL_BUFFER_SIZE);
|
/external/tpm2/ |
ExecCommand.c | 79 INT32 bufferSize; // size of buffer being used for 342 bufferSize = 10; 343 TPM_ST_Marshal(&resTag, &buffer, &bufferSize); 344 UINT32_Marshal((UINT32 *)responseSize, &buffer, &bufferSize); 346 TPM_RC_Marshal(&result, &buffer, &bufferSize);
|
/system/chre/core/ |
event_loop.cc | 295 size_t bufferSize) const { 296 bool success = debugDumpPrint(buffer, bufferPos, bufferSize, "\nNanoapps:\n"); 298 success &= app->logStateToBuffer(buffer, bufferPos, bufferSize); 301 success &= debugDumpPrint(buffer, bufferPos, bufferSize, 303 success &= debugDumpPrint(buffer, bufferPos, bufferSize,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/ |
HiiLib.c | 74 UINTN BufferSize;
83 BufferSize = 0;
86 Status = gHiiDatabase->ExportPackageLists (gHiiDatabase, Handle, &BufferSize, HiiPackageList);
90 HiiPackageList = AllocatePool (BufferSize);
93 Status = gHiiDatabase->ExportPackageLists (gHiiDatabase, Handle, &BufferSize, HiiPackageList);
387 @param BufferSize On return, points to the length of the buffer.
400 OUT UINTN *BufferSize
485 *BufferSize = TempSize;
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/ |
Dispatcher.c | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64SchedCyclone.td | 28 let BufferSize = 48; 34 let BufferSize = 24; 46 let BufferSize = 24; 52 let BufferSize = 32; 58 let BufferSize = 16; 67 let BufferSize = 28; 72 let BufferSize = 48; 77 let BufferSize = 32; 82 let BufferSize = 16; 87 let BufferSize = 16 [all...] |
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
decoder_driver_test.c | 453 unsigned int buffersize = 0; local 472 buffersize = decode_context->input_buffer.buffer_size; 473 buffersize = (buffersize + alignedsize) & (~alignedsize); 486 buffersize = decode_context->output_buffer.buffer_size; 487 buffersize = (buffersize + alignedsize) & (~alignedsize); 567 ptemp [i]->bufferaddr = mmap(NULL,clp2(buffersize),PROT_READ|PROT_WRITE, 577 ptemp [i]->buffer_len = buffersize; 578 ptemp [i]->mmaped_size = clp2 (buffersize); [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
decoder_driver_test.c | 429 unsigned int buffersize = 0; local 445 buffersize = decode_context->input_buffer.buffer_size; 446 buffersize = (buffersize + alignedsize) & (~alignedsize); 456 buffersize = decode_context->output_buffer.buffer_size; 457 buffersize = (buffersize + alignedsize) & (~alignedsize); 525 ptemp [i]->bufferaddr = mmap(NULL,clp2(buffersize),PROT_READ|PROT_WRITE, 536 ptemp [i]->buffer_len = buffersize; 537 ptemp [i]->mmaped_size = clp2 (buffersize); [all...] |
/external/skia/src/ports/ |
SkFontHost_win.cpp | 533 #define BUFFERSIZE (1 << 13) 557 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf); 914 DWORD bufferSize = GetGlyphOutlineW(fDDC, glyphId, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fMat22); 915 empty = (0 == bufferSize); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiExternalMemoryTests.cpp | [all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/ |
SnpNt32.c | 261 @param BufferSize The number of bytes to read or write from the NVRAM device.
274 IN UINTN BufferSize,
315 @param BufferSize The size, in bytes, of the entire packet (media header and
341 IN UINTN BufferSize,
369 @retval EFI_SUCCESS The received data was stored in Buffer, and BufferSize has
373 @retval EFI_BUFFER_TOO_SMALL The BufferSize parameter is too small.
814 @param BufferSize The number of bytes to read or write from the NVRAM device.
827 IN UINTN BufferSize,
[all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/ |
UefiShellBcfgCommandLib.c | 187 UINTN BufferSize;
190 BufferSize = 0;
200 &BufferSize,
203 Buffer = AllocateZeroPool(BufferSize);
208 &BufferSize,
216 Status = gBS->CalculateCrc32 (Buffer, BufferSize, Crc);
[all...] |
/external/python/cpython2/Modules/ |
_hotshot.c | 52 #define BUFFERSIZE 10240 79 unsigned char buffer[BUFFERSIZE]; 626 if (len + PISIZE + self->index >= BUFFERSIZE) { 629 if (len + PISIZE + self->index >= BUFFERSIZE) { 648 if (len1 + len2 + PISIZE*2 + 1 + self->index >= BUFFERSIZE) { 664 if (len + PISIZE*2 + 1 + self->index >= BUFFERSIZE) { 681 if (len + PISIZE*3 + 1 + self->index >= BUFFERSIZE) { 697 if (2 + self->index >= BUFFERSIZE) { 710 if (2 + self->index >= BUFFERSIZE) { 723 if (MPISIZE + PISIZE*2 + self->index >= BUFFERSIZE) { [all...] |