/aosp_15_r20/art/test/661-oat-writer-layout/src/ |
H A D | Test.java | 23 ArrayList<Method> all_methods = new ArrayList<Method>(); in getTestMethods() local 24 all_methods.add(A.class.getDeclaredMethod("m_a$$$")); in getTestMethods() 25 all_methods.add(A.class.getDeclaredMethod("m_a$$Startup$")); in getTestMethods() 26 all_methods.add(A.class.getDeclaredMethod("m_a$Hot$Startup$")); in getTestMethods() 27 all_methods.add(A.class.getDeclaredMethod("m_a$$$Poststartup")); in getTestMethods() 28 all_methods.add(A.class.getDeclaredMethod("m_a$Hot$$Poststartup")); in getTestMethods() 29 all_methods.add(A.class.getDeclaredMethod("m_a$$Startup$Poststartup")); in getTestMethods() 30 all_methods.add(A.class.getDeclaredMethod("m_a$Hot$Startup$Poststartup")); in getTestMethods() 31 all_methods.add(A.class.getDeclaredMethod("m_b$$$")); in getTestMethods() 32 all_methods.add(A.class.getDeclaredMethod("m_b$$Startup$")); in getTestMethods() [all …]
|
/aosp_15_r20/art/tools/bisection_search/ |
H A D | bisection_search.py | 283 all_methods = testable.GetAllMethods() 286 len(all_methods) + 1, 287 lambda mid: testable.Test(all_methods[0:mid])) 288 if faulty_method_idx == len(all_methods) + 1: 292 faulty_method = all_methods[faulty_method_idx - 1]
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_regrtest.py | 571 all_methods = ['%s.Tests.test_method1' % testname, 574 self.assertEqual(output.splitlines(), all_methods) 577 all_methods = ['%s.Tests.test_method1' % testname] 581 self.assertEqual(output.splitlines(), all_methods) 619 all_methods = ['test_method1', 'test_method2', 626 self.assertEqual(methods, all_methods)
|
/aosp_15_r20/external/pigweed/pw_rpc/py/tests/ |
H A D | client_test.py | 155 all_methods = { 163 self.assertEqual(set(channel_client.methods()), all_methods) 237 all_methods = { 245 self.assertEqual(set(self._client.methods()), all_methods)
|
/aosp_15_r20/art/tools/ |
H A D | bisect_profile.py | 163 all_methods = set() 166 all_methods.add(m.descriptor) 167 meth_list = list(all_methods)
|
/aosp_15_r20/external/sdv/vsomeip/implementation/security/src/ |
D | security_impl.cpp | 808 boost::icl::discrete_interval<method_t> all_methods(0x01, 0xFFFF, in load_policy_body() local 816 its_method_interval_set.insert(all_methods); in load_policy_body() 820 its_method_interval_set.insert(all_methods); in load_policy_body() 830 boost::icl::discrete_interval<method_t> all_methods(0x01, 0xFFFF, in load_policy_body() local 840 its_method_interval_set.insert(all_methods); in load_policy_body() 850 boost::icl::discrete_interval<method_t> all_methods(0x01, 0xFFFF, in load_policy_body() local 852 its_legacy_method_interval_set.insert(all_methods); in load_policy_body()
|
/aosp_15_r20/tools/asuite/atest/test_finders/ |
H A D | test_finder_utils.py | 250 all_methods = set() 262 all_methods |= get_java_methods(path) 263 if _methods.issubset(all_methods): 272 all_methods |= info.get('methods') 273 if _methods.issubset(all_methods): 275 missing_methods = _methods - all_methods
|
H A D | module_finder.py | 722 all_methods = test_finder_utils.get_java_methods(src_path) 727 include_methods = all_methods - exclude_methods
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_regrtest.py | 960 all_methods = ['%s.Tests.test_method1' % testname, 963 self.assertEqual(output.splitlines(), all_methods) 966 all_methods = ['%s.Tests.test_method1' % testname] 970 self.assertEqual(output.splitlines(), all_methods) 1001 all_methods = ['test_method1', 'test_method2', 1037 all_methods = ['test_method1', 'test_method2', 1044 self.assertEqual(methods, all_methods)
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_py3_only/interop/ |
H A D | xds_interop_client_test.py | 106 all_methods = _set_union(a.keys(), b.keys()) 107 for method in all_methods:
|
/aosp_15_r20/external/pigweed/pw_rpc/py/pw_rpc/console_tools/ |
H A D | console.py | 236 all_methods = chain.from_iterable( 240 all_methods,
|
/aosp_15_r20/art/runtime/jit/ |
H A D | jit.cc | 1345 std::set<uint16_t> all_methods; in CompileMethodsFromProfile() local 1348 &all_methods, in CompileMethodsFromProfile() 1349 &all_methods, in CompileMethodsFromProfile() 1350 &all_methods)) { in CompileMethodsFromProfile() 1358 for (uint16_t method_idx : all_methods) { in CompileMethodsFromProfile()
|
/aosp_15_r20/external/grpc-grpc/src/ruby/pb/test/ |
H A D | client.rb | 669 all_methods = NamedTests.instance_methods(false).map(&:to_s) 670 all_methods.each do |m|
|
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/ |
D | managers.py | 127 def all_methods(obj): function 142 return [name for name in all_methods(obj) if name[0] != '_']
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/ |
D | managers.py | 118 def all_methods(obj): function 133 return [name for name in all_methods(obj) if name[0] != '_']
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/ |
D | managers.py | 118 def all_methods(obj): function 133 return [name for name in all_methods(obj) if name[0] != '_']
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/ |
D | managers.py | 118 def all_methods(obj): function 133 return [name for name in all_methods(obj) if name[0] != '_']
|
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/ |
D | managers.py | 118 def all_methods(obj): function 133 return [name for name in all_methods(obj) if name[0] != '_']
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/ |
H A D | managers.py | 118 def all_methods(obj): function 133 return [name for name in all_methods(obj) if name[0] != '_']
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/ |
D | managers.py | 118 def all_methods(obj): function 133 return [name for name in all_methods(obj) if name[0] != '_']
|