HomeSort by relevance Sort by last modified time
    Searched refs:orig_args (Results 1 - 16 of 16) sorted by null

  /build/kati/
regen.h 22 bool NeedsRegen(double start_time, const string& orig_args);
ninja.h 32 const string& orig_args,
main.cc 218 const string& orig_args) {
223 if (!NeedsRegen(start_time, orig_args)) {
290 GenerateNinja(nodes, ev.get(), orig_args, start_time);
350 string orig_args; local
353 orig_args += ' ';
354 orig_args += argv[i];
363 int r = Run(g_flags.targets, g_flags.cl_vars, orig_args);
regen.cc 81 bool NeedsRegen(double start_time, const string& orig_args) {
85 if (CheckStep1(orig_args))
119 bool CheckStep1(const string& orig_args) {
267 if (orig_args != s) {
475 bool NeedsRegen(double start_time, const string& orig_args) {
476 return StampChecker().NeedsRegen(start_time, orig_args);
ninja.cc 203 void Generate(const vector<DepNode*>& nodes, const string& orig_args) {
208 GenerateStamp(orig_args);
700 void GenerateStamp(const string& orig_args) {
778 DumpString(fp, orig_args);
817 const string& orig_args,
820 ng.Generate(nodes, orig_args);
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c 125 and also a copy in "orig_args".
137 appropriately. It may modify the args; this is why "orig_args"
1620 SyscallArgs orig_args; member in struct:__anon42486
    [all...]
  /external/python/cpython2/Lib/
urllib2.py 461 orig_args = args
472 args = (dict, 'default', 'http_error_default') + orig_args
    [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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 4237 PyObject *result, *orig_args; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 4217 PyObject *result, *orig_args; local
    [all...]
  /external/python/cpython2/Objects/
stringobject.c 4252 PyObject *result, *orig_args; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 426 orig_args = args
437 args = (dict, 'default', 'http_error_default') + orig_args
    [all...]
  /external/python/cpython3/Lib/urllib/
request.py 558 orig_args = args
569 args = (dict, 'default', 'http_error_default') + orig_args
    [all...]

Completed in 909 milliseconds