/external/parameter-framework/upstream/parameter/ |
D | ArrayParameter.cpp | 51 return getSize() * getArrayLength(); in getFootPrint() 55 size_t CArrayParameter::getArrayLength() const in getArrayLength() function in CArrayParameter 57 return getTypeElement()->getArrayLength(); in getArrayLength() 67 strResult += std::to_string(getArrayLength()); in showProperties() 191 size_t arrayLength = getArrayLength(); in setDefaultValues() 225 if (index >= getArrayLength()) { in getIndex() 228 oss << "Provided index out of range (max is " << getArrayLength() - 1 << ")"; in getIndex() 261 if (nbValues + uiStartIndex > getArrayLength()) { in setValues() 295 size_t arrayLength = getArrayLength(); in getValues() 355 size_t nbValues = getArrayLength(); in setValues() [all …]
|
D | ElementHandle.cpp | 91 return getArrayLength() != 0; in isArray() 94 size_t ElementHandle::getArrayLength() const in getArrayLength() function in ElementHandle 101 return instance->getArrayLength(); in getArrayLength() 377 if (arrayLength && (arrayLength != getArrayLength())) { in checkSetValidity() 381 to_string(getArrayLength()) + ", got: " + to_string(arrayLength); in checkSetValidity()
|
D | TypeElement.cpp | 54 size_t CTypeElement::getArrayLength() const in getArrayLength() function in CTypeElement 184 xmlElement.setAttribute("ArrayLength", getArrayLength()); in toXml()
|
D | InstanceConfigurableElement.cpp | 133 size_t CInstanceConfigurableElement::getArrayLength() const in getArrayLength() function in CInstanceConfigurableElement 135 return _pTypeElement->getArrayLength(); in getArrayLength()
|
D | ParameterBlockType.cpp | 57 size_t arrayLength = getArrayLength(); in populate()
|
D | TypeElement.h | 74 size_t getArrayLength() const;
|
D | InstanceConfigurableElement.h | 93 size_t getArrayLength() const;
|
D | ComponentInstance.cpp | 123 size_t arrayLength = getArrayLength(); in populate()
|
D | ArrayParameter.h | 67 size_t getArrayLength() const;
|
/external/parameter-framework/upstream/parameter/include/ |
D | ElementHandle.h | 81 size_t getArrayLength() const;
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVType.cpp | 56 SPIRVType::getArrayLength() const { in getArrayLength() function in SPIRV::SPIRVType
|
D | SPIRVType.h | 68 uint64_t getArrayLength() const;
|
/external/parameter-framework/upstream/doc/requirements/ |
D | APIs.md | 203 ## `getArrayLength`
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 2586 virtual glw::GLuint getArrayLength(); 2666 virtual glw::GLuint getArrayLength();
|
D | gl4cEnhancedLayoutsTests.cpp | 14794 GLuint array_length = getArrayLength(); in test() 14948 GLuint VaryingComponentsTest::getArrayLength() in test() function in gl4cts::EnhancedLayouts::VaryingComponentsTest 15008 const GLuint array_length = getArrayLength(); in test() 15175 const GLuint array_length = getArrayLength(); in test() 15233 GLuint VaryingArrayComponentsTest::getArrayLength() in test() function in gl4cts::EnhancedLayouts::VaryingArrayComponentsTest
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVReader.cpp | 696 T->getArrayLength())); in transType() 2018 int Dim = EleTy->isTypeArray() ? EleTy->getArrayLength() : 1; in getOCLBuiltinName()
|
/external/guice/lib/build/ |
D | truth-0.36.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |