Home
last modified time | relevance | path

Searched refs:checkStructure (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp110 void checkStructure(const string &path, const string &expected) in checkStructure() function
216 checkStructure("/test/test/bool", expected);
224 checkStructure("/test/test/component_scalar", expected);
233 checkStructure("/test/test/component_array", expected);
257 checkStructure("/test/test", expected);
265 checkStructure("/test", expected);
266 checkStructure("/", expected);
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDTDAttributes.java602 private void checkStructure( in checkStructure() method in TestDTDAttributes
633 checkStructure(dtdType, child, indent + 1, toChildren, in checkStructure()