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

12 3 4 5 6 7 8 91011>>

  /external/mockito/src/org/mockito/internal/matchers/
LocalizedMatcher.java 65 //TODO: refactor other 'delegated interfaces' to use the MatcherDecorator feature
  /external/sfntly/cpp/src/sfntly/table/
table_based_table_builder.h 42 // TODO(arthurhsu): style guide violation: protected member, need refactor
  /external/chromium/chrome/browser/sync/engine/
get_commit_ids_command.h 39 // It will do Put(IS_UNSYNCED). Refactor this out later.
116 // TODO(ncarter): Refactor these so that the |result| parameter goes away,
  /external/chromium_org/ppapi/proxy/
graphics_2d_resource.cc 33 // Let's remove/refactor this when start to refactor ImageData.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.js 18 * a proper way to refactor. This needs to always call dup node
  /external/chromium/chrome/browser/autofill/
autofill_host.h 30 // It would be good to refactor the Chromium RenderViewHost to use this
  /external/chromium/chrome/browser/chromeos/login/
login_display_host.h 38 // TODO(nkostylev): Refactor enum.
  /external/chromium_org/chrome/browser/ui/aura/
chrome_browser_main_extra_parts_aura.cc 64 // TODO(erg): Refactor this into a dlopen call when we add a GTK3 port.
  /external/chromium_org/chrome/browser/ui/cocoa/
drag_util.mm 33 // TODO(asvitkine): Refactor this out to a common location instead of
  /external/chromium_org/content/renderer/pepper/
audio_helper.h 33 // TODO(viettrungluu): This is all very poorly thought out. Refactor.
pepper_device_enumeration_host_helper.h 34 // TODO(yzshen): Refactor ppapi::host::ResourceMessageFilter to support message
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
PhysicsCollisionEventFactory.java 49 event.refactor(type, source, nodeB, manifoldPointObjectId);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
PhysicsCollisionEventFactory.java 50 event.refactor(type, source, nodeB, cp);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 6 Used as a main program, this can refactor any number of files and/or
199 # When this is True, the refactor*() methods will call write_file() for
201 # and only if the refactor method's write parameter was True.
294 def refactor(self, items, write=False, doctests_only=False): member in class:RefactoringTool
295 """Refactor a list of files and directories."""
304 """Descends down a directory and refactor every Python file found.
363 """Refactor a given input string.
702 def refactor(self, items, write=False, doctests_only=False, member in class:MultiprocessRefactoringTool
705 return super(MultiprocessRefactoringTool, self).refactor(
720 super(MultiprocessRefactoringTool, self).refactor(items, write
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 6 Used as a main program, this can refactor any number of files and/or
199 # When this is True, the refactor*() methods will call write_file() for
201 # and only if the refactor method's write parameter was True.
294 def refactor(self, items, write=False, doctests_only=False): member in class:RefactoringTool
295 """Refactor a list of files and directories."""
304 """Descends down a directory and refactor every Python file found.
363 """Refactor a given input string.
702 def refactor(self, items, write=False, doctests_only=False, member in class:MultiprocessRefactoringTool
705 return super(MultiprocessRefactoringTool, self).refactor(
720 super(MultiprocessRefactoringTool, self).refactor(items, write
    [all...]
  /external/chromium/chrome/browser/resources/chromeos/
choose_mobile_network.html 17 // TODO(dpolukhin): refactor spinner code&css to be reusable.
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host_gtk.cc 37 // Refactor and eliminate the dup code.
  /external/chromium/net/websockets/
websocket_job.h 31 // TODO(ukai): refactor websocket.cc to use this.
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_controller.h 35 // As the refactor progresses, keep the class comment up-to-date to
  /external/chromium_org/remoting/host/
it2me_desktop_environment.cc 49 // running in the LoginWindow context, and refactor this into a separate
  /external/chromium_org/win8/delegate_execute/
chrome_util.cc 98 // TODO(grt): This code also lives in installer_util. Refactor for reuse.
110 // TODO(gab): This code also lives in shell_util. Refactor for reuse.
162 // TODO(gab): This code also lives in shell_util. Refactor for reuse.
258 // TODO(gab): This code also lives in shell_util. Refactor for reuse.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
ICreateInfo.java 66 * Returns the list of classes to refactor, must be an even list: the
  /sdk/eclipse/
dictionary.txt 237 refactor
  /frameworks/base/core/java/android/net/arp/
ArpPeer.java 49 private final byte[] L2_BROADCAST; // TODO: refactor from DhcpClient.java
50 private static final int MAX_LENGTH = 1500; // refactor from DhcpPacket.java
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
AbstractTest.java 40 // TODO: remove these. They're only used as part of a refactor to keep the

Completed in 702 milliseconds

12 3 4 5 6 7 8 91011>>