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

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep352.py 100 for test_name, (given, expected) in zip(self.interface_tests, results):
101 self.assertEqual(given, expected, "%s: %s != %s" % (test_name,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep352.py 100 for test_name, (given, expected) in zip(self.interface_tests, results):
101 self.assertEqual(given, expected, "%s: %s != %s" % (test_name,
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.cc 356 base::StringPiece test_name(disabled_tests[i]);
357 size_t dot_index = test_name.find('.');
359 dot_index + 1 < test_name.size()) {
360 test_name.substr(0, dot_index).AppendToString(&filter);
362 test_name.substr(dot_index + 1).AppendToString(&filter);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
web_view_browsertest.cc 393 void TestHelper(const std::string& test_name,
418 base::StringPrintf("runTest('%s')", test_name.c_str())));
451 void MediaAccessAPIAllowTestHelper(const std::string& test_name);
455 void MediaAccessAPIDenyTestHelper(const std::string& test_name) {
470 base::StringPrintf("startDenyTest('%s')", test_name.c_str())));
    [all...]
  /external/chromium_org/chrome/browser/net/
network_stats.cc 576 const char* test_name = kTestName[test_type]; local
578 "NetConnectivity4.%s.Sent%d.", test_name, maximum_sequential_packets_);
619 const char* test_name = kTestName[NAT_BIND_TEST]; local
626 test_name,
646 test_name,
659 const char* test_name = kTestName[test_type]; local
664 test_name,
  /external/chromium_org/third_party/lcov/bin/
geninfo 109 our $test_name = "";
173 if (!GetOptions("test-name=s" => \$test_name,
226 if ($test_name =~ s/\W/_/g)
234 $test_name .= "__".`uname -a`;
235 $test_name =~ s/\W/_/g;
443 # The .info file contains TEST_NAME in the following format:
716 printf(INFO_HANDLE "TN:%s\n", $test_name);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
create_test_cases.py 273 def create_test_case(doc_string, input_sexp, expected_sexp, test_name,
292 test_file = '{0}.opt_test'.format(test_name)
299 expected_file = '{0}.opt_test.expected'.format(test_name)
  /external/mesa3d/src/glsl/tests/lower_jumps/
create_test_cases.py 273 def create_test_case(doc_string, input_sexp, expected_sexp, test_name,
292 test_file = '{0}.opt_test'.format(test_name)
299 expected_file = '{0}.opt_test.expected'.format(test_name)
  /external/chromium_org/chrome/test/functional/
perf.py     [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h     [all...]
  /external/chromium_org/base/test/expectations/
parser.cc 129 current_.test_name = extracted_string_.as_string();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager.py 149 return any(self._test_requires_lock(test_name) for test_name in test_names)
351 return [result.test_name for result in run_results.unexpected_results_by_name.values() if result.type != test_expectations.PASS]
420 stats[result.test_name] = {'results': (_worker_number(result.worker_name), result.test_number, result.pid, int(result.test_run_time * 1000), int(result.total_run_time * 1000))}
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
test_symrec.py 65 def test_name(self): member in class:TSymbolAttr
  /external/pixman/test/
utils.h 102 fuzzer_test_main (const char *test_name,
  /external/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc 192 const char* test_name; member in struct:__anon4491::TestPathInfo
220 : DiagnosticTest(ASCIIToUTF16(path_info.test_name)),
  /external/chromium_org/chrome/browser/diagnostics/
recon_diagnostics.cc 206 const char* test_name; member in struct:diagnostics::__anon7117::TestPathInfo
235 : DiagnosticsTest(path_info.test_id, path_info.test_name),
  /external/chromium_org/chrome/test/webdriver/test/
run_webdriver_tests.py 87 def _GetModuleFromName(test_name):
91 test_name: dot-separated string for a module, a test case or a test
103 parts = test_name.split('.')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations_unittest.py 54 def get_test(self, test_name):
56 return test_name
154 test_name = 'failures/expected/unknown-test.html'
155 unknown_test = self.get_test(test_name)
    [all...]
test_run_results_unittest.py 38 def get_result(test_name, result_type=test_expectations.PASS, run_time=0):
46 return test_results.TestResult(test_name, failures=failures, test_run_time=run_time)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing_unittest.py 109 def get_result(self, test_name, result_type=test_expectations.PASS, run_time=0):
115 return test_results.TestResult(test_name, failures=failures, test_run_time=run_time)
  /external/chromium_org/v8/test/mjsunit/harmony/
debug-blockscopes.js 38 var test_name; variable
66 test_name = name;
76 assertTrue(listener_called, "listerner not called for " + test_name);
77 assertNull(exception, test_name);
  /external/v8/test/mjsunit/harmony/
debug-blockscopes.js 38 var test_name; variable
66 test_name = name;
76 assertTrue(listener_called, "listerner not called for " + test_name);
77 assertNull(exception, test_name);
  /external/chromium/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h     [all...]

Completed in 1405 milliseconds

1 2 3 4 5 6 7 891011>>