/external/libchrome/ipc/ |
D | ipc_logging.cc | 58 size_t requiredSize = 0; in Logging() local 59 getenv_s(&requiredSize, NULL, 0, "CHROME_IPC_LOGGING"); in Logging() 60 bool logging_env_var_set = (requiredSize != 0); in Logging() 61 if (requiredSize <= 6) { in Logging() 63 getenv_s(&requiredSize, buffer, sizeof(buffer), "CHROME_IPC_LOGGING"); in Logging() 64 if (requiredSize && !strncmp("color", buffer, 6)) in Logging()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryExternalMemoryHostTests.cpp | 314 VkDeviceSize requiredSize = imageMemoryRequirements.size; in iterate() local 315 if (requiredSize > m_allocationSize) in iterate() 318 …VkDeviceSize newHostAllocationSize = VkDeviceSize(deCeilFloatToInt32((float(requiredSize) / float(… in iterate() 320 …m_log << tcu::TestLog::Message << "Realloc needed (required size: " << requiredSize << "). " << … in iterate() 330 VkDeviceSize requiredSize = imageMemoryRequirements.size + imageMemoryRequirements.alignment; in iterate() local 331 if (requiredSize > m_allocationSize) in iterate() 333 …VkDeviceSize newHostAllocationSize = VkDeviceSize(deCeilFloatToInt32((float(requiredSize) / float(… in iterate() 335 …m_log << tcu::TestLog::Message << "Realloc needed (required size: " << requiredSize << "). " << "N… in iterate() 749 VkDeviceSize requiredSize = bufferMemoryRequirements.size; in iterate() local 751 if (requiredSize > m_allocationSize) in iterate() [all …]
|
/external/dng_sdk/source/ |
D | dng_misc_opcodes.cpp | 296 uint32 requiredSize = SafeUint32Mult(fCount, 2); in dng_opcode_MapTable() local 297 requiredSize = SafeUint32Add(requiredSize, dng_area_spec::kDataSize); in dng_opcode_MapTable() 298 requiredSize = SafeUint32Add(requiredSize, 4); in dng_opcode_MapTable() 299 if (dataSize != requiredSize) in dng_opcode_MapTable()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2.cpp | 518 int requiredSize = (labelSize + valueSize) * 2 + padSize; in OnSize() local 522 if (requiredSize < xSizeClient) in OnSize() 524 int incr = (xSizeClient - requiredSize) / 3; in OnSize()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 2239 private void flushIfNotAvailable(int requiredSize) throws IOException { in flushIfNotAvailable() argument 2240 if (limit - position < requiredSize) { in flushIfNotAvailable() 2592 private void flushIfNotAvailable(int requiredSize) throws IOException { in flushIfNotAvailable() argument 2593 if (limit - position < requiredSize) { in flushIfNotAvailable()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 163 const VkExtent3D& requiredSize, in checkImageFormatProperties() argument 175 imageFormatProperties.maxExtent.height < requiredSize.height || in checkImageFormatProperties() 176 imageFormatProperties.maxExtent.width < requiredSize.width || in checkImageFormatProperties() 177 imageFormatProperties.maxExtent.depth < requiredSize.depth) in checkImageFormatProperties()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.h | 304 …void checkIoArrayConsistency(const TSourceLoc&, int requiredSize, const char* feature, TType&, con…
|
D | ParseHelper.cpp | 594 int requiredSize = getIoArrayImplicitSize(isPerPrimitive); in checkIoArraysConsistency() local 595 if (requiredSize == 0) in checkIoArraysConsistency() 617 …checkIoArrayConsistency(loc, requiredSize, feature, ioArraySymbolResizeList.back()->getWritableTyp… in checkIoArraysConsistency() 622 …checkIoArrayConsistency(loc, requiredSize, feature, ioArraySymbolResizeList[i]->getWritableType(),… in checkIoArraysConsistency() 647 void TParseContext::checkIoArrayConsistency(const TSourceLoc& loc, int requiredSize, const char* fe… in checkIoArrayConsistency() argument 650 type.changeOuterArraySize(requiredSize); in checkIoArrayConsistency() 651 else if (type.getOuterArraySize() != requiredSize) { in checkIoArrayConsistency() 658 if (type.getOuterArraySize() > requiredSize) in checkIoArrayConsistency()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationGeometryInteractionTests.cpp | 1821 const int requiredSize = getExpectedPointSize(); in checkPointSizeRequirements() local 1825 if (float(requiredSize) > aliasedSizeRange[1]) in checkPointSizeRequirements() local 1826 throw tcu::NotSupportedError("Test requires point size " + de::toString(requiredSize)); in checkPointSizeRequirements()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.cpp | 2433 int requiredSize = outputPitch * height; in readPixels() local 2434 if(requiredSize > *bufSize) in readPixels()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 3321 int requiredSize = outputPitch * height; in readPixels() local 3322 if(requiredSize > *bufSize) in readPixels()
|