Searched refs:type_name (Results 1 - 12 of 12) sorted by relevance

/system/extras/simpleperf/
H A Dgenerate_event_type_table.py93 for (type_name, type_config) in hw_cache_types:
97 event_type_name = type_name + '-' + op_name_access
99 event_type_name = type_name + '-' + \
H A Dcmd_stat.cpp52 std::string type_name; member in struct:__anon1747::CounterSummary
61 CounterSummary(const std::string& type_name, const std::string& modifier, argument
64 : type_name(type_name),
84 return type_name;
86 return type_name + ":" + modifier;
91 if (type_name == "cpu-clock" || type_name == "task-clock") {
131 const CounterSummary* FindSummary(const std::string& type_name, argument
134 if (s.type_name
[all...]
H A Dcmd_list.cpp30 static void PrintEventTypesOfType(uint32_t type, const std::string& type_name, argument
32 printf("List of %s:\n", type_name.c_str());
/system/tools/aidl/
H A Dtype_namespace.cpp73 int kind, const string& package, const string& type_name,
76 type_name_(type_name),
77 canonical_name_((package.empty()) ? type_name
78 : package + "." + type_name),
72 ValidatableType( int kind, const string& package, const string& type_name, const string& decl_file, int decl_line) argument
H A Dtype_namespace.h60 const std::string& package, const std::string& type_name,
157 bool HasTypeByCanonicalName(const std::string& type_name) const {
158 return FindTypeByCanonicalName(type_name) != nullptr;
186 bool IsContainerType(const std::string& type_name) const;
275 const std::string& type_name = aidl_type.GetName(); local
276 if (!IsContainerType(type_name)) {
310 const std::string& type_name) const {
311 const size_t opening_brace = type_name.find('<');
312 const size_t closing_brace = type_name.find('>');
348 for (auto& type_name
[all...]
H A Dtype_cpp.cpp530 bool TypeNamespace::AddListType(const std::string& type_name) { argument
531 const Type* contained_type = FindTypeByCanonicalName(type_name);
533 LOG(ERROR) << "Cannot create List<" << type_name << "> because contained "
538 LOG(ERROR) << "Cannot create List<" << type_name << "> because contained "
552 LOG(ERROR) << "aidl-cpp does not yet support List<" << type_name << ">";
H A Dtype_cpp.h100 bool AddListType(const std::string& type_name) override;
/system/tools/aidl/tests/
H A Daidl_test_client_nullables.cpp92 bool ConfirmNullableType(const sp<ITestService>& s, const string& type_name, argument
96 cout << "... Confirming nullables for " << type_name << " ..." << endl;
103 cerr << "Could not repeat nullable " << type_name << "." << endl;
108 cerr << "Got back null when repeating " << type_name << "." << endl;
113 cerr << "Got back a non-matching value when repeating " << type_name
122 cerr << "Could not repeat null as " << type_name << "." << endl;
127 cerr << "Got back a value when sent null for " << type_name << "."
/system/sepolicy/tools/
H A Dcheckfc.c109 static bool is_type_of_attribute_set(policydb_t *policydb, const char *type_name, argument
112 struct type_datum *type = hashtab_search(policydb->p_types.table, (char *)type_name);
114 fprintf(stderr, "Error: \"%s\" is not defined in this policy.\n", type_name);
119 fprintf(stderr, "Error: \"%s\" is not a type in this policy.\n", type_name);
172 const char *type_name = sepol_context_get_type(ctx); local
176 res = !is_type_of_attribute_set(global_state.sepolicy.pdb, type_name,
179 fprintf(stderr, "Error: type \"%s\" is not of set: ", type_name);
/system/media/camera/docs/
H A Dmetadata_helpers.py428 def _jtype_box(type_name):
438 return mapping.get(type_name, type_name)
H A Dmetadata_model.py263 def insert_type(self, type_name, type_selector="typedef", **kwargs):
268 type_name: A type's name
288 self._types.append(Typedef(type_name, self, kwargs.get('languages')))
1296 self._type_name = kwargs.get('type_name')
/system/media/camera/src/
H A Dcamera_metadata.c1075 const char *type_name; local
1077 type_name = "unknown";
1079 type_name = camera_metadata_type_names[entry->type];
1086 type_name,

Completed in 241 milliseconds