Home
last modified time | relevance | path

Searched refs:FLASH5 (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/display/
H A DSWFVersion_as.hx82 if (Type.typeof(SWFVersion.FLASH5) == ValueType.TInt) {
83 DejaGnu.pass("SWFVersion.FLASH5 is an int");
84 if (Std.string(SWFVersion.FLASH5) == "5") {
85 DejaGnu.pass("SWFVersion.FLASH5 is the correct int (5)");
87 …DejaGnu.fail("SWFVersion.FLASH5 is not the correct int (Should be 5, but is "+SWFVersion.FLASH5+")…
90 … DejaGnu.fail("SWFVersion.FLASH5 is not an int. Instead, it is a "+Type.typeof(SWFVersion.FLASH5));
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_state.c691 statetype s_basemarker5 = {false,FLASH5,3,NULL,0,&s_basemarker6};
702 statetype s_flash5 = {false,FLASH5,3,NULL,0,&s_flash6};
H A Dsprites.h397 FLASH5,FLASH6,FLASH7,FLASH8, enumerator