Home
last modified time | relevance | path

Searched refs:categories (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/
DCargo.toml11 categories = ["development-tools::build-utils"] qkey
/device/google/trout/
DCPPLINT.cfg23 # Ignore the following categories of errors, as specified by the filter:
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto1296 // The following fields define the set of enabled trace categories. Each list
1302 // 1. Exact matches in enabled categories.
1304 // 3. Exact matches in disabled categories.
1306 // 5. Pattern matches in enabled categories.
1308 // 7. Pattern matches in disabled categories.
1315 // - To enable all non-slow/debug categories:
1324 // - To enable only categories with a specific tag:
2397 // Comma separated list of enabled categories for tracing. The list of
6881 // categories: ["my_cat"]
6913 // categories: ["my_cat"]
[all …]
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h2872 RIL_EmergencyServiceCategory categories; /* The bitfield of @1.4::EmergencyServiceCategory(s). member
Dril_service.cpp593 hidl_bitfield<android::hardware::radio::V1_4::EmergencyServiceCategory> categories,
599 hidl_bitfield<android::hardware::radio::V1_4::EmergencyServiceCategory> categories,
1862 hidl_bitfield<android::hardware::radio::V1_4::EmergencyServiceCategory> categories, in emergencyDial_1_6() argument
1925 eccDial.categories = (RIL_EmergencyServiceCategory)categories; in emergencyDial_1_6()
3845 hidl_bitfield<android::hardware::radio::V1_4::EmergencyServiceCategory> categories, in emergencyDial() argument
3908 eccDial.categories = (RIL_EmergencyServiceCategory)categories; in emergencyDial()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c4344 if (p_eccDial->categories == CATEGORY_UNSPECIFIED) {
4348 p_eccDial->categories, clir);