| /system/extras/libperfmgr/ |
| D | config_schema.json | 4 "type": "object", string 12 "type": "array", string 17 "type": "object", string 26 "type": "string", string 33 "type": "string", string 40 "type": "array", string 45 "type": "string", string 53 "type": "integer", string 60 "type": "boolean", string 66 "type": "boolean", string [all …]
|
| /system/tools/hidl/ |
| D | Scope.cpp | 36 void Scope::addType(NamedType* type) { in addType() 43 for (const auto* type : mTypes) { in validateUniqueNames() local 100 for (const NamedType *type : mTypes) { in containsInterfaces() local 153 for (const Type* type : mTypes) { in emitTypeDeclarations() local 162 for (const Type* type : mTypes) { in emitTypeDeclarations() local 169 for (const Type* type : mTypes) { in emitGlobalTypeDeclarations() local 175 for (const Type* type : mTypes) { in emitPackageTypeDeclarations() local 181 for (const Type* type : mTypes) { in emitPackageHwDeclarations() local 191 for (const Type* type : mTypes) { in emitJavaTypeDeclarations() local 198 for (const Type* type : mTypes) { in emitTypeDefinitions() local [all …]
|
| D | AST.cpp | 132 [](Type* type) { in postParse() 146 [&](Type* type) -> status_t { in constantExpressionRecursivePass() 159 [&](Type* type) -> status_t { in lookupTypes() 185 [&](Type* type) -> status_t { in gatherReferencedTypes() 204 [&](Type* type) -> status_t { in lookupLocalIdentifiers() 231 [&](const Type* type) -> status_t { in validateDefinedTypesUniqueNames() 268 [&](Type* type) { in topologicalReorder() 283 [&](const Type* type) -> status_t { in checkAcyclicConstantExpressions() 297 [](const Type* type) -> status_t { in checkForwardReferenceRestrictions() 420 void AST::addScopedType(NamedType* type, Scope* scope) { in addScopedType() [all …]
|
| /system/extras/simpleperf/nonlinux_support/include/linux/ |
| D | ioctl.h | 17 #define __IO(type, nr) argument 18 #define __IOR(type, nr, size) argument 19 #define __IOW(type, nr, size) argument
|
| /system/core/property_service/libpropertyinfoserializer/ |
| D | trie_builder.h | 34 const std::string* type; member 58 const std::string* type) { in AddPrefixContext() 69 const std::string* type) { in AddExactMatchContext() 83 const std::string* type() const { return property_entry_.type; } in type() function 84 void set_type(const std::string* type) { property_entry_.type = type; } in set_type()
|
| D | property_info_serializer_test.cpp | 149 const char* type; in TEST() local 780 const char* type; in TEST() local 825 const char* type; in TEST() local 864 const char* type; in TEST() local
|
| D | property_info_file.cpp | 51 for (const auto& type : no_parameter_types) { in IsTypeValid() local 79 auto type = tokenizer.GetNext(); in ParsePropertyInfoLine() local
|
| /system/keymaster/android_keymaster/ |
| D | keymaster_tags.cpp | 140 #define DEFINE_KEYMASTER_TAG(type, name) TypedTag<type, KM_##name> name argument 186 #define DEFINE_KEYMASTER_ENUM_TAG(type, name, enumtype) TypedEnumTag<type, KM_##name, enumtype> name argument
|
| /system/core/adb/sysdeps/posix/ |
| D | network.cpp | 53 static int _network_loopback_client(bool ipv6, int port, int type, std::string* error) { in _network_loopback_client() 79 int network_loopback_client(int port, int type, std::string* error) { in network_loopback_client() 88 static int _network_loopback_server(bool ipv6, int port, int type, std::string* error) { in _network_loopback_server() 117 int network_loopback_server(int port, int type, std::string* error) { in network_loopback_server()
|
| /system/bt/stack/avdt/ |
| D | avdt_ad.cc | 66 uint8_t avdt_ad_type_to_tcid(uint8_t type, AvdtpScb* p_scb) { in avdt_ad_type_to_tcid() 92 uint8_t type; in avdt_ad_tcid_to_type() local 142 AvdtpTransportChannel* avdt_ad_tc_tbl_by_st(uint8_t type, AvdtpCcb* p_ccb, in avdt_ad_tc_tbl_by_st() 217 AvdtpTransportChannel* avdt_ad_tc_tbl_by_type(uint8_t type, AvdtpCcb* p_ccb, in avdt_ad_tc_tbl_by_type() 486 uint8_t avdt_ad_write_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb, in avdt_ad_write_req() 513 void avdt_ad_open_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb, in avdt_ad_open_req() 585 void avdt_ad_close_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb) { in avdt_ad_close_req()
|
| /system/media/radio/src/ |
| D | radio_metadata.c | 103 const radio_metadata_type_t type, in add_metadata() 216 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_int() local 228 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_text() local 241 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_raw() local 251 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_clock() local 286 radio_metadata_type_t type; in radio_metadata_add_metadata() local 373 radio_metadata_type_t *type, in radio_metadata_get_at_index() 400 radio_metadata_type_t *type, in radio_metadata_get_from_key()
|
| /system/bt/binder/android/bluetooth/ |
| D | IBluetoothSocketManager.aidl | 30 …@nullable ParcelFileDescriptor connectSocket(in BluetoothDevice device, int type, in @nullable Par… in connectSocket() 31 …@nullable ParcelFileDescriptor createSocketChannel(int type, in @nullable String serviceName, in @… in createSocketChannel()
|
| /system/tools/hidl/docs/src/parser/elements/declarations/ |
| D | CompoundDeclarationParser.kt | 30 lateinit var type: TokenGrammar variable 111 val type: String constant 117 class MemberDeclaration(override val type: String, constant in MemberDeclaration 122 class CompoundMemberDeclaration(override val type: String, constant in CompoundMemberDeclaration
|
| D | MethodDeclarationParser.kt | 25 data class ArgEntry(val type: String, val name: String) constant in parser.elements.declarations.ArgEntry 89 val type = paramTokens.takeWhile { it != paramTokens.last() } //but-last in formatArgEntry() constant
|
| /system/media/audio_route/ |
| D | audio_route.c | 53 unsigned int type; member 88 static bool is_supported_ctl_type(enum mixer_ctl_type type) in is_supported_ctl_type() 102 static size_t sizeof_ctl_type(enum mixer_ctl_type type) { in sizeof_ctl_type() 319 enum mixer_ctl_type type = mixer_ctl_get_type(ctl); in path_add_value() local 385 enum mixer_ctl_type type; in path_apply() local 407 enum mixer_ctl_type type; in path_reset() local 465 enum mixer_ctl_type type; in start_tag() local 589 enum mixer_ctl_type type; in alloc_mixer_state() local 629 enum mixer_ctl_type type; in free_mixer_state() local 654 enum mixer_ctl_type type; in audio_route_update_mixer() local [all …]
|
| /system/bt/tools/scripts/ |
| D | btsnooz.py | 43 def type_to_direction(type): argument 54 def type_to_hci(type): argument
|
| /system/update_engine/common/ |
| D | fake_prefs.cc | 44 FakePrefs::PrefType const FakePrefs::PrefConsts<string>::type = member in chromeos_update_engine::FakePrefs::PrefConsts<string> 51 FakePrefs::PrefType const FakePrefs::PrefConsts<int64_t>::type = member in chromeos_update_engine::FakePrefs::PrefConsts<int64_t> 58 FakePrefs::PrefType const FakePrefs::PrefConsts<bool>::type = member in chromeos_update_engine::FakePrefs::PrefConsts<bool> 108 string FakePrefs::GetTypeName(PrefType type) { in GetTypeName()
|
| D | http_common.cc | 71 const char *GetHttpContentTypeString(HttpContentType type) { in GetHttpContentTypeString() 73 HttpContentType type; in GetHttpContentTypeString() member
|
| /system/bt/btif/src/ |
| D | btif_sock.cc | 130 static bt_status_t btsock_listen(btsock_type_t type, const char* service_name, in btsock_listen() 180 static bt_status_t btsock_connect(const RawAddress* bd_addr, btsock_type_t type, in btsock_connect() 228 static void btsock_signaled(int fd, int type, int flags, uint32_t user_id) { in btsock_signaled()
|
| /system/core/libcutils/ |
| D | socket_local_server_unix.cpp | 28 int socket_local_server(const char *name, int namespaceId, int type) in socket_local_server() 97 int socket_local_server(const char *name, int namespaceId, int type)
|
| D | socket_local_client_unix.cpp | 27 int socket_local_client(const char *name, int namespaceId, int type) in socket_local_client() 149 int socket_local_client(const char *name, int namespaceId, int type) in socket_local_client()
|
| /system/bt/osi/src/ |
| D | metrics.cc | 157 static DeviceInfo_DeviceType get_device_type(device_type_t type) { in get_device_type() 172 connection_tech_t type) { in get_connection_tech_type() 187 static ScanEvent_ScanTechnologyType get_scan_tech_type(scan_tech_t type) { in get_scan_tech_type() 205 static WakeEvent_WakeEventType get_wake_event_type(wake_event_type_t type) { in get_wake_event_type() 218 disconnect_reason_t type) { in get_disconnect_reason_type() 288 void BluetoothMetricsLogger::LogWakeEvent(wake_event_type_t type, in LogWakeEvent() 307 scan_tech_t type, uint32_t results, in LogScanEvent()
|
| /system/bt/stack/avct/ |
| D | avct_defs.h | 51 #define AVCT_BUILD_HDR(p, label, type, cr_ipid) \ argument 54 #define AVCT_PARSE_HDR(p, label, type, cr_ipid) \ argument
|
| /system/extras/simpleperf/ |
| D | CallChainJoiner.cpp | 177 static bool WriteCallChain(FILE* fp, pid_t pid, pid_t tid, CallChainJoiner::ChainType type, in WriteCallChain() 206 static bool ReadCallChain(FILE* fp, pid_t& pid, pid_t& tid, CallChainJoiner::ChainType& type, in ReadCallChain() 233 CallChainJoiner::ChainType& type, in ReadCallChainInReverseOrder() 290 bool CallChainJoiner::AddCallChain(pid_t pid, pid_t tid, ChainType type, in AddCallChain() 342 ChainType type; in JoinCallChains() local 384 bool CallChainJoiner::GetNextCallChain(pid_t& pid, pid_t& tid, ChainType& type, in GetNextCallChain()
|
| /system/core/libutils/include/utils/ |
| D | Condition.h | 75 void signal(WakeUpType type) { in signal() 99 inline Condition::Condition(int type) { in Condition()
|