/external/v8/test/webkit/ |
dictionary-prototype-caching-expected.txt | 33 PASS testFunction(subclass1) is true 34 PASS testFunction(subclass2) is true 35 PASS testFunction(subclass2) is true
|
dictionary-prototype-caching.js | 80 function testFunction(o) { 90 testFunction(subclass1); 91 shouldBeTrue("testFunction(subclass1)"); 92 shouldBeTrue("testFunction(subclass2)"); 95 shouldBeTrue("testFunction(subclass2)");
|
/external/v8/test/mjsunit/ |
debug-liveedit-4.js | 39 "function TestFunction() {\n" 53 var res = TestFunction(); 57 var script = Debug.findScript(TestFunction); 66 var res = TestFunction();
|
debug-stepin-call-function-stub.js | 69 function testFunction() { 91 Debug.setBreakPoint(testFunction, 1, 0); 92 testFunction();
|
/external/compiler-rt/test/BlocksRuntime/ |
recursive-block.c | 31 voidVoid testFunction() { 47 voidVoid block = testFunction();
|
/external/selinux/libsepol/cil/test/unit/ |
CuTest.h | 64 typedef void (*TestFunction)(CuTest *); 69 TestFunction function; 76 void CuTestInit(CuTest* t, const char* name, TestFunction function); 77 CuTest* CuTestNew(const char* name, TestFunction function);
|
CuTest.c | 135 void CuTestInit(CuTest* t, const char* name, TestFunction function) 145 CuTest* CuTestNew(const char* name, TestFunction function)
|
/external/vixl/test/ |
test-runner.h | 37 typedef void (TestFunction)(); 40 Test(const char* name, TestFunction* callback); 43 TestFunction* callback() { return callback_; } 67 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/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
RenderContext.java | 224 public RenderState.TestFunction frontStencilFunction = RenderState.TestFunction.Always; 225 public RenderState.TestFunction backStencilFunction = RenderState.TestFunction.Always; 312 frontStencilFunction = RenderState.TestFunction.Always; 313 backStencilFunction = RenderState.TestFunction.Always;
|
/external/llvm/test/Feature/ |
testalloca.ll | 8 define i32 @testfunction(i32 %i0, i32 %j0) {
|
testconstants.ll | 9 define [2 x i32]* @testfunction(i32 %i0, i32 %j0) {
|
/external/google-breakpad/src/common/ |
dwarf_cu_to_module_unittest.cc | 251 void TestFunction(int i, const string &name, 589 void CUFixtureBase::TestFunction(int i, const string &name, 636 #define TestFunction(a,b,c,d) TRACE(TestFunction((a),(b),(c),(d))) 659 TestFunction(0, "function1", 0x938cf8c07def4d34ULL, 0x55592d727f6cd01fLL); 676 TestFunction(0, "function1", 0x938cf8c07def4d34ULL, 0x55592d727f6cd01fLL); 691 TestFunction(0, "n::f(int)", 0x938cf8c07def4d34ULL, 0x55592d727f6cd01fLL); 732 TestFunction(0, "inline-name", 748 TestFunction(0, "inline-name", 766 TestFunction(0, "abstract-instance" [all...] |
/external/clang/test/Misc/ |
ast-dump-stmt.cpp | 9 void TestFunction() {
|
ast-dump-attr.cpp | 58 int TestFunction __attribute__((cleanup(function1))); 60 // CHECK: VarDecl{{.*}}TestFunction
|
/external/icu/icu4c/source/tools/ctestfw/ |
uperf.cpp | 363 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par ); 366 if(testFunction==NULL){ 370 ops = testFunction->getOperationsPerIteration(); 399 t = testFunction->time(loops,&status); 423 t = testFunction->time(loops, &status); 432 events = testFunction->getEventsPerIteration(); 466 delete testFunction;
|
/external/v8/test/cctest/ |
cctest.h | 107 typedef void (TestFunction)(); 108 CcTest(TestFunction* callback, const char* file, const char* name, 174 TestFunction* callback_; 247 explicit RegisterThreadedTest(CcTest::TestFunction* callback, 264 CcTest::TestFunction* callback() { return callback_; } 271 CcTest::TestFunction* callback_;
|
/external/skia/tests/ |
PathOpsExtendedTest.cpp | 366 const char* testFunction, bool twoPaths, SkMemoryWStream& outFile) { 394 outFile.writeText(testFunction); 439 const char testFunction[] = "testSimplify(reporter, path);"; 440 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, stream); 599 const char testFunction[] = "testSimplify(path);"; 607 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, rRamStream); 611 const char testFunction[] = "testOp(path);"; 615 outputToStream(pathStr, NULL, nameSuffix, testFunction, true, rRamStream);
|
/external/v8/test/mjsunit/harmony/ |
block-conflicts.js | 51 function TestFunction(s,e) { 75 TestFunction(s,e), "function:'" + msg + "'");
|
/ndk/sources/android/support/tests/minitest/ |
minitest.cc | 13 minitest::TestFunction* test_function; 167 TestFunction* test_function) {
|
minitest.h | 229 typedef void(TestFunction)(TestCase* testcase); 234 TestFunction* test_function);
|
/external/llvm/test/Transforms/GVN/ |
lpre-call-wrap.ll | 14 ; void testfunction(A& iter) { A const end; while (iter != end) ++iter; }
|
/external/deqp/modules/glshared/ |
glsLifetimeTests.cpp | 720 typedef void (LifeTest::*TestFunction) (void); 725 TestFunction test) 743 TestFunction m_test; 879 typedef void (AttachmentTest::*TestFunction) (void); 883 TestFunction test) 895 const TestFunction m_test; [all...] |
/external/jpeg/ |
ckconfig.c | 103 int testfunction (int arg1, int * arg2); /* check prototypes */ 111 int testfunction (int arg1, int * arg2) /* check definitions */ function
|
/external/icu/icu4c/source/test/intltest/ |
transtst.h | 327 void TestFunction(void);
|