Home
last modified time | relevance | path

Searched refs:include (Results 1 – 25 of 115) sorted by relevance

12345

/tools/metalava/
Dsettings.gradle.kts58 include(":integration")
61 include(":metalava")
62 include(":metalava-model")
63 include(":metalava-model-psi")
64 include(":metalava-model-source")
65 include(":metalava-model-testsuite")
66 include(":metalava-model-testsuite-cli")
67 include(":metalava-model-text")
68 include(":metalava-model-turbine")
69 include(":metalava-reporter")
[all …]
/tools/trebuchet/
Dsettings.gradle21 include 'core:model'
22 include 'core:common'
26 include 'trebuchet:analyzer'
27 include 'trebuchet:startup-analyzer'
28 include 'trebuchet:startup-common'
29 include 'trebuchet:startup-summarizer'
30 include 'trebuchet:system-server-analyzer'
31 include 'trebuchet:user-switch-analyzer'
32 include 'trebuchet:traceutils'
33 include 'trebuchet:viewer'
/tools/ndkports/
Dsettings.gradle.kts13 include("curl")
14 include("googletest")
15 include("jsoncpp")
16 include("openssl")
/tools/test/connectivity/acts/framework/
DMANIFEST.in1 include setup.py README.txt sample_config.json
2 recursive-include acts *
3 recursive-include tests *
/tools/netsim/rust/daemon/src/
Dffi.rs63 include!("backend/backend_packet_hub.h");
69 include!("core/server.h");
93 include!("backend/grpc_client.h");
165 include!("hci/hci_packet_hub.h");
172 include!("hci/rust_device.h");
180 include!("hci/bluetooth_facade.h");
250 include!("wifi/wifi_packet_hub.h");
267 include!("wifi/wifi_facade.h");
343 include!("frontend/server_response_writable.h");
382 include!("util/crash_report.h");
[all …]
/tools/tradefederation/core/javatests/res/testdata/
Dtest_mapping_28 "include-filter": "some-filter"
16 "include-filter": "some-filter2"
37 "include-filter": "filter.com"
Dtest_mapping_with_mainline7 "include-filter": "test-filter"
15 "include-filter": "test-filter2"
/tools/netsim/testing/netsim-grpc/
DMANIFEST.in1 include proto/netsim/*.proto
2 include ../../packages/modules/Bluetooth/tools/rootcanal/proto/rootcanal/*.proto
Dconfigure.sh69 local PYTHON_H=$(find $AOSP_PREBUILTS_DIR/python/$OS_NAME-x86/include -name 'Python.h')
101 rm -r $VIRTUAL_ENV_DEST/include
102 ln -sf $PYTHON_INCLUDE $VIRTUAL_ENV_DEST/include
/tools/tradefederation/core/
DMULTIUSER_OWNERS1 include platform/frameworks/base:/MULTIUSER_OWNERS
2 include platform/cts:/common/device-side/bedstead/OWNERS
/tools/asuite/atest/unittest_data/vts_plan_files/
Dvts-aa.xml.data2 <include name="vts-bb" />
3 <include name="vts-dd" />
/tools/netsim/rust/daemon/src/wifi/packets/
Dmod.rs22 include!(concat!(env!("OUT_DIR"), "/netlink_packets.rs"));
30 include!(concat!(env!("OUT_DIR"), "/mac80211_hwsim_packets.rs"));
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/model/visitors/
DApiVisitor.kt157 if (!include(cls)) { in visit()
190 open fun include(cls: ClassItem): Boolean { in include() method
205 fun include(vc: VisitCandidate): Boolean { in include() method
206 if (!include(vc.cls)) { in include()
329 if (!include(this)) { in accept()
/tools/netsim/rust/cli/
Dnetsim-cli.md60 … * `--include-device-name`: Set whether the device name should be included in the advertise packet
61 …* `--include-tx-power-level`: Set whether the transmit power level should be included in the adver…
88 …* `--include-device-name`: Change whether the device name should be included in the advertise pack…
89 …* `--include-tx-power-level`: Change whether the transmit power level should be included in the ad…
105 include ID, Device Name, and Chip Kind
113 include ID, Device Name, and Chip Kind
118 include ID, Device Name, and Chip Kind
/tools/netsim/rust/daemon/src/wifi/
Dmedium.rs577 let packet: Vec<u8> = include!("test_packets/hwsim_cmd_frame.csv"); in test_netlink_attr()
580 let tx_info_packet: Vec<u8> = include!("test_packets/hwsim_cmd_tx_info.csv"); in test_netlink_attr()
588 include!("test_packets/hwsim_cmd_frame_response_no_transmitter_flags_tx_info.csv"); in test_netlink_attr_response_packet()
592 include!("test_packets/hwsim_cmd_frame_response_no_cookie.csv"); in test_netlink_attr_response_packet()
598 let packet: Vec<u8> = include!("test_packets/hwsim_cmd_frame_mdns.csv"); in test_is_mdns_packet()
607 let packet: Vec<u8> = include!("test_packets/hwsim_cmd_tx_info.csv"); in test_build_tx_info_reconstruct()
617 let packet: Vec<u8> = include!("test_packets/hwsim_cmd_frame.csv"); in test_build_tx_info()
646 let frame_bytes = Bytes::from(include!("test_packets/hwsim_cmd_frame_request.csv")); in test_build_tx_info_and_compare()
648 Bytes::from(include!("test_packets/hwsim_cmd_tx_info_response.csv")); in test_build_tx_info_and_compare()
654 let frame_bytes = Bytes::from(include!("test_packets/hwsim_cmd_frame_request_mdns.csv")); in test_build_tx_info_and_compare_mdns()
[all …]
/tools/tradefederation/core/javatests/test-apps/NativeTestSampleApp/tests/
DAndroid.mk.bak24 include $(CLEAR_VARS)
36 $(LOCAL_PATH)/../include
47 include $(BUILD_NATIVE_TEST)
/tools/ndkports/curl/
Dbuild.gradle.kts105 include("**/*.aar") in <lambda>()
106 include("**/*.pom") in <lambda>()
/tools/asuite/aidegen/lib/
Dnative_module_info.py193 for include in mod_info[flag][header]:
194 match = re.search(_INC_GEN_CHECK, include)
195 if match and not os.path.isdir(include):
/tools/ndkports/jsoncpp/
Dbuild.gradle.kts110 include("**/*.aar") in <lambda>()
111 include("**/*.pom") in <lambda>()
/tools/test/connectivity/acts_tests/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino1 #include <ESP8266WiFi.h>
2 #include <ESP8266Ping.h>
3 #include <WiFiUdp.h>
/tools/netsim/rust/
DCMakeLists.txt16 GRPCIO_SYS_GRPC_INCLUDE_PATH="${CMAKE_CURRENT_SOURCE_DIR}/../../../external/grpc/include"
22 GRPCIO_SYS_GRPC_INCLUDE_PATH="${CMAKE_CURRENT_SOURCE_DIR}/../../../external/grpc/include"
27 GRPCIO_SYS_GRPC_INCLUDE_PATH="${CMAKE_CURRENT_SOURCE_DIR}/../../../external/grpc/include"
/tools/ndkports/googletest/
Dbuild.gradle.kts131 include("**/*.aar") in <lambda>()
132 include("**/*.pom") in <lambda>()
/tools/test/graphicsbenchmark/
DREADME16 Available options include:
33 $ atest --include-subdirs --test-mapping tools/test/graphicsbenchmark:presubmit
/tools/test/openhst/
DMakefile71 …$(PROTOC_DIR)/protoc.exe -I=${SRC_DIR} --proto_path=$(PROTOC_DIR)/include --python_out=${DST_DIR} …
77 …$(PROTOC_DIR)/bin/protoc -I=${SRC_DIR} --proto_path=$(PROTOC_DIR)/include --python_out=${DST_DIR} …
/tools/asuite/adevice/
DOWNERS1 include /OWNERS_ADTE_TEAM

12345