Searched refs:TestFunction (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/extensions/renderer/
H A Djson_schema_unittest.cc26 void TestFunction(const std::string& test_name) { function in class:extensions::JsonSchemaTest
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("testNumbe
[all...]
/external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
H A Dtemp-returned-as-raw-expected.cc12 scoped_refptr<Foo> TestFunction();
20 scoped_refptr<Foo> Bar::TestFunction() { function in class:Bar
H A Dtemp-returned-as-raw-original.cc12 Foo* TestFunction();
20 Foo* Bar::TestFunction() { function in class:Bar
H A Dconst-scoped_refptr&-to-raw-adds-get-expected.cc19 void TestFunction() { function
H A Dconst-scoped_refptr&-to-raw-adds-get-original.cc19 void TestFunction() { function
H A Dref-to-local-returned-as-raw-expected.cc14 Foo* TestFunction() { function
H A Dref-to-local-returned-as-raw-original.cc14 Foo* TestFunction() { function
H A Dlogging-checks-original.cc16 void TestFunction() { function
H A Dlogging-checks-expected.cc16 void TestFunction() { function
H A Dgtest-expected.cc12 void TestFunction() { function
H A Dgtest-original.cc12 void TestFunction() { function
/external/clang/test/Misc/
H A Dast-dump-stmt.cpp9 void TestFunction() { function
H A Dast-dump-attr.cpp58 int TestFunction __attribute__((cleanup(function1))); local
60 // CHECK: VarDecl{{.*}}TestFunction
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dbpf_tester_compatibility_delegate.h23 typedef void (*TestFunction)(Aux*); typedef in class:sandbox::BPFTesterCompatibilityDelegate
25 explicit BPFTesterCompatibilityDelegate(TestFunction test_function)
47 TestFunction test_function_;
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-liveedit-4.js39 "function TestFunction() {\n"
53 var res = TestFunction();
57 var script = Debug.findScript(TestFunction);
66 var res = TestFunction();
/external/chromium_org/base/debug/
H A Dtrace_event_synthetic_delay_unittest.cc44 int TestFunction() { function in class:base::debug::TraceEventSyntheticDelayTest
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(), kShortDurationM
[all...]
/external/chromium_org/chrome/test/base/
H A Dv8_unit_test.h52 virtual void TestFunction(const std::string& function_name);
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dtest_interface.cc76 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) {
H A Dtest_interface.h65 // Use RegisterTest() to register each TestFunction.
77 typedef void (*TestFunction)(); typedef
78 void RegisterTest(nacl::string test_name, TestFunction test_function);
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dblock-conflicts.js51 function TestFunction(s,e) { function
75 TestFunction(s,e), "function:'" + msg + "'");
/external/chromium_org/tools/json_schema_compiler/test/
H A Derror_generation_unittest.cc82 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/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DCacheTest.cpp177 promise.then(UnreachableFunction::create(scriptState()), TestFunction::create(scriptState(), &onReject));
191 promise.then(TestFunction::create(scriptState(), &onResolve), UnreachableFunction::create(scriptState()));
223 class TestFunction : public ScriptFunction { class in class:blink::__anon11206::ServiceWorkerCacheTest
227 TestFunction* self = new TestFunction(scriptState, outValue);
239 TestFunction(ScriptState* scriptState, ScriptValue* outValue) : ScriptFunction(scriptState), m_value(outValue) { } function in class:blink::__anon11206::ServiceWorkerCacheTest::TestFunction
/external/chromium_org/v8/test/cctest/
H A Dcctest.h107 typedef void (TestFunction)(); typedef in class:CcTest
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/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.h327 void TestFunction(void);
/external/chromium_org/third_party/webrtc/base/
H A Dprofiler_unittest.cc31 TEST(ProfilerTest, TestFunction) {

Completed in 4430 milliseconds

12