Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 166) sorted by relevance

1234567

/system/core/liblog/
Dpmsg_reader.cpp170 struct names { in __android_log_pmsg_file_read() struct
176 } * names; in __android_log_pmsg_file_read() local
283 names = node_to_item(node, struct names, node); in __android_log_pmsg_file_read()
284 if (!strcmp(names->name, msg + sizeof(prio)) && names->id == log_msg.entry.lid && in __android_log_pmsg_file_read()
285 names->prio == *msg) { in __android_log_pmsg_file_read()
296 names = static_cast<struct names*>(calloc(1, sizeof(*names) + len)); in __android_log_pmsg_file_read()
297 if (!names) { in __android_log_pmsg_file_read()
301 strcpy(names->name, msg + sizeof(prio)); in __android_log_pmsg_file_read()
302 names->id = static_cast<log_id_t>(log_msg.entry.lid); in __android_log_pmsg_file_read()
303 names->prio = *msg; in __android_log_pmsg_file_read()
[all …]
Devent.logtags1 # 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/mkbootimg/
Dpylintrc13 # Add files or directories to the blacklist. They should be base names, not
20 # List of plugins (as comma separated values of python modules names) to load,
31 # A comma-separated list of package or module names from where C extensions may
120 # List of module names for which member attributes should not be checked
125 # List of classes names for which member attributes should not be checked
147 # List of builtins function names that should not be used, separated by a comma
150 # Good variable names which should always be accepted, separated by a comma
151 good-names=i,j,k,ex,Run,_
153 # Bad variable names which should always be refused, separated by a comma
154 bad-names=foo,bar,baz,toto,tutu,tata
[all …]
/system/core/cpio/
Dmkbootfs.c176 char** names = malloc(size * sizeof(char*)); in _archive_dir() local
177 if (names == NULL) { in _archive_dir()
191 names = realloc(names, size * sizeof(char*)); in _archive_dir()
192 if (names == NULL) { in _archive_dir()
198 names[entries] = strdup(de->d_name); in _archive_dir()
199 if (names[entries] == NULL) { in _archive_dir()
207 qsort(names, entries, sizeof(char*), compare); in _archive_dir()
210 t = strlen(names[i]); in _archive_dir()
212 memcpy(in + ilen + 1, names[i], t + 1); in _archive_dir()
216 memcpy(out + olen + 1, names[i], t + 1); in _archive_dir()
[all …]
/system/update_engine/
Dpylintrc27 # Add files or directories to the ignorelist. 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/
Dthread_tree_test.cpp36 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()
Dcmd_list.cpp183 std::vector<std::string> names; in Run() local
186 names.push_back(item.first); in Run()
191 names.push_back(arg); in Run()
204 for (auto& name : names) { in Run()
/system/tools/hidl/
DScope.cpp61 std::vector<std::string> names = fqName.names(); in lookupType() local
62 CHECK_GT(names.size(), 0u); in lookupType()
63 auto it = mTypeIndexByName.find(names[0]); in lookupType()
70 if (names.size() == 1) { in lookupType()
79 names.erase(names.begin()); in lookupType()
81 CHECK(FQName::parse(StringHelper::JoinStrings(names, "."), &innerName)); in lookupType()
/system/extras/libjsonpb/verify/
Dtest.proto21 // 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/
DEventLogTags.logtags1 # 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/
DEventLogTags.logtags1 # 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/
Devent.logtags1 # 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/hidl/hidl2aidl/
DAidlHelper.cpp50 std::vector<std::string> names; in getAidlName() local
51 for (const std::string& name : fqName.names()) { in getAidlName()
52 names.push_back(StringHelper::Capitalize(name)); in getAidlName()
54 return StringHelper::JoinStrings(names, ""); in getAidlName()
/system/sepolicy/prebuilts/api/26.0/public/
Dpreopt2cachename.te3 # 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/
Dpreopt2cachename.te3 # 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/
Dpreopt2cachename.te3 # This executable translates names from the preopted versions the build system
4 # creates to the names the runtime expects in the data directory.
/system/memory/lmkd/
Devent.logtags1 # 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/sepolicy/prebuilts/api/29.0/private/
Dpreopt2cachename.te3 # 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/30.0/private/
Dpreopt2cachename.te3 # 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/
Dpreopt2cachename.te3 # This executable translates names from the preopted versions the build system
4 # creates to the names the runtime expects in the data directory.
/system/tools/sysprop/
DCommon.cpp115 std::vector<std::string> names = in ValidateProp() local
117 if (names.empty()) { in ValidateProp()
121 for (const std::string& name : names) { in ValidateProp()
129 for (const std::string& name : names) { in ValidateProp()
203 std::vector<std::string> names = android::base::Split(props.module(), "."); in ValidateProps() local
204 if (names.size() <= 1) { in ValidateProps()
208 for (const auto& name : names) { in ValidateProps()
/system/extras/simpleperf/scripts/
Dapi_profiler.py80 names = zip_fh.namelist()
81 log_info('There are %d recording data files.' % len(names))
82 for name in names:
/system/sepolicy/prebuilts/api/27.0/private/
Dfile.te1 # Compatibility with type names used in vanilla Android 4.3 and 4.4.
/system/sepolicy/prebuilts/api/26.0/private/
Dfile.te1 # Compatibility with type names used in vanilla Android 4.3 and 4.4.
/system/core/bootstat/
Dboot_event_record_store_test.cpp163 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()

1234567