HomeSort by relevance Sort by last modified time
    Searched refs:test_functions (Results 1 - 10 of 10) 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...]
  /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/llvm/test/Bindings/Ocaml/
vmcore.ml 559 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 1328 milliseconds