HomeSort by relevance Sort by last modified time
    Searched full:readonly (Results 276 - 300 of 871) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/svg/
SVGDocument.idl 25 readonly attribute SVGSVGElement rootElement;
SVGElementInstanceList.idl 28 readonly attribute unsigned long length;
SVGExternalResourcesRequired.idl 30 readonly attribute SVGAnimatedBoolean externalResourcesRequired;
SVGFEComponentTransferElement.idl 30 readonly attribute SVGAnimatedString in1;
SVGFEImageElement.idl 33 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
SVGFEMergeNodeElement.idl 29 readonly attribute SVGAnimatedString in1;
SVGFETileElement.idl 30 readonly attribute SVGAnimatedString in1;
SVGStopElement.idl 30 readonly attribute SVGAnimatedNumber offset;
SVGTransformable.idl 30 readonly attribute SVGAnimatedTransformList transform;
SVGURIReference.idl 30 readonly attribute SVGAnimatedString href;
SVGViewElement.idl 32 readonly attribute SVGStringList viewTarget;
  /external/webkit/WebCore/workers/
SharedWorker.idl 40 readonly attribute MessagePort port;
SharedWorkerContext.idl 42 readonly attribute DOMString name;
  /frameworks/base/libs/utils/
FileMap.cpp 89 bool FileMap::create(const char* origFileName, int fd, off_t offset, size_t length, bool readOnly)
103 DWORD protect = readOnly ? PAGE_READONLY : PAGE_READWRITE;
118 readOnly ? FILE_MAP_READ : FILE_MAP_ALL_ACCESS,
163 if (!readOnly)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/mtd/
blktrans.h 31 int readonly; member in struct:mtd_blktrans_dev
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/mtd/
blktrans.h 31 int readonly; member in struct:mtd_blktrans_dev
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/mtd/
blktrans.h 31 int readonly; member in struct:mtd_blktrans_dev
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/mtd/
blktrans.h 31 int readonly; member in struct:mtd_blktrans_dev
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/mtd/
blktrans.h 31 int readonly; member in struct:mtd_blktrans_dev
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/mtd/
blktrans.h 31 int readonly; member in struct:mtd_blktrans_dev
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementExclusiveTimeContainer.java 27 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
ElementParallelTimeContainer.java 26 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
SMILElement.java 33 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
CharacterData.java 54 * NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
91 * NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
104 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
123 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
146 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 390 IN BOOLEAN Readonly,
435 *OpenedReadonly = Readonly;
440 SYNCHRONIZE | FILE_READ_DATA | (Readonly ? 0 : FILE_WRITE_DATA),
458 SYNCHRONIZE | FILE_READ_DATA | (Readonly ? 0 : FILE_WRITE_DATA),
468 if((STATUS_ACCESS_DENIED == Status) && !Readonly)
498 IN BOOLEAN ReadOnly,
507 return _OpenNtName(Buffer, ReadOnly, Handle, OpenedReadonly);
817 IN BOOLEAN ReadOnly,
842 Status = _OpenDriveLetter(*Name, ReadOnly, Handle, OpenedReadonly);
868 Status = _OpenNtName(Name, ReadOnly, Handle, OpenedReadonly)
    [all...]

Completed in 500 milliseconds

<<11121314151617181920>>