Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DGeometryBatchFactory.java290 List<Geometry> outList = matToGeom.get(geom.getMaterial()); in makeBatches() local
291 if (outList == null) { in makeBatches()
292 outList = new ArrayList<Geometry>(); in makeBatches()
293 matToGeom.put(geom.getMaterial(), outList); in makeBatches() local
295 outList.add(geom); in makeBatches()
/external/icu/icu4c/source/test/cintltst/
Dusettest.c28 const char* outList,
237 const char* outList, in expect() argument
248 expectContainment(set, outList, FALSE); in expect()