Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/system/extras/libperfmgr/
Dconfig_schema.json4 "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
52 "type": "integer", string
59 "type": "boolean", string
65 "type": "string", string
[all …]
/system/tools/hidl/
DScope.cpp36 void Scope::addType(NamedType* type) { in addType()
43 for (const auto* type : mTypes) { in validateUniqueNames() local
100 for (const NamedType *type : mTypes) { in definesInterfaces() 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 emitPackageTypeHeaderDefinitions() local
187 for (const Type* type : mTypes) { in emitPackageHwDeclarations() local
197 for (const Type* type : mTypes) { in emitJavaTypeDeclarations() local
[all …]
DAST.cpp149 [&](Type* type) -> status_t { in constantExpressionRecursivePass()
166 [&](const Type* type) -> status_t { in constantExpressionRecursivePass()
180 [oldStage, newStage](Type* type) { in setParseStage()
192 [&](Type* type) -> status_t { in lookupTypes()
219 [&](Type* type) -> status_t { in gatherReferencedTypes()
239 [&](Type* type) -> status_t { in lookupConstantExpressions()
279 [&](const Type* type) -> status_t { in validateDefinedTypesUniqueNames()
323 [&](Type* type) { in topologicalReorder()
338 [&](const Type* type) -> status_t { in checkAcyclicConstantExpressions()
353 [](const Type* type) -> status_t { in checkForwardReferenceRestrictions()
[all …]
/system/extras/simpleperf/nonlinux_support/include/linux/
Dioctl.h17 #define __IO(type, nr) argument
18 #define __IOR(type, nr, size) argument
19 #define __IOW(type, nr, size) argument
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java68 XsdType type = element.getType(); in CppCodeGenerator() local
137 XsdType type = element.getType(); in print() local
185 XsdType type = element.getType(); in printPrototype() local
231 XsdType type = resolveAttribute(attribute).getType(); in printClass() local
239 CppType type = elementTypes.get(i); in printClass() local
248 CppType type = attributeTypes.get(i); in printClass() local
261 CppType type = elementTypes.get(i); in printClass() local
270 CppType type = attributeTypes.get(i); in printClass() local
300 XsdType type = resolveAttribute(attribute).getType(); in printParser() local
311 CppType type = allAttributeTypes.get(i); in printParser() local
[all …]
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java61 XsdType type = element.getType(); in JavaCodeGenerator() local
103 XsdType type = element.getType(); in print() local
187 XsdType type = resolveAttribute(attribute).getType(); in printClass() local
193 JavaType type = elementTypes.get(i); in printClass() local
202 JavaType type = attributeTypes.get(i); in printClass() local
213 JavaType type = elementTypes.get(i); in printClass() local
220 JavaType type = attributeTypes.get(i); in printClass() local
252 XsdType type = resolveAttribute(attribute).getType(); in printParser() local
263 JavaType type = allAttributeTypes.get(i); in printParser() local
285 JavaType type = allElementTypes.get(i); in printParser() local
[all …]
/system/tools/xsdc/src/com/android/xsdc/tag/
DXsdAttribute.java24 final private XsdType type; field in XsdAttribute
26 public XsdAttribute(String name, QName ref, XsdType type) in XsdAttribute()
DXsdElement.java24 final private XsdType type; field in XsdElement
27 public XsdElement(String name, QName ref, XsdType type, boolean multiple) in XsdElement()
/system/core/property_service/libpropertyinfoserializer/
Dtrie_builder.h34 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()
Dproperty_info_serializer_test.cpp149 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
/system/core/adb/sysdeps/posix/
Dnetwork.cpp58 static int _network_loopback_client(bool ipv6, int port, int type, std::string* error) { in _network_loopback_client()
84 int network_loopback_client(int port, int type, std::string* error) { in network_loopback_client()
93 static int _network_loopback_server(bool ipv6, int port, int type, std::string* error) { in _network_loopback_server()
122 int network_loopback_server(int port, int type, std::string* error) { in network_loopback_server()
133 int network_connect(const std::string& host, int port, int type, int timeout, std::string* error) { in network_connect()
/system/keymaster/android_keymaster/
Dkeymaster_tags.cpp142 #define DEFINE_KEYMASTER_TAG(type, name) TypedTag<type, KM_##name> name argument
190 #define DEFINE_KEYMASTER_ENUM_TAG(type, name, enumtype) TypedEnumTag<type, KM_##name, enumtype> name argument
/system/bt/stack/avdt/
Davdt_ad.cc66 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/tools/aidl/
Daidl_to_ndk.cpp107 TypeInfo InterfaceTypeInfo(const AidlInterface& type) { in InterfaceTypeInfo()
130 TypeInfo ParcelableTypeInfo(const AidlParcelable& type) { in ParcelableTypeInfo()
252 const AidlDefinedType* type = types.TryGetDefinedType(aidl_name); in GetTypeAspect() local
281 std::string NdkFullClassName(const AidlDefinedType& type, cpp::ClassNames name) { in NdkFullClassName()
321 std::function<std::string(const std::string& type, const std::string& name, bool isOut)> in NdkArgList()
326 std::string type = NdkNameOf(types, a->GetType(), mode); in NdkArgList() local
332 std::string type = NdkNameOf(types, method.GetType(), StorageMode::OUT_ARGUMENT); in NdkArgList() local
Daidl_to_ndk.h45 const AidlTypeSpecifier& type; member
60 inline std::string FormatArgForDecl(const std::string& type, const std::string& name, in FormatArgForDecl()
65 inline std::string FormatArgNameUnused(const std::string& type, const std::string& name, in FormatArgNameUnused()
/system/media/radio/src/
Dradio_metadata.c106 const radio_metadata_type_t type, in add_metadata()
219 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_int() local
231 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_text() local
244 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_raw() local
254 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_clock() local
289 radio_metadata_type_t type; in radio_metadata_add_metadata() local
376 radio_metadata_type_t *type, in radio_metadata_get_at_index()
403 radio_metadata_type_t *type, in radio_metadata_get_from_key()
/system/bt/binder/android/bluetooth/
DIBluetoothSocketManager.aidl30 …@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/
DCompoundDeclarationParser.kt30 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
DMethodDeclarationParser.kt25 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/
Daudio_route.c54 unsigned int type; member
89 static bool is_supported_ctl_type(enum mixer_ctl_type type) in is_supported_ctl_type()
103 static size_t sizeof_ctl_type(enum mixer_ctl_type type) { in sizeof_ctl_type()
320 enum mixer_ctl_type type = mixer_ctl_get_type(ctl); in path_add_value() local
386 enum mixer_ctl_type type; in path_apply() local
408 enum mixer_ctl_type type; in path_reset() local
466 enum mixer_ctl_type type; in start_tag() local
590 enum mixer_ctl_type type; in alloc_mixer_state() local
631 enum mixer_ctl_type type; in free_mixer_state() local
656 enum mixer_ctl_type type; in audio_route_update_mixer() local
[all …]
/system/iorap/src/binder/
Diiorap_def.h47 #define IORAP_BINDER_PARAM_JOIN_ALL_IMPL(type_l, type, type_r, name) type_l type type_r name argument
50 #define IORAP_BINDER_PARAM_JOIN_NAMES_IMPL(type_l, type, type_r, name) name argument
/system/bt/tools/scripts/
Dbtsnooz.py43 def type_to_direction(type): argument
54 def type_to_hci(type): argument
/system/update_engine/common/
Dfake_prefs.cc44 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()
/system/core/libkeyutils/
Dkeyutils.cpp47 key_serial_t add_key(const char* type, const char* description, const void* payload, in add_key()
60 long keyctl_search(key_serial_t ring_id, const char* type, const char* description, in keyctl_search()
73 long keyctl_restrict_keyring(key_serial_t keyring, const char* type, const char* restriction) { in keyctl_restrict_keyring()
/system/bt/btif/src/
Dbtif_sock.cc132 static bt_status_t btsock_listen(btsock_type_t type, const char* service_name, in btsock_listen()
194 static bt_status_t btsock_connect(const RawAddress* bd_addr, btsock_type_t type, in btsock_connect()
254 static void btsock_signaled(int fd, int type, int flags, uint32_t user_id) { in btsock_signaled()

12345678910>>...17