Home
last modified time | relevance | path

Searched refs:isArray (Results 1 – 7 of 7) sorted by relevance

/system/tools/hidl/
DArrayType.cpp43 bool ArrayType::isArray() const { in isArray() function in android::ArrayType
75 while (mElementType->isArray()) { in resolveInheritance()
84 CHECK(!mElementType->isArray()); in validate()
DVectorType.cpp66 if (elementType->isArray()) { in isCompatibleElementType()
380 if (mElementType->isArray()) { in emitJavaReaderWriter()
622 if (mElementType->isArray()) { in deepIsJavaCompatible()
DArrayType.h33 bool isArray() const override;
DType.h44 virtual bool isArray() const;
DType.cpp81 bool Type::isArray() const { in isArray() function in android::Type
/system/tools/hidl/hidl2aidl/
DAidlHelper.cpp71 if (type.isArray()) { in importLocallyReferencedType()
/system/extras/simpleperf/scripts/
Dreport_html.js1112 let isArray = Array.isArray(nodes);
1114 if (isArray) {
1123 let children = isArray ? this._splitChildrenForNodes(nodes) : nodes.c;
1231 let isArray = Array.isArray(nodes);
1234 if (isArray) {
1262 let children = isArray ? this._splitChildrenForNodes(nodes) : nodes.c;