HomeSort by relevance Sort by last modified time
    Searched refs:show_diffs (Results 1 - 6 of 6) 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/libcups/cups/
testcups.c 33 static void show_diffs(cups_dest_t *a, cups_dest_t *b);
344 show_diffs(dest, named_dest);
390 show_diffs(dest, named_dest);
544 * 'show_diffs()' - Show differences between two destinations.
548 show_diffs(cups_dest_t *a, /* I - First destination */ function
  /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:

Completed in 135 milliseconds