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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dist.py 724 is_std = {}
726 is_std[cmd] = 1
730 if not is_std.get(cmd):
    [all...]
  /external/python/cpython2/Lib/distutils/
dist.py 724 is_std = {}
726 is_std[cmd] = 1
730 if not is_std.get(cmd):
759 is_std = {}
761 is_std[cmd] = 1
765 if not is_std.get(cmd):
    [all...]
  /external/python/cpython3/Lib/distutils/
dist.py 727 is_std = {}
729 is_std[cmd] = 1
733 if not is_std.get(cmd):
761 is_std = {}
763 is_std[cmd] = 1
767 if not is_std.get(cmd):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dist.py 724 is_std = {}
726 is_std[cmd] = 1
730 if not is_std.get(cmd):
759 is_std = {}
761 is_std[cmd] = 1
765 if not is_std.get(cmd):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dist.py 724 is_std = {}
726 is_std[cmd] = 1
730 if not is_std.get(cmd):
759 is_std = {}
761 is_std[cmd] = 1
765 if not is_std.get(cmd):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 724 is_std = {}
726 is_std[cmd] = 1
730 if not is_std.get(cmd):
759 is_std = {}
761 is_std[cmd] = 1
765 if not is_std.get(cmd):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 724 is_std = {}
726 is_std[cmd] = 1
730 if not is_std.get(cmd):
759 is_std = {}
761 is_std[cmd] = 1
765 if not is_std.get(cmd):
    [all...]
  /external/fio/
filesetup.c 595 int is_std = 0; local
606 is_std = 1;
642 if (is_std)
652 if (is_std)
    [all...]

Completed in 788 milliseconds