Home
last modified time | relevance | path

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

/build/kati/
Ddep.cc110 auto found = children_.find(name[0]); in Get() local
384 auto found = rules_.find(s); in GetRuleInputs() local
495 auto found = rules_.find(o); in LookupRuleMerger() local
503 auto found = rule_vars_.find(o); in LookupRuleVars() local
555 auto found = rule_vars_.find(output); in MergeImplicitRuleVars() local
604 SuffixRuleMap::const_iterator found = suffix_rules_.find(output_suffix); in PickRule() local
631 auto found = done_.find(output); in BuildPlan() local
711 bool found = false; in BuildPlan() local
748 bool found = false; in BuildPlan() local
Dstrutil.cc164 size_t found = str.find(w); in HasWord() local
296 size_t found = s.rfind('/'); in Dirname() local
305 size_t found = s.rfind('/'); in Basename() local
312 size_t found = s.rfind('.'); in GetExt() local
320 size_t found = s.rfind('.'); in StripExt() local
Dvar.cc174 auto found = find(name); in Lookup() local
186 auto found = find(name); in Peek() local
Dexec.cc53 auto found = done_.find(n->output); in ExecNode() local
Dsymtab.cc139 auto found = symtab_.find(s); in InternImpl() local
Dmain.cc119 size_t found = l.find('='); in SetVar() local
Dexpr.cc380 size_t found = sym.str().find_first_of(" ({"); in ParseDollar() local
439 size_t found = s.find(cp); in ParseDollar() local
Dninja.cc50 const size_t found = cmd.find(name); in FindCommandLineFlag() local
145 const size_t found = cmd->find(rm_f); in GetDepfileFromCommand() local
Dparser.cc227 size_t found = FindTwoOutsideParen(line.substr(sep + 1), '=', ';'); in ParseRule() local
523 auto found = directive_map->find(directive); in HandleDirective() local
Dfunc.cc133 size_t found = str.find(pat, index); in SubstFunc() local
998 auto found = g_func_info_map->find(name); in GetFuncInfo() local
/build/make/tools/makeparallel/
Dmakeparallel.cpp79 size_t found; in ReadMakeflags() local
/build/make/tools/fs_config/
Dfs_config_generator.py143 def __init__(self, identifier, value, found, login_shell): argument