HomeSort by relevance Sort by last modified time
    Searched full:refactor (Results 1 - 25 of 436) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_all_fixers.py 12 from lib2to3 import refactor namespace
19 self.refactor = support.get_refactorer()
23 self.refactor.refactor_file(filepath)
test_refactor.py 2 Unit tests for refactor.py.
17 from lib2to3 import refactor, pygram, fixer_base namespace
28 _DEFAULT_FIXERS = refactor.get_fixers_from_package("myfixes")
32 _2TO3_FIXERS = refactor.get_fixers_from_package("lib2to3.fixes")
48 return refactor.RefactoringTool(fixers, options, explicit)
64 non_prefixed = refactor.get_all_fix_names("myfixes")
65 prefixed = refactor.get_all_fix_names("myfixes", False)
66 full_names = refactor.get_fixers_from_package("myfixes")
73 run = refactor._detect_future_features
130 d = refactor._get_headnode_dict([no_head, with_head, simple]
    [all...]
support.py 13 from lib2to3 import pytree, refactor namespace
44 fixers = refactor.get_fixers_from_package(fixer_pkg + ".fixes")
46 return refactor.RefactoringTool(fixers, options, explicit=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_all_fixers.py 12 from lib2to3 import refactor namespace
19 self.refactor = support.get_refactorer()
23 self.refactor.refactor_file(filepath)
test_refactor.py 2 Unit tests for refactor.py.
17 from lib2to3 import refactor, pygram, fixer_base namespace
28 _DEFAULT_FIXERS = refactor.get_fixers_from_package("myfixes")
32 _2TO3_FIXERS = refactor.get_fixers_from_package("lib2to3.fixes")
48 return refactor.RefactoringTool(fixers, options, explicit)
64 non_prefixed = refactor.get_all_fix_names("myfixes")
65 prefixed = refactor.get_all_fix_names("myfixes", False)
66 full_names = refactor.get_fixers_from_package("myfixes")
73 run = refactor._detect_future_features
130 d = refactor._get_headnode_dict([no_head, with_head, simple]
    [all...]
support.py 13 from lib2to3 import pytree, refactor namespace
44 fixers = refactor.get_fixers_from_package(fixer_pkg + ".fixes")
46 return refactor.RefactoringTool(fixers, options, explicit=True)
  /external/chromium/chrome/common/
DEPS 23 # FIXME - refactor code and remove these dependencies
json_schema_validator_unittest_base.h 17 // TODO(aa): Refactor chrome/test/data/json_schema_test.js into
  /external/chromium_org/chrome/renderer/resources/extensions/
system_indicator_custom_bindings.js 6 // TODO(dewittj) Refactor custom binding to reduce redundancy between the
  /external/chromium_org/ash/system/tray/
tray_utils.h 23 // TODO(jennyz): refactor these two functions to SystemTrayItem.
  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_extension_handler.h 18 // TODO(koz): Rename/refactor this somehow. Maybe just pull it into
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
main.py 14 from . import refactor namespace
26 class StdoutRefactoringTool(refactor.MultiprocessRefactoringTool):
49 All files processed by refactor() must start with this path.
199 for fixname in refactor.get_all_fix_names(fixer_pkg):
221 avail_fixes = set(refactor.get_fixers_from_package(fixer_pkg))
253 # Refactor all files and directories passed as arguments
259 rt.refactor(args, options.write, options.doctests_only,
261 except refactor.MultiprocessingUnsupported:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
main.py 14 from . import refactor namespace
26 class StdoutRefactoringTool(refactor.MultiprocessRefactoringTool):
49 All files processed by refactor() must start with this path.
199 for fixname in refactor.get_all_fix_names(fixer_pkg):
221 avail_fixes = set(refactor.get_fixers_from_package(fixer_pkg))
253 # Refactor all files and directories passed as arguments
259 rt.refactor(args, options.write, options.doctests_only,
261 except refactor.MultiprocessingUnsupported:
  /external/chromium/base/synchronization/
lock_impl.h 49 // TODO(awalker): refactor lock and condition variables so that this is
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
ev_bubble_decoration.h 18 // TODO(shess): Refactor to pull the |location_icon| functionality out
  /external/chromium_org/base/synchronization/
lock_impl.h 48 // TODO(awalker): refactor lock and condition variables so that this is
  /external/chromium_org/chrome/browser/guestview/adview/
adview_guest.h 17 // TODO(fsamuel): There might be an opportunity here to refactor and reuse code
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
ev_bubble_decoration.h 17 // TODO(shess): Refactor to pull the |location_icon| functionality out
  /external/chromium_org/chrome/common/
DEPS 39 # FIXME - refactor code and remove these dependencies
  /external/chromium_org/chrome/common/json_schema/
json_schema_validator_unittest_base.h 19 // TODO(aa): Refactor chrome/test/data/json_schema_test.js into
  /external/chromium_org/media/audio/win/
avrt_wrapper_win.h 14 // TODO(henrika): refactor and merge into existing thread implementation
  /external/chromium_org/ppapi/proxy/
net_address_resource.h 46 // TODO(yzshen): Refactor the code so that PPB_NetAddress resource doesn't
  /external/chromium_org/ppapi/shared_impl/
api_id.h 55 // TODO(tomfinegan): Remove this after we refactor things to load the PPP
  /external/chromium_org/remoting/host/
local_input_monitor.h 25 // TODO(sergeyu): Refactor shortcut code to a separate class.
  /external/markdown/docs/
AUTHORS 10 included a complete refactor of the core.

Completed in 841 milliseconds

1 2 3 4 5 6 7 8 91011>>