/external/v8/test/mjsunit/ |
D | debug-stepin-call-function-stub.js | 69 function testFunction() { function 91 Debug.setBreakPoint(testFunction, 1, 0); 92 testFunction();
|
/external/chromium_org/v8/test/mjsunit/ |
D | debug-stepin-call-function-stub.js | 69 function testFunction() { function 91 Debug.setBreakPoint(testFunction, 1, 0); 92 testFunction();
|
/external/compiler-rt/BlocksRuntime/tests/ |
D | recursive-block.c | 31 voidVoid testFunction() { in testFunction() function 47 voidVoid block = testFunction(); in main()
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
D | uperf.cpp | 354 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par ); in runTestLoop() local 357 if(testFunction==NULL){ in runTestLoop() 361 ops = testFunction->getOperationsPerIteration(); in runTestLoop() 390 t = testFunction->time(loops,&status); in runTestLoop() 414 t = testFunction->time(loops, &status); in runTestLoop() 423 events = testFunction->getEventsPerIteration(); in runTestLoop() 457 delete testFunction; in runTestLoop()
|
/external/icu4c/tools/ctestfw/ |
D | uperf.cpp | 363 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par ); in runTestLoop() local 366 if(testFunction==NULL){ in runTestLoop() 370 ops = testFunction->getOperationsPerIteration(); in runTestLoop() 399 t = testFunction->time(loops,&status); in runTestLoop() 423 t = testFunction->time(loops, &status); in runTestLoop() 432 events = testFunction->getEventsPerIteration(); in runTestLoop() 466 delete testFunction; in runTestLoop()
|
/external/chromium_org/chrome/test/security_tests/ |
D | renderer_sandbox_tests_mac.mm | 58 #define DEFINE_TEST_CASE(testFunction) { #testFunction, testFunction }
|
/external/chromium_org/v8/test/webkit/ |
D | dictionary-prototype-caching-expected.txt | 33 PASS testFunction(subclass1) is true 34 PASS testFunction(subclass2) is true 35 PASS testFunction(subclass2) is true
|
D | dictionary-prototype-caching.js | 80 function testFunction(o) { function 90 testFunction(subclass1);
|
/external/chromium_org/chrome/test/base/ |
D | js2gtest.js | 147 function TEST_F(testFixture, testFunction, testBody) { argument 168 print(testF + '(' + testFixture + ', ' + testFunction + ') {');
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 464 const char* testFunction, bool twoPaths, SkMemoryWStream& outFile) { in outputToStream() argument 491 outFile.writeText(testFunction); in outputToStream() 533 const char testFunction[] = "testSimplifyx(path);"; in testSimplify() local 534 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, stream); in testSimplify() 669 const char testFunction[] = "testSimplify(path);"; in outputProgress() local 677 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, rRamStream); in outputProgress() 681 const char testFunction[] = "testOp(path);"; in outputProgress() local 685 outputToStream(pathStr, NULL, nameSuffix, testFunction, true, rRamStream); in outputProgress()
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/ |
D | nacltest.js | 879 this.addTest = function(name, testFunction) { argument 880 tests.push({name: name, callback: testFunction, async: false}); 884 this.addAsyncTest = function(name, testFunction) { argument 885 tests.push({name: name, callback: testFunction, async: true});
|
/external/clang/test/Analysis/ |
D | inline.cpp | 212 void testFunction() { in testFunction() function
|