HomeSort by relevance Sort by last modified time
    Searched full:errorcode (Results 76 - 100 of 637) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu4c/test/intltest/
bytestrietest.cpp 78 IcuTestErrorCode errorCode(*this, "BytesTrieTest()");
79 builder_=new BytesTrieBuilder(errorCode);
113 IcuTestErrorCode errorCode(*this, "TestBuilder()");
115 delete builder_->build(USTRINGTRIE_BUILD_FAST, errorCode);
116 if(errorCode.reset()!=U_INDEX_OUTOFBOUNDS_ERROR) {
121 builder_->add("=", 0, errorCode).add("=", 1, errorCode).build(USTRINGTRIE_BUILD_FAST, errorCode);
122 if(errorCode.reset()!=U_ILLEGAL_ARGUMENT_ERROR) {
400 IcuTestErrorCode errorCode(*this, "TestIteratorFromBranch()")
    [all...]
ucharstrietest.cpp 85 IcuTestErrorCode errorCode(*this, "UCharsTrieTest()");
86 builder_=new UCharsTrieBuilder(errorCode);
123 IcuTestErrorCode errorCode(*this, "TestBuilder()");
124 delete builder_->build(USTRINGTRIE_BUILD_FAST, errorCode);
125 if(errorCode.reset()!=U_INDEX_OUTOFBOUNDS_ERROR) {
130 builder_->add("=", 0, errorCode).add("=", 1, errorCode).build(USTRINGTRIE_BUILD_FAST, errorCode);
131 if(errorCode.reset()!=U_ILLEGAL_ARGUMENT_ERROR) {
369 IcuTestErrorCode errorCode(*this, "buildLargeTrie()")
    [all...]
  /external/webkit/Source/WebCore/fileapi/
FileError.h 43 enum ErrorCode {
59 static PassRefPtr<FileError> create(ErrorCode code) { return adoptRef(new FileError(code)); }
61 ErrorCode code() const { return m_code; }
64 FileError(ErrorCode code)
68 ErrorCode m_code;
  /external/webkit/Source/WebCore/platform/network/
SocketStreamErrorBase.h 48 int errorCode() const { return m_errorCode; }
61 explicit SocketStreamErrorBase(int errorCode)
62 : m_errorCode(errorCode)
67 SocketStreamErrorBase(int errorCode, const String& failingURL, const String& localizedDescription)
68 : m_errorCode(errorCode)
  /external/icu4c/i18n/
alphaindex.cpp 65 UErrorCode &errorCode) {
66 if (U_FAILURE(errorCode)) { return NULL; }
72 errorCode = U_MEMORY_ALLOCATION_ERROR;
102 UErrorCode errorCode = U_ZERO_ERROR;
103 UCollationResult cmp = coll.compare(s, *si, errorCode);
147 UErrorCode &errorCode) {
155 collatorPrimaryOnly.compare(name, bucket->lowerBoundary_, errorCode);
187 const UnicodeString &name, UErrorCode &errorCode) const {
188 return buckets_->getBucketIndex(name, *collatorPrimaryOnly_, errorCode);
250 AlphabeticIndex::ImmutableIndex *AlphabeticIndex::buildImmutableIndex(UErrorCode &errorCode) {
    [all...]
udat.cpp 541 // TODO: also needs an errorCode.
674 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
678 errorCode=U_INDEX_OUTOFBOUNDS_ERROR;
680 errorCode=U_ILLEGAL_ARGUMENT_ERROR;
689 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
691 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
696 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
698 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
703 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
705 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
    [all...]
  /external/llvm/lib/Support/
RWMutex.cpp 59 int errorcode = pthread_rwlock_init(rwlock, NULL);
60 (void)errorcode;
61 assert(errorcode == 0);
82 int errorcode = pthread_rwlock_rdlock(rwlock);
83 return errorcode == 0;
92 int errorcode = pthread_rwlock_unlock(rwlock);
93 return errorcode == 0;
102 int errorcode = pthread_rwlock_wrlock(rwlock);
103 return errorcode == 0;
112 int errorcode = pthread_rwlock_unlock(rwlock)
    [all...]
  /frameworks/compile/libbcc/lib/Core/
Linker.cpp 33 const char* Linker::GetErrorString(enum Linker::ErrorCode pErrCode) {
82 enum ErrorCode err = config(pConfig);
97 enum Linker::ErrorCode Linker::extractFiles(const LinkerConfig& pConfig) {
105 enum Linker::ErrorCode Linker::config(const LinkerConfig& pConfig) {
123 enum Linker::ErrorCode Linker::addNameSpec(const std::string &pNameSpec) {
131 enum Linker::ErrorCode Linker::addObject(const std::string &pObjectPath) {
139 enum Linker::ErrorCode Linker::addObject(void* pMemory, size_t pSize) {
146 enum Linker::ErrorCode Linker::addCode(void* pMemory, size_t pSize) {
158 enum Linker::ErrorCode Linker::setOutput(const std::string &pPath) {
163 enum Linker::ErrorCode Linker::setOutput(int pFileHandler)
    [all...]
  /frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp 26 const char* Linker::GetErrorString(enum Linker::ErrorCode pErrCode) {
75 enum ErrorCode err = config(pConfig);
90 enum Linker::ErrorCode Linker::extractFiles(const LinkerConfig& pConfig) {
98 enum Linker::ErrorCode Linker::config(const LinkerConfig& pConfig) {
116 enum Linker::ErrorCode Linker::addNameSpec(const std::string &pNameSpec) {
124 enum Linker::ErrorCode Linker::addObject(const std::string &pObjectPath) {
132 enum Linker::ErrorCode Linker::addObject(void* pMemory, size_t pSize) {
139 enum Linker::ErrorCode Linker::addCode(void* pMemory, size_t pSize) {
151 enum Linker::ErrorCode Linker::setOutput(const std::string &pPath) {
156 enum Linker::ErrorCode Linker::setOutput(int pFileHandler)
    [all...]
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdHelper.java 88 public void onStartDiscoveryFailed(String serviceType, int errorCode) {
89 Log.e(TAG, "Discovery failed: Error code:" + errorCode);
94 public void onStopDiscoveryFailed(String serviceType, int errorCode) {
95 Log.e(TAG, "Discovery failed: Error code:" + errorCode);
105 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode) {
106 Log.e(TAG, "Resolve failed" + errorCode);
139 public void onUnregistrationFailed(NsdServiceInfo serviceInfo, int errorCode) {
  /external/icu4c/common/
unorm_it.h 42 * UErrorCode errorCode;
44 * errorCode=U_ZERO_ERROR;
45 * uni=unorm_openIter(&errorCode);
46 * if(U_FAILURE(errorCode)) {
51 * iter=unorm_setIter(uni, srcIter, UNORM_FCD, &errorCode);
52 * if(U_FAILURE(errorCode)) {
67 * uiter_setState(iter, state, &errorCode);
normalizer2impl.cpp 38 UBool ReorderingBuffer::init(int32_t destCapacity, UErrorCode &errorCode) {
43 errorCode=U_MEMORY_ALLOCATION_ERROR;
70 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) {
71 if(remainingCapacity<2 && !resize(2, errorCode)) {
91 UErrorCode &errorCode) {
95 if(remainingCapacity<length && !resize(length, errorCode)) {
121 append(c, leadCC, errorCode);
127 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) {
129 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) {
145 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) {
    [all...]
unistr_titlecase_brkiter.cpp 73 UErrorCode errorCode=U_ZERO_ERROR;
74 bi=BreakIterator::createWordInstance(locale, errorCode);
75 if(U_FAILURE(errorCode)) {
  /external/icu4c/test/cintltst/
idnatest.c     [all...]
ccapitst.c     [all...]
  /external/icu4c/tools/toolutil/
ppucd.h 96 PreparsedUCD(const char *filename, UErrorCode &errorCode);
108 LineType readLine(UErrorCode &errorCode);
129 const UniProps *getProps(UnicodeSet &newValues, UErrorCode &errorCode);
135 * Returns U_SUCCESS(errorCode).
137 UBool getRangeForAlgNames(UChar32 &start, UChar32 &end, UErrorCode &errorCode);
148 UErrorCode &errorCode);
149 UChar32 parseCodePoint(const char *s, UErrorCode &errorCode);
150 UBool parseCodePointRange(const char *s, UChar32 &start, UChar32 &end, UErrorCode &errorCode);
151 void parseString(const char *s, UnicodeString &uni, UErrorCode &errorCode);
152 void parseScriptExtensions(const char *s, UnicodeSet &scx, UErrorCode &errorCode);
    [all...]
xmlparser.cpp 152 UXMLParser::createParser(UErrorCode &errorCode) {
153 if (U_FAILURE(errorCode)) {
156 return new UXMLParser(errorCode);
163 UXMLParser::parseFile(const char *filename, UErrorCode &errorCode) {
173 if(U_FAILURE(errorCode)) {
179 errorCode=U_FILE_ACCESS_ERROR;
198 charset=ucnv_detectUnicodeSignature(bytes, bytesLength, NULL, &errorCode);
199 if(U_SUCCESS(errorCode) && charset!=NULL) {
201 cnv=ucnv_open(charset, &errorCode);
204 cnv=ucnv_open("ISO-8859-1", &errorCode);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DeblockChroma_I.c 67 OMXResult errorCode;
79 errorCode = omxVCM4P10_FilterDeblockingChroma_VerEdge_I(
82 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode)
84 errorCode = omxVCM4P10_FilterDeblockingChroma_HorEdge_I(
87 return errorCode;
omxVCM4P10_DeblockLuma_I.c 70 OMXResult errorCode;
82 errorCode = omxVCM4P10_FilterDeblockingLuma_VerEdge_I(
85 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode)
87 errorCode = omxVCM4P10_FilterDeblockingLuma_HorEdge_I(
90 return errorCode;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DeblockChroma_I.c 67 OMXResult errorCode;
79 errorCode = omxVCM4P10_FilterDeblockingChroma_VerEdge_I(
82 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode)
84 errorCode = omxVCM4P10_FilterDeblockingChroma_HorEdge_I(
87 return errorCode;
omxVCM4P10_DeblockLuma_I.c 70 OMXResult errorCode;
82 errorCode = omxVCM4P10_FilterDeblockingLuma_VerEdge_I(
85 armRetArgErrIf(errorCode != OMX_Sts_NoErr, errorCode)
87 errorCode = omxVCM4P10_FilterDeblockingLuma_HorEdge_I(
90 return errorCode;
  /frameworks/opt/net/voip/src/java/android/net/sip/
ISipSessionListener.aidl 87 * @param errorCode error code defined in {@link SipErrorCode}
90 void onError(in ISipSession session, int errorCode, String errorMessage);
96 * @param errorCode error code defined in {@link SipErrorCode}
99 void onCallChangeFailed(in ISipSession session, int errorCode,
121 * @param errorCode error code defined in {@link SipErrorCode}
124 void onRegistrationFailed(in ISipSession session, int errorCode,
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 13 CXCompilationDatabase_Error *ErrorCode)
26 if (ErrorCode)
27 *ErrorCode = Err;
  /external/icu4c/samples/props/
props.cpp 28 UErrorCode errorCode;
31 errorCode=U_ZERO_ERROR;
32 u_charName(codePoint, U_UNICODE_CHAR_NAME, buffer, sizeof(buffer), &errorCode);
  /external/icu4c/tools/gentest/
gentest.c 65 UErrorCode errorCode = U_ZERO_ERROR;
96 createData(options[2].value, &errorCode);
98 return U_FAILURE(errorCode);
103 createData(const char* outputDirectory, UErrorCode *errorCode) {
112 U_COPYRIGHT_STRING, errorCode);
113 if(U_FAILURE(*errorCode)) {
114 fprintf(stderr, "gentest: unable to create data memory, %s\n", u_errorName(*errorCode));
115 exit(*errorCode);
124 dataLength=udata_finish(pData, errorCode);
125 if(U_FAILURE(*errorCode)) {
    [all...]

Completed in 1573 milliseconds

1 2 34 5 6 7 8 91011>>