/system/bt/vendor_libs/test_vendor_lib/ |
D | Android.bp | 37 "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/ |
D | bluetooth_packets_python3_setup.py | 29 from setuptools import setup, Extension 63 setup(
|
D | set_up_virtualenv.sh | 23 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
|
D | gd_device.py | 103 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/ |
D | update-tzdata.py | 96 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/ |
D | fuzz_alarm.cc | 43 void setup() { in setup() function 97 setup(); in LLVMFuzzerTestOneInput()
|
/system/bt/gd/ |
D | setup.py | 21 from setuptools import setup 91 setup(
|
/system/core/adb/daemon/ |
D | usb.cpp | 392 << 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/ |
D | netd.te | 14 # give netd permission to setup iptables rule with xt_bpf
|
/system/extras/tests/iptables/qtaguid/ |
D | socketTag.cpp | 49 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/ |
D | btm_sco.cc | 130 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()
|
D | btm_int_types.h | 330 enh_esco_params_t setup; member
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | netd.te | 11 # give netd permission to setup iptables rule with xt_bpf, attach program to cgroup, and read/write
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | netd.te | 12 # give netd permission to setup iptables rule with xt_bpf, attach program to cgroup, and read/write
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 109 * `--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/ |
D | netd.te | 12 # give netd permission to setup iptables rule with xt_bpf, attach program to cgroup, and read/write
|
/system/core/cli-test/ |
D | README.md | 55 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/ |
D | VendorOverlayHostTest.java | 43 public void setup() throws DeviceNotAvailableException { in setup() method in VendorOverlayHostTest
|
/system/sepolicy/tests/ |
D | treble_sepolicy_tests.py | 159 def setup(pol): function 394 setup(pol)
|
/system/core/fs_mgr/libsnapshot/ |
D | PowerTest.md | 18 Next, run the test setup:
|
/system/extras/app-launcher/ |
D | app-launcher | 457 setup() { function 563 setup
|
D | README | 11 2) Clear the setup wizard.
|
/system/extras/simpleperf/doc/ |
D | README.md | 232 …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/ |
D | README.overlayfs.md | 104 without differentiating if it is setup to support logical or physical,
|
/system/bt/gd/docs/architecture/ |
D | style_guide.md | 17 https://source.android.com/setup/contribute/code-style
|