/build/kati/ |
regen.h | 22 bool NeedsRegen(double start_time, const string& orig_args);
|
ninja.h | 32 const string& orig_args,
|
main.cc | 121 const string& orig_args) { 126 if (!NeedsRegen(start_time, orig_args)) { 186 GenerateNinja(nodes, ev, orig_args, start_time); 244 string orig_args; local 247 orig_args += ' '; 248 orig_args += argv[i]; 257 int r = Run(g_flags.targets, g_flags.cl_vars, orig_args);
|
regen.cc | 76 bool NeedsRegen(double start_time, const string& orig_args) { 80 if (CheckStep1(orig_args)) 114 bool CheckStep1(const string& orig_args) { 252 if (orig_args != s) { 408 bool NeedsRegen(double start_time, const string& orig_args) { 409 return StampChecker().NeedsRegen(start_time, orig_args);
|
ninja.cc | 201 const string& orig_args) { 206 GenerateStamp(orig_args); 689 void GenerateStamp(const string& orig_args) { 764 DumpString(fp, orig_args); 801 const string& orig_args, 804 ng.Generate(nodes, orig_args);
|
/external/valgrind/coregrind/m_syswrap/ |
syswrap-main.c | 124 and also a copy in "orig_args". 136 appropriately. It may modify the args; this is why "orig_args" 1668 SyscallArgs orig_args; member in struct:__anon26569 [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
urllib2.py | 436 orig_args = args 447 args = (dict, 'default', 'http_error_default') + orig_args [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
urllib2.py | 436 orig_args = args 447 args = (dict, 'default', 'http_error_default') + orig_args [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
urllib2.py | 436 orig_args = args 447 args = (dict, 'default', 'http_error_default') + orig_args [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
urllib2.py | 436 orig_args = args 447 args = (dict, 'default', 'http_error_default') + orig_args [all...] |