/external/skia/src/codec/ |
D | SkStreamBuffer.cpp | 50 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/ |
D | SkStreamBuffer.cpp | 50 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/ |
D | interface-layout.m | 19 extern id NSAllocateObject (Class aClass, NSUInteger extraBytes, NSZone * zone);
|
D | weak-attr-ivar.m | 18 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | ivar-access-tests.m | 91 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | method-conflict.m | 13 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
/external/clang/test/SemaObjC/ |
D | interface-layout.m | 19 extern id NSAllocateObject (Class aClass, NSUInteger extraBytes, NSZone * zone);
|
D | weak-attr-ivar.m | 18 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | ivar-access-tests.m | 91 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | method-conflict.m | 13 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderFConvertTests.cpp | 332 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/ |
D | FrameworkMediaDrm.java | 458 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/ |
D | uninit-ps-rdar6145427.m | 17 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | rdar-6540084.m | 11 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | rdar-6562655.m | 17 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | PR3991.m | 17 @end extern id <NSObject> NSAllocateObject(Class aClass, unsigned extraBytes, NSZone *zone);
|
D | CFRetainRelease_NSAssertionHandler.m | 15 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
/external/clang/test/Analysis/ |
D | uninit-ps-rdar6145427.m | 17 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | rdar-6540084.m | 11 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | rdar-6562655.m | 17 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | PR3991.m | 17 @end extern id <NSObject> NSAllocateObject(Class aClass, unsigned extraBytes, NSZone *zone);
|
D | CFRetainRelease_NSAssertionHandler.m | 15 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | dead-stores.m | 12 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFillBufferTests.cpp | 544 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/ |
D | system-header-simulator-objc.h | 63 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|