/external/webkit/Source/WebCore/bindings/js/ |
JSCanvasRenderingContext2DCustom.cpp | 206 ExceptionCode ec = 0; local 211 context->drawImage(imgElt, exec->argument(1).toFloat(exec), exec->argument(2).toFloat(exec), ec); 215 exec->argument(3).toFloat(exec), exec->argument(4).toFloat(exec), ec); 216 setDOMException(exec, ec); 222 exec->argument(7).toFloat(exec), exec->argument(8).toFloat(exec)), ec); 223 setDOMException(exec, ec); 232 context->drawImage(canvas, exec->argument(1).toFloat(exec), exec->argument(2).toFloat(exec), ec); 233 setDOMException(exec, ec); 237 exec->argument(3).toFloat(exec), exec->argument(4).toFloat(exec), ec); 238 setDOMException(exec, ec); 357 ExceptionCode ec; local 365 ExceptionCode ec; local 384 ExceptionCode ec = 0; local 401 ExceptionCode ec = 0; local 404 exec->argument(3).toFloat(exec), exec->argument(4).toFloat(exec), exec->argument(5).toFloat(exec), exec->argument(6).toFloat(exec), ec); local 406 context->putImageData(toImageData(exec->argument(0)), exec->argument(1).toFloat(exec), exec->argument(2).toFloat(exec), ec); local [all...] |
JSNodeCustom.cpp | 192 ExceptionCode ec = 0; local 193 bool ok = imp->insertBefore(toNode(exec->argument(0)), toNode(exec->argument(1)), ec, true); 194 setDOMException(exec, ec); 203 ExceptionCode ec = 0; local 204 bool ok = imp->replaceChild(toNode(exec->argument(0)), toNode(exec->argument(1)), ec, true); 205 setDOMException(exec, ec); 214 ExceptionCode ec = 0; local 215 bool ok = imp->removeChild(toNode(exec->argument(0)), ec); 216 setDOMException(exec, ec); 225 ExceptionCode ec = 0 local [all...] |
JSSQLTransactionSyncCustom.cpp | 89 ExceptionCode ec = 0; local 90 JSValue result = toJS(exec, globalObject(), WTF::getPtr(m_impl->executeSQL(sqlStatement, sqlValues, ec))); 91 setDOMException(exec, ec);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
ECDomainParameters.java | 5 import org.bouncycastle.math.ec.ECConstants; 6 import org.bouncycastle.math.ec.ECCurve; 7 import org.bouncycastle.math.ec.ECPoint;
|
/external/icu4c/common/unicode/ |
uenum.h | 165 * @param ec the error code. 170 uenum_openFromStringEnumeration(icu::StringEnumeration* adopted, UErrorCode* ec); 181 * @param ec error code 188 UErrorCode* ec); 199 * @param ec error code 206 UErrorCode* ec);
|
/external/llvm/lib/Object/ |
COFFObjectFile.cpp | 33 // Returns false if size is greater than the buffer size. And sets ec. 34 bool checkSize(const MemoryBuffer *m, error_code &ec, uint64_t size) { 36 ec = object_error::unexpected_eof; 44 error_code &ec, 50 ec = object_error::unexpected_eof; 111 if (error_code ec = getSection(symb->SectionNumber, Section)) 112 return ec; 114 if (error_code ec = getSymbolNMTypeChar(Symb, Type)) 115 return ec; 129 if (error_code ec = getSection(symb->SectionNumber, Section) 835 error_code ec; local [all...] |
/external/webkit/Source/WebCore/html/ |
DOMTokenList.cpp | 33 bool DOMTokenList::validateToken(const AtomicString& token, ExceptionCode& ec) 36 ec = SYNTAX_ERR; 43 ec = INVALID_CHARACTER_ERR;
|
HTMLTableElement.cpp | 76 void HTMLTableElement::setCaption(PassRefPtr<HTMLTableCaptionElement> newCaption, ExceptionCode& ec) 79 insertBefore(newCaption, firstChild(), ec); 91 void HTMLTableElement::setTHead(PassRefPtr<HTMLTableSectionElement> newHead, ExceptionCode& ec) 100 insertBefore(newHead, child, ec); 112 void HTMLTableElement::setTFoot(PassRefPtr<HTMLTableSectionElement> newFoot, ExceptionCode& ec) 121 insertBefore(newFoot, child, ec); 129 ExceptionCode ec; local 130 setTHead(head, ec); 136 ExceptionCode ec; local 137 removeChild(tHead(), ec); local 145 ExceptionCode ec; local 152 ExceptionCode ec; local 153 removeChild(tFoot(), ec); local 161 ExceptionCode ec; local 168 ExceptionCode ec; local 169 removeChild(caption(), ec); local [all...] |
/external/webkit/Source/WebCore/storage/ |
Storage.cpp | 81 void Storage::setItem(const String& key, const String& value, ExceptionCode& ec) 83 ec = 0; 87 m_storageArea->setItem(key, value, ec, m_frame);
|
IDBIndexBackendImpl.cpp | 95 ExceptionCode ec = 0; local 96 RefPtr<IDBObjectStoreBackendInterface> objectStore = transaction->objectStore(index->m_storeName, ec); 97 ASSERT(objectStore && !ec); 103 void IDBIndexBackendImpl::openCursor(PassRefPtr<IDBKeyRange> prpKeyRange, unsigned short direction, PassRefPtr<IDBCallbacks> prpCallbacks, IDBTransactionBackendInterface* transactionPtr, ExceptionCode& ec) 110 ec = IDBDatabaseException::NOT_ALLOWED_ERR; 113 void IDBIndexBackendImpl::openKeyCursor(PassRefPtr<IDBKeyRange> prpKeyRange, unsigned short direction, PassRefPtr<IDBCallbacks> prpCallbacks, IDBTransactionBackendInterface* transactionPtr, ExceptionCode& ec) 120 ec = IDBDatabaseException::NOT_ALLOWED_ERR; 143 void IDBIndexBackendImpl::get(PassRefPtr<IDBKey> prpKey, PassRefPtr<IDBCallbacks> prpCallbacks, IDBTransactionBackendInterface* transaction, ExceptionCode& ec) 149 ec = IDBDatabaseException::NOT_ALLOWED_ERR; 152 void IDBIndexBackendImpl::getKey(PassRefPtr<IDBKey> prpKey, PassRefPtr<IDBCallbacks> prpCallbacks, IDBTransactionBackendInterface* transaction, ExceptionCode& ec) [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
StorageEventDispatcherImpl.cpp | 75 ExceptionCode ec = 0; local 76 Storage* storage = frames[i]->domWindow()->localStorage(ec); 77 if (!ec)
|
/external/icu4c/i18n/ |
translit.cpp | 975 UErrorCode ec = U_ZERO_ERROR; local 1214 UErrorCode ec = U_ZERO_ERROR; local 1225 UErrorCode ec = U_ZERO_ERROR; local 1253 UErrorCode ec = U_ZERO_ERROR; local 1260 UErrorCode ec = U_ZERO_ERROR; local 1267 UErrorCode ec = U_ZERO_ERROR; local 1275 UErrorCode ec = U_ZERO_ERROR; local 1289 UErrorCode ec = U_ZERO_ERROR; local 1304 UErrorCode ec = U_ZERO_ERROR; local 1320 UErrorCode ec = U_ZERO_ERROR; local 1345 UErrorCode ec = U_ZERO_ERROR; local 1352 UErrorCode ec = U_ZERO_ERROR; local 1361 UErrorCode ec = U_ZERO_ERROR; local 1369 UErrorCode ec = U_ZERO_ERROR; local 1379 UErrorCode ec = U_ZERO_ERROR; local 1388 UErrorCode ec = U_ZERO_ERROR; local [all...] |
tridpars.cpp | 81 UErrorCode ec = U_ZERO_ERROR; local 82 UnicodeSet *set = new UnicodeSet(filter, ec); 83 if (U_FAILURE(ec)) { 274 UErrorCode ec = U_ZERO_ERROR; local 275 filter = new UnicodeSet(id, ppos, USET_IGNORE_SPACE, NULL, ec); 281 if (U_FAILURE(ec)) { 356 UErrorCode ec = U_ZERO_ERROR; local 384 SingleID* single = parseSingleID(id, pos, dir, ec); 389 list.addElement(single, ec); 391 list.insertElementAt(single, 0, ec); 724 UErrorCode ec = U_ZERO_ERROR; local [all...] |
/external/icu4c/test/cintltst/ |
usettest.c | 30 UErrorCode* ec); 84 UErrorCode ec; local 106 ec = U_ZERO_ERROR; 107 set = uset_openPattern(PAT, PAT_LEN, &ec); 108 if(U_FAILURE(ec)) { 109 log_err("uset_openPattern([a-c{ab}]) failed - %s\n", u_errorName(ec)); 115 expect(set, "abc{ab}", "def{bc}", &ec); 163 uset_applyIntPropertyValue(set, UCHAR_ASCII_HEX_DIGIT, 1, &ec); 164 if(U_FAILURE(ec)) { 165 log_err("uset_applyIntPropertyValue([UCHAR_ASCII_HEX_DIGIT]) failed - %s\n", u_errorName(ec)); 259 UErrorCode ec; local 361 UErrorCode ec; local 520 UErrorCode ec = U_ZERO_ERROR; local [all...] |
/external/webkit/Source/WebCore/bindings/scripts/test/CPP/ |
WebDOMTestObj.cpp | 433 WebCore::ExceptionCode ec = 0; 434 int result = impl()->attrWithGetterException(ec); 435 webDOMRaiseError(static_cast<WebDOMExceptionCode>(ec)); 444 WebCore::ExceptionCode ec = 0; 445 impl()->setAttrWithGetterException(newAttrWithGetterException, ec); 446 webDOMRaiseError(static_cast<WebDOMExceptionCode>(ec)); 462 WebCore::ExceptionCode ec = 0; 463 impl()->setAttrWithSetterException(newAttrWithSetterException, ec); 464 webDOMRaiseError(static_cast<WebDOMExceptionCode>(ec)); 472 WebCore::ExceptionCode ec = 0 [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/ |
ECNamedCurveSpec.java | 9 import org.bouncycastle.math.ec.ECCurve; 50 org.bouncycastle.math.ec.ECPoint g) 58 org.bouncycastle.math.ec.ECPoint g, 80 org.bouncycastle.math.ec.ECPoint g, 104 org.bouncycastle.math.ec.ECPoint g, 115 * return the name of the curve the EC domain parameters belong to.
|
/external/webkit/Source/WebCore/css/ |
CSSStyleDeclaration.cpp | 84 void CSSStyleDeclaration::setProperty(const String& propertyName, const String& value, ExceptionCode& ec) 91 setProperty(propertyID, value, false, ec); 93 setProperty(propertyID, value.left(important - 1), true, ec); 96 void CSSStyleDeclaration::setProperty(const String& propertyName, const String& value, const String& priority, ExceptionCode& ec) 104 setProperty(propID, value, important, ec); 107 String CSSStyleDeclaration::removeProperty(const String& propertyName, ExceptionCode& ec) 112 return removeProperty(propID, ec);
|
/external/webkit/Source/WebCore/dom/ |
Attr.cpp | 100 void Attr::setPrefix(const AtomicString& prefix, ExceptionCode& ec) 102 ec = 0; 103 checkSetPrefix(prefix, ec); 104 if (ec) 109 ec = NAMESPACE_ERR; 142 void Attr::setNodeValue(const String& v, ExceptionCode& ec) 144 setValue(v, ec);
|
/external/webkit/Source/WebCore/svg/ |
SVGAngle.cpp | 130 void SVGAngle::setValueAsString(const String& value, ExceptionCode& ec) 142 ec = SYNTAX_ERR; 148 ec = SYNTAX_ERR; 156 void SVGAngle::newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, ExceptionCode& ec) 159 ec = NOT_SUPPORTED_ERR; 169 void SVGAngle::convertToSpecifiedUnits(unsigned short unitType, ExceptionCode& ec) 172 ec = NOT_SUPPORTED_ERR;
|
/external/icu4c/test/intltest/ |
thcoll.cpp | 82 UErrorCode ec = U_ZERO_ERROR; local 83 TextFile names("TestNames_Thai.txt", "UTF16LE", ec); 84 if (U_FAILURE(ec)) { 86 u_errorName(ec)); 97 while (names.readLineSkippingComments(word, ec, FALSE) && U_SUCCESS(ec)) { 113 assertSuccess("readLine", ec); 129 UErrorCode ec = U_ZERO_ERROR; local 130 TextFile riwords("riwords.txt", "UTF8", ec); 131 if (U_FAILURE(ec)) { [all...] |
/external/icu4c/common/ |
uvector.cpp | 96 void UVector::assign(const UVector& other, UElementAssigner *assign, UErrorCode &ec) { 97 if (ensureCapacity(other.count, ec)) { 98 setSize(other.count, ec); 99 if (U_SUCCESS(ec)) { 440 void UVector::sortedInsert(void* obj, UElementComparator *compare, UErrorCode& ec) { 443 sortedInsert(e, compare, ec); 451 void UVector::sortedInsert(int32_t obj, UElementComparator *compare, UErrorCode& ec) { 454 sortedInsert(e, compare, ec); 458 void UVector::sortedInsert(UElement e, UElementComparator *compare, UErrorCode& ec) { 475 if (ensureCapacity(count + 1, ec)) { [all...] |
/external/webkit/Source/WebCore/editing/ |
markup.cpp | 210 ExceptionCode ec; 215 if (range && node == range->startContainer(ec)) 216 startOffset = range->startOffset(ec); 217 if (range && node == range->endContainer(ec)) 218 endOffset = range->endOffset(ec); 231 ExceptionCode ec; local 232 if (node == range->endContainer(ec)) 233 str.truncate(range->endOffset(ec)); 234 if (node == range->startContainer(ec)) 235 str.remove(0, range->startOffset(ec)); 481 ExceptionCode ec; local 546 ExceptionCode ec = 0; local 574 ExceptionCode ec = 0; local 708 ExceptionCode ec = 0; local 710 paragraph->appendChild(createBlockPlaceholderElement(document), ec); local 728 paragraph->appendChild(createTabSpanElement(document, tabText), ec); local 742 paragraph->appendChild(createTabSpanElement(document, tabText), ec); local 783 ExceptionCode ec = 0; local 847 ExceptionCode ec = 0; local [all...] |
/external/llvm/include/llvm/Support/ |
FileSystem.h | 627 /// \param ec This is set to errc::success if the map was constructed 633 error_code &ec); 643 error_code &ec); 750 explicit directory_iterator(const Twine &path, error_code &ec) { 753 ec = detail::directory_iterator_construct(*State, 757 explicit directory_iterator(const directory_entry &de, error_code &ec) { 759 ec = detail::directory_iterator_construct(*State, de.path()); 766 directory_iterator &increment(error_code &ec) { 767 ec = directory_iterator_increment(*State); 806 explicit recursive_directory_iterator(const Twine &path, error_code &ec) 862 error_code ec; local [all...] |
/external/llvm/utils/KillTheDoctor/ |
KillTheDoctor.cpp | 221 /// @return If ec == errc::success, The absolute path to the program. Otherwise 223 static std::string FindProgram(const std::string &Program, error_code &ec) { 245 ec = windows_error(::GetLastError()); 248 ec = windows_error::buffer_overflow; 252 ec = windows_error::success; 315 error_code ec; local 316 ProgramToRun = FindProgram(ProgramToRun, ec); 317 if (ec) { 319 << "': " << ec.message() << '\n'; 388 ec = windows_error(::GetLastError()) [all...] |
/external/webkit/Source/WebCore/websockets/ |
WebSocket.cpp | 108 void WebSocket::connect(const KURL& url, ExceptionCode& ec) 110 connect(url, String(), ec); 113 void WebSocket::connect(const KURL& url, const String& protocol, ExceptionCode& ec) 122 ec = SYNTAX_ERR; 129 ec = SYNTAX_ERR; 135 ec = SYNTAX_ERR; 141 ec = SYNTAX_ERR; 147 ec = SECURITY_ERR; 156 bool WebSocket::send(const String& message, ExceptionCode& ec) 160 ec = INVALID_STATE_ERR [all...] |