/system/extras/tests/sdcard/ |
testcase.cpp | 171 bool TestCase::setTypeFromName(const char *test_name) 173 strcpy(mName, test_name);
|
testcase.h | 119 bool setTypeFromName(const char *test_name);
|
/external/chromium_org/content/test/plugin/ |
plugin_test.h | 91 std::string test_name() const { return test_name_; } function in class:NPAPIClient::PluginTest
|
/external/chromium_org/ppapi/tests/ |
testing_instance.h | 64 // <test_name> [PASS|FAIL <error_message>] 87 void LogTest(const std::string& test_name,
|
testing_instance.cc | 124 void TestingInstance::LogTest(const std::string& test_name, 140 html.append("<div class=\"test_line\"><span class=\"test_name\">"); 141 html.append(test_name); 152 errors_.append(test_name + " FAIL: " + error_message);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
test_result_writer.py | 38 def write_test_result(filesystem, port, results_directory, test_name, driver_output, 42 writer = TestResultWriter(filesystem, port, root_output_dir, test_name) 100 def __init__(self, filesystem, port, root_output_dir, test_name): 104 self._test_name = test_name
|
/external/clang/bindings/python/tests/cindex/ |
test_cursor_kind.py | 3 def test_name(): function
|
/external/chromium_org/build/android/pylib/utils/ |
flakiness_dashboard_results_uploader.py | 69 def _get_modifier_char(self, test_name): 70 if test_name not in self._test_results_map: 73 return self._test_results_map[test_name].modifier
|
/external/chromium_org/chrome/test/perf/ |
dom_checker_uitest.cc | 194 std::string test_name; local 195 succeeded = (*it)->GetAsString(&test_name); 198 tests_failed->insert(test_name);
|
/external/chromium_org/tools/code_coverage/ |
coverage.py | 194 test_name = os.path.split(test[0])[1].strip('.exe') 203 (test_name, self.revision)) 204 logging.info('.coverage file for test %s: %s' % (test_name, coverage_file))
|
/external/chromium_org/net/tools/crash_cache/ |
crash_cache.cc | 161 const char* test_name = "some other key"; local 164 test_name = kCrashEntryName; 169 int rv = cache->CreateEntry(test_name, &entry, cb.callback()); 178 test_name = kCrashEntryName; 180 rv = cache->CreateEntry(test_name, &entry, cb.callback());
|
/external/valgrind/main/none/tests/ppc32/ |
test_isa_2_06_part1.c | 1592 char * test_name = (char *)malloc(20); local [all...] |
/external/valgrind/main/none/tests/ppc64/ |
test_isa_2_06_part1.c | 1592 char * test_name = (char *)malloc(20); local [all...] |
/external/chromium_org/chrome/browser/devtools/ |
devtools_sanity_browsertest.cc | 104 void RunTestFunction(DevToolsWindow* window, const char* test_name) { 121 base::StringPrintf("uiTests.runTest('%s')", test_name), 136 void RunTest(const std::string& test_name, const std::string& test_page) { 138 RunTestFunction(window_, test_name.c_str()); 336 void RunTest(const char* test_name, const char* test_page) { 343 RunTestFunction(window_, test_name);
|
/external/chromium/net/tools/testserver/ |
testserver.py | [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_expectations.py | 104 def _create_expectation_line(self, test_name, expectations, file_name): 106 expectation_line.original_string = test_name 107 expectation_line.name = test_name 112 def expectation_line_for_test(self, test_name, expectations): 113 expectation_line = self._create_expectation_line(test_name, expectations, '<Bot TestExpectations>') 118 def expectation_for_skipped_test(self, test_name): 119 if not self._port.test_exists(test_name): 120 _log.warning('The following test %s from the Skipped list doesn\'t exist' % test_name) 121 expectation_line = self._create_expectation_line(test_name, [TestExpectationParser.PASS_EXPECTATION], '<Skipped file>') [all...] |
/external/chromium_org/chrome/test/ppapi/ |
ppapi_test.cc | 240 std::string PPAPITestBase::StripPrefixes(const std::string& test_name) { 244 if (test_name.find(prefixes[i]) == 0) 245 return test_name.substr(strlen(prefixes[i])); 246 return test_name; 292 // library name = <out dir>/<test_name>.<library_extension> 293 // MIME type = application/x-ppapi-<test_name>
|
ppapi_test.h | 61 std::string StripPrefixes(const std::string& test_name);
|
/cts/tools/utils/cts/ |
tools.py | 65 for test_name in test_list: 67 test.setAttribute('name', test_name)
|
/external/chromium/chrome/browser/debugger/ |
devtools_sanity_unittest.cc | 69 void RunTest(const std::string& test_name, const std::string& test_page) { 90 test_name.c_str())),
|
/external/chromium_org/chrome/browser/policy/test/ |
local_policy_test_server.cc | 69 LocalPolicyTestServer::LocalPolicyTestServer(const std::string& test_name) 78 .AppendASCII(base::StringPrintf("policy_%s.json", test_name.c_str()));
|
/external/chromium_org/chrome/test/chromedriver/test/ |
run_java_tests.py | 135 def _CreateBuildConfig(test_name, results_file, class_path, junit_props, 152 ' <test name="%s" outfile="%s"/>' % (test_name, results_file),
|
/external/chromium_org/ipc/ |
ipc_perftests.cc | 185 std::string test_name = base::StringPrintf( variable 187 perf_logger_.reset(new PerfTimeLogger(test_name.c_str()));
|
/external/chromium_org/v8/test/mjsunit/bugs/harmony/ |
debug-blockscopes.js | 36 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/bugs/harmony/ |
debug-blockscopes.js | 36 var test_name; variable 64 test_name = name; 74 assertTrue(listener_called, "listerner not called for " + test_name); 75 assertNull(exception, test_name);
|