HomeSort by relevance Sort by last modified time
    Searched refs:writable (Results 101 - 125 of 286) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/src/core/
SkBlitter.cpp 871 paint.writable()->setShader(shader3D)->unref();
879 paint.writable()->setXfermode(NULL);
896 SkPaint* p = paint.writable();
907 paint.writable()->setShader(shader)->unref();
908 paint.writable()->setAlpha(0xFF);
912 SkPaint* writablePaint = paint.writable();
922 paint.writable()->setShader(shader)->unref();
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel.cc 402 // writable
403 // - When the impl goes writable for the first time we
423 << "DTLSTransportChannelWrapper: channel writable state changed.";
428 set_writable(channel_->writable());
524 if (writable()) {
567 if (channel_->writable()) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 392 def writable(self): member in class:IOBase
400 """Internal: raise an IOError if file is not writable
402 if not self.writable():
403 raise IOError("File or stream is not writable."
748 def writable(self): member in class:_BufferedIOMixin
749 return self.raw.writable()
892 def writable(self): member in class:BytesIO
1205 def writable(self): member in class:BufferedRWPair
1564 def writable(self): member in class:TextIOWrapper
    [all...]
asyncore.py 132 is_w = obj.writable()
135 # accepting sockets should not be writable
183 # accepting sockets should not be writable
184 if obj.writable() and not obj.accepting:
188 # or writable.
327 def writable(self): member in class:dispatcher
543 def writable(self): member in class:dispatcher_with_send
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 392 def writable(self): member in class:IOBase
400 """Internal: raise an IOError if file is not writable
402 if not self.writable():
403 raise IOError("File or stream is not writable."
748 def writable(self): member in class:_BufferedIOMixin
749 return self.raw.writable()
892 def writable(self): member in class:BytesIO
1205 def writable(self): member in class:BufferedRWPair
1564 def writable(self): member in class:TextIOWrapper
    [all...]
asyncore.py 132 is_w = obj.writable()
135 # accepting sockets should not be writable
183 # accepting sockets should not be writable
184 if obj.writable() and not obj.accepting:
188 # or writable.
327 def writable(self): member in class:dispatcher
543 def writable(self): member in class:dispatcher_with_send
  /art/runtime/
oat_file.cc 131 bool writable,
135 bool success = oat_file->ElfFileOpen(file, requested_base, oat_file_begin, writable, executable,
196 bool writable, bool executable,
199 elf_file_.reset(ElfFile::Open(file, writable, /*program_header_only*/true, error_msg,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.h 96 // has been writable once.
140 void OnChannelReady(bool writable);
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 339 unsigned writable:1; /**< writable shader resource */ member in struct:pipe_surface
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 339 unsigned writable:1; /**< writable shader resource */ member in struct:pipe_surface
  /external/chromium_org/v8/test/mjsunit/es7/
object-observe.js 146 assertTrue(notifyDesc.writable);
334 writable: false,
339 writable: true,
344 writable: false,
371 writable: false,
376 writable: true,
381 writable: false,
855 Object.defineProperty(obj, "a", {writable: false});
858 Object.defineProperty(obj, "a", {value: 7, writable: true});
868 Object.defineProperty(obj, "a", {value: 9, writable: true})
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
strict-recompile.js 33 Object.defineProperty(o, 'x', {value: 12, writable: false});
  /external/chromium_org/v8/test/mjsunit/
define-property-gc.js 38 var descElementNonWritable = { value: 'foofoo', writable: false };
store-dictionary.js 46 Object.defineProperty(o, 'x', { value: 32, writable: false });
  /external/chromium_org/v8/test/mjsunit/regress/
negative_lookup.js 57 Object.defineProperty(p, "x", { writable: false, value: 5 });
readonly3.js 31 Object.defineProperty(p, "x", {writable:false, value:5});
readonly4.js 34 Object.defineProperty(p, "x", {writable:false, value:5});
readonly5.js 59 Object.defineProperty(this, "x", {writable:false, configurable:true});
regress-1419.js 45 assertEquals(false, desc.writable);
regress-88591.js 42 assertEquals(false, o.writable);
regress-900.js 44 assertEquals(desc['writable'], undefined);
regress-992.js 43 assertFalse(desc.hasOwnProperty('writable'));
regress-function-length-strict.js 38 assertFalse(desc.writable);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java 243 boolean writable = type == null || type.areContactsWritable();
244 if (writable) {
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 190 this->writable = false;
264 this->writable ? "GRANTED" : "DENIED");
266 return TRACE_RETURN (this->writable);
280 bool writable; member in struct:OT::hb_sanitize_context_t
326 if (edit_count && !c->writable) {
331 c->writable = true;
332 /* ok, we made it writable by relocating. try again */

Completed in 1384 milliseconds

1 2 3 45 6 7 8 91011>>