Home
last modified time | relevance | path

Searched defs:names (Results 1 – 12 of 12) sorted by relevance

/system/core/liblog/
Dpmsg_reader.c277 struct names { in __android_log_pmsg_file_read() struct
278 struct listnode node; in __android_log_pmsg_file_read()
279 struct listnode content; in __android_log_pmsg_file_read()
280 log_id_t id; in __android_log_pmsg_file_read()
281 char prio; in __android_log_pmsg_file_read()
282 char name[]; in __android_log_pmsg_file_read()
283 } *names; in __android_log_pmsg_file_read() local
/system/connectivity/shill/
Dscope_logger.cc106 vector<string> names(kScopeNames, kScopeNames + arraysize(kScopeNames)); in GetAllScopeNames() local
111 vector<string> names; in GetEnabledScopeNames() local
/system/extras/simpleperf/
Dcmd_list.cpp70 std::vector<std::string> names; in Run() local
Dcommand.cpp65 std::vector<std::string> names; in GetAllCommandNames() local
/system/media/camera/docs/
Dmetadata_validate.py77 def find_parent_by_name(element, names): argument
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp143 vector<String16> names = { in ConfirmReverseBinderLists() local
/system/core/bootstat/
Dboot_event_record_store_test.cpp168 std::vector<std::string> names; in TEST_F() local
/system/core/cpio/
Dmkbootfs.c173 char** names = malloc(size * sizeof(char*)); in _archive_dir() local
/system/connectivity/shill/dbus/
Dchromeos_service_dbus_adaptor.cc153 const vector<string>& names, in ClearProperties()
/system/connectivity/shill/mobile_operator_db/
Dserviceproviders_converter.py214 def _EnrichNode(self, node, country_code, primary, roaming_required, names, argument
/system/extras/perfprofd/quipper/base/
Dlogging.h251 std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) { in MakeCheckOpString()
/system/core/adb/
Dtransport.cpp805 auto names = android::base::Split(features_string, in StringToFeatureSet() local