Home
last modified time | relevance | path

Searched refs:test_functions (Results 1 – 21 of 21) sorted by relevance

/external/cronet/net/proxy_resolution/win/
Ddhcp_pac_file_fetcher_win_unittest.cc632 TestVector test_functions; in TEST() local
633 test_functions.push_back(TestNormalCaseURLConfiguredOneAdapter); in TEST()
634 test_functions.push_back(TestNormalCaseURLConfiguredMultipleAdapters); in TEST()
635 test_functions.push_back( in TEST()
637 test_functions.push_back( in TEST()
639 test_functions.push_back(TestFailureCaseNoURLConfigured); in TEST()
640 test_functions.push_back(TestFailureCaseNoDhcpAdapters); in TEST()
641 test_functions.push_back(TestShortCircuitLessPreferredAdapters); in TEST()
642 test_functions.push_back(TestImmediateCancel); in TEST()
644 base::RandomShuffle(test_functions.begin(), test_functions.end()); in TEST()
[all …]
/external/python/cpython2/Lib/test/
Dtest_cmath.py50 test_functions = [getattr(cmath, fname) for fname in [ variable in 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():
Dtest_binascii.py33 def test_functions(self): member in BinASCIITest
/external/libchrome/base/i18n/
Dstreaming_utf8_validator_perftest.cc155 const TestFunctionDescription* test_functions, in RunSomeTests() argument
164 test_functions[test_index].function_name, in RunSomeTests()
167 test_functions[test_index].function, in RunSomeTests()
/external/pdfium/testing/tools/
Dapi_check.py138 test_functions = [
142 duplicate_test_functions = _FindDuplicates(test_functions)
148 test_functions_set = set(test_functions)
/external/cronet/base/i18n/
Dstreaming_utf8_validator_perftest.cc154 const TestFunctionDescription* test_functions, in RunSomeTests() argument
162 test_functions[test_index].function_name, in RunSomeTests()
165 test_functions[test_index].function, in RunSomeTests()
/external/python/cpython3/Lib/test/
Dtest_cmath.py54 test_functions = [getattr(cmath, fname) for fname in [ variable in CMathTests
59 test_functions.append(lambda x : cmath.log(x, 1729. + 0j))
60 test_functions.append(lambda x : cmath.log(14.-27j, x))
248 for f in self.test_functions:
277 for f in self.test_functions:
282 for f in self.test_functions:
304 test_functions = {
319 for fn, values in test_functions.items():
Dtest_binascii.py35 def test_functions(self): member in BinASCIITest
Dtest_inspect.py1441 def test_functions(self): member in TestIsDataDescriptor
/external/llvm/test/CodeGen/AArch64/
Dglobal-alignment.ll78 define i64()* @test_functions() {
79 ; CHECK-LABEL: test_functions:
/external/python/pyyaml/tests/lib/
Dtest_appliance.py120 test_functions = find_test_functions(collections)
124 for function in test_functions:
/external/OpenCL-CTS/test_conformance/math_brute_force/
DCMakeLists.txt31 test_functions.h
/external/python/cpython2/Lib/ctypes/test/
Dtest_stringptr.py44 def test_functions(self): member in StringPtrTestCase
/external/python/cpython3/Lib/ctypes/test/
Dtest_stringptr.py46 def test_functions(self): member in StringPtrTestCase
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_calltips.py99 def test_functions(self): member in Get_signatureTest
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_calltip.py163 def test_functions(self): member in Get_argspecTest
/external/OpenCL-CTS/test_conformance/spir/
Dmain.cpp6379 EnumTest test_functions[] = { test_image_enumeration, test_image_enumeration_3d }; in test_enum_values() local
6432 success &= test_functions[i](context, queue, bcprog, device, SuccE, ErrList); in test_enum_values()
/external/skia/tools/gpu/gl/interface/
Dinterface.json5632 "test_functions": [
/external/minijail/
Dlibminijail_unittest.cc1182 std::function<void(struct minijail*)> test_functions[] = { in TEST_F() local
1194 for (const auto& test_function : test_functions) { in TEST_F()
/external/llvm/test/Bindings/OCaml/
Dcore.ml636 let test_functions () = function
1487 suite "functions" test_functions;
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py8 from test_functions import MockTclObj