Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 42) sorted by relevance

12

/system/bt/vendor_libs/test_vendor_lib/
DAndroid.bp37 "model/setup/async_manager.cc",
38 "model/setup/device_boutique.cc",
39 "model/setup/phy_layer_factory.cc",
40 "model/setup/test_channel_transport.cc",
41 "model/setup/test_command_handler.cc",
42 "model/setup/test_model.cc",
/system/bt/gd/cert/
Dbluetooth_packets_python3_setup.py29 from setuptools import setup, Extension
63 setup(
Dset_up_virtualenv.sh23 Ensure script is SOURCED and not executed to persist the build setup
127 $CERT_TEST_VENV/bin/python $CERT_TEST_VENV/acts/setup.py install
Dgd_device.py103 device.setup()
178 def setup(self): member in GdDeviceBase
368 def setup(self): member in GdHostOnlyDevice
376 super().setup()
392 def setup(self): member in GdAndroidDevice
432 super().setup()
/system/timezone/
Dupdate-tzdata.py96 setup = open(zone_compactor_setup_file, 'w')
100 setup.write('%s\n' % link)
102 setup.write('%s\n' % zone)
103 setup.close()
/system/bt/osi/test/fuzzers/alarm/
Dfuzz_alarm.cc43 void setup() { in setup() function
97 setup(); in LLVMFuzzerTestOneInput()
/system/bt/gd/
Dsetup.py21 from setuptools import setup
91 setup(
/system/core/adb/daemon/
Dusb.cpp392 << static_cast<int>(event.u.setup.bRequestType) in StartMonitor()
393 << ", bRequest = " << static_cast<int>(event.u.setup.bRequest) in StartMonitor()
394 << ", wValue = " << static_cast<int>(event.u.setup.wValue) in StartMonitor()
395 << ", wIndex = " << static_cast<int>(event.u.setup.wIndex) in StartMonitor()
396 << ", wLength = " << static_cast<int>(event.u.setup.wLength); in StartMonitor()
398 if ((event.u.setup.bRequestType & USB_DIR_IN)) { in StartMonitor()
407 buf.resize(event.u.setup.wLength + 1); in StartMonitor()
410 if (rc != event.u.setup.wLength) { in StartMonitor()
414 << event.u.setup.wLength; in StartMonitor()
/system/sepolicy/prebuilts/api/28.0/private/
Dnetd.te14 # give netd permission to setup iptables rule with xt_bpf
/system/extras/tests/iptables/qtaguid/
DsocketTag.cpp49 int setup(uint64_t tag);
107 int SockInfo::setup(uint64_t tag) { in setup() function in android::SockInfo
221 ASSERT_FALSE(sock0.setup(valid_tag1)) << "socket0 setup failed"; in SetUp()
223 ASSERT_FALSE(sock1.setup(valid_tag1)) << "socket1 setup failed"; in SetUp()
/system/bt/stack/btm/
Dbtm_sco.cc130 enh_esco_params_t* p_setup = &p_sco->esco.setup; in btm_esco_conn_rsp()
509 p_setup = &p->esco.setup; in BTM_CreateSco()
596 if (btm_send_connect_request(acl_handle, &p->esco.setup) == in btm_sco_chk_pend_unpark()
635 if ((btm_send_connect_request(acl_handle, &p->esco.setup)) == in btm_sco_chk_pend_rolechange()
831 parms.packet_types = p->esco.setup.packet_types; in btm_sco_connected()
833 parms.max_latency_ms = p->esco.setup.max_latency_ms; in btm_sco_connected()
834 parms.retransmission_effort = p->esco.setup.retransmission_effort; in btm_sco_connected()
1145 enh_esco_params_t* p_setup = &p_sco->esco.setup; in BTM_ChangeEScoLinkParms()
Dbtm_int_types.h330 enh_esco_params_t setup; member
/system/sepolicy/prebuilts/api/29.0/private/
Dnetd.te11 # give netd permission to setup iptables rule with xt_bpf, attach program to cgroup, and read/write
/system/sepolicy/prebuilts/api/30.0/private/
Dnetd.te12 # give netd permission to setup iptables rule with xt_bpf, attach program to cgroup, and read/write
/system/bt/gd/docs/testing/
Dcert_test.md109 * `--clean`: Remove any test setup files and do a clean test run
111 test setup
122 * Local setup: Linux or MAC laptop with two Android phones connected
123 * Remote setup: Linux or MAC workstation
177 1. Continue with device setup
/system/sepolicy/private/
Dnetd.te12 # give netd permission to setup iptables rule with xt_bpf, attach program to cgroup, and read/write
/system/core/cli-test/
DREADME.md55 setup/teardown but also for testing post conditions (as in the example above).
90 setup between tests.
/system/core/fs_mgr/tests/src/com/android/tests/vendoroverlay/
DVendorOverlayHostTest.java43 public void setup() throws DeviceNotAvailableException { in setup() method in VendorOverlayHostTest
/system/sepolicy/tests/
Dtreble_sepolicy_tests.py159 def setup(pol): function
394 setup(pol)
/system/core/fs_mgr/libsnapshot/
DPowerTest.md18 Next, run the test setup:
/system/extras/app-launcher/
Dapp-launcher457 setup() { function
563 setup
DREADME11 2) Clear the setup wizard.
/system/extras/simpleperf/doc/
DREADME.md232 …ploaded to android-review.googlesource.com as [here](https://source.android.com/setup/contribute/),
236 1. Download AOSP main branch as [here](https://source.android.com/setup/build/requirements).
/system/core/fs_mgr/
DREADME.overlayfs.md104 without differentiating if it is setup to support logical or physical,
/system/bt/gd/docs/architecture/
Dstyle_guide.md17 https://source.android.com/setup/contribute/code-style

12