Home
last modified time | relevance | path

Searched refs:extraBytes (Results 1 – 25 of 59) sorted by relevance

123

/external/skia/src/codec/
DSkStreamBuffer.cpp50 const size_t extraBytes = totalBytesToBuffer - fBytesBuffered; in buffer() local
51 const size_t bytesBuffered = fStream->read(fBuffer + fBytesBuffered, extraBytes); in buffer()
/external/skqp/src/codec/
DSkStreamBuffer.cpp50 const size_t extraBytes = totalBytesToBuffer - fBytesBuffered; in buffer() local
51 const size_t bytesBuffered = fStream->read(fBuffer + fBytesBuffered, extraBytes); in buffer()
/external/llvm-project/clang/test/SemaObjC/
Dinterface-layout.m19 extern id NSAllocateObject (Class aClass, NSUInteger extraBytes, NSZone * zone);
Dweak-attr-ivar.m18 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Divar-access-tests.m91 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Dmethod-conflict.m13 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
/external/clang/test/SemaObjC/
Dinterface-layout.m19 extern id NSAllocateObject (Class aClass, NSUInteger extraBytes, NSZone * zone);
Dweak-attr-ivar.m18 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Divar-access-tests.m91 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Dmethod-conflict.m13 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderFConvertTests.cpp332 const size_t extraBytes = vectorSize % kArrayAlignment; in calculate() local
334 info.vectorStrideBytes = vectorSize + ((extraBytes == 0) ? 0 : (kArrayAlignment - extraBytes)); in calculate()
375 const size_t extraBytes = vectorSize % kArrayAlignment; in unpackFloats() local
376 …const size_t vectorBlockSize = vectorSize + ((extraBytes == 0) ? 0 : (kArrayAlignment - extraBytes in unpackFloats()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/drm/
DFrameworkMediaDrm.java458 int extraBytes = MOCK_LA_URL.length() * UTF_16_BYTES_PER_CHARACTER; in addLaUrlAttributeIfMissing() local
459 ByteBuffer newData = ByteBuffer.allocate(length + extraBytes); in addLaUrlAttributeIfMissing()
461 newData.putInt(length + extraBytes); in addLaUrlAttributeIfMissing()
/external/llvm-project/clang/test/Analysis/
Duninit-ps-rdar6145427.m17 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Drdar-6540084.m11 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Drdar-6562655.m17 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
DPR3991.m17 @end extern id <NSObject> NSAllocateObject(Class aClass, unsigned extraBytes, NSZone *zone);
DCFRetainRelease_NSAssertionHandler.m15 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
/external/clang/test/Analysis/
Duninit-ps-rdar6145427.m17 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Drdar-6540084.m11 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Drdar-6562655.m17 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
DPR3991.m17 @end extern id <NSObject> NSAllocateObject(Class aClass, unsigned extraBytes, NSZone *zone);
DCFRetainRelease_NSAssertionHandler.m15 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Ddead-stores.m12 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFillBufferTests.cpp544 const VkDeviceSize extraBytes = params.dstSize % sizeof(deUint32); in createFillAndUpdateBufferTests() local
545 …const std::string name = "fill_buffer_vk_whole_size_" + de::toString(extraBytes) + "_extra_bytes_… in createFillAndUpdateBufferTests()
546 …ng description = "vkCmdFillBuffer with VK_WHOLE_SIZE, " + de::toString(extraBytes) + " extra bytes… in createFillAndUpdateBufferTests()
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-objc.h63 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);

123