HomeSort by relevance Sort by last modified time
    Searched refs:ec (Results 601 - 625 of 811) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/WebCore/dom/
TreeWalker.cpp 42 void TreeWalker::setCurrentNode(PassRefPtr<Node> node, ExceptionCode& ec)
45 ec = NOT_SUPPORTED_ERR;
  /external/webkit/Source/WebCore/page/
Location.cpp 156 void Location::setProtocol(const String& protocol, DOMWindow* activeWindow, DOMWindow* firstWindow, ExceptionCode& ec)
162 ec = SYNTAX_ERR;
  /external/webkit/Source/WebCore/platform/wince/
PasteboardWinCE.cpp 117 ExceptionCode ec = 0; local
119 markupToCF_HTML(createMarkup(selectedRange, 0, AnnotateForInterchange), selectedRange->startContainer(ec)->document()->url(), data);
  /external/webkit/Source/WebCore/svg/
SVGMarkerElement.cpp 102 ExceptionCode ec = 0; local
103 angle.setValueAsString(attr->value(), ec);
SVGAnimationElement.cpp 320 ExceptionCode ec;
324 targetElement->style()->setProperty(attributeName.localName(), value, "", ec);
328 targetElement->setAttribute(attributeName, value, ec);
342 shadowTreeElement->style()->setProperty(attributeName.localName(), value, "", ec);
344 shadowTreeElement->setAttribute(attributeName, value, ec);
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp 258 ExceptionCode ec = 0; local
259 Range::CompareResults compareResult = range->compareNode(node, ec);
260 if (!ec && (compareResult == Range::NODE_BEFORE_AND_AFTER || compareResult == Range::NODE_INSIDE)) {
    [all...]
VisibleSelection.cpp 208 ExceptionCode ec = 0; local
211 searchRange->selectNodeContents(boundary, ec);
212 searchRange->setStart(start.containerNode(), start.offsetInContainerNode(), ec);
214 ASSERT(!ec);
215 if (ec)
EditorCommand.cpp 135 ExceptionCode ec = 0; local
154 newMutableStyle->setProperty(propertyID, newStyle, ec);
201 ExceptionCode ec = 0; local
202 fragment->appendChild(content, ec);
203 if (ec)
215 ExceptionCode ec = 0;
216 if (newRange->collapsed(ec))
267 ExceptionCode ec = 0; local
268 Range* start = a->compareBoundaryPoints(Range::START_TO_START, b, ec) <= 0 ? a : b;
269 ASSERT(!ec);
436 ExceptionCode ec; local
    [all...]
InsertListCommand.cpp 235 ExceptionCode ec; local
237 currentSelection->setStart(newList, 0, ec);
239 currentSelection->setEnd(newList, lastOffsetInNode(newList.get()), ec);
visible_units.cpp 68 ExceptionCode ec = 0; local
71 forwardsScanRange->setEndAfter(boundary, ec);
72 forwardsScanRange->setStart(end.deprecatedNode(), end.deprecatedEditingOffset(), ec);
86 searchRange->setStart(start.deprecatedNode(), start.deprecatedEditingOffset(), ec);
87 searchRange->setEnd(end.deprecatedNode(), end.deprecatedEditingOffset(), ec);
89 ASSERT(!ec);
90 if (ec)
122 Node* node = it.range()->startContainer(ec);
148 ExceptionCode ec = 0; local
151 backwardsScanRange->setEnd(start.deprecatedNode(), start.deprecatedEditingOffset(), ec);
    [all...]
  /external/icu4c/i18n/
umsg.cpp 624 UErrorCode* ec)
630 if (ec == NULL || U_FAILURE(*ec)) {
635 *ec = U_ILLEGAL_ARGUMENT_ERROR;
709 return u_terminateUChars(dest, destCapacity, len, ec);
plurfmt.cpp 373 const PluralSelector& selector, double number, UErrorCode& ec) {
374 if (U_FAILURE(ec)) {
439 keyword=selector.select(number-offset, ec);
467 UErrorCode& /*ec*/) const {
  /external/libmtp/src/
ptp-pack.c 1102 ptp_unpack_EC (PTPParams *params, unsigned char* data, PTPContainer *ec, unsigned int len)
1109 memset(ec,0,sizeof(*ec));
1113 ec->Code=dtoh16a(&data[PTP_ec_Code]);
1114 ec->Transaction_ID=dtoh32a(&data[PTP_ec_TransId]);
1117 ptp_debug (params, "Unknown canon event type %d (code=%x,tid=%x), please report!",type,ec->Code,ec->Transaction_ID);
1121 ec->Param1=dtoh32a(&data[PTP_ec_Param1]);
1122 ec->Nparam=1;
1125 ec->Param2=dtoh32a(&data[PTP_ec_Param2])
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 488 error_code ec; local
491 i != e; i.increment(ec)) {
548 reloc_i != reloc_e; reloc_i.increment(ec)) {
566 error_code ec(reloc_i->getTypeName(Name));
567 if (ec) {
  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.cpp 697 ExceptionCode ec = 0;
698 m_pageStyleSheet->addRule(selector, "", ec);
699 if (ec)
1213 ExceptionCode ec = 0; local
    [all...]
  /external/aac/libAACenc/src/
bit_cnt.cpp 455 INT bc11,ec,sc; local
460 ec=0;
472 ec+=5;
474 ec+=2;
478 ec+=5;
480 ec+=2;
487 bitCount[11]=bc11+sc+ec;
  /external/icu4c/test/intltest/
tzregts.cpp 506 UErrorCode ec = U_ZERO_ERROR; local
513 count = ids->count(ec);
517 logln(hname + ' ' + (UnicodeString)count + (UnicodeString)" e.g. " + *ids->snext(ec));
1078 UErrorCode ec = U_ZERO_ERROR; local
    [all...]
dtfmtrtts.cpp 487 UErrorCode ec = U_ZERO_ERROR; local
489 dateFormat = new SimpleDateFormat((UnicodeString)"EEE MMM dd HH:mm:ss.SSS zzz yyyy G", ec);
490 if (U_FAILURE(ec) || dateFormat == 0) {
  /external/valgrind/main/coregrind/
m_errormgr.c 352 ExeContext* ec; local
359 ec = VG_(get_error_where)(err);
360 vg_assert(ec);
391 UInt n_ips = VG_(get_ExeContext_n_ips)(ec);
397 VG_(get_ExeContext_StackTrace)(ec),
426 VG_(get_ExeContext_StackTrace)(ec),
427 VG_(get_ExeContext_n_ips)(ec));
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm 389 push(@txtSetProps, " WebCore::ExceptionCode ec = 0;\n") if @{$attribute->setterExceptions};
391 push(@txtSetProps, ", ec") if @{$attribute->setterExceptions};
402 $exception = "ec";
403 push(@txtGetProps, " WebCore::ExceptionCode ec = 0;\n");
875 push(@cBody, " WebCore::ExceptionCode ec = 0;\n");
877 $exceptions = ", ec";
879 $exceptions = "ec";
898 WebCore::getExceptionCodeDescription(ec, ecdesc);
930 if (ec) {
932 WebCore::getExceptionCodeDescription(ec, ecdesc)
    [all...]
  /external/smack/asmack-master/lib/
jstun.jar 
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.cpp 316 void setDOMException(ExecState* exec, ExceptionCode ec)
318 if (!ec || exec->hadException())
327 getExceptionCodeDescription(ec, description);
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheHost.cpp 309 ExceptionCode ec = 0; local
315 m_domApplicationCache->dispatchEvent(event, ec);
316 ASSERT(!ec);
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 2315 ExceptionCode ec = 0; local
2331 selection->setPosition(currentFocus(), 0, ec); local
2855 ExceptionCode ec = 0; local
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
EllipticCurveTest.java 440 EllipticCurve ec = new EllipticCurve(new testECField(), BigInteger local
442 assertEquals("incorrect a", ec.getA(), BigInteger.valueOf(4L));
443 assertEquals("incorrect b", ec.getB(), BigInteger.ONE);
444 assertEquals("incorrect size", ec.getField().getFieldSize(), 2);

Completed in 1734 milliseconds

<<21222324252627282930>>