/system/core/liblog/ |
D | pmsg_reader.cpp | 288 struct names { in __android_log_pmsg_file_read() struct 294 } * names; in __android_log_pmsg_file_read() local 401 names = node_to_item(node, struct names, node); in __android_log_pmsg_file_read() 402 if (!strcmp(names->name, msg + sizeof(prio)) && (names->id == transp.logMsg.entry.lid) && in __android_log_pmsg_file_read() 403 (names->prio == *msg)) { in __android_log_pmsg_file_read() 414 names = static_cast<struct names*>(calloc(1, sizeof(*names) + len)); in __android_log_pmsg_file_read() 415 if (!names) { in __android_log_pmsg_file_read() 419 strcpy(names->name, msg + sizeof(prio)); in __android_log_pmsg_file_read() 420 names->id = static_cast<log_id_t>(transp.logMsg.entry.lid); in __android_log_pmsg_file_read() 421 names->prio = *msg; in __android_log_pmsg_file_read() [all …]
|
D | event.logtags | 1 # The entries in this file map a sparse set of log tag numbers to tag names. 7 # Tag names are one or more ASCII letters and numbers or underscores, i.e. 11 # Tag numbers and names are separated by whitespace. Blank lines and lines 14 # Optionally, after the tag names can be put a description for the value(s)
|
/system/core/cpio/ |
D | mkbootfs.c | 175 char** names = malloc(size * sizeof(char*)); in _archive_dir() local 176 if (names == NULL) { in _archive_dir() 190 names = realloc(names, size * sizeof(char*)); in _archive_dir() 191 if (names == NULL) { in _archive_dir() 197 names[entries] = strdup(de->d_name); in _archive_dir() 198 if (names[entries] == NULL) { in _archive_dir() 206 qsort(names, entries, sizeof(char*), compare); in _archive_dir() 209 t = strlen(names[i]); in _archive_dir() 211 memcpy(in + ilen + 1, names[i], t + 1); in _archive_dir() 215 memcpy(out + olen + 1, names[i], t + 1); in _archive_dir() [all …]
|
/system/update_engine/ |
D | pylintrc | 27 # Add files or directories to the blacklist. They should be base names, not 34 # List of plugins (as comma separated values of python modules names) to load, 45 # A comma-separated list of package or module names from where C extensions may 148 # List of module names for which member attributes should not be checked 151 # supports qualified module names, as well as Unix pattern matching. 154 # List of classes names for which member attributes should not be checked 156 # with qualified names. 198 # A regular expression matching names used for dummy variables (i.e. not used). 201 # List of additional names supposed to be defined in builtins. Remember that 262 # List of builtins function names that should not be used, separated by a comma [all …]
|
/system/extras/simpleperf/ |
D | thread_tree_test.cpp | 36 std::vector<std::string> names; in CheckMaps() local 47 if (names.size() < pair.second->get_end_addr()) { in CheckMaps() 48 names.resize(pair.second->get_end_addr()); in CheckMaps() 51 names[i] = pair.second->dso->Path(); in CheckMaps() 54 ASSERT_EQ(names, expected_names_); in CheckMaps()
|
D | cmd_list.cpp | 133 std::vector<std::string> names; in Run() local 136 names.push_back(item.first); in Run() 141 names.push_back(arg); in Run() 154 for (auto& name : names) { in Run()
|
D | command.cpp | 82 std::vector<std::string> names; in GetAllCommandNames() local 84 names.push_back(pair.first); in GetAllCommandNames() 86 return names; in GetAllCommandNames()
|
/system/tools/hidl/ |
D | Scope.cpp | 59 std::vector<std::string> names = fqName.names(); in lookupType() local 60 CHECK_GT(names.size(), 0u); in lookupType() 61 auto it = mTypeIndexByName.find(names[0]); in lookupType() 68 if (names.size() == 1) { in lookupType() 77 names.erase(names.begin()); in lookupType() 79 CHECK(FQName::parse(StringHelper::JoinStrings(names, "."), &innerName)); in lookupType()
|
/system/extras/libjsonpb/verify/ |
D | test.proto | 21 // Note: this file explicitly uses names that does NOT follow the Protobuf Style 24 // - Follow the Protobuf Style Guide for field names / enum value names 25 // - If the JSON file is going to have field names that does not conform to the 28 // - If the JSON file is going to have enum value names that does not conform to
|
/system/bt/ |
D | EventLogTags.logtags | 1 # The entries in this file map a sparse set of log tag numbers to tag names. 7 # Tag names are one or more ASCII letters and numbers or underscores, i.e. 11 # Tag numbers and names are separated by whitespace. Blank lines and lines 14 # Optionally, after the tag names can be put a description for the value(s)
|
/system/core/storaged/ |
D | EventLogTags.logtags | 1 # The entries in this file map a sparse set of log tag numbers to tag names. 7 # Tag names are one or more ASCII letters and numbers or underscores, i.e. 11 # Tag numbers and names are separated by whitespace. Blank lines and lines 14 # Optionally, after the tag names can be put a description for the value(s)
|
/system/core/logd/ |
D | event.logtags | 1 # The entries in this file map a sparse set of log tag numbers to tag names. 7 # Tag names are one or more ASCII letters and numbers or underscores, i.e. 11 # Tag numbers and names are separated by whitespace. Blank lines and lines 14 # Optionally, after the tag names can be put a description for the value(s)
|
/system/core/lmkd/ |
D | event.logtags | 1 # The entries in this file map a sparse set of log tag numbers to tag names. 7 # Tag names are one or more ASCII letters and numbers or underscores, i.e. 11 # Tag numbers and names are separated by whitespace. Blank lines and lines 14 # Optionally, after the tag names can be put a description for the value(s)
|
/system/tools/sysprop/ |
D | Common.cpp | 100 std::vector<std::string> names = in ValidateProp() local 102 if (names.empty()) { in ValidateProp() 108 for (const std::string& name : names) { in ValidateProp() 118 for (const std::string& name : names) { in ValidateProp() 211 std::vector<std::string> names = android::base::Split(props.module(), "."); in ValidateProps() local 212 if (names.size() <= 1) { in ValidateProps() 217 for (const auto& name : names) { in ValidateProps()
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | preopt2cachename.te | 3 # This executable translates names from the preopted versions the build system 4 # creates to the names the runtime expects in the data directory.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | preopt2cachename.te | 3 # This executable translates names from the preopted versions the build system 4 # creates to the names the runtime expects in the data directory.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | preopt2cachename.te | 3 # This executable translates names from the preopted versions the build system 4 # creates to the names the runtime expects in the data directory.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | preopt2cachename.te | 3 # This executable translates names from the preopted versions the build system 4 # creates to the names the runtime expects in the data directory.
|
/system/sepolicy/private/ |
D | preopt2cachename.te | 3 # This executable translates names from the preopted versions the build system 4 # creates to the names the runtime expects in the data directory.
|
/system/extras/simpleperf/scripts/ |
D | api_profiler.py | 80 names = zip_fh.namelist() 81 log_info('There are %d recording data files.' % len(names)) 82 for name in names:
|
/system/tools/aidl/tests/ |
D | aidl_test_client_primitives.cpp | 163 vector<String16> names = { in ConfirmReverseBinderLists() local 174 status = s->GetOtherTestService(names[i], &got); in ConfirmReverseBinderLists() 212 if (ret != names[i]) { in ConfirmReverseBinderLists() 229 if (ret != names[2 - i]) { in ConfirmReverseBinderLists()
|
/system/core/bootstat/ |
D | boot_event_record_store_test.cpp | 163 std::vector<std::string> names; in TEST_F() local 166 names.push_back(i->first); in TEST_F() 170 EXPECT_THAT(names, UnorderedElementsAreArray(EXPECTED_NAMES)); in TEST_F()
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | file.te | 1 # Compatibility with type names used in vanilla Android 4.3 and 4.4.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | file.te | 1 # Compatibility with type names used in vanilla Android 4.3 and 4.4.
|
/system/libvintf/ |
D | HalManifest.cpp | 118 std::set<std::string> names{}; in getHalNames() local 120 names.insert(hal.first); in getHalNames() 122 return names; in getHalNames() 126 std::set<std::string> names{}; in getHalNamesAndVersions() local 127 forEachInstance([&names](const ManifestInstance& e) { in getHalNamesAndVersions() 128 names.insert(toFQNameString(e.package(), e.version())); in getHalNamesAndVersions() 131 return names; in getHalNamesAndVersions()
|