Home
last modified time | relevance | path

Searched refs:groupList (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp1115 } groupList[] = in init() local
1193 for (int groupNdx = 0; groupNdx < DE_LENGTH_OF_ARRAY(groupList); groupNdx++) in init()
1194 …p(m_eglTestCtx, groupList[groupNdx].api, groupList[groupNdx].apiBit, groupList[groupNdx].attribLis… in init()
/external/protobuf/objectivec/
DGPBUnknownField.h59 @property(nonatomic, readonly, strong) NSArray<GPBUnknownFieldSet*> *groupList;
DGPBUnknownField.m51 @synthesize groupList = mutableGroupList_;
268 NSArray *otherGroupList = other.groupList;
DGPBUtilities.m1546 for (GPBUnknownFieldSet *subUnknownSet in field.groupList) {
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java550 NodeList groupList = doc.getElementsByTagName(GROUPS); in getLanguageName() local
551 Node group = groupList.item(0); in getLanguageName()