Home
last modified time | relevance | path

Searched defs:self (Results 1 – 25 of 16302) sorted by relevance

12345678910>>...653

/aosp_15_r20/external/python/dateutil/dateutil/test/
Dtest_rrule.py24 def _rrulestr_reverse_test(self, rule): argument
35 def testStrAppendRRULEToken(self): argument
49 def testYearly(self): argument
57 def testYearlyInterval(self): argument
66 def testYearlyIntervalLarge(self): argument
75 def testYearlyByMonth(self): argument
84 def testYearlyByMonthDay(self): argument
93 def testYearlyByMonthAndMonthDay(self): argument
103 def testYearlyByWeekDay(self): argument
112 def testYearlyByNWeekDay(self): argument
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/compliance/
DWlanSecurityComplianceABGTest.py44 def security_profile_generator(self, *args, **kwargs): argument
167 def setup_class(self): argument
189 def setup_test(self): argument
196 def teardown_test(self): argument
207 def on_fail(self, test_name, begin_time): argument
212 def test_associate_11a_sec_open_wep_5_chars_ptk_none(self): argument
229 def test_associate_11a_sec_open_wep_13_chars_ptk_none(self): argument
246 def test_associate_11a_sec_open_wep_10_hex_ptk_none(self): argument
263 def test_associate_11a_sec_open_wep_26_hex_ptk_none(self): argument
280 def test_associate_11a_sec_shared_wep_5_chars_ptk_none(self): argument
[all …]
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py43 def createTestFile(self, path): argument
51 def createTestDirectory(self, path): argument
61 def setUp(self): argument
66 def test_chdir(self): argument
72 def test_chdir_fails_non_exist(self): argument
77 def test_chdir_fails_non_directory(self): argument
83 def test_consecutive_chdir(self): argument
96 def test_backwards_chdir(self): argument
111 def test_get_cwd(self): argument
120 def test_listdir(self): argument
[all …]
Dfake_filesystem_test.py38 def setUp(self): argument
50 def tearDown(self): argument
53 def test_new_file_and_directory(self): argument
58 def test_add_entry(self): argument
62 def test_get_entry(self): argument
66 def test_path(self): argument
73 def test_path_with_drive(self): argument
80 def test_path_after_chdir(self): argument
88 def test_path_after_chdir_with_drive(self): argument
96 def test_remove_entry(self): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/test_email/
Dtest_email.py57 def test_get_all(self): argument
63 def test_getset_charset(self): argument
89 def test_set_charset_from_string(self): argument
96 def test_set_payload_with_charset(self): argument
102 def test_set_payload_with_8bit_data_and_charset(self): argument
111 def test_set_payload_with_non_ascii_and_charset_body_encoding_none(self): argument
120 def test_set_payload_with_8bit_data_and_charset_body_encoding_none(self): argument
129 def test_set_payload_to_list(self): argument
134 def test_attach_when_payload_is_string(self): argument
142 def test_get_charsets(self): argument
[all …]
Dtest__header_value_parser.py12 def test_EWWhiteSpaceTerminal(self): argument
22 def _assert_results(self, tl, rest, string, value, defects, remainder, argument
31 def _test_get_x(self, method, source, string, value, defects, argument
38 def _test_parse_x(self, method, input, string, value, defects, argument
54 def test__wsp_splitter_one_word(self): argument
57 def test__wsp_splitter_two_words(self): argument
61 def test__wsp_splitter_ws_runs(self): argument
68 def test_get_fws_only(self): argument
72 def test_get_fws_space(self): argument
75 def test_get_fws_ws_run(self): argument
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveVoiceConfTest.py75 def setup_class(self): argument
95 def teardown_test(self): argument
104 def _three_phone_call_mo_add_mt_reject(self, ads, verify_funcs, reject): argument
150 def _test_1x_mo_mo_add(self): argument
190 def _test_1x_mo_mt_add_swap_x(self, num_swaps): argument
244 def _test_1x_mt_mt_add_swap_x(self, num_swaps): argument
298 def _test_1x_multi_call_drop_from_participant(self, host, first_drop_ad, argument
340 def _test_1x_multi_call_drop_from_host(self, host, active_participant_ad, argument
385 def _test_1x_conf_call_drop_from_host(self, host, participant_list): argument
410 def _test_1x_merge_conference(self, host, participant_list, call_conf_id): argument
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/ble/filtering/
DFilteringTest.py66 def setup_class(self): argument
77 def test_filter_combo_0(self): argument
115 def test_filter_combo_1(self): argument
153 def test_filter_combo_2(self): argument
191 def test_filter_combo_3(self): argument
229 def test_filter_combo_4(self): argument
267 def test_filter_combo_5(self): argument
305 def test_filter_combo_6(self): argument
343 def test_filter_combo_7(self): argument
381 def test_filter_combo_8(self): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/tests/
Dtest_fixers.py17 def setUp(self, fix_list=None, fixer_pkg="lib2to3", options=None): argument
28 def _check(self, before, after): argument
35 def check(self, before, after, ignore_warnings=False): argument
41 def warns(self, before, after, message, unchanged=False): argument
47 def warns_unchanged(self, before, message): argument
50 def unchanged(self, before, ignore_warnings=False): argument
55 def assert_runs_after(self, *names): argument
73 def test_basic(self): argument
81 def test_no_spaces(self): argument
89 def test_chained(self): argument
[all …]
/aosp_15_r20/external/python/cpython2/Lib/email/test/
Dtest_email.py58 def ndiffAssertEqual(self, first, second): argument
68 def _msgobj(self, filename): argument
80 def test_get_all(self): argument
86 def test_getset_charset(self): argument
112 def test_set_charset_from_string(self): argument
119 def test_set_payload_with_charset(self): argument
125 def test_get_charsets(self): argument
142 def test_get_filename(self): argument
153 def test_get_filename_with_name_parameter(self): argument
160 def test_get_boundary(self): argument
[all …]
Dtest_email_renamed.py53 def ndiffAssertEqual(self, first, second): argument
63 def _msgobj(self, filename): argument
75 def test_get_all(self): argument
81 def test_getset_charset(self): argument
107 def test_set_charset_from_string(self): argument
114 def test_set_payload_with_charset(self): argument
120 def test_get_charsets(self): argument
137 def test_get_filename(self): argument
148 def test_get_filename_with_name_parameter(self): argument
155 def test_get_boundary(self): argument
[all …]
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/tests/
Dtest_fixers.py18 def setUp(self, fix_list=None, fixer_pkg="lib2to3", options=None): argument
29 def _check(self, before, after): argument
36 def check(self, before, after, ignore_warnings=False): argument
42 def warns(self, before, after, message, unchanged=False): argument
48 def warns_unchanged(self, before, message): argument
51 def unchanged(self, before, ignore_warnings=False): argument
56 def assert_runs_after(self, *names): argument
74 def test_basic(self): argument
82 def test_no_spaces(self): argument
90 def test_chained(self): argument
[all …]
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_utils_test.py56 def __init__(self, value): argument
59 def __eq__(self, other): argument
62 def __repr__(self): argument
67 def __init__(self, obj): argument
70 def __enter__(self): argument
73 def __exit__(self, type_, value, traceback): argument
78 def __init__(self, path, package_name, perms=None, splits=None): argument
87 def GetPackageName(self): argument
90 def GetPermissions(self): argument
93 def GetVersionCode(self): argument
[all …]
/aosp_15_r20/external/fonttools/Tests/feaLib/
H A Dparser_test.py62 def __init__(self, methodName): argument
69 def test_glyphMap_deprecated(self): argument
93 def test_comments(self): argument
109 def test_only_comments(self): argument
120 def test_anchor_format_a(self): argument
134 def test_anchor_format_b(self): argument
148 def test_anchor_format_c(self): argument
164 def test_anchor_format_d(self): argument
173 def test_anchor_format_e(self): argument
188 def test_anchor_format_e_undefined(self): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_socket.py179 def setUp(self): argument
184 def tearDown(self): argument
190 def setUp(self): argument
194 def tearDown(self): argument
200 def setUp(self): argument
211 def __init__(self, *args, **kwargs): argument
215 def addCleanup(self, *args, **kwargs): argument
219 def doCleanups(self, *args, **kwargs): argument
264 def setUp(self): argument
281 def setUp(self): argument
[all …]
Dtest_subprocess.py85 def setUp(self): argument
90 def tearDown(self): argument
111 def _execute_child(self, *args, **kwargs): argument
117 def test_io_buffered_by_default(self): argument
131 def test_io_unbuffered_works(self): argument
145 def test_call_seq(self): argument
151 def test_call_timeout(self): argument
160 def test_check_call_zero(self): argument
165 def test_check_call_nonzero(self): argument
172 def test_check_output(self): argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/feature_column/
H A Dfeature_column_test.py63 def test_transformations_called_once(self): argument
67 def __init__(self): argument
71 def name(self): argument
74 def _transform_feature(self, cache): argument
79 def _parse_example_spec(self): argument
90 def test_returns_transform_output(self): argument
95 def name(self): argument
98 def _transform_feature(self, cache): argument
102 def _parse_example_spec(self): argument
110 def test_does_not_pollute_given_features_dict(self): argument
[all …]
H A Dfeature_column_v2_test.py73 def parents(self): argument
80 def get_config(self): argument
86 def test_sort_columns_by_string_representation(self): argument
110 def test_transformations_called_once(self): argument
114 def __init__(self): argument
119 def _is_v2_column(self): argument
123 def name(self): argument
126 def transform_feature(self, transformation_cache, state_manager): argument
131 def parse_example_spec(self): argument
143 def test_returns_transform_output(self): argument
[all …]
/aosp_15_r20/external/python/pyasn1/tests/codec/ber/
Dtest_decoder.py29 def testLargeTag(self): argument
32 def testLongTag(self): argument
35 def testTagsEquivalence(self): argument
42 def testCache(self): argument
47 def testPosInt(self): argument
50 def testNegInt(self): argument
53 def testZero(self): argument
56 def testZeroLong(self): argument
59 def testMinusOne(self): argument
62 def testPosLong(self): argument
[all …]
Dtest_encoder.py28 def setUp(self): argument
35 def testEncoder(self): argument
40 def testPosInt(self): argument
43 def testNegInt(self): argument
46 def testZero(self): argument
49 def testCompactZero(self): argument
55 def testMinusOne(self): argument
58 def testPosLong(self): argument
63 def testNegLong(self): argument
70 def testPosInt(self): argument
[all …]
/aosp_15_r20/external/executorch/backends/qualcomm/tests/
H A Dtest_qnn_delegate.py64 def setUp(self): argument
79 def test_qnn_backend_arange(self): argument
84 def test_qnn_backend_avg_pool2d(self): argument
89 def test_qnn_backend_batch_norm(self): argument
94 def test_qnn_backend_bmm(self): argument
100 def test_qnn_backend_cast(self): argument
105 def test_qnn_backend_cat(self): argument
112 def test_qnn_backend_chunk_single(self): argument
117 def test_qnn_backend_clamp(self): argument
122 def test_qnn_backend_conv1d(self): argument
[all …]
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_multiarray.py158 def setUp(self): argument
162 def test_writeable(self): argument
171 def test_writeable_any_base(self): argument
189 def __init__(self, arr): argument
204 def test_writeable_from_readonly(self): argument
215 def test_writeable_from_buffer(self): argument
233 def test_writeable_pickle(self): argument
245 def test_warnonwrite(self): argument
265 def test_readonly_flag_protocols(self, flag, flag_value, writeable): argument
277 def test_otherflags(self): argument
[all …]
/aosp_15_r20/external/python/pyasn1/tests/type/
Dtest_univ.py31 def testSingleton(self): argument
34 def testRepr(self): argument
41 def testIsInstance(self): argument
48 def testStr(self): argument
58 def testLen(self): argument
68 def testCmp(self): argument
78 def testSubs(self): argument
88 def testKey(self): argument
98 def testKeyAssignment(self): argument
108 def testInt(self): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/test_sqlite3/
Dtest_dbapi.py59 def test_api_level(self): argument
63 def test_thread_safety(self): argument
68 def test_param_style(self): argument
73 def test_warning(self): argument
77 def test_error(self): argument
81 def test_interface_error(self): argument
85 def test_database_error(self): argument
89 def test_data_error(self): argument
93 def test_operational_error(self): argument
97 def test_integrity_error(self): argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/
H A Dmetrics_test.py171 def setUp(self): argument
175 def testVars(self): argument
180 def testMetricsCollection(self): argument
187 def testUpdatesCollection(self): argument
194 def testBasic(self): argument
212 def testUpdateOpsReturnsCurrentValue(self): argument
234 def testUnweighted(self): argument
265 def _test_3d_weighted(self, values, weights): argument
277 def test1x1x1Weighted(self): argument
283 def test1x1xNWeighted(self): argument
[all …]

12345678910>>...653