HomeSort by relevance Sort by last modified time
    Searched full:testfunction (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/chrome/renderer/extensions/
json_schema_unittest.cc 26 void TestFunction(const std::string& test_name) {
35 TestFunction("testFormatError");
39 TestFunction("testComplex");
43 TestFunction("testEnum");
47 TestFunction("testExtends");
51 TestFunction("testObject");
55 TestFunction("testArrayTuple");
59 TestFunction("testArrayNonTuple");
63 TestFunction("testString");
67 TestFunction("testNumber")
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
debugger-shortcuts-with-console-opened.html 2 function testFunction()
14 Set a breakpoint inside testFunction() (on the showAlert() call) and press F8. Now click the Test button in the page. The execution should stop on an HTML line containing <b>onclick="testFunction()"</b>. Press F8. The execution should stop on the breakpoint.
16 <button onclick="testFunction()">Test</button><br><br>
  /external/chromium_org/base/debug/
trace_event_synthetic_delay_unittest.cc 44 int TestFunction() {
71 EXPECT_GE(TestFunction(), kTargetDurationMs);
77 EXPECT_GE(TestFunction(), kTargetDurationMs);
78 EXPECT_LT(TestFunction(), kShortDurationMs);
82 EXPECT_GE(TestFunction(), kTargetDurationMs);
88 EXPECT_GE(TestFunction(), kTargetDurationMs);
89 EXPECT_LT(TestFunction(), kShortDurationMs);
90 EXPECT_GE(TestFunction(), kTargetDurationMs);
91 EXPECT_LT(TestFunction(), kShortDurationMs);
133 EXPECT_LT(TestFunction(), kShortDurationMs)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
chromevox_e2e_test.js 60 * |testName|, and |testFunction|.
65 * @param {function} testFunction The test impl.
67 function SYNC_TEST_F(testFixture, testName, testFunction) {
69 testFunction();
  /external/chromium_org/tools/clang/rewrite_scoped_array/tests/
test-expected.cc 15 scoped_ptr<int[]> TestFunction(scoped_ptr<int[]> x, scoped_ptr<int[]>) {
test-original.cc 15 scoped_array<int> TestFunction(scoped_array<int> x, scoped_array<int>) {
  /external/chromium_org/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/chromium_org/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/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/llvm/test/Feature/
testconstants.ll 9 define [2 x i32]* @testfunction(i32 %i0, i32 %j0) {
testalloca.ll 8 define i32 @testfunction(i32 %i0, i32 %j0) {
  /external/chromium_org/chrome/test/base/
js2gtest.js 298 * will invoke the |testBody| for |testFixture|.|testFunction|.
300 * @param {string} testFunction The name of this test's function.
303 function TEST_F(testFixture, testFunction, testBody) {
326 print(testF + '(' + testFixture + ', ' + testFunction + ') {');
335 print(' set_preload_test_name("' + testFunction + '");');
338 testGenPreamble(testFixture, testFunction);
347 '"' + testFunction + '"));');
349 testGenPostamble(testFixture, testFunction);
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.cc 76 void AddTest(nacl::string test_name, TestFunction test_function) {
86 typedef std::map<nacl::string, TestFunction> TestMap;
97 TestFunction test_function = it->second;
103 void RegisterTest(nacl::string test_name, TestFunction test_func) {
  /external/chromium_org/v8/test/mjsunit/harmony/
block-conflicts.js 42 function TestFunction(s,e) {
63 assertEquals(expected, TestFunction(s,e), "function:'" + msg + "'");
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_Test.h 57 const char* testFunction, SkWStream& outFile);
EdgeWalker_TestUtility.cpp 413 const char testFunction[] = "testSimplifyx(path);";
414 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, stream);
607 const char testFunction[] = "testSimplifyx(path);";
620 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outFile);
624 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outRam);
631 const char* testFunction = testFunc.c_str();
634 SkDebugf(" %s\n", testFunction);
643 outputToStream(state, pathStr, NULL, nameSuffix, testFunction, outFile);
647 outputToStream(state, pathStr, NULL, nameSuffix, testFunction, outRam);
660 const char* testFunction, SkWStream& outFile)
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
error_generation.json 125 "name": "testFunction",
error_generation_unittest.cc 82 EXPECT_TRUE(TestFunction::Params::Create(*params_value, &error));
89 EXPECT_FALSE(TestFunction::Params::Create(*params_value, &error));
101 EXPECT_TRUE(TestFunction::Params::Create(*params_value, &error));
107 EXPECT_FALSE(TestFunction::Params::Create(*params_value, &error));
  /external/skia/experimental/Intersection/
EdgeWalker_Test.h 57 const char* testFunction, SkWStream& outFile);
EdgeWalker_TestUtility.cpp 413 const char testFunction[] = "testSimplifyx(path);";
414 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, stream);
607 const char testFunction[] = "testSimplifyx(path);";
620 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outFile);
624 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outRam);
631 const char* testFunction = testFunc.c_str();
634 SkDebugf(" %s\n", testFunction);
643 outputToStream(state, pathStr, NULL, nameSuffix, testFunction, outFile);
647 outputToStream(state, pathStr, NULL, nameSuffix, testFunction, outRam);
660 const char* testFunction, SkWStream& outFile)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
uperf.cpp 354 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par );
357 if(testFunction==NULL){
361 ops = testFunction->getOperationsPerIteration();
390 t = testFunction->time(loops,&status);
414 t = testFunction->time(loops, &status);
423 events = testFunction->getEventsPerIteration();
457 delete testFunction;

Completed in 598 milliseconds

1 2 3