HomeSort by relevance Sort by last modified time
    Searched defs:WRITABLE (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/mojo/public/java/src/org/chromium/mojo/system/
Core.java 43 public static final WaitFlags WRITABLE = WaitFlags.none().setWritable(true).immutable();
57 * Change the writable bit of this flag.
59 * @param writable the new value of the writable bit.
62 public WaitFlags setWritable(boolean writable) {
63 return setFlag(FLAG_WRITABLE, writable);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 52 WRITABLE = _tkinter.WRITABLE
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 52 WRITABLE = _tkinter.WRITABLE
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 502 milliseconds