HomeSort by relevance Sort by last modified time
    Searched refs:test_functions (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win_unittest.cc 627 TestVector test_functions; local
628 test_functions.push_back(TestNormalCaseURLConfiguredOneAdapter);
629 test_functions.push_back(TestNormalCaseURLConfiguredMultipleAdapters);
630 test_functions.push_back(
632 test_functions.push_back(
634 test_functions.push_back(TestFailureCaseNoURLConfigured);
635 test_functions.push_back(TestFailureCaseNoDhcpAdapters);
636 test_functions.push_back(TestShortCircuitLessPreferredAdapters);
637 test_functions.push_back(TestImmediateCancel);
639 std::random_shuffle(test_functions.begin()
    [all...]
  /external/chromium_org/base/i18n/
streaming_utf8_validator_perftest.cc 143 // in |kTestLengths| in turn. For each string, run each test in |test_functions|
149 const TestFunctionDescription* test_functions,
158 test_functions[test_index].function_name,
161 test_functions[test_index].function,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmath.py 50 test_functions = [getattr(cmath, fname) for fname in [ variable in class:CMathTests
55 test_functions.append(lambda x : cmath.log(x, 1729. + 0j))
56 test_functions.append(lambda x : cmath.log(14.-27j, x))
197 for f in self.test_functions:
226 for f in self.test_functions:
231 for f in self.test_functions:
253 test_functions = {
268 for fn, values in test_functions.items():
test_binascii.py 33 def test_functions(self): member in class:BinASCIITest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmath.py 50 test_functions = [getattr(cmath, fname) for fname in [ variable in class:CMathTests
55 test_functions.append(lambda x : cmath.log(x, 1729. + 0j))
56 test_functions.append(lambda x : cmath.log(14.-27j, x))
197 for f in self.test_functions:
226 for f in self.test_functions:
231 for f in self.test_functions:
253 test_functions = {
268 for fn, values in test_functions.items():
test_binascii.py 33 def test_functions(self): member in class:BinASCIITest
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_stringptr.py 44 def test_functions(self): member in class:StringPtrTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_stringptr.py 44 def test_functions(self): member in class:StringPtrTestCase
  /external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libcython_in_gdb.py 304 def test_functions(self): member in class:TestFunctions
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 591 let test_functions () = var
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 8 from test_functions import MockTclObj, MockStateSpec
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 8 from test_functions import MockTclObj, MockStateSpec
    [all...]

Completed in 614 milliseconds