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

1 2

  /external/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/skia/src/core/
SkRegionPriv.h 59 RunHead* writable = this; local
65 writable = Alloc(fRunCount);
66 memcpy(writable->writable_runs(), this->readonly_runs(),
77 return writable;
  /bionic/libc/netbsd/isc/
ev_streams.c 45 static void writable(evContext opaqueCtx, void *uap, int fd, int evmask);
73 if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0)
264 writable(evContext opaqueCtx, void *uap, int fd, int evmask) { function
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannel.h 57 bool writable() const { return writable_; } function in class:cricket::TransportChannel
96 // Sets the writable state, signaling if necessary.
97 void set_writable(bool writable);
transport.h 131 bool writable() const { return writable_; } function in class:cricket::Transport
transport.cc 166 // Check in case the deleted channel was the only non-writable channel.
336 bool writable = GetTransportState_s(false); local
337 if (writable_ != writable) {
338 writable_ = writable;
350 bool b = (read ? iter->second->readable() : iter->second->writable());
p2ptransportchannel.cc 43 // for pinging. When the socket is writable, we will use only 1 Kbps because
51 // If there is a current writable connection, then we will also try hard to
63 // length without becoming writable (or timing out).
109 // priority writable connections first.
549 // that amongst equal preference, writable connections, this will choose the
563 // We can prune any connection for which there is a writable connection on
565 // better preference just in case they become writable later (at which point,
586 int writable = 0; local
593 ++writable;
606 if (writable > 0)
645 bool writable = ((best_connection_ != NULL) && local
    [all...]
  /system/core/fastboot/
usb.h 53 unsigned char writable; member in struct:usb_ifc_info
usb_linux.c 98 static int filter_usb_device(int fd, char *ptr, int len, int writable,
132 info.writable = writable;
254 int writable; local
273 writable = 1;
277 writable = 0;
285 if(filter_usb_device(fd, desc, n, writable, callback,
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.h 43 bool writable; member in struct:cricket::ConnectionInfo
  /external/webkit/Source/JavaScriptCore/runtime/
PropertyDescriptor.cpp 38 bool PropertyDescriptor::writable() const function in class:JSC::PropertyDescriptor
115 void PropertyDescriptor::setWritable(bool writable)
117 if (writable)
  /external/libppp/src/
ipcp.h 79 unsigned writable : 1; /* Can write resolv.conf ? */ member in struct:ipcp::__anon9604
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 97 assertTrue("Found writable directories: " + writableDirs.toString(),
282 * the root directory are not writable. An application should only be
283 * able to write to it's own home directory. World writable directories
292 * test only. Writable directories within unreadable subdirectories
300 assertTrue("Found writable directories: " + writableDirs.toString(),
461 * testAllOtherDirectoriesNotWritable are not writable. An application
463 * writable directories are a security hole because they enable a
483 assertTrue("Found writable directories: " + writableDirs.toString(),
494 Set<File> writable = getAllWritableFilesInDirAndSubDir(new File("/sys")); local
495 writable.removeAll(SYS_EXCEPTIONS)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.h 141 bool writable() const { return writable_; } function in class:cricket::BaseChannel
  /external/icu4c/test/intltest/
utxttest.cpp 1693 UBool writable = utext_isWritable(ut); local
    [all...]
  /external/v8/src/
elements.cc 697 Object* writable; local
699 if (!maybe->ToObject(&writable)) return maybe;
700 backing_store = FixedArray::cast(writable);
    [all...]
bootstrapper.cc 281 // instance maps are replaced in order to make prototype writable.
282 // These are the final, writable prototype, maps.
442 // writable.
456 // Later the map is replaced with writable prototype map, allocated below.
622 // Later the map is replaced with writable prototype map, allocated below.
990 PropertyAttributes writable = local
    [all...]
runtime.cc 1823 PropertyAttributes writable = local
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 1028 bool writable = false; local
    [all...]
  /external/kernel-headers/original/linux/
perf_event.h 595 int writable; /* are we writable */ member in struct:perf_mmap_data
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 702 int writable; /* are we writable */ member in struct:perf_buffer
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 7884 Boolean writable = mAccountWritability.get(accountTypeAndDataSet); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 867 milliseconds

1 2