Searched defs:type_name (Results 1 – 16 of 16) sorted by relevance
/system/tools/aidl/ |
D | type_namespace.h | 148 bool HasTypeByCanonicalName(const std::string& type_name) const { in HasTypeByCanonicalName() 267 const std::string& type_name = aidl_type.ToString(); in MaybeAddContainerType() local 302 const std::string& type_name) const { in IsContainerType() 324 std::string type_name = type_arg->ToString(); in CanonicalizeContainerType() local
|
D | aidl_typenames.cpp | 108 bool AidlTypenames::IsBuiltinTypename(const string& type_name) { in IsBuiltinTypename() 113 bool AidlTypenames::IsPrimitiveTypename(const string& type_name) { in IsPrimitiveTypename()
|
D | type_namespace.cpp | 68 int kind, const string& package, const string& type_name, in ValidatableType()
|
D | aidl_to_java.cpp | 312 const string type_name = c.type.GetName() + (c.type.IsArray() ? "[]" : ""); in WriteToParcelFor() local 511 const string type_name = c.type.GetName() + (c.type.IsArray() ? "[]" : ""); in CreateFromParcelFor() local 634 const string type_name = c.type.GetName() + (c.type.IsArray() ? "[]" : ""); in ReadFromParcelFor() local
|
D | type_cpp.cpp | 487 bool TypeNamespace::AddListType(const std::string& type_name) { in AddListType()
|
D | aidl_language.cpp | 197 const string& type_name = GetName(); in CheckValid() local
|
/system/iorap/include/binder/ |
D | auto_parcelable.h | 133 #define AUTO_PARCELABLE_WRITE_TO_PARCEL(fn_name, type_name) \ in writeAnyToParcel() argument 164 #define AUTO_PARCELABLE_READ_FROM_PARCEL(fn_name, type_name) \ in readAnyFromParcel() argument
|
/system/core/libcutils/ |
D | fs_config_test.cpp | 126 static bool check_unique(const fs_path_config* paths, const char* type_name, in check_unique() 221 void check_two(const fs_path_config* paths, const char* type_name, const char* prefix) { in check_two()
|
/system/extras/simpleperf/ |
D | cmd_list.cpp | 71 static void PrintEventTypesOfType(uint32_t type, const std::string& type_name, in PrintEventTypesOfType()
|
D | cmd_stat.cpp | 59 std::string type_name; member 138 const CounterSummary* FindSummary(const std::string& type_name, in FindSummary()
|
D | record.cpp | 1114 const char* type_name = ""; in DumpData() local
|
/system/tools/aidl/tests/ |
D | aidl_test_client_nullables.cpp | 92 bool ConfirmNullableType(const sp<ITestService>& s, const string& type_name, in ConfirmNullableType()
|
/system/sepolicy/tools/ |
D | checkfc.c | 109 static bool is_type_of_attribute_set(policydb_t *policydb, const char *type_name, in is_type_of_attribute_set() 172 const char *type_name = sepol_context_get_type(ctx); in validate() local
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 432 def _jtype_box(type_name): argument
|
D | metadata_model.py | 263 def insert_type(self, type_name, type_selector="typedef", **kwargs): argument
|
/system/media/camera/src/ |
D | camera_metadata.c | 1118 const char *type_name; in dump_indented_camera_metadata() local
|