HomeSort by relevance Sort by last modified time
    Searched refs:test_name (Results 151 - 175 of 323) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/content/test/plugin/
plugin_client.cc 90 std::string test_name; local
93 test_name = argv[name_index];
97 if (test_name.empty())
100 new_test = NPAPIClient::CreatePluginTest(test_name,
105 LOG(WARNING) << "Unknown test name '" << test_name
  /external/chromium_org/build/android/pylib/host_driven/
test_runner.py 22 def __init__(self, test_name, start_date_ms, exc_info):
26 test_name: name of the test which raised an exception.
37 test_name,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
layouttestresults.py 60 def __init__(self, test_name, result_dict):
61 self._test_name = test_name
  /external/chromium_org/v8/test/mjsunit/
debug-stepout-recursive-function.js 54 test_name = name;
60 assertEquals(expected_break_point_hit_count, break_point_hit_count, test_name);
61 assertNull(exception, test_name);
62 test_name = null;
debug-receiver.js 32 var test_name; variable
62 test_name = name;
71 assertTrue(listener_called, "listerner not called for " + test_name);
72 assertNull(exception, test_name);
  /external/v8/test/mjsunit/
debug-stepout-recursive-function.js 54 test_name = name;
60 assertEquals(expected_break_point_hit_count, break_point_hit_count, test_name);
61 assertNull(exception, test_name);
62 test_name = null;
debug-receiver.js 32 var test_name; variable
62 test_name = name;
71 assertTrue(listener_called, "listerner not called for " + test_name);
72 assertNull(exception, test_name);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 554 base = self._port.lookup_virtual_test_base(driver_input.test_name)
557 virtual_driver_input.test_name = base
558 virtual_driver_input.args = self._port.lookup_virtual_test_args(driver_input.test_name)
567 test_name = driver_input.test_name
569 test = self._port._tests[test_name]
573 raise ValueError('exception from ' + test_name)
580 if 'flaky' in test_name and not test_name in self._port._flakes:
581 self._port._flakes.add(test_name)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner_integrationtest.py 47 text = 'RESULT group_name: test_name= 42 ms'
49 RESULT group_name: test_name= 42 ms
170 if driver_input.test_name.endswith('pass.html'):
172 elif driver_input.test_name.endswith('timeout.html'):
174 elif driver_input.test_name.endswith('failed.html'):
176 elif driver_input.test_name.endswith('tonguey.html'):
178 elif driver_input.test_name.endswith('crash.html'):
180 elif driver_input.test_name.endswith('event-target-wrapper.html'):
182 elif driver_input.test_name.endswith('some-parser.html'):
184 elif driver_input.test_name.endswith('memory-test.html')
    [all...]
  /external/chromium_org/cc/resources/
raster_worker_pool_perftest.cc 133 void AfterTest(const std::string test_name) {
136 test_name.c_str(),
197 void RunBuildTaskGraphTest(const std::string test_name,
209 AfterTest(test_name);
  /external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.h 36 // chrome/test/data/policy/policy_|test_name|.json.
37 explicit LocalPolicyTestServer(const std::string& test_name);
  /external/chromium_org/chrome/test/base/
v8_unit_test.h 32 // Runs |test_fixture|.|test_name| using the framework in test_api.js.
34 const std::string& test_name);
  /external/chromium_org/chrome/test/functional/perf/
endure_result_parser.py 15 "endure_<webapp_name>-<test_name>" (non-Web Page Replay tests)
19 "endure_<webapp_name>_wpr-<test_name>" (Web Page Replay tests)
67 def SetupBaseGraphDirIfNeeded(webapp_name, test_name, dest_dir):
72 test_name: The string name of the test.
86 test_name))
238 revision, content, webapp_name, test_name, graph_dir, only_dmp=False):
245 test_name: A name of the test.
252 webapp_name, test_name, is_stacked=False):
260 'test_name': test_name,
    [all...]
  /external/chromium_org/chrome/test/perf/
memory_test.cc 113 void RunTest(const char* test_name, int num_target_tabs) {
215 PrintIOPerfInfo(test_name);
216 PrintMemoryUsageInfo(test_name);
217 perf_test::PrintSystemCommitCharge(test_name, stop_size - start_size,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator_unittest.py 162 for test_name in failed_count_map.iterkeys():
163 test = self._find_test_in_trie(test_name, tests)
169 self.assertEqual(failed_count_map[test_name], failed)
173 if timings[1] == test_timings[test_name]:
  /external/netperf/
netsh.h 127 test_name[BUFSIZ];
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 142 const char* test_name = "some other key"; local
145 test_name = kCrashEntryName;
150 rv = cache->CreateEntry(test_name, &entry, &cb);
159 test_name = kCrashEntryName;
161 rv = cache->CreateEntry(test_name, &entry, &cb);
  /external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc 273 std::string test_name = "Navigate "; local
274 test_name += url;
275 perf_navigate_.reset(new PerfTimeLogger(test_name.c_str()));
542 void Print(const char* test_name) {
543 std::string trace_name(test_name);
587 void RunTest(const char* test_name, char* urls[], int total_urls) {
603 StartTest(url, test_name);
656 void PrintResults(const char* test_name) {
657 PrintMemoryUsageInfo(test_name);
667 std::string trace_name(test_name);
    [all...]
  /external/chromium_org/tools/page_cycler/webpagereplay/
start.js 8 // The query parameter "test=TEST_NAME" is required to load the
9 // test configuration from webpagereplay/tests/TEST_NAME.js
100 var test_name = getopt('test');
104 if (test_name) {
105 var testUrl = 'tests/' + test_name + '.js';
122 console.log('Need "test=TEST_NAME" query parameter.');
  /external/chromium_org/chrome/test/perf/rendering/
throughput_tests.cc 263 void RunTest(const std::string& test_name, int flags) {
272 test_path = test_path.AppendASCII(test_name);
278 RunTestWithURL(test_name, flags);
282 void RunCanvasBenchTest(const std::string& test_name, int flags) {
288 test_path = test_path.AppendASCII(test_name + ".html");
293 RunTestWithURL(test_name, flags);
302 void RunTestWithURL(const std::string& test_name, int flags) {
387 perf_test::PrintResultMeanAndError(test_name,
  /external/chromium_org/chrome/test/webdriver/test/
java_tests.py 105 def _CreateBuildConfig(test_name, results_file, class_path, junit_props,
119 ' <test name="%s" outfile="%s"/>' % (test_name, results_file),
  /external/chromium_org/content/shell/
shell_browser_main.cc 34 GURL GetURLForLayoutTest(const std::string& test_name,
39 std::string path_or_url = test_name;
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.h 76 // plugin.postMessage(test_name);
78 void RegisterTest(nacl::string test_name, TestFunction test_function);
98 // Uses PPB_Messaging interface to post "test_name:message".
99 void PostTestMessage(nacl::string test_name, nacl::string message);
  /external/chromium_org/tools/telemetry/telemetry/page/
html_page_measurement_results.py 33 def __init__(self, output_stream, test_name, reset_results, browser_type,
39 self._test_name = test_name
  /external/oprofile/libdb/tests/
db_test.c 46 static void speed_test(int nr_item, char const * test_name)
71 test_name, nr_item, (end - begin) / nr_item);

Completed in 2068 milliseconds

1 2 3 4 5 67 8 91011>>