Searched refs:BooleanTest (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/version120/
H A Dboolean-001.js40 BooleanTest( "new Boolean(true)", new Boolean(true), true );
41 BooleanTest( "new Boolean(false)", new Boolean(false), false );
42 BooleanTest( "true", true, true );
43 BooleanTest( "false", false, false );
47 function BooleanTest( string, object, expect ) { function
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/Boolean/
H A Dboolean-001.js40 BooleanTest( "new Boolean(true)", new Boolean(true), true );
41 BooleanTest( "new Boolean(false)", new Boolean(false), true );
42 BooleanTest( "true", true, true );
43 BooleanTest( "false", false, false );
47 function BooleanTest( string, object, expect ) { function
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DBooleanTest.java30 public class BooleanTest extends AbstractTest { class in inherits:AbstractTest
33 public BooleanTest(boolean ok) { method in class:BooleanTest
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DBooleanTest.java40 public class BooleanTest extends TestCase { class in inherits:TestCase
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
H A DgUnit.g153 : OK {$out = new BooleanTest(true);}
154 | FAIL {$out = new BooleanTest(false);}
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DBooleanTest.java21 public class BooleanTest extends TestCase { class in inherits:TestCase
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 167 milliseconds