/external/webkit/Source/WebCore/html/canvas/ |
D | DataView.h | 46 …int16_t getInt16(unsigned byteOffset, ExceptionCode& ec) { return getInt16(byteOffset, false, ec);… in getInt16() 48 …uint16_t getUint16(unsigned byteOffset, ExceptionCode& ec) { return getUint16(byteOffset, false, e… in getUint16() 50 …int32_t getInt32(unsigned byteOffset, ExceptionCode& ec) { return getInt32(byteOffset, false, ec);… in getInt32() 52 …uint32_t getUint32(unsigned byteOffset, ExceptionCode& ec) { return getUint32(byteOffset, false, e… in getUint32() 54 …float getFloat32(unsigned byteOffset, ExceptionCode& ec) { return getFloat32(byteOffset, false, ec… in getFloat32() 56 …double getFloat64(unsigned byteOffset, ExceptionCode& ec) { return getFloat64(byteOffset, false, e… in getFloat64() 61 …void setInt16(unsigned byteOffset, int16_t value, ExceptionCode& ec) { setInt16(byteOffset, value,… in setInt16() 63 …void setUint16(unsigned byteOffset, uint16_t value, ExceptionCode& ec) { setUint16(byteOffset, val… in setUint16() 65 …void setInt32(unsigned byteOffset, int32_t value, ExceptionCode& ec) { setInt32(byteOffset, value,… in setInt32() 67 …void setUint32(unsigned byteOffset, uint32_t value, ExceptionCode& ec) { setUint32(byteOffset, val… in setUint32() [all …]
|
D | DataView.cpp | 136 void DataView::setData(unsigned byteOffset, T value, bool littleEndian, ExceptionCode& ec) in setData() 150 int8_t DataView::getInt8(unsigned byteOffset, ExceptionCode& ec) in getInt8() 155 uint8_t DataView::getUint8(unsigned byteOffset, ExceptionCode& ec) in getUint8() 160 int16_t DataView::getInt16(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) in getInt16() 165 uint16_t DataView::getUint16(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) in getUint16() 170 int32_t DataView::getInt32(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) in getInt32() 175 uint32_t DataView::getUint32(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) in getUint32() 180 float DataView::getFloat32(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) in getFloat32() 185 double DataView::getFloat64(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) in getFloat64() 190 void DataView::setInt8(unsigned byteOffset, int8_t value, ExceptionCode& ec) in setInt8() [all …]
|
/external/llvm/lib/Object/ |
D | Object.cpp | 46 error_code ec; in LLVMMoveToNextSection() local 53 if (error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect))) in LLVMMoveToContainingSection() local 73 error_code ec; in LLVMMoveToNextSymbol() local 81 if (error_code ec = (*unwrap(SI))->getName(ret)) in LLVMGetSectionName() local 88 if (error_code ec = (*unwrap(SI))->getSize(ret)) in LLVMGetSectionSize() local 95 if (error_code ec = (*unwrap(SI))->getContents(ret)) in LLVMGetSectionContents() local 102 if (error_code ec = (*unwrap(SI))->getAddress(ret)) in LLVMGetSectionAddress() local 110 if (error_code ec = (*unwrap(SI))->containsSymbol(**unwrap(Sym), ret)) in LLVMGetSectionContainsSymbol() local 131 error_code ec; in LLVMMoveToNextRelocation() local 141 if (error_code ec = (*unwrap(SI))->getName(ret)) in LLVMGetSymbolName() local [all …]
|
/external/webkit/Source/WebCore/svg/properties/ |
D | SVGListProperty.h | 45 bool canAlterList(ExceptionCode& ec) const in canAlterList() 56 void clearValues(PropertyType& values, ExceptionCode& ec) in clearValues() 65 void clearValuesAndWrappers(AnimatedListPropertyTearOff* animatedList, ExceptionCode& ec) in clearValuesAndWrappers() 89 …ListItemType initializeValues(PropertyType& values, const ListItemType& newItem, ExceptionCode& ec) in initializeValues() 105 …pers(AnimatedListPropertyTearOff* animatedList, PassListItemTearOff passNewItem, ExceptionCode& ec) in initializeValuesAndWrappers() 138 bool canGetItem(PropertyType& values, unsigned index, ExceptionCode& ec) in canGetItem() 148 ListItemType getItemValues(PropertyType& values, unsigned index, ExceptionCode& ec) in getItemValues() 157 …ItemValuesAndWrappers(AnimatedListPropertyTearOff* animatedList, unsigned index, ExceptionCode& ec) in getItemValuesAndWrappers() 182 …mBeforeValues(PropertyType& values, const ListItemType& newItem, unsigned index, ExceptionCode& ec) in insertItemBeforeValues() 202 …tPropertyTearOff* animatedList, PassListItemTearOff passNewItem, unsigned index, ExceptionCode& ec) in insertItemBeforeValuesAndWrappers() [all …]
|
D | SVGStaticListPropertyTearOff.h | 43 void clear(ExceptionCode& ec) in clear() 53 ListItemType initialize(const ListItemType& newItem, ExceptionCode& ec) in initialize() 58 ListItemType getItem(unsigned index, ExceptionCode& ec) in getItem() 63 ListItemType insertItemBefore(const ListItemType& newItem, unsigned index, ExceptionCode& ec) in insertItemBefore() 68 ListItemType replaceItem(const ListItemType& newItem, unsigned index, ExceptionCode& ec) in replaceItem() 73 ListItemType removeItem(unsigned index, ExceptionCode& ec) in removeItem() 78 ListItemType appendItem(const ListItemType& newItem, ExceptionCode& ec) in appendItem()
|
D | SVGListPropertyTearOff.h | 72 void clear(ExceptionCode& ec) in clear() 82 PassListItemTearOff initialize(PassListItemTearOff passNewItem, ExceptionCode& ec) in initialize() 87 PassListItemTearOff getItem(unsigned index, ExceptionCode& ec) in getItem() 92 …istItemTearOff insertItemBefore(PassListItemTearOff passNewItem, unsigned index, ExceptionCode& ec) in insertItemBefore() 97 …PassListItemTearOff replaceItem(PassListItemTearOff passNewItem, unsigned index, ExceptionCode& ec) in replaceItem() 102 PassListItemTearOff removeItem(unsigned index, ExceptionCode& ec) in removeItem() 107 PassListItemTearOff appendItem(PassListItemTearOff passNewItem, ExceptionCode& ec) in appendItem()
|
/external/webkit/Source/WebCore/storage/ |
D | IDBObjectStore.cpp | 70 …st> IDBObjectStore::get(ScriptExecutionContext* context, PassRefPtr<IDBKey> key, ExceptionCode& ec) in get() 81 …ntext* context, PassRefPtr<SerializedScriptValue> value, PassRefPtr<IDBKey> key, ExceptionCode& ec) in add() 92 …ntext* context, PassRefPtr<SerializedScriptValue> value, PassRefPtr<IDBKey> key, ExceptionCode& ec) in put() 103 …ctStore::deleteFunction(ScriptExecutionContext* context, PassRefPtr<IDBKey> key, ExceptionCode& ec) in deleteFunction() 114 PassRefPtr<IDBRequest> IDBObjectStore::clear(ScriptExecutionContext* context, ExceptionCode& ec) in clear() 125 …teIndex(const String& name, const String& keyPath, const OptionsObject& options, ExceptionCode& ec) in createIndex() 137 PassRefPtr<IDBIndex> IDBObjectStore::index(const String& name, ExceptionCode& ec) in index() 146 void IDBObjectStore::deleteIndex(const String& name, ExceptionCode& ec) in deleteIndex() 151 …cutionContext* context, PassRefPtr<IDBKeyRange> range, unsigned short direction, ExceptionCode& ec) in openCursor()
|
D | IDBObjectStore.h | 62 …ExecutionContext* context, PassRefPtr<SerializedScriptValue> value, ExceptionCode& ec) { return ad… in add() 63 …ExecutionContext* context, PassRefPtr<SerializedScriptValue> value, ExceptionCode& ec) { return pu… in put() 64 …PassRefPtr<IDBIndex> createIndex(const String& name, const String& keyPath, ExceptionCode& ec) { r… in createIndex() 65 …PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext* context, ExceptionCode& ec) { return ope… in openCursor() 66 …(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) { return op… in openCursor()
|
D | IDBIndex.h | 57 …PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext* context, ExceptionCode& ec) { return ope… in openCursor() 58 …(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) { return op… in openCursor() 61 …PassRefPtr<IDBRequest> openKeyCursor(ScriptExecutionContext* context, ExceptionCode& ec) { return … in openKeyCursor() 62 …(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) { return op… in openKeyCursor()
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 164 if (error_code ec = Sym.getAddress(ResolvedAddr)) return ec; in resolveSectionAndAddress() local 166 if (error_code ec = Sym.getSection(iter)) return ec; in resolveSectionAndAddress() local 179 if (error_code ec = I->getOffset(Ofs)) return ec; in resolveSymbol() local 181 if (error_code ec = I->getSymbol(Sym)) return ec; in resolveSymbol() local 198 if (error_code ec = resolveSymbol(Rels, Offset, Sym)) return ec; in getSectionContents() local 200 if (error_code ec = resolveSectionAndAddress(Obj, Sym, Section, Addr)) in getSectionContents() local 202 if (error_code ec = Obj->getSectionContents(Section, Contents)) return ec; in getSectionContents() local 212 if (error_code ec = resolveSymbol(Rels, Offset, Sym)) return ec; in resolveSymbolName() local 213 if (error_code ec = Sym.getName(Name)) return ec; in resolveSymbolName() local 221 if (error_code ec = resolveSymbolName(Rels, Offset, Sym)) { in printCOFFSymbolAddress() local [all …]
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebIDBObjectStoreImpl.cpp | 70 …DBKey& key, WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec) in get() 75 …de putMode, WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec) in put() 80 …DBKey& key, WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec) in deleteFunction() 85 …Impl::clear(WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec) in clear() 90 … const WebString& keyPath, bool unique, const WebIDBTransaction& transaction, WebExceptionCode& ec) in createIndex() 98 WebIDBIndex* WebIDBObjectStoreImpl::index(const WebString& name, WebExceptionCode& ec) in index() 106 …mpl::deleteIndex(const WebString& name, const WebIDBTransaction& transaction, WebExceptionCode& ec) in deleteIndex() 111 … direction, WebIDBCallbacks* callbacks, const WebIDBTransaction& transaction, WebExceptionCode& ec) in openCursor()
|
D | IDBObjectStoreBackendProxy.cpp | 77 …PassRefPtr<IDBCallbacks> callbacks, IDBTransactionBackendInterface* transaction, ExceptionCode& ec) in get() 85 …PassRefPtr<IDBCallbacks> callbacks, IDBTransactionBackendInterface* transaction, ExceptionCode& ec) in put() 93 …PassRefPtr<IDBCallbacks> callbacks, IDBTransactionBackendInterface* transaction, ExceptionCode& ec) in deleteFunction() 101 …PassRefPtr<IDBCallbacks> callbacks, IDBTransactionBackendInterface* transaction, ExceptionCode& ec) in clear() 109 …const String& keyPath, bool unique, IDBTransactionBackendInterface* transaction, ExceptionCode& ec) in createIndex() 120 …<IDBIndexBackendInterface> IDBObjectStoreBackendProxy::index(const String& name, ExceptionCode& ec) in index() 128 …xy::deleteIndex(const String& name, IDBTransactionBackendInterface* transaction, ExceptionCode& ec) in deleteIndex() 136 …PassRefPtr<IDBCallbacks> callbacks, IDBTransactionBackendInterface* transaction, ExceptionCode& ec) in openCursor()
|
/external/webkit/Source/WebCore/fileapi/ |
D | FileReaderSync.cpp | 50 …c::readAsArrayBuffer(ScriptExecutionContext* scriptExecutionContext, Blob* blob, ExceptionCode& ec) in readAsArrayBuffer() 61 …::readAsBinaryString(ScriptExecutionContext* scriptExecutionContext, Blob* blob, ExceptionCode& ec) in readAsBinaryString() 71 …iptExecutionContext* scriptExecutionContext, Blob* blob, const String& encoding, ExceptionCode& ec) in readAsText() 82 …rSync::readAsDataURL(ScriptExecutionContext* scriptExecutionContext, Blob* blob, ExceptionCode& ec) in readAsDataURL() 93 …tExecutionContext* scriptExecutionContext, FileReaderLoader& loader, Blob* blob, ExceptionCode& ec) in startLoading()
|
D | FileWriter.cpp | 81 void FileWriter::write(Blob* data, ExceptionCode& ec) in write() 101 void FileWriter::seek(long long position, ExceptionCode& ec) in seek() 114 void FileWriter::truncate(long long position, ExceptionCode& ec) in truncate() 128 void FileWriter::abort(ExceptionCode& ec) in abort() 192 void FileWriter::setError(FileError::ErrorCode errorCode, ExceptionCode& ec) in setError()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSXMLHttpRequestCustom.cpp | 87 ExceptionCode ec = 0; in open() local 112 ExceptionCode ec = 0; in send() local 145 ExceptionCode ec = 0; in responseText() local 163 ExceptionCode ec = 0; in response() local 175 ExceptionCode ec = 0; in response() local 189 ExceptionCode ec = 0; in response() local
|
D | JSSVGLengthCustom.cpp | 36 ExceptionCode ec = 0; in value() local 60 ExceptionCode ec = 0; in setValue() local 87 ExceptionCode ec = 0; in convertToSpecifiedUnits() local
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8XMLHttpRequestCustom.cpp | 55 ExceptionCode ec = 0; in responseTextAccessorGetter() local 74 ExceptionCode ec = 0; in responseAccessorGetter() local 86 ExceptionCode ec = 0; in responseAccessorGetter() local 101 ExceptionCode ec = 0; in responseAccessorGetter() local 137 ExceptionCode ec = 0; in openCallback() local 174 ExceptionCode ec = 0; in sendCallback() local
|
D | V8DataViewCustom.cpp | 63 ExceptionCode ec = 0; in getInt8Callback() local 80 ExceptionCode ec = 0; in getUint8Callback() local 97 ExceptionCode ec = 0; in setInt8Callback() local 113 ExceptionCode ec = 0; in setUint8Callback() local
|
/external/webkit/Source/WebCore/workers/ |
D | DedicatedWorkerContext.cpp | 50 …ntext::postMessage(PassRefPtr<SerializedScriptValue> message, MessagePort* port, ExceptionCode& ec) in postMessage() 58 …d DedicatedWorkerContext::postMessage(PassRefPtr<SerializedScriptValue> message, ExceptionCode& ec) in postMessage() 63 …essage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports, ExceptionCode& ec) in postMessage() 72 void DedicatedWorkerContext::importScripts(const Vector<String>& urls, ExceptionCode& ec) in importScripts()
|
/external/webkit/Source/WebCore/bindings/cpp/ |
D | WebDOMNodeCustom.cpp | 33 WebCore::ExceptionCode ec = 0; in insertBefore() local 46 WebCore::ExceptionCode ec = 0; in replaceChild() local 59 WebCore::ExceptionCode ec = 0; in removeChild() local 72 WebCore::ExceptionCode ec = 0; in appendChild() local
|
/external/webkit/Source/WebCore/xml/ |
D | XMLHttpRequest.cpp | 226 String XMLHttpRequest::responseText(ExceptionCode& ec) in responseText() 235 Document* XMLHttpRequest::responseXML(ExceptionCode& ec) in responseXML() 274 ArrayBuffer* XMLHttpRequest::responseArrayBuffer(ExceptionCode& ec) in responseArrayBuffer() 295 void XMLHttpRequest::setResponseType(const String& responseType, ExceptionCode& ec) in setResponseType() 369 void XMLHttpRequest::setWithCredentials(bool value, ExceptionCode& ec) in setWithCredentials() 380 void XMLHttpRequest::setAsBlob(bool value, ExceptionCode& ec) in setAsBlob() 391 void XMLHttpRequest::open(const String& method, const KURL& url, ExceptionCode& ec) in open() 396 void XMLHttpRequest::open(const String& method, const KURL& url, bool async, ExceptionCode& ec) in open() 446 …est::open(const String& method, const KURL& url, bool async, const String& user, ExceptionCode& ec) in open() 454 …method, const KURL& url, bool async, const String& user, const String& password, ExceptionCode& ec) in open() [all …]
|
/external/webkit/Source/WebCore/page/ |
D | DOMSelection.cpp | 201 void DOMSelection::collapse(Node* node, int offset, ExceptionCode& ec) in collapse() 218 void DOMSelection::collapseToEnd(ExceptionCode& ec) in collapseToEnd() 233 void DOMSelection::collapseToStart(ExceptionCode& ec) in collapseToStart() 255 …aseAndExtent(Node* baseNode, int baseOffset, Node* extentNode, int extentOffset, ExceptionCode& ec) in setBaseAndExtent() 275 void DOMSelection::setPosition(Node* node, int offset, ExceptionCode& ec) in setPosition() 343 void DOMSelection::extend(Node* node, int offset, ExceptionCode& ec) in extend() 365 PassRefPtr<Range> DOMSelection::getRangeAt(int index, ExceptionCode& ec) in getRangeAt() 410 ExceptionCode ec = 0; in addRange() local 451 ExceptionCode ec = 0; in deleteFromDocument() local 476 ExceptionCode ec = 0; in containsNode() local [all …]
|
/external/icu4c/test/intltest/ |
D | textfile.cpp | 21 TextFile::TextFile(const char* _name, const char* _encoding, UErrorCode& ec) : in TextFile() 76 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) { in readLine() 111 UBool TextFile::readLineSkippingComments(UnicodeString& line, UErrorCode& ec, in readLineSkippingComments() 132 UBool TextFile::setBuffer(int32_t index, char c, UErrorCode& ec) { in setBuffer()
|
/external/webkit/Source/WebCore/editing/ |
D | SplitTextNodeCommand.cpp | 57 ExceptionCode ec = 0; in doApply() local 78 ExceptionCode ec = 0; in doUnapply() local 100 ExceptionCode ec = 0; in insertText1AndTrimText2() local
|
/external/webkit/Source/WebCore/html/ |
D | HTMLMeterElement.cpp | 90 void HTMLMeterElement::setMin(double min, ExceptionCode& ec) in setMin() 106 void HTMLMeterElement::setMax(double max, ExceptionCode& ec) in setMax() 122 void HTMLMeterElement::setValue(double value, ExceptionCode& ec) in setValue() 138 void HTMLMeterElement::setLow(double low, ExceptionCode& ec) in setLow() 154 void HTMLMeterElement::setHigh(double high, ExceptionCode& ec) in setHigh() 170 void HTMLMeterElement::setOptimum(double optimum, ExceptionCode& ec) in setOptimum() 232 ExceptionCode ec = 0; in createShadowSubtree() local
|