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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
main.py 31 def __init__(self, fixers, options, explicit, nobackups, show_diffs):
33 self.show_diffs = show_diffs
64 if self.show_diffs:
  /external/python/cpython2/Lib/lib2to3/
main.py 36 def __init__(self, fixers, options, explicit, nobackups, show_diffs,
45 show_diffs: Should diffs of the refactoring be printed to stdout?
57 self.show_diffs = show_diffs
113 if self.show_diffs:
  /external/python/cpython3/Lib/lib2to3/
main.py 36 def __init__(self, fixers, options, explicit, nobackups, show_diffs,
45 show_diffs: Should diffs of the refactoring be printed to stdout?
57 self.show_diffs = show_diffs
113 if self.show_diffs:
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
main.py 36 def __init__(self, fixers, options, explicit, nobackups, show_diffs,
45 show_diffs: Should diffs of the refactoring be printed to stdout?
57 self.show_diffs = show_diffs
113 if self.show_diffs:
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
main.py 36 def __init__(self, fixers, options, explicit, nobackups, show_diffs,
45 show_diffs: Should diffs of the refactoring be printed to stdout?
57 self.show_diffs = show_diffs
113 if self.show_diffs:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
main.py 36 def __init__(self, fixers, options, explicit, nobackups, show_diffs,
45 show_diffs: Should diffs of the refactoring be printed to stdout?
57 self.show_diffs = show_diffs
113 if self.show_diffs:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
main.py 36 def __init__(self, fixers, options, explicit, nobackups, show_diffs,
45 show_diffs: Should diffs of the refactoring be printed to stdout?
57 self.show_diffs = show_diffs
113 if self.show_diffs:
  /external/libcups/cups/
testcups.c 33 static void show_diffs(cups_dest_t *a, cups_dest_t *b);
346 show_diffs(dest, named_dest);
399 show_diffs(dest, named_dest);
553 * 'show_diffs()' - Show differences between two destinations.
557 show_diffs(cups_dest_t *a, /* I - First destination */ function

Completed in 437 milliseconds