Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/test/jme3test/asset/
DTestAssetCache.java60 private static class DummyData implements Asset { class in TestAssetCache
102 DummyData data = new DummyData(); in createClonedInstance()
127 DummyData data = new DummyData(); in createClonedInstance()
156 DummyData data = new DummyData(); in main()
/external/jhead/
Djhead.c952 unsigned char * DummyData;
954 DummyData = (uchar *) malloc(3);
955 DummyData[0] = 0;
956 DummyData[1] = 2;
957 DummyData[2] = 0;
958 CommentSec = CreateSection(M_COM, DummyData, 2);