Searched defs:ec (Results 251 - 275 of 414) sorted by relevance

<<11121314151617

/macosx-10.10/llvmCore-3425.0.34/tools/llvm-nm/
H A Dllvm-nm.cpp128 static bool error(error_code ec, Twine path = Twine()) { argument
289 error_code ec; local
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-prof/
H A Dllvm-prof.cpp268 error_code ec; local
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DPath.cpp231 error_code ec; local
/macosx-10.10/swig-12/Source/DOH/
H A Dfio.c118 char encoder[128], *ec = 0; local
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dwalk.c172 int ec, res, i; local
/macosx-10.10/zsh-61/zsh/Src/
H A Dhashnameddir.c111 register entry_col *ec = local
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dcfx.c318 size_t rrc = 0, ec = 0; local
755 uint16_t ec, rrc; local
1103 size_t ec = 0; local
1403 uint16_t ec, rrc; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duniset.cpp283 UErrorCode ec = U_ZERO_ERROR; local
[all...]
H A Duvector.cpp96 void UVector::assign(const UVector& other, UElementAssigner *assign, UErrorCode &ec) { argument
440 void UVector::sortedInsert(void* obj, UElementComparator *compare, UErrorCode& ec) { argument
451 void UVector::sortedInsert(int32_t obj, UElementComparator *compare, UErrorCode& ec) { argument
458 void UVector::sortedInsert(UElement e, UElementComparator *compare, UErrorCode& ec) { argument
524 sorti(UErrorCode &ec) argument
546 sort(UElementComparator *compare, UErrorCode &ec) argument
557 sortWithUComparator(UComparator *compare, const void *context, UErrorCode &ec) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcurrpinf.cpp244 UErrorCode ec = U_ZERO_ERROR; local
[all...]
H A Ddatefmt.cpp205 UErrorCode ec = U_ZERO_ERROR; local
259 UErrorCode ec = U_ZERO_ERROR; local
H A Dtridpars.cpp81 UErrorCode ec = U_ZERO_ERROR; local
274 UErrorCode ec = U_ZERO_ERROR; local
356 UErrorCode ec = U_ZERO_ERROR; local
467 instantiateList(UVector& list, UErrorCode& ec) argument
724 UErrorCode ec = U_ZERO_ERROR; local
[all...]
H A Dumsg.cpp620 umsg_autoQuoteApostrophe(const UChar* pattern, int32_t patternLength, UChar* dest, int32_t destCapacity, UErrorCode* ec) argument
H A Dwindtfmt.cpp298 int32_t ec = TimeZone::countEquivalentIDs(icuid); local
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcintltst.c655 U_CFUNC UBool assertSuccessCheck(const char* msg, UErrorCode* ec, UBool possibleDataError) { argument
668 U_CFUNC UBool assertSuccess(const char* msg, UErrorCode* ec) { argument
H A Dcmsgtst.c184 UErrorCode ec = U_ZERO_ERROR; local
[all...]
H A Dusettest.c84 UErrorCode ec; local
236 expect(const USet* set, const char* inList, const char* outList, UErrorCode* ec) argument
259 UErrorCode ec; local
361 UErrorCode ec; local
520 UErrorCode ec = U_ZERO_ERROR; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ddtfmtrtts.cpp485 UErrorCode ec = U_ZERO_ERROR; local
H A Dtchcfmt.cpp569 UErrorCode ec = U_ZERO_ERROR; local
/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A Dgendata.cpp198 int32_t ec = 0; local
/macosx-10.10/OpenSSL098-52/src/crypto/cms/
H A Dcms_env.c305 CMS_EncryptedContentInfo *ec; local
357 CMS_EncryptedContentInfo *ec; local
616 CMS_EncryptedContentInfo *ec; local
676 CMS_EncryptedContentInfo *ec; local
771 CMS_EncryptedContentInfo *ec; local
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBObjectStore.cpp70 PassRefPtr<IDBRequest> IDBObjectStore::get(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) argument
90 PassRefPtr<IDBRequest> IDBObjectStore::get(ScriptExecutionContext* context, const Deprecated::ScriptValue& key, ExceptionCode& ec) argument
98 PassRefPtr<IDBRequest> IDBObjectStore::add(JSC::ExecState* state, Deprecated::ScriptValue& value, const Deprecated::ScriptValue& key, ExceptionCode& ec) argument
104 add(JSC::ExecState* state, Deprecated::ScriptValue& value, ExceptionCode& ec) argument
110 put(JSC::ExecState* state, Deprecated::ScriptValue& value, const Deprecated::ScriptValue& key, ExceptionCode& ec) argument
116 put(JSC::ExecState* state, Deprecated::ScriptValue& value, ExceptionCode& ec) argument
122 put(IDBDatabaseBackend::PutMode putMode, PassRefPtr<IDBAny> source, JSC::ExecState* state, Deprecated::ScriptValue& value, const Deprecated::ScriptValue& keyValue, ExceptionCode& ec) argument
130 put(IDBDatabaseBackend::PutMode putMode, PassRefPtr<IDBAny> source, JSC::ExecState* state, Deprecated::ScriptValue& value, PassRefPtr<IDBKey> prpKey, ExceptionCode& ec) argument
222 deleteFunction(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) argument
247 deleteFunction(ScriptExecutionContext* context, const Deprecated::ScriptValue& key, ExceptionCode& ec) argument
255 clear(ScriptExecutionContext* context, ExceptionCode& ec) argument
352 createIndex(ScriptExecutionContext* context, const String& name, const IDBKeyPath& keyPath, const Dictionary& options, ExceptionCode& ec) argument
363 createIndex(ScriptExecutionContext* context, const String& name, const IDBKeyPath& keyPath, bool unique, bool multiEntry, ExceptionCode& ec) argument
423 index(const String& name, ExceptionCode& ec) argument
460 deleteIndex(const String& name, ExceptionCode& ec) argument
487 openCursor(ScriptExecutionContext* context, ExceptionCode& ec) argument
492 openCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) argument
497 openCursor(ScriptExecutionContext* context, const Deprecated::ScriptValue& key, ExceptionCode& ec) argument
502 openCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> range, const String& direction, ExceptionCode& ec) argument
507 openCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> range, const String& directionString, IDBDatabaseBackend::TaskType taskType, ExceptionCode& ec) argument
529 openCursor(ScriptExecutionContext* context, const Deprecated::ScriptValue& key, const String& direction, ExceptionCode& ec) argument
537 count(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> range, ExceptionCode& ec) argument
553 count(ScriptExecutionContext* context, const Deprecated::ScriptValue& key, ExceptionCode& ec) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/mediasource/
H A DMediaSource.cpp318 void MediaSource::setDuration(double duration, ExceptionCode& ec) argument
409 void MediaSource::endOfStream(ExceptionCode& ec) argument
414 void MediaSource::endOfStream(const AtomicString& error, ExceptionCode& ec) argument
435 streamEndedWithError(const AtomicString& error, ExceptionCode& ec) argument
503 addSourceBuffer(const String& type, ExceptionCode& ec) argument
549 removeSourceBuffer(SourceBuffer* buffer, ExceptionCode& ec) argument
824 createSourceBufferPrivate(const ContentType& type, ExceptionCode& ec) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioBufferSourceNode.cpp373 void AudioBufferSourceNode::startGrain(double when, double grainOffset, ExceptionCode& ec) argument
379 void AudioBufferSourceNode::startGrain(double when, double grainOffset, double grainDuration, ExceptionCode& ec) argument
423 void AudioBufferSourceNode::noteGrainOn(double when, double grainOffset, double grainDuration, ExceptionCode& ec) argument
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocket.cpp166 PassRefPtr<WebSocket> WebSocket::create(ScriptExecutionContext& context, const String& url, ExceptionCode& ec) argument
172 PassRefPtr<WebSocket> WebSocket::create(ScriptExecutionContext& context, const String& url, const Vector<String>& protocols, ExceptionCode& ec) argument
189 PassRefPtr<WebSocket> WebSocket::create(ScriptExecutionContext& context, const String& url, const String& protocol, ExceptionCode& ec) argument
196 void WebSocket::connect(const String& url, ExceptionCode& ec) argument
202 connect(const String& url, const String& protocol, ExceptionCode& ec) argument
209 connect(const String& url, const Vector<String>& protocols, ExceptionCode& ec) argument
289 send(const String& message, ExceptionCode& ec) argument
312 send(ArrayBuffer* binaryData, ExceptionCode& ec) argument
330 send(ArrayBufferView* arrayBufferView, ExceptionCode& ec) argument
349 send(Blob* binaryData, ExceptionCode& ec) argument
366 close(int code, const String& reason, ExceptionCode& ec) argument
[all...]

Completed in 410 milliseconds

<<11121314151617