Searched defs:description (Results 1 - 5 of 5) sorted by relevance

/build/make/tools/
H A Dmerge-event-log-tags.py70 # Tag names must be unique. (If the tag number and description are
91 description = t.description variable
103 t.description == orig.description):
104 # if the name and description are identical, issue a warning
179 if t.description:
180 buffer.write("%d %s %s\n" % (t.tagnum, t.tagname, t.description))
H A Dwarn.py21 # warn_patterns[w]['description'] table heading
64 # WarnPatternsDescription: warn_patterns[*]['description']
90 parser = argparse.ArgumentParser(description='Convert a build log into HTML')
146 'description': 'clang-analyzer Security warning',
149 'description': 'make: overriding commands/ignoring old commands',
153 'description': 'make: LOCAL_CLANG is false',
156 'description': 'SDK App using platform shared library',
159 'description': 'System module linking to a vendor module',
162 'description': 'Invalid SDK/NDK linking',
165 'description'
2521 description = "???"; variable
[all...]
/build/tools/
H A Dmerge-event-log-tags.py70 # Tag names must be unique. (If the tag number and description are
91 description = t.description variable
103 t.description == orig.description):
104 # if the name and description are identical, issue a warning
179 if t.description:
180 buffer.write("%d %s %s\n" % (t.tagnum, t.tagname, t.description))
H A Dwarn.py21 # warn_patterns[w]['description'] table heading
64 # WarnPatternsDescription: warn_patterns[*]['description']
90 parser = argparse.ArgumentParser(description='Convert a build log into HTML')
146 'description': 'clang-analyzer Security warning',
149 'description': 'make: overriding commands/ignoring old commands',
153 'description': 'make: LOCAL_CLANG is false',
156 'description': 'SDK App using platform shared library',
159 'description': 'System module linking to a vendor module',
162 'description': 'Invalid SDK/NDK linking',
165 'description'
2521 description = "???"; variable
[all...]
/build/kati/
H A Dninja.cc402 string* description) {
425 GetDescriptionFromCommand(translated, description)) {
497 string description = "build $out"; local
500 &cmd_buf, &description);
501 *o << " description = " << description << "\n"; local
399 GenShellScript(const char *name, const vector<Command*>& commands, string* cmd_buf, string* description) argument

Completed in 63 milliseconds