HomeSort by relevance Sort by last modified time
    Searched full:refactor (Results 1 - 25 of 476) 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_org/tools/telemetry/telemetry/page/
page.py 5 # TODO(eakuefner): Refactor references to Page and kill this hack.
  /external/chromium_org/extensions/shell/
DEPS 11 # Do not add dependencies on Chrome. Talk to OWNERS about how to refactor
  /external/chromium_org/ash/system/tray/
tray_utils.h 22 // TODO(jennyz): refactor these two functions to SystemTrayItem.
  /external/chromium_org/chrome/common/
DEPS 29 # FIXME - refactor code and remove these dependencies
  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_extension_handler.h 18 // TODO(koz): Rename/refactor this somehow. Maybe just pull it 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/content/browser/service_worker/
service_worker_disk_cache.h 16 // TODO(michaeln): If this reuse sticks, refactor/move the
  /external/chromium_org/ppapi/shared_impl/
api_id.h 50 // TODO(tomfinegan): Remove this after we refactor things to load the PPP
  /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_org/base/synchronization/
lock_impl.h 48 // TODO(awalker): refactor lock and condition variables so that this is
  /external/chromium_org/build/android/
enable_asserts.py 32 # android_commands refactor?
  /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/browser/ui/views/toolbar/
back_button.cc 30 // TODO(gbillock): Refactor this magic number somewhere global to views,
  /external/chromium_org/components/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/remoting/host/
local_input_monitor.h 25 // TODO(sergeyu): Refactor shortcut code to a separate class.
  /external/chromium_org/remoting/webapp/html/
dialog_token_refresh_failed.html 6 <!-- TODO(jamiewalch): Refactor the various error-state divs -->

Completed in 1333 milliseconds

1 2 3 4 5 6 7 8 91011>>