/aosp_15_r20/external/cronet/net/proxy_resolution/win/ |
H A D | dhcp_pac_file_fetcher_win_unittest.cc | 632 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 …]
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_cmath.py | 50 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():
|
D | test_binascii.py | 33 def test_functions(self): member in BinASCIITest
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_cmath.py | 54 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():
|
D | test_binascii.py | 35 def test_functions(self): member in BinASCIITest
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_inline_inbuilt_nn_modules.py | 11 test_functions, 18 import test_functions 50 test_functions.FunctionTests,
|
H A D | test_dynamic_shapes.py | 16 test_functions, 28 import test_functions 67 test_functions.FunctionTests,
|
H A D | test_modules.py | 31 from . import test_functions 33 import test_functions 273 return test_functions.constant3(torch.sigmoid(self.linear1(x)), x) 2922 a = test_functions.update_global(x) 2924 return x * a * (_variable + _variable1 + test_functions._variable) 2931 self.assertEqual(test_functions._variable, 1)
|
/aosp_15_r20/external/cronet/base/i18n/ |
H A D | streaming_utf8_validator_perftest.cc | 155 const TestFunctionDescription* test_functions, in RunSomeTests() argument 163 format, test_functions[test_index].function_name, in RunSomeTests() 165 test_functions[test_index].function, test_string, in RunSomeTests()
|
/aosp_15_r20/external/pdfium/testing/tools/ |
H A D | api_check.py | 138 test_functions = [ 142 duplicate_test_functions = _FindDuplicates(test_functions) 148 test_functions_set = set(test_functions)
|
/aosp_15_r20/external/libchrome/base/i18n/ |
H A D | streaming_utf8_validator_perftest.cc | 155 const TestFunctionDescription* test_functions, in RunSomeTests() argument 164 test_functions[test_index].function_name, in RunSomeTests() 167 test_functions[test_index].function, in RunSomeTests()
|
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/ |
D | test.rs | 18 let test_functions = input in build_foreign_language_testcases() localVariable 64 #(#test_functions)* in build_foreign_language_testcases()
|
/aosp_15_r20/external/llvm/test/CodeGen/AArch64/ |
H A D | global-alignment.ll | 78 define i64()* @test_functions() { 79 ; CHECK-LABEL: test_functions:
|
/aosp_15_r20/external/python/pyyaml/tests/lib/ |
D | test_appliance.py | 120 test_functions = find_test_functions(collections) 124 for function in test_functions:
|
/aosp_15_r20/external/rust/android-crates-io/crates/linkme/tests/ |
D | custom_linkme_path.rs | 22 fn test_functions() { in test_functions() function
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/ |
H A D | CMakeLists.txt | 31 test_functions.h
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/tensor/ |
D | Jamfile | 35 test_functions.cpp
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/IDEs/qtcreator/test/ |
D | test_tensor.pro | 41 ../../../test/tensor/test_functions.cpp \
|
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/ |
D | test_stringptr.py | 44 def test_functions(self): member in StringPtrTestCase
|
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/ |
D | test_stringptr.py | 46 def test_functions(self): member in StringPtrTestCase
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/ |
H A D | test_stringptr.py | 46 def test_functions(self): member in StringPtrTestCase
|
/aosp_15_r20/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_calltips.py | 99 def test_functions(self): member in Get_signatureTest
|
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_calltip.py | 165 def test_functions(self): member in Get_argspecTest
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/ |
H A D | main.cpp | 6347 EnumTest test_functions[] = { test_image_enumeration, test_image_enumeration_3d }; in test_enum_values() local 6400 success &= test_functions[i](context, queue, bcprog, device, SuccE, ErrList); in test_enum_values()
|
/aosp_15_r20/external/minijail/ |
H A D | libminijail_unittest.cc | 1182 std::function<void(struct minijail*)> test_functions[] = { in TEST_F() local 1194 for (const auto& test_function : test_functions) { in TEST_F()
|