/external/valgrind/main/exp-sgcheck/ |
h_main.c | 96 ExeContext* ec; /* where malloc'd or freed */ member in struct:_Seg 130 return seg->ec; 292 seg->ec = VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ ); 327 seg->ec = VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ );
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8LocationCustom.cpp | 132 ExceptionCode ec = 0; local 133 impl->setProtocol(protocol, state->activeWindow(), state->firstWindow(), ec); 134 if (UNLIKELY(ec)) 135 V8Proxy::setDOMException(ec);
|
/external/webkit/Source/WebCore/html/ |
InputType.cpp | 172 void InputType::setValueAsDate(double, ExceptionCode& ec) const 174 ec = INVALID_STATE_ERR; 182 void InputType::setValueAsNumber(double, ExceptionCode& ec) const 184 ec = INVALID_STATE_ERR;
|
HTMLMediaElement.cpp | 442 ExceptionCode ec = 0; local 452 dispatchEvent(pendingEvents[ndx].release(), ec); 455 dispatchEvent(pendingEvents[ndx].release(), ec); 511 void HTMLMediaElement::load(bool isUserGesture, ExceptionCode& ec) 516 ec = INVALID_STATE_ERR; 2374 ExceptionCode ec; local 2375 load(processingUserGesture(), ec); local [all...] |
/external/webkit/Source/WebCore/platform/mac/ |
PasteboardMac.mm | 141 ExceptionCode ec; 142 Node* commonAncestor = selectedRange->commonAncestorContainer(ec); 146 selectedRange->setStart(enclosingAnchor, 0, ec); 397 ExceptionCode ec; 398 fragment->appendChild(imageElement, ec); 597 ExceptionCode ec; 599 anchor->appendChild(document->createTextNode(URLTitleString), ec); 602 fragment->appendChild(anchor, ec);
|
/external/webkit/Source/WebCore/workers/ |
DefaultSharedWorkerRepository.cpp | 329 void SharedWorkerRepository::connect(PassRefPtr<SharedWorker> worker, PassOwnPtr<MessagePortChannel> port, const KURL& url, const String& name, ExceptionCode& ec) 331 DefaultSharedWorkerRepository::instance().connectToWorker(worker, port, url, name, ec); 372 void DefaultSharedWorkerRepository::connectToWorker(PassRefPtr<SharedWorker> worker, PassOwnPtr<MessagePortChannel> port, const KURL& url, const String& name, ExceptionCode& ec) 381 ec = URL_MISMATCH_ERR;
|
/external/webkit/Source/WebKit/chromium/src/ |
WebFrameImpl.cpp | 675 ExceptionCode ec = 0; local 682 ec); 686 Node* node = xpathResult->iterateNext(ec); 1616 ExceptionCode ec = 0, ec2 = 0; local 2254 WebCore::ExceptionCode ec; local [all...] |
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
FullscreenVideoController.cpp | 418 ExceptionCode ec; local 419 m_mediaElement->setVolume(volume, ec); 445 ExceptionCode ec; local 446 m_mediaElement->setCurrentTime(value, ec);
|
/ndk/sources/cxx-stl/llvm-libc++/src/ |
ios.cpp | 72 ios_base::failure::failure(const string& msg, const error_code& ec) 73 : system_error(ec, msg) 77 ios_base::failure::failure(const char* msg, const error_code& ec) 78 : system_error(ec, msg)
|
/external/llvm/tools/llvm-objdump/ |
MachODump.cpp | 208 error_code ec; local 210 SE = MachOObj->end_symbols(); SI != SE; SI.increment(ec)) 214 SE = MachOObj->end_sections(); SI != SE; SI.increment(ec)) { 238 if (error_code ec = MemoryBuffer::getFileOrSTDIN(Filename, Buff)) { 239 errs() << "llvm-objdump: " << Filename << ": " << ec.message() << "\n"; 320 if (error_code ec = MemoryBuffer::getFileOrSTDIN(DSYMFile.c_str(), Buf)) { 321 errs() << "llvm-objdump: " << Filename << ": " << ec.message() << '\n'; 364 error_code ec; local 366 RE = Sections[SectIdx].end_relocations(); RI != RE; RI.increment(ec)) {
|
/external/webkit/Source/WebCore/bindings/js/ |
JSDOMWindowCustom.cpp | 732 ExceptionCode ec = 0; 733 impl()->postMessage(message, &messagePorts, targetOrigin, activeDOMWindow(exec), ec); 734 setDOMException(exec, ec); 751 ExceptionCode ec = 0; local 752 int result = impl()->setTimeout(action.release(), delay, ec); 753 setDOMException(exec, ec); 769 ExceptionCode ec = 0; 770 int result = impl()->setInterval(action.release(), delay, ec); 771 setDOMException(exec, ec);
|
/external/webkit/Source/WebCore/bindings/scripts/test/JS/ |
JSTestObj.cpp | 491 ExceptionCode ec = 0; local 493 JSC::JSValue result = jsNumber(imp->attrWithGetterException(ec)); 494 setDOMException(exec, ec); 510 ExceptionCode ec = 0; local 756 ExceptionCode ec = 0; local 765 ExceptionCode ec = 0; local 774 ExceptionCode ec = 0; local 775 imp->setStringAttrWithGetterException(ustringToString(value.toString(exec)), ec); local 783 ExceptionCode ec = 0; local 784 imp->setStringAttrWithSetterException(ustringToString(value.toString(exec)), ec); local 1041 ExceptionCode ec = 0; local 1073 ExceptionCode ec = 0; local 1255 ExceptionCode ec = 0; local 1269 ExceptionCode ec = 0; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/ |
PrivateKeyFactory.java | 165 ECPrivateKey ec = ECPrivateKey.getInstance(keyInfo.parsePrivateKey()); local 166 BigInteger d = ec.getKey();
|
/external/icu4c/config/ |
mh-os400 | 101 @$(SHELL) -ec "echo '#! $*.a($*.so)' | cat - $< > $@" 122 # @$(SHELL) -ec 'cat $< \ 128 # @$(SHELL) -ec 'touch $*.u > /dev/null 2>&1' 129 # @$(SHELL) -ec '$(GEN_DEPS.c) -f $*.u $< > /dev/null 2>&1' 133 # @$(SHELL) -ec 'touch $*.u > /dev/null 2>&1' 134 # @$(SHELL) -ec '$(GEN_DEPS.cc) -f $*.u $< > /dev/null 2>&1'
|
/external/icu4c/i18n/unicode/ |
numfmt.h | [all...] |
translit.h | [all...] |
/external/icu4c/i18n/ |
vzone.cpp | 131 int32_t& dstOffset, UErrorCode& ec) { 132 return ((VTimeZone*)zone)->VTimeZone::getOffset(date, local, rawOffset, dstOffset, ec);
|
/external/icu4c/samples/layout/ |
Makefile.in | 85 $(SHELL) -ec '$(GEN_DEPS.cc) $< \
|
/external/icu4c/test/intltest/ |
intltest.h | 236 UBool assertSuccess(const char* message, UErrorCode ec, UBool possibleDataError=FALSE); 250 UBool assertSuccess(const UnicodeString& message, UErrorCode ec);
|
/external/icu4c/test/letest/ |
gendata.cpp | 155 int32_t ec = 0; local 187 while((element = testCase->nextChildElement(ec)) != NULL) {
|
xmlreader.cpp | 175 int32_t ec = 0; local 199 while((element = testCase->nextChildElement(ec)) != NULL) {
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldELF.cpp | 59 DyldELFObject(MemoryBuffer *Wrapper, error_code &ec); 121 DyldELFObject<ELFT>::DyldELFObject(MemoryBuffer *Wrapper, error_code &ec) 122 : ELFObjectFile<ELFT>(Wrapper, ec) { 160 error_code ec; local 165 Buffer->getMemBuffer(), ec); 171 Buffer->getMemBuffer(), ec); 177 Buffer->getMemBuffer(), ec); 183 Buffer->getMemBuffer(), ec);
|
/external/openssl/ |
Apps-config.mk | 45 apps/ec.c \
|
/external/webkit/Source/WebCore/dom/ |
EventTarget.cpp | 292 bool EventTarget::dispatchEvent(PassRefPtr<Event> event, ExceptionCode& ec) 295 ec = EventException::UNSPECIFIED_EVENT_TYPE_ERR;
|
ProcessingInstruction.cpp | 90 void ProcessingInstruction::setNodeValue(const String& nodeValue, ExceptionCode& ec) 93 setData(nodeValue, ec);
|