Home
last modified time | relevance | path

Searched defs:self (Results 101 – 125 of 974) sorted by relevance

12345678910>>...39

/aosp12/system/bt/gd/cert/
H A Dbehavior.py29 def get_behaviors(self): argument
55 def begin(self, matcher): argument
61 def set_default(self, fn): argument
71 def run(self, obj): argument
85 def __obj_invoked(self, obj): argument
110 def then(self, times=1): argument
115 def always(self): argument
126 def _commit(self, fn): argument
138 def try_run(self, obj): argument
156 def times(self, times=1): argument
[all …]
H A Dpy_security.py66 def __init__(self, device): argument
78 def create_bond(self, address, type): argument
107 def remove_bond(self, address, type): argument
114 def set_io_capabilities(self, io_capabilities): argument
145 def enable_secure_simple_pairing(self): argument
153 def enable_secure_connections(self): argument
172 def wait_for_passkey(self, cert_address): argument
189 def input_pin(self, cert_address, pin): argument
218 def get_address(self): argument
243 def wait_for_disconnect_event(self): argument
[all …]
/aosp12/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_write_local.py35 def _try_modifying_local(self, local_name, new_value, data_type_in, argument
69 def test_setup(self): argument
82 def test_modify_char(self): argument
87 def test_modify_primitive(self): argument
120 def test_modify_uchar2(self): argument
124 def test_modify_vec2(self): argument
156 def test_modify_short3(self): argument
160 def test_modify_vec3(self): argument
195 def test_modify_ushort4(self): argument
200 def test_modify_vec4(self): argument
H A Dtest_write_global_element.py36 def _try_inspecting_global(self, global_name, expected_output): argument
48 def _try_modifying_global(self, global_name, new_value, expected_output, argument
78 def test_setup(self): argument
91 def test_modify_global(self): argument
97 def test_vec2(self): argument
156 def test_uchar3(self): argument
164 def test_vec3(self): argument
232 def test_short4(self): argument
239 def test_vec4(self): argument
288 def test_cpp_cleanup(self): argument
H A Dtest_allocation_list.py39 def test_allocation_list_single(self): argument
61 def test_allocation_list_all(self): argument
202 def test_continue_1(self): argument
213 def test_allocation_list_all2_java(self): argument
362 def test_continue_2(self): argument
373 def test_allocation_list_all3(self): argument
485 def test_allocation_list_all4(self): argument
543 def test_cpp_cleanup(self): argument
/aosp12/build/make/tools/releasetools/
H A Dtest_build_image.py33 def test_CheckHeadroom_SizeUnderLimit(self): argument
42 def test_CheckHeadroom_InsufficientHeadroom(self): argument
53 def test_CheckHeadroom_WrongFsType(self): argument
62 def test_CheckHeadroom_MissingProperties(self): argument
78 def test_CheckHeadroom_WithMke2fsOutput(self): argument
102 def test_SetUpInDirAndFsConfig_SystemRootImageTrue_NonSystem(self): argument
120 def test_SetUpInDirAndFsConfig(self): argument
149 def test_SetUpInDirAndFsConfig_WithRootFsConfig(self): argument
184 def test_GetFilesystemCharacteristics(self): argument
H A Dtest_non_ab_ota.py29 def setUp(self): argument
31 def test_init(self): argument
37 def test_Compute(self): argument
48 def test_Finalize(self): argument
67 def test_Verify(self): argument
121 def test_WriteFingerprintAssertion_without_oem_props(self): argument
135 def test_WriteFingerprintAssertion_with_source_oem_props(self): argument
147 def test_WriteFingerprintAssertion_with_target_oem_props(self): argument
159 def test_WriteFingerprintAssertion_with_both_oem_props(self): argument
H A Dblockimgdiff.py88 def patch_info(self): argument
97 def NetStashChange(self): argument
101 def ConvertToNew(self): argument
108 def __str__(self): argument
115 def __init__(self, item): argument
121 def clear(self): argument
124 def __bool__(self): argument
131 def __eq__(self, other): argument
134 def __le__(self, other): argument
165 def __init__(self): argument
[all …]
H A Dtest_check_target_files_vintf.py66 def setUp(self): argument
69 def prepare_test_dir(self, test_delta_rel_path): argument
90 def test_CheckVintf_skeleton(self): argument
96 def test_CheckVintf_matrix_incompat(self): argument
103 def test_CheckVintf_kernel_compat(self): argument
112 def test_CheckVintf_kernel_incompat(self): argument
122 def test_CheckVintf_sku_compat(self): argument
131 def test_CheckVintf_sku_incompat(self): argument
140 def test_CheckVintf_bad_xml(self): argument
/aosp12/system/extras/tests/bootloader/
H A Dbootloadertest.py36 def exists_yes_no(self, varname, varlist): argument
39 def exists_nonempty(self, varname, varlist): argument
53 def get_exists(self, varname): argument
63 def get_exists_yes_no(self, varname): argument
66 def get_exists_nonempty(self, varname): argument
79 def get_slotcount(self): argument
93 def test_getvarall(self): argument
133 def test_getvar_nonexistent(self): argument
138 def test_getvar(self): argument
171 def test_setactive(self): argument
[all …]
H A Dbootctl.py16 def __init__(self, device): argument
20 def _exec(self, cmd): argument
23 def get_number_slots(self): argument
28 def get_current_slot(self): argument
33 def mark_boot_successful(self): argument
38 def set_active_boot_slot(self, slot): argument
43 def set_slot_as_unbootable_slot(self, slot): argument
48 def is_slot_bootable(self, slot): argument
53 def is_slot_marked_successful(self, slot): argument
58 def get_suffix(self, slot): argument
/aosp12/system/bt/gd/hal/cert/
H A Dsimple_hal_test.py38 def setup_class(self): argument
41 def setup_test(self): argument
50 def teardown_test(self): argument
55 def test_stream_events(self): argument
62 def test_loopback_hci_command(self): argument
71 def test_inquiry_from_dut(self): argument
82 def test_le_ad_scan_cert_advertises(self): argument
105 def test_le_connection_dut_advertises(self): argument
124 def test_le_connect_list_connection_cert_advertises(self): argument
/aosp12/system/bt/vendor_libs/test_vendor_lib/scripts/
H A Dsimple_stack.py114 def __init__(self, port): argument
118 def close(self): argument
121 def send(self, data): argument
124 def receive(self, size): argument
135 def __init__(self, port): argument
138 def close(self): argument
147 def receive_response(self): argument
176 def do_send(self, args): argument
182 def do_scan(self, args): argument
188 def do_quit(self, args): argument
[all …]
H A Dlink_layer_socket.py80 def __init__(self, port): argument
91 def rx_bytes(self, size): argument
100 def rx_thread_body(self): argument
121 def get_packet(self): argument
126 def send_binary(self, args): argument
134 def tell_rx_thread_to_quit(self): argument
144 def __init__(self, link_layer): argument
148 def do_send(self, args): argument
154 def do_quit(self, args): argument
164 def do_help(self, args): argument
/aosp12/packages/services/Car/tools/emulator/
H A Ddiagnostic_builder.py27 def __init__(self, numElements): argument
35 def _getIndices(self, bit): argument
42 def setBit(self, bit): argument
47 def getBit(self, bit): argument
52 def __str__(self): argument
55 def __init__(self, propConfig): argument
67 def addIntSensor(self, idx, value): argument
72 def addFloatSensor(self, idx, value): argument
77 def setStringValue(self, string): argument
81 def build(self): argument
[all …]
/aosp12/system/tools/aidl/tests/
H A Daidl_integration_test.py106 def cleanup(self): argument
108 def run(self): argument
112 def cleanup(self): argument
114 def run(self): argument
137 def cleanup(self): argument
140 def run(self): argument
151 def cleanup(self): argument
154 def run(self): argument
172 def run(self): argument
185 def run(self): argument
[all …]
/aosp12/system/bt/gd/neighbor/cert/
H A Dneighbor_test.py31 def setup_class(self): argument
34 def setup_test(self): argument
43 def teardown_test(self): argument
47 def _set_name(self): argument
55 def test_inquiry_from_dut(self): argument
65 def test_inquiry_rssi_from_dut(self): argument
76 def test_inquiry_extended_from_dut(self): argument
95 def test_remote_name(self): argument
/aosp12/system/bt/gd/hci/cert/
H A Dacl_manager_test.py27 def setup_class(self): argument
31 def setup_test(self): argument
36 def teardown_test(self): argument
40 def test_dut_connects(self): argument
53 def test_cert_connects(self): argument
69 def test_reject_broadcast(self): argument
88 def test_cert_connects_disconnects(self): argument
107 def test_recombination_l2cap_packet(self): argument
/aosp12/system/extras/boottime_tools/io_analysis/
H A Dcheck_io_trace_all.py53 def __init__(self, name): argument
87 def add_dm_read(self, size): argument
93 def dump(self): argument
115 def __init__(self): argument
125 def parse(self, l): argument
179 def dump(self): argument
221 def __init__(self, pid): argument
285 def dump(self): argument
303 def __init__(self): argument
308 def parse(self, l): argument
[all …]
/aosp12/system/apex/tools/
H A Ddeapexer.py52 def name(self): argument
56 def full_path(self): argument
60 def is_directory(self): argument
64 def is_symlink(self): argument
72 def permissions(self): argument
76 def size(self): argument
80 def ino(self): argument
84 def extents(self): argument
87 def __str__(self): argument
142 def __del__(self): argument
[all …]
/aosp12/system/extras/simpleperf/scripts/test/
H A Dkotlin_app_test.py31 def test_app_profiler(self): argument
34 def test_app_profiler_profile_from_launch(self): argument
41 def test_report(self): argument
48 def test_annotate(self): argument
61 def test_report_sample(self): argument
66 def test_pprof_proto_generator(self): argument
77 def test_inferno(self): argument
84 def test_report_html(self): argument
96 def test_app_profiler(self): argument
107 def test_smoke(self): argument
/aosp12/packages/modules/NeuralNetworks/tools/api/
H A Dgenerate_api.py13 def __init__(self, filename): argument
17 def finish(self): argument
21 def handle_line(self): argument
25 def read(self): argument
32 def context(self): argument
47 def __init__(self, filename, kind): argument
58 def finish(self): argument
63 def macro_substitution(self): argument
101 def match_kind(self, patterns_string): argument
132 def handle_line(self): argument
[all …]
/aosp12/system/update_engine/scripts/update_payload/
H A Dchecker_unittest.py106 def setUp(self): argument
110 def tearDown(self): argument
137 def MockPayload(self): argument
308 def testCheckPresentIff(self): argument
531 def testCheckLength(self): argument
546 def testCheckExtents(self): argument
582 def testCheckReplaceOperation(self): argument
617 def testCheckReplaceBzOperation(self): argument
659 def testCheckReplaceXzOperation(self): argument
701 def testCheckAnyDiff(self): argument
[all …]
/aosp12/packages/services/Car/tools/hidl_parser/
H A Dparser.py90 def __str__(self): argument
98 def __str__(self): argument
106 def __str__(self): argument
113 def __str__(self): argument
120 def __str__(self): argument
143 def __str__(self): argument
155 def __str__(self): argument
167 def __str__(self): argument
182 def __str__(self): argument
190 def __str__(self): argument
[all …]
/aosp12/system/libufdt/utils/src/
H A Dmkdtboimg.py115 def __str__(self): argument
151 def dt_file(self): argument
156 def size(self): argument
174 def image_id(self): argument
179 def rev(self): argument
184 def flags(self): argument
189 def custom0(self): argument
194 def custom1(self): argument
199 def custom2(self): argument
204 def custom3(self): argument
[all …]

12345678910>>...39