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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/tools/linux/
procfs.py 276 self, begin, end, readable, writable, executable, private, offset,
281 self.writable = writable
295 'writable': self.writable,
365 matched.group(4), # writable
379 return entry.writable == '-' and entry.executable == '-'
387 return ((entry.writable == '-' and entry.executable == '-') or
  /external/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 */
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session_unittest.cc 783 bool writable() const { function in struct:ChannelHandler
784 return last_writable && channel->writable();
798 last_writable = channel->writable();
    [all...]
transport.cc 318 // Check in case the deleted channel was the only non-writable channel.
547 TransportState writable = GetTransportState_s(false); local
548 if (writable_ != writable) {
550 writable_ = writable;
564 iter->second->writable());
700 // A Transport's ICE process is completed if all of its channels are writable,
706 if (!(channel->writable() &&
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.c 805 int writable; local
838 writable = 0;
841 writable = 1;
847 if ((off == 0 || offp) && len <= n->m_len - off && writable)
894 && writable) {
902 && writable) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.cc 347 void DataChannel::OnChannelReady(bool writable) {
348 if (!writable) {
352 // is writable for the first time; otherwise it means the channel was blocked
404 // If we have received buffers before the channel got writable.
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 222 """Ensures that the specified file(s) exist and are writable.
226 not writable.
393 """Ensures that the specified file(s) exist and are not writable.
397 writable.
401 writable = filter(is_writable, existing)
404 if writable:
405 print "Writable files: `%s'" % string.join(writable, "', `")
406 self.fail_test(missing + writable)
  /external/chromium_org/v8/test/mjsunit/harmony/regress/
regress-2225.js 34 return { configurable:true, writable:false, value:19 };
  /external/chromium_org/v8/test/webkit/
Object-create.js 40 var DescriptorWithWritableGetter = { foo: Object.create(null, { value: {value: true}, writable: { get: valueGet }})};
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 474 boolean writable = checkFsWritable();
475 return writable;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 197 c1 = _multiprocessing.Connection(fd1, writable=False)
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 197 c1 = _multiprocessing.Connection(fd1, writable=False)
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 112 assertTrue("Found writable directories: " + writableDirs.toString(),
361 * the root directory are not writable. An application should only be
362 * able to write to it's own home directory. World writable directories
371 * test only. Writable directories within unreadable subdirectories
379 assertTrue("Found writable directories: " + writableDirs.toString(),
549 * testAllOtherDirectoriesNotWritable are not writable. An application
551 * writable directories are a security hole because they enable a
571 assertTrue("Found writable directories: " + writableDirs.toString(),
667 Set<File> writable = getAllWritableFilesInDirAndSubDir(new File("/sys")); local
668 writable.removeAll(SYS_EXCEPTIONS)
    [all...]
  /external/chromium_org/jingle/glue/
channel_socket_adapter.cc 80 if (channel_->writable()) {
92 // Channel is not writable yet.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
resource.cpp 104 info.writable = rw;
  /external/chromium_org/v8/test/mjsunit/
const-redecl.js 210 eval("Object.defineProperty(this, 'i', { writable: true });"
215 Object.defineProperty(global, 'j', { value: 100, writable: true });
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 104 info.writable = rw;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py 200 def writable (self): member in class:async_chat
201 "predicate for inclusion in the writable for select()"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 200 def writable (self): member in class:async_chat
201 "predicate for inclusion in the writable for select()"
  /system/core/fastboot/
usb_windows.c 311 info.writable = 1;
  /external/chromium_org/v8/src/
v8natives.js 372 writable: desc.isWritable(),
393 %AddNamedProperty(obj, "writable", desc.isWritable(), NONE);
430 if ("writable" in obj) {
431 desc.setWritable(ToBoolean(obj.writable));
528 "setWritable", function(writable) {
529 this.writable_ = writable;
780 // Send flags - enumerable and configurable are common - writable is
    [all...]
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
storage_api.py 530 def writable(self): member in class:ReadBuffer
594 The API is a subset of the Python writable stream API sufficient to
864 def writable(self): member in class:StreamingBuffer
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 108 bool writable() const { return writable_; } function in class:cricket::BaseChannel
633 // That occurs when the channel is enabled, the transport is writable,
707 void OnDataChannelReadyToSend(bool writable);
  /external/chromium_org/third_party/libjpeg_turbo/
jpeglib.h     [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
arguments-iterator.js 16 assertTrue(descriptor.writable);

Completed in 1941 milliseconds

1 2 3 4 56 7 8 91011>>