HomeSort by relevance Sort by last modified time
    Searched defs:writable (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/v8/test/mjsunit/
define-property-gc.js 38 var descElementNonWritable = { value: 'foofoo', writable: false };
object-define-property.js 111 var dataWritable = { value: 3000, writable: true};
134 assertFalse(desc.writable);
159 assertEquals(desc.writable, undefined);
174 assertEquals(desc.writable, undefined);
207 assertEquals(desc.writable, undefined);
225 assertEquals(desc.writable, undefined);
238 assertEquals(desc.writable, undefined);
253 assertEquals(desc.writable, undefined);
266 assertFalse(desc.writable);
270 //Try writing to non writable attribute - should remain 100
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
provided_file_system_info.h 22 const bool writable,
30 bool writable() const { return writable_; } function in class:chromeos::file_system_provider::ProvidedFileSystemInfo
43 // Whether the file system is writable or just read-only.
service.cc 42 const char kPrefKeyWritable[] = "writable";
106 bool writable) {
156 // writable = false
159 extension_id, file_system_id, display_name, writable, mount_path);
338 file_system_info.writable());
405 bool writable; local
413 &writable) ||
421 MountFileSystem(extension_id, file_system_id, display_name, writable);
service_unittest.cc 107 bool writable) {
118 file_system->SetBooleanWithoutPathExpansion(kPrefKeyWritable, writable);
163 kExtensionId, kFileSystemId, kDisplayName, false /* writable */));
174 EXPECT_FALSE(observer.mounts[0].file_system_info().writable());
190 kExtensionId, kFileSystemId, kDisplayName, true /* writable */));
193 EXPECT_TRUE(observer.mounts[0].file_system_info().writable());
207 kExtensionId, kFileSystemId, kDisplayName, false /* writable */));
209 kExtensionId, kFileSystemId, kDisplayName, false /* writable */));
231 kExtensionId, file_system_id, kDisplayName, false /* writable */));
237 kExtensionId, kFileSystemId, kDisplayName, false /* writable */));
400 bool writable = false; local
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/integration/
tlsasyncdispatchermixin.py 105 def writable(self): member in class:TLSAsyncDispatcherMixIn
109 return self.siblingClass.writable(self)
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_streams.c 51 static void writable(evContext opaqueCtx, void *uap, int fd, int evmask);
79 if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0)
270 writable(evContext opaqueCtx, void *uap, int fd, int evmask) { function
  /external/chromium_org/third_party/skia/src/core/
SkRegionPriv.h 97 RunHead* writable = this; local
102 writable = Alloc(fRunCount, fYSpanCount, fIntervalCount);
103 memcpy(writable->writable_runs(), this->readonly_runs(),
113 return writable;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannel.h 77 bool writable() const { return writable_; } function in class:cricket::TransportChannel
144 // Sets the writable state, signaling if necessary.
145 void set_writable(bool writable);
dtlstransportchannel_unittest.cc 206 bool writable() const { return transport_->writable(); } function in class:DtlsTestClient
311 LOG(LS_INFO) << name_ << ": is writable";
317 << "' is writable";
432 EXPECT_TRUE_WAIT(client1_.writable() && client2_.writable(), 10000);
433 if (!client1_.writable() || !client2_.writable())
792 EXPECT_TRUE_WAIT(client1_.writable() && client2_.writable(), 10000)
    [all...]
p2ptransportchannel.cc 48 // for pinging. When the socket is writable, we will use only 1 Kbps because
56 // If there is a current writable connection, then we will also try hard to
100 // priority writable connections first.
853 info.writable =
1027 bool writable = ((best_connection_ != NULL) && local
    [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() &&
transport.h 132 // For "writable" and "readable", we need to differentiate between
145 writable(false),
157 bool writable; // Has this connection received a STUN response? member in struct:cricket::ConnectionInfo
223 // TODO: Replace uses of readable() and writable() with
226 bool writable() const { return any_channels_writable(); } function in class:cricket::Transport
port.h 443 bool writable() const { return write_state_ == STATE_WRITABLE; } function in class:cricket::Connection
  /external/chromium_org/third_party/skia/include/core/
SkTLazy.h 139 * thing.writable()->modifyMe(); // makes a copy of constThing
145 * thing.writable()->changeMe(); // makes a copy of constThing if we didn't call modifyMe()
166 * Returns a writable T*. The first time this is called the initial object is cloned.
168 T* writable() { function in class:SkTCopyOnFirstWrite
  /external/chromium_org/base/memory/
shared_memory_unittest.cc 395 // Make sure the writable instance is still writable.
413 // The "read-only" handle is still writable on Android:
421 void* writable = mmap( local
424 EXPECT_EQ(MAP_FAILED, writable)
425 << "It shouldn't be possible to re-mmap the descriptor writable.";
427 if (writable != MAP_FAILED)
428 EXPECT_EQ(0, munmap(writable, readonly_shmem.mapped_size()));
432 << "Shouldn't be able to map memory writable.";
443 << "Shouldn't be able to duplicate the handle into a writable one."
    [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/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/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/tools/gyp/test/lib/
TestCmd.py 60 test.writable('dir', 1)
61 test.writable('dir', None)
989 self.writable(dir, 1)
1489 def writable(self, top, write=1): member in class:TestCmd
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialutil.py 528 def writable(self): return True member in class:SerialBase
  /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/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 */
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 1217 UBool writable = utext_isWritable(ut); local
    [all...]
  /external/chromium_org/v8/src/
elements.cc 949 Handle<Object> writable = JSObject::EnsureWritableFastElements(obj); local
    [all...]

Completed in 1041 milliseconds

1 2