Home
last modified time | relevance | path

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

12345678910>>...37

/aosp12/system/bt/gd/l2cap/classic/cert/
H A Dl2cap_test.py47 def setup_class(self): argument
50 def setup_test(self): argument
60 def teardown_test(self): argument
65 def _setup_link_from_cert(self): argument
81 def _open_channel_from_cert(self, argument
147 def test_open_two_channels(self): argument
175 def test_send_data(self): argument
186 def test_disconnect(self): argument
870 def test_respond_to_rej(self): argument
1003 def test_receive_rnr(self): argument
[all …]
H A Dpts_l2cap_test.py30 def setup_test(self): argument
48 def teardown_test(self): argument
51 def _dut_connection_stream(self): argument
65 def test_L2CAP_IEX_BV_01_C(self): argument
75 def test_L2CAP_IEX_BV_02_C(self): argument
87 def test_L2CAP_EXF_BV_01_C(self): argument
100 def test_L2CAP_EXF_BV_03_C(self): argument
112 def test_L2CAP_CMC_BV_01_C(self): argument
125 def test_L2CAP_CMC_BV_02_C(self): argument
138 def test_L2CAP_ERM_BV_01_C(self): argument
[all …]
/aosp12/build/make/tools/releasetools/
H A Dtest_common.py188 def test_init(self): argument
274 def test_get(self): argument
292 def test_items(self): argument
560 def test_ZipWrite(self): argument
677 def test_ZipDelete(self): argument
873 def setUp(self): argument
1014 def setUp(self): argument
1844 def setUp(self): argument
1936 def setUp(self): argument
1940 def test_full(self): argument
[all …]
H A Dtest_ota_from_target_files.py92 def test_NoneDict(self): argument
164 def setUp(self): argument
685 def __init__(self): argument
826 def test_init(self): argument
913 def setUp(self): argument
925 def test_init(self): argument
1082 def setUp(self): argument
1098 def test_init(self): argument
1137 def test_Sign(self): argument
1176 def setUp(self): argument
[all …]
H A Dtest_sign_target_files_apks.py47 def setUp(self): argument
50 def test_EditTags(self): argument
60 def test_RewriteAvbProps(self): argument
94 def test_RewriteProps(self): argument
151 def test_ReplaceVerityKeyId(self): argument
209 def test_ReplaceCerts(self): argument
279 def test_WriteOtacerts(self): argument
295 def test_CheckApkAndApexKeysAvailable(self): argument
352 def test_GetApkFileInfo(self): argument
467 def test_ReadApexKeysInfo(self): argument
[all …]
H A Dtest_add_img_to_target_files.py35 def setUp(self): argument
70 def test_CheckAbOtaImages_missingImages(self): argument
75 def test_AddPackRadioImages(self): argument
83 def test_AddPackRadioImages_with_suffix(self): argument
92 def test_AddPackRadioImages_zipOutput(self): argument
104 def test_AddPackRadioImages_imageExists(self): argument
175 def test_AddCareMapForAbOta(self): argument
209 def test_AddCareMapForAbOta_withAvb(self): argument
394 def test_GetCareMap(self): argument
407 def test_GetCareMap_invalidPartition(self): argument
[all …]
H A Dtest_verity_utils.py39 def setUp(self): argument
66 def _GenerateImage(self): argument
161 def test_Generate(self): argument
186 def test_init(self): argument
192 def test_init_MissingProps(self): argument
231 def test_Build(self): argument
247 def test_Build_FecDisabled(self): argument
255 def test_Build_SquashFs(self): argument
283 def test_init(self): argument
289 def test_init_MissingProps(self): argument
[all …]
H A Dtest_rangelib.py23 def test_union(self): argument
29 def test_intersect(self): argument
35 def test_subtract(self): argument
41 def test_overlaps(self): argument
45 def test_size(self): argument
49 def test_map_within(self): argument
61 def test_first(self): argument
72 def test_extend(self): argument
78 def test_equality(self): argument
90 def test_init(self): argument
[all …]
/aosp12/system/bt/gd/cert/
H A Dcert_self_test.py43 def setup_test(self): argument
46 def teardown_test(self): argument
52 def test_assert_occurs_passes(self): argument
55 def test_assert_occurs_fails(self): argument
64 def test_skip_a_test(self): argument
67 def test_nested_packets(self): argument
70 def test_l2cap_config_options(self): argument
82 def test_assertThat_object_success(self): argument
142 def test_metadata_empty(self): argument
174 def test_metadata_pts_missing_id(self): argument
[all …]
/aosp12/system/media/camera/docs/
H A Dmetadata_model.py53 def __init__(self): argument
58 def parent(self): argument
62 def name(self): argument
188 def __str__(self): argument
229 def tags(self): argument
233 def types(self): argument
614 def id(self): argument
1011 def id(self): argument
1227 def type(self): argument
1231 def kind(self): argument
[all …]
/aosp12/build/soong/cc/symbolfile/
H A Dtest_symbolfile.py41 def test_get_tags(self) -> None: argument
45 def test_split_tag(self) -> None: argument
53 def test_get_tag_value(self) -> None: argument
232 def test_omit_apex(self) -> None: argument
247 def test_omit_arch(self) -> None: argument
262 def test_omit_api(self) -> None: argument
293 def test_omit_apex(self) -> None: argument
307 def test_omit_arch(self) -> None: argument
321 def test_omit_api(self) -> None: argument
337 def test_next_line(self) -> None: argument
[all …]
/aosp12/build/soong/scripts/
H A Dmanifest_fixer_test.py32 def test_sdk(self): argument
38 def test_codename(self): argument
91 def test_no_min(self): argument
100 def test_raise_min(self): argument
108 def test_raise(self): argument
140 def test_target(self): argument
196 def test_extra(self): argument
214 def test_indent(self): argument
297 def test_empty(self): argument
315 def test_add(self): argument
[all …]
/aosp12/system/bt/gd/l2cap/le/cert/
H A Dle_l2cap_test.py38 def setup_class(self): argument
41 def setup_test(self): argument
65 def teardown_test(self): argument
70 def _setup_link_from_cert(self): argument
130 def _open_fixed_channel(self, cid=4): argument
135 def test_fixed_channel_send(self): argument
142 def test_fixed_channel_receive(self): argument
204 def test_segmentation(self): argument
218 def test_no_segmentation(self): argument
236 def test_reassembling(self): argument
[all …]
/aosp12/art/tools/checker/file_format/checker/
H A Dtest.py29 def try_parse(self, string): argument
47 def test_ValidFormat(self): argument
114 def test_TextOnly(self): argument
122 def test_VarRefOnly(self): argument
125 def test_VarDefOnly(self): argument
148 def test_AllKinds(self): argument
160 def test_ValidRef(self): argument
164 def test_ValidDef(self): argument
170 def test_Empty(self): argument
220 def test_EmptyFile(self): argument
[all …]
/aosp12/bionic/libc/kernel/tools/
H A Dcpp.py119 def id(self): argument
132 def cursor(self): argument
141 def __repr__(self): argument
149 def __str__(self): argument
213 def __init__(self): argument
620 def token(self): argument
705 def __str__(self): argument
715 def toInt(self): argument
1006 def isIf(self): argument
1180 def dump(self): argument
[all …]
/aosp12/art/tools/checker/match/
H A Dtest.py46 def test_TextAndWhitespace(self): argument
60 def test_Pattern(self): argument
158 def test_Text(self): argument
162 def test_Pattern(self): argument
166 def test_Variables(self): argument
271 def test_DagStatements(self): argument
332 def test_NotStatements(self): argument
448 def test_EvalStatements(self): argument
462 def test_MisplacedNext(self): argument
518 def test_IfStatements(self): argument
[all …]
/aosp12/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_allocation_dump_1.py39 def test_setup(self): argument
72 def test_dump_char(self): argument
99 def test_dump_char2(self): argument
114 def test_dump_char3(self): argument
123 def test_dump_char4(self): argument
132 def test_dump_short(self): argument
192 def test_dump_int(self): argument
219 def test_dump_int2(self): argument
234 def test_dump_int3(self): argument
243 def test_dump_int4(self): argument
[all …]
/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/
H A Dtest_stats.py7 def setUp(self): argument
16 def from_spectime(self, spectime): argument
19 def feed_spec_text(self, text): argument
54 def test_baseline(self): argument
95 def test_subphases(self): argument
109 def test_subphases_nested(self): argument
124 def test_subphases_la_pr(self): argument
137 def test_subphases_and_layers(self): argument
235 def test_utility_code(self): argument
245 def test_app_layer(self): argument
[all …]
/aosp12/system/bt/gd/security/cert/
H A Dle_security_test.py71 def setup_class(self): argument
74 def setup_test(self): argument
100 def teardown_test(self): argument
106 def _prepare_cert_for_connection(self): argument
123 def _prepare_dut_for_connection(self): argument
141 def test_le_smp_timeout_iut_initiator(self): argument
151 def test_le_smp_timeout_iut_responder(self): argument
187 def test_just_works_iut_initiator(self): argument
223 def test_just_works_iut_responder(self): argument
259 def test_just_works_iut_responder_auth_req_rfu(self): argument
[all …]
/aosp12/art/build/apex/
H A Dart_apex_test.py80 def __str__(self): argument
127 def __del__(self): argument
452 def run(self): argument
542 def run(self): argument
571 def run(self): argument
594 def run(self): argument
632 def run(self): argument
664 def run(self): argument
758 def run(self): argument
769 def run(self): argument
[all …]
/aosp12/system/extras/simpleperf/scripts/
H A Dapp_profiler.py47 def __repr__(self): argument
50 def __str__(self): argument
203 def profile(self): argument
213 def prepare(self): argument
230 def start(self): argument
330 def start(self): argument
359 def start(self): argument
375 def start(self): argument
382 def start(self): argument
389 def start(self): argument
[all …]
/aosp12/packages/modules/adb/
H A Dtest_device.py43 def wrapper(self, *args): argument
63 def wrapper(self, *args): argument
84 def test_smoke(self): argument
132 def test_forward(self): argument
186 def test_reverse(self): argument
301 def test_cat(self): argument
495 def test_sighup(self): argument
632 def _test_root(self): argument
639 def _test_unroot(self): argument
765 def setUp(self): argument
[all …]
/aosp12/system/chre/chpp/api_parser/
H A Dchre_api_to_chpp.py61 def __init__(self, api, commit_hash): argument
76 def _autogen_notice(self): argument
103 def _is_array_type(self, type_info): argument
108 def _get_array_len(self, type_info): argument
183 def _gen_header_includes(self): argument
222 def _gen_structs_and_unions(self): argument
840 def generate_header_string(self): argument
902 def __init__(self, json_obj): argument
912 def _parse_annotations(self): argument
925 def _files_to_parse(self): argument
[all …]
/aosp12/build/make/tools/
H A Dtest_post_process_props.py25 def test_createFromLine(self): argument
49 def test_makeAsComment(self): argument
59 def setUp(self): argument
72 def tearDown(self): argument
76 def test_readFromFile(self): argument
99 def test_putNewProp(self): argument
138 def test_deleteOptionalProp(self): argument
162 def test_overridingOptional(self): argument
189 def test_overridingDuplicated(self): argument
235 def test_allowDuplicates(self): argument
[all …]
/aosp12/build/make/tools/fs_config/
H A Dtest_fs_config_generator.py22 def test_is_overlap(self): argument
35 def test_in_any_range(self): argument
45 def test_aid(self): argument
64 def test_aid_header_parser_good(self): argument
91 def test_aid_header_parser_good_unordered(self): argument
118 def test_aid_header_parser_bad_aid(self): argument
131 def test_aid_header_parser_bad_oem_range(self): argument
199 def test_aid_header_parser_no_bad_aids(self): argument
241 def test_fs_config_file_parser_good(self): argument
289 def test_fs_config_file_parser_bad(self): argument
[all …]

12345678910>>...37