HomeSort by relevance Sort by last modified time
    Searched defs:TestFunction (Results 1 - 20 of 20) sorted by null

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.2-1.js 76 "(new TestFunction(0,1,2,3,4,5)).length",
78 (new TestFunction(0,1,2,3,4,5)).length );
84 function TestFunction() {
11.2.2-10-n.js 81 function TestFunction() {
11.2.2-6-n.js 79 function TestFunction() {
11.2.2-7-n.js 83 function TestFunction() {
11.2.2-8-n.js 83 function TestFunction() {
11.2.2-9-n.js 83 function TestFunction() {
11.2.2-1-n.js 83 function TestFunction() {
11.2.2-2-n.js 83 function TestFunction() {
11.2.2-3-n.js 83 function TestFunction() {
11.2.2-4-n.js 83 function TestFunction() {
11.2.2-5-n.js 83 function TestFunction() {
  /external/v8/test/mjsunit/harmony/
block-conflicts.js 42 function TestFunction(s,e) {
63 assertEquals(expected, TestFunction(s,e), "function:'" + msg + "'");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.6.js 83 "TestFunction(1,2,3)",
85 TestFunction() + '' );
103 function TestFunction() {
10.1.8-1.js 99 function TestFunction() {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
tostring-1.js 48 t1 = new TestFunction( "stub", "value", tab + "return value;" );
50 t2 = new TestFunction( "ToString", "object", tab+"return object + \"\";" );
52 t3 = new TestFunction( "Add", "a, b, c, d, e", tab +"var s = a + b + c + d + e;\n" +
55 t4 = new TestFunction( "noop", "value" );
57 t5 = new TestFunction( "anonymous", "", tab+"return \"hello!\";" );
122 function TestFunction( name, args, body ) {
tostring-2.js 53 var equals = new TestFunction( "Equals", "a, b", tab+ "return a == b;" );
58 var reallyequals = new TestFunction( "ReallyEquals", "a, b",
64 var doesntequal = new TestFunction( "DoesntEqual", "a, b", tab + "return a != b;" );
69 var reallydoesntequal = new TestFunction( "ReallyDoesntEqual", "a, b",
75 var testor = new TestFunction( "TestOr", "a", tab+"if (a == null || a == void 0) {\n"+
84 var testand = new TestFunction( "TestAnd", "a", tab+"if (a != null && a != void 0) {\n"+
93 var or = new TestFunction( "Or", "a, b", tab + "return a | b;" );
98 var and = new TestFunction( "And", "a, b", tab + "return a & b;" );
103 var xor = new TestFunction( "XOr", "a, b", tab + "return a ^ b;" );
168 function TestFunction( name, args, body )
    [all...]
  /external/v8/test/cctest/
cctest.h 56 typedef void (TestFunction)();
57 CcTest(TestFunction* callback, const char* file, const char* name,
68 TestFunction* callback_;
137 explicit RegisterThreadedTest(CcTest::TestFunction* callback,
154 CcTest::TestFunction* callback() { return callback_; }
161 CcTest::TestFunction* callback_;
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
RenderState.java 79 * <code>TestFunction</code> specifies the testing function for stencil test
87 public enum TestFunction {
321 TestFunction frontStencilFunction = TestFunction.Always;
322 TestFunction backStencilFunction = TestFunction.Always;
345 oc.write(frontStencilFunction, "frontStencilFunction", TestFunction.Always);
346 oc.write(backStencilFunction, "backStencilFunction", TestFunction.Always);
383 frontStencilFunction = ic.readEnum("frontStencilFunction", TestFunction.class, TestFunction.Always)
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 316 Function *TestFunction = Function::Create(
319 BasicBlock *Entry = BasicBlock::Create(Context, "entry", TestFunction);
328 (intptr_t)TheJIT->getPointerToFunction(TestFunction));
  /external/icu4c/test/intltest/
transtst.cpp 178 TESTCASE(67,TestFunction);
    [all...]

Completed in 250 milliseconds