Searched defs:test_name (Results 1 - 25 of 117) sorted by relevance

12345

/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor_kind.py3 def test_name(): function
/external/chromium_org/base/test/
H A Dperf_time_logger.cc11 PerfTimeLogger::PerfTimeLogger(const char* test_name) argument
12 : logged_(false), test_name_(test_name) {}
H A Dperf_log.cc34 void LogPerfResult(const char* test_name, double value, const char* units) { argument
40 fprintf(perf_log_file, "%s\t%g\t%s\n", test_name, value, units);
41 printf("%s\t%g\t%s\n", test_name, value, units);
/external/chromium_org/chrome/renderer/extensions/
H A Djson_schema_unittest.cc26 void TestFunction(const std::string& test_name) { argument
27 module_system_->CallModuleMethod("json_schema_test", test_name);
/external/chromium_org/chrome/test/ui/
H A Dui_perf_test.cc25 void UIPerfTest::PrintIOPerfInfo(const char* test_name) { argument
28 perf_test::PrintIOPerfInfo(test_name, chrome_processes,
32 void UIPerfTest::PrintMemoryUsageInfo(const char* test_name) { argument
35 perf_test::PrintMemoryUsageInfo(test_name, chrome_processes,
/external/chromium_org/content/test/plugin/
H A Dplugin_test_factory.cc31 PluginTest* CreatePluginTest(const std::string& test_name, argument
36 if (test_name == "arguments") {
38 } else if (test_name == "geturl" || test_name == "geturl_404_response" ||
39 test_name == "geturl_fail_write" ||
40 test_name == "plugin_referrer_test" ||
41 test_name == "geturlredirectnotify" ||
42 test_name == "cookies") {
44 } else if (test_name == "npobject_identity") {
46 } else if (test_name
[all...]
H A Dplugin_test.h91 std::string test_name() const { return test_name_; } function in class:NPAPIClient::PluginTest
/external/chromium/base/
H A Dperftimer.cc37 void LogPerfResult(const char* test_name, double value, const char* units) { argument
43 fprintf(perf_log_file, "%s\t%g\t%s\n", test_name, value, units);
44 printf("%s\t%g\t%s\n", test_name, value, units);
H A Dperftimer.h29 void LogPerfResult(const char* test_name, double value, const char* units);
60 explicit PerfTimeLogger(const char* test_name) argument
62 test_name_(test_name) {
/external/chromium_org/chrome/browser/extensions/api/system_indicator/
H A Dsystem_indicator_apitest.cc30 const std::string& test_name) {
32 base::FilePath extdir = test_data_dir_.AppendASCII(test_name);
29 LoadExtensionAndWait( const std::string& test_name) argument
/external/chromium_org/chrome/browser/extensions/
H A Dnotifications_apitest.cc30 const std::string& test_name) {
32 base::FilePath extdir = test_data_dir_.AppendASCII(test_name);
29 LoadExtensionAndWait( const std::string& test_name) argument
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_manifest_version_unittest.cc27 const char* test_name; member in struct:__anon6989
47 test_data[i].test_name),
53 test_data[i].test_name),
/external/chromium_org/chrome/test/perf/
H A Dbrowser_perf_test.cc23 void BrowserPerfTest::PrintIOPerfInfo(const std::string& test_name) { argument
26 perf_test::PrintIOPerfInfo(test_name, chrome_processes, browser_pid);
29 void BrowserPerfTest::PrintMemoryUsageInfo(const std::string& test_name) { argument
32 perf_test::PrintMemoryUsageInfo(test_name, chrome_processes, browser_pid);
/external/chromium/testing/
H A Dmultiprocess_func_list.cc25 AppendMultiProcessTest::AppendMultiProcessTest(std::string test_name, argument
27 GetMultiprocessFuncMap()[test_name] = func_ptr;
30 int InvokeChildProcessTest(std::string test_name) { argument
32 MultiProcessTestMap::iterator it = func_lookup_table.find(test_name);
/external/chromium_org/chrome/browser/nacl_host/test/
H A Dgdb_debug_stub_browsertest.cc24 std::string test_name, int debug_stub_port);
26 const std::string& test_name);
35 std::string test_name,
45 cmd.AppendArg(test_name);
51 const std::string& test_name) {
56 base::Unretained(this), &test_script, test_name));
34 StartTestScript(base::ProcessHandle* test_process, std::string test_name, int debug_stub_port) argument
50 RunDebugStubTest(const std::string& nacl_module, const std::string& test_name) argument
H A Dnacl_gdb_browsertest.cc37 void RunWithNaClGdb(std::string test_name) { argument
55 RunTestViaHTTP(test_name);
/external/chromium_org/content/common/
H A Dcc_messages_perftest.cc30 static void RunTest(std::string test_name, const CompositorFrame& frame) { argument
57 test_name,
H A Dsandbox_mac_unittest_helper.h46 // Runs a test specified by |test_name| in a sandbox of the type specified
53 const char* test_name,
56 // Runs the test specified by |test_name| in all the different sandbox types
65 bool RunTestInAllSandboxTypes(const char* test_name,
100 void AddSandboxTestCase(const char* test_name, MacSandboxTestCase* test_class);
105 RegisterSandboxTest(const char* test_name) { argument
106 AddSandboxTestCase(test_name, new T);
/external/chromium_org/gpu/config/
H A Dgpu_test_expectations_parser.h41 int32 GetTestExpectation(const std::string& test_name,
52 std::string test_name; member in struct:gpu::GPUTestExpectationsParser::GPUTestExpectationEntry
/external/chromium_org/testing/
H A Dmultiprocess_func_list.cc36 std::string test_name,
39 GetMultiprocessFuncMap()[test_name] =
43 int InvokeChildProcessTest(std::string test_name) { argument
45 MultiProcessTestMap::iterator it = func_lookup_table.find(test_name);
35 AppendMultiProcessTest( std::string test_name, TestMainFunctionPtr main_func_ptr, SetupFunctionPtr setup_func_ptr) argument
/external/chromium_org/v8/test/mjsunit/bugs/harmony/
H A Ddebug-blockscopes.js36 var test_name; variable
64 test_name = name;
74 assertTrue(listener_called, "listerner not called for " + test_name);
75 assertNull(exception, test_name);
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-receiver.js32 var test_name; variable
62 test_name = name;
71 assertTrue(listener_called, "listerner not called for " + test_name);
72 assertNull(exception, test_name);
/external/libsepol/tests/
H A Dhelpers.c35 int test_load_policy(policydb_t * p, int policy_type, int mls, const char *test_name, const char *policy_name) argument
40 if (snprintf(filename, PATH_MAX, "policies/%s/%s.mls", test_name, policy_name) < 0) {
44 if (snprintf(filename, PATH_MAX, "policies/%s/%s.std", test_name, policy_name) < 0) {
57 if (read_source_policy(p, filename, test_name)) {
/external/v8/test/mjsunit/bugs/harmony/
H A Ddebug-blockscopes.js36 var test_name; variable
64 test_name = name;
74 assertTrue(listener_called, "listerner not called for " + test_name);
75 assertNull(exception, test_name);
/external/v8/test/mjsunit/
H A Ddebug-receiver.js32 var test_name; variable
62 test_name = name;
71 assertTrue(listener_called, "listerner not called for " + test_name);
72 assertNull(exception, test_name);

Completed in 601 milliseconds

12345