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

<<11121314151617181920>>

  /external/webkit/WebCore/dom/
Element.h 186 NamedNodeMap* attributes(bool readonly) const;
353 inline NamedNodeMap* Element::attributes(bool readonly) const
363 if (!readonly && !namedAttrMap)
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 272 String readOnly = "";
275 readOnly = mRes.getString(R.string.read_only);
289 mSdAvail.setSummary(formatSize(availableBlocks * blockSize) + readOnly);
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementsetattributenodens06.java 35 * is readonly.
namednodemapremovenameditemns05.java 36 * maps are readonly, a NO_MODIFICATION_ALLOWED_ERR should be raised.
namednodemapsetnameditemns09.java 35 * raises a NO_MODIFICATION_ALLOWED_ERR if this map is readonly.
  /dalvik/libcore/nio/src/main/java/java/nio/
CharSequenceAdapter.java 25 * <li>Char sequence based buffer is always readonly.</li>
  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java 163 public void setReadOnly(boolean readOnly) throws SQLException {
  /external/icu4c/config/
mh-linux-va 10 # -qroconst make the strings readonly, which is usually the default.
  /external/icu4c/tools/toolutil/
filestrm.c 186 putc is used on a file opened as readonly)
  /external/qemu/hw/
pxa.h 100 void pxa2xx_mmci_handlers(PXA2xxMMCIState *s, qemu_irq readonly,
  /external/v8/test/mjsunit/
mirror-regexp.js 31 var all_attributes = debug.PropertyAttribute.ReadOnly |
  /external/v8/test/mjsunit/regress/
regress-334.js 69 // Assignment to non-readonly. Assignment shouldn't change attributes!
  /external/webkit/JavaScriptCore/runtime/
JSByteArray.cpp 43 putDirect(exec->globalData().propertyNames->length, jsNumber(exec, m_storage->length()), ReadOnly | DontDelete);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.6.js 35 exists and has the ReadOnly attribute (as it will for native Function
  /external/webkit/LayoutTests/fast/js/resources/
const.js 2 "This test checks that const declarations in JavaScript work and are readonly."
  /external/webkit/WebCore/bindings/js/
JSSharedWorkerConstructor.cpp 53 putDirect(exec->propertyNames().length, jsNumber(exec, 2), ReadOnly|DontDelete|DontEnum);
JSWebSocketConstructor.cpp 54 putDirect(exec->propertyNames().length, jsNumber(exec, 1), ReadOnly | DontDelete | DontEnum);
  /external/webkit/WebCore/bindings/v8/custom/
V8SQLResultSetRowListCustom.cpp 85 item->Set(v8String(rowList->columnNames()[i]), value, static_cast<v8::PropertyAttribute>(v8::DontDelete|v8::ReadOnly));
  /external/webkit/WebCore/bridge/
runtime_method.cpp 81 descriptor.setDescriptor(slot.getValue(exec, propertyName), ReadOnly | DontDelete | DontEnum);
  /external/webkit/WebCore/storage/
SQLTransaction.cpp 63 PassRefPtr<VoidCallback> successCallback, PassRefPtr<SQLTransactionWrapper> wrapper, bool readOnly)
65 return adoptRef(new SQLTransaction(db, callback, errorCallback, successCallback, wrapper, readOnly));
69 PassRefPtr<SQLTransactionWrapper> wrapper, bool readOnly)
80 , m_readOnly(readOnly)
  /external/webkit/WebCore/svg/
SVGPathElement.idl 36 readonly attribute SVGAnimatedNumber pathLength;
  /external/webkit/WebKit/chromium/public/
WebInputElement.h 43 // Provides readonly access to some properties of a DOM input element node.
  /frameworks/base/include/utils/
FileMap.h 58 off_t offset, size_t length, bool readOnly);
  /system/core/sh/
builtins.def 58 exportcmd -s export -s readonly
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
Text.java 56 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
120 * nodes being replaced is readonly.

Completed in 1396 milliseconds

<<11121314151617181920>>