Home
last modified time | relevance | path

Searched refs:status (Results 1176 - 1200 of 6203) sorted by relevance

1...<<41424344454647484950>>...249

/third_party/node/src/
H A Dcares_wrap.cc85 void ares_poll_cb(uv_poll_t* watcher, int status, int events) { in ares_poll_cb() argument
92 if (status < 0) { in ares_poll_cb()
212 int status; in ParseGeneralReply() local
217 status = ares_parse_a_reply(buf, in ParseGeneralReply()
224 status = ares_parse_aaaa_reply(buf, in ParseGeneralReply()
231 status = ares_parse_ns_reply(buf, len, &host); in ParseGeneralReply()
234 status = ares_parse_ptr_reply(buf, len, nullptr, 0, AF_INET, &host); in ParseGeneralReply()
240 if (status != ARES_SUCCESS) in ParseGeneralReply()
241 return status; in ParseGeneralReply()
293 int status in ParseMxReply() local
328 int status = ares_parse_caa_reply(buf, len, &caa_start); ParseCaaReply() local
365 int status = ares_parse_txt_reply_ext(buf, len, &txt_out); ParseTxtReply() local
428 int status = ares_parse_srv_reply(buf, len, &srv_start); ParseSrvReply() local
470 int status = ares_parse_naptr_reply(buf, len, &naptr_start); ParseNaptrReply() local
532 int status = ares_expand_name(ptr, buf, len, &name_temp, &temp_len); ParseSoaReply() local
905 int type, status, old_count; Parse() local
1072 int naddrttls = arraysize(addrttls), status; Parse() local
1106 int naddrttls = arraysize(addrttls), status; Parse() local
1140 int status = ParseCaaReply(env, buf, len, ret); Parse() local
1163 int status = ParseGeneralReply(env, buf, len, &type, ret); Parse() local
1185 int status = ParseMxReply(env, buf, len, mx_records); Parse() local
1209 int status = ParseGeneralReply(env, buf, len, &type, names); Parse() local
1231 int status = ParseTxtReply(env, buf, len, txt_records); Parse() local
1253 int status = ParseSrvReply(env, buf, len, srv_records); Parse() local
1277 int status = ParseGeneralReply(env, buf, len, &type, aliases); Parse() local
1299 int status = ParseNaptrReply(env, buf, len, naptr_records); Parse() local
1321 int status = ares_parse_soa_reply(buf, len, &soa_out); Parse() local
1433 AfterGetAddrInfo(uv_getaddrinfo_t* req, int status, struct addrinfo* res) AfterGetAddrInfo() argument
1504 AfterGetNameInfo(uv_getnameinfo_t* req, int status, const char* hostname, const char* service) AfterGetNameInfo() argument
[all...]
/third_party/openssl/test/helpers/
H A Dhandshake.c464 SSL_TICKET_STATUS status, in decrypt_session_ticket_cb()
467 switch (status) { in decrypt_session_ticket_cb()
710 /* The status for each connection phase. */
729 peer_status_t status; member
768 if (!TEST_int_eq(peer->status, PEER_RETRY)) { in do_handshake_step()
769 peer->status = PEER_TEST_FAILURE; in do_handshake_step()
774 peer->status = PEER_SUCCESS; in do_handshake_step()
776 peer->status = PEER_ERROR; in do_handshake_step()
783 peer->status = PEER_ERROR; in do_handshake_step()
801 if (!TEST_int_eq(peer->status, PEER_RETR in do_app_data_step()
461 decrypt_session_ticket_cb(SSL *s, SSL_SESSION *ss, const unsigned char *keyname, size_t keyname_len, SSL_TICKET_STATUS status, void *arg) decrypt_session_ticket_cb() argument
1406 handshake_status_t status = HANDSHAKE_RETRY; do_handshake_internal() local
[all...]
/third_party/alsa-lib/src/timer/
H A Dtimer.c796 * \param status returned pointer
802 int snd_timer_status_malloc(snd_timer_status_t **status) in snd_timer_status_malloc() argument
804 assert(status); in snd_timer_status_malloc()
805 *status = calloc(1, sizeof(snd_timer_status_t)); in snd_timer_status_malloc()
806 if (!*status) in snd_timer_status_malloc()
813 * \param status pointer to the snd_timer_status_t structure to free
818 void snd_timer_status_free(snd_timer_status_t *status) in snd_timer_status_free() argument
820 assert(status); in snd_timer_status_free()
821 free(status); in snd_timer_status_free()
839 * \param status pointe
842 snd_timer_status_get_timestamp(snd_timer_status_t * status) snd_timer_status_get_timestamp() argument
853 snd_timer_status_get_resolution(snd_timer_status_t * status) snd_timer_status_get_resolution() argument
864 snd_timer_status_get_lost(snd_timer_status_t * status) snd_timer_status_get_lost() argument
875 snd_timer_status_get_overrun(snd_timer_status_t * status) snd_timer_status_get_overrun() argument
886 snd_timer_status_get_queue(snd_timer_status_t * status) snd_timer_status_get_queue() argument
898 snd_timer_status(snd_timer_t *timer, snd_timer_status_t * status) snd_timer_status() argument
[all...]
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp183 OSStatus status = noErr; in createMACBrkIt() local
185 status = LocaleRefFromLocaleString(opt_locale, &lref); in createMACBrkIt()
186 status = UCCreateTextBreakLocator(lref, 0, kUCTextBreakAllMask, (TextBreakLocatorRef*)&breakRef); in createMACBrkIt()
195 // brkit = BreakIterator::createSentenceInstance(opt_locale, status); in createMACBrkIt()
207 UErrorCode status = U_ZERO_ERROR; in createICUBrkIt() local
209 brkit = BreakIterator::createCharacterInstance(opt_locale, status); in createICUBrkIt()
211 brkit = BreakIterator::createWordInstance(opt_locale, status); in createICUBrkIt()
213 brkit = BreakIterator::createLineInstance(opt_locale, status); in createICUBrkIt()
215 brkit = BreakIterator::createSentenceInstance(opt_locale, status); in createICUBrkIt()
218 brkit = BreakIterator::createCharacterInstance(opt_locale, status); in createICUBrkIt()
320 OSStatus status = noErr; doForwardTest() local
655 UErrorCode status = U_ZERO_ERROR; main() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcdateintervalformattest.c100 UErrorCode status = U_ZERO_ERROR; in TestDateIntervalFormat() local
101 ctest_setTimeZone(NULL, &status); in TestDateIntervalFormat()
110 status = U_ZERO_ERROR; in TestDateIntervalFormat()
118 udtitvfmt = udtitvfmt_open(testItemPtr->locale, skelBuf, -1, tzidBuf, tzidLen, &status); in TestDateIntervalFormat()
119 if ( U_SUCCESS(status) ) { in TestDateIntervalFormat()
122 udtitvfmt_setContext(udtitvfmt, testItemPtr->context, &status); in TestDateIntervalFormat()
123 if ( U_FAILURE(status) ) { in TestDateIntervalFormat()
125 testItemPtr->locale, testItemPtr->skeleton, (unsigned)testItemPtr->context, myErrorName(status) ); in TestDateIntervalFormat()
127 UDisplayContext getContext = udtitvfmt_getContext(udtitvfmt, UDISPCTX_TYPE_CAPITALIZATION, &status); in TestDateIntervalFormat()
128 if ( U_FAILURE(status) ) { in TestDateIntervalFormat()
327 UErrorCode status = U_ZERO_ERROR; TestFPos_SkelWithSeconds() local
[all...]
H A Dcdetst.c106 UErrorCode status = U_ZERO_ERROR; in TestTertiary() local
107 myCollation = ucol_open("de_DE", &status); in TestTertiary()
108 if(U_FAILURE(status)){ in TestTertiary()
109 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status)); in TestTertiary()
113 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status); in TestTertiary()
126 UErrorCode status = U_ZERO_ERROR; in TestPrimary() local
127 myCollation = ucol_open("de_DE", &status); in TestPrimary()
128 if(U_FAILURE(status)){ in TestPrimary()
129 log_err_status(status, "ERRO in TestPrimary()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcoleitr.cpp104 int32_t CollationElementIterator::next(UErrorCode& status) in next() argument
106 if (U_FAILURE(status)) { return NULLORDER; } in next()
122 status = U_INVALID_STATE_ERROR; in next()
127 int64_t ce = iter_->nextCE(status); in next()
163 * @param status the error code status.
167 int32_t CollationElementIterator::previous(UErrorCode& status) in previous() argument
169 if (U_FAILURE(status)) { return NULLORDER; } in previous()
185 status = U_INVALID_STATE_ERROR; in previous()
189 offsets_ = new UVector32(status); in previous()
230 setOffset(int32_t newOffset, UErrorCode& status) setOffset() argument
273 setText(const UnicodeString& source, UErrorCode& status) setText() argument
300 setText(CharacterIterator& source, UErrorCode& status) setText() argument
330 CollationElementIterator( const UnicodeString &source, const RuleBasedCollator *coll, UErrorCode &status) CollationElementIterator() argument
342 CollationElementIterator( const CharacterIterator &source, const RuleBasedCollator *coll, UErrorCode &status) CollationElementIterator() argument
348 setText(const_cast<CharacterIterator &>(source), status); CollationElementIterator() local
[all...]
H A Drbt_set.cpp166 TransliterationRuleSet::TransliterationRuleSet(UErrorCode& status) : in TransliterationRuleSet() argument
168 LocalPointer<UVector> lpRuleVector(new UVector(_deleteRule, nullptr, status), status);
169 if (U_FAILURE(status)) {
186 UErrorCode status = U_ZERO_ERROR; in TransliterationRuleSet() local
187 LocalPointer<UVector> lpRuleVector(new UVector(_deleteRule, nullptr, status), status); in TransliterationRuleSet()
188 if (U_FAILURE(status)) { in TransliterationRuleSet()
192 if (other.ruleVector != nullptr && U_SUCCESS(status)) { in TransliterationRuleSet()
194 for (i=0; i<len && U_SUCCESS(status); in TransliterationRuleSet()
242 addRule(TransliterationRule* adoptedRule, UErrorCode& status) addRule() argument
269 freeze(UParseError& parseError,UErrorCode& status) freeze() argument
[all...]
H A Dtaiwncal.cpp86 void TaiwanCalendar::handleComputeFields(int32_t julianDay, UErrorCode& status) in handleComputeFields() argument
88 GregorianCalendar::handleComputeFields(julianDay, status); in handleComputeFields()
113 void TaiwanCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
115 //Calendar::timeToFields(theTime, quick, status);
126 status = U_INTERNAL_PROGRAM_ERROR;
155 UErrorCode status = U_ZERO_ERROR; in initializeSystemDefaultCentury() local
156 TaiwanCalendar calendar(Locale("@calendar=roc"),status); in initializeSystemDefaultCentury()
157 if (U_SUCCESS(status)) in initializeSystemDefaultCentury()
159 calendar.setTime(Calendar::getNow(), status); in initializeSystemDefaultCentury() local
160 calendar.add(UCAL_YEAR, -80, status); in initializeSystemDefaultCentury()
[all...]
H A Dnfrule.h52 UErrorCode& status);
54 NFRule(const RuleBasedNumberFormat* rbnf, const UnicodeString &ruleText, UErrorCode &status);
64 void setBaseValue(int64_t value, UErrorCode& status);
70 void doFormat(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErrorCode& status) const;
71 void doFormat(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErrorCode& status) const;
87 void setDecimalFormatSymbols(const DecimalFormatSymbols &newSymbols, UErrorCode& status);
90 void parseRuleDescriptor(UnicodeString& descriptor, UErrorCode& status);
91 void extractSubstitutions(const NFRuleSet* ruleSet, const UnicodeString &ruleText, const NFRule* predecessor, UErrorCode& status);
92 NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, UErrorCode& status);
102 int32_t prefixLength(const UnicodeString& str, const UnicodeString& prefix, UErrorCode& status) cons
[all...]
H A Dbuddhcal.cpp88 void BuddhistCalendar::handleComputeFields(int32_t julianDay, UErrorCode& status) in handleComputeFields() argument
90 GregorianCalendar::handleComputeFields(julianDay, status); in handleComputeFields()
106 void BuddhistCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
108 //Calendar::timeToFields(theTime, quick, status);
119 status = U_INTERNAL_PROGRAM_ERROR;
150 UErrorCode status = U_ZERO_ERROR; in initializeSystemDefaultCentury() local
151 BuddhistCalendar calendar(Locale("@calendar=buddhist"),status); in initializeSystemDefaultCentury()
152 if (U_SUCCESS(status)) { in initializeSystemDefaultCentury()
153 calendar.setTime(Calendar::getNow(), status); in initializeSystemDefaultCentury() local
154 calendar.add(UCAL_YEAR, -80, status); in initializeSystemDefaultCentury()
[all...]
H A Dnumber_padding.cpp21 UErrorCode &status) { in addPaddingHelper()
24 string.insertCodePoint(index, paddingCp, kUndefinedField, status); in addPaddingHelper()
64 UErrorCode &status) const { in padAndApply()
73 length += mod1.apply(string, leftIndex, rightIndex, status); in padAndApply()
74 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
81 length += addPaddingHelper(paddingCp, requiredPadding, string, leftIndex, status); in padAndApply()
83 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
85 length += mod1.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
86 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
88 length += addPaddingHelper(paddingCp, requiredPadding, string, leftIndex, status); in padAndApply()
20 addPaddingHelper(UChar32 paddingCp, int32_t requiredPadding, FormattedStringBuilder &string, int32_t index, UErrorCode &status) addPaddingHelper() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcoleitr.cpp104 int32_t CollationElementIterator::next(UErrorCode& status) in next() argument
106 if (U_FAILURE(status)) { return NULLORDER; } in next()
122 status = U_INVALID_STATE_ERROR; in next()
127 int64_t ce = iter_->nextCE(status); in next()
163 * @param status the error code status.
167 int32_t CollationElementIterator::previous(UErrorCode& status) in previous() argument
169 if (U_FAILURE(status)) { return NULLORDER; } in previous()
185 status = U_INVALID_STATE_ERROR; in previous()
189 offsets_ = new UVector32(status); in previous()
230 setOffset(int32_t newOffset, UErrorCode& status) setOffset() argument
273 setText(const UnicodeString& source, UErrorCode& status) setText() argument
300 setText(CharacterIterator& source, UErrorCode& status) setText() argument
330 CollationElementIterator( const UnicodeString &source, const RuleBasedCollator *coll, UErrorCode &status) CollationElementIterator() argument
342 CollationElementIterator( const CharacterIterator &source, const RuleBasedCollator *coll, UErrorCode &status) CollationElementIterator() argument
348 setText(const_cast<CharacterIterator &>(source), status); CollationElementIterator() local
[all...]
H A Drbt_set.cpp166 TransliterationRuleSet::TransliterationRuleSet(UErrorCode& status) : in TransliterationRuleSet() argument
168 LocalPointer<UVector> lpRuleVector(new UVector(_deleteRule, nullptr, status), status);
169 if (U_FAILURE(status)) {
186 UErrorCode status = U_ZERO_ERROR; in TransliterationRuleSet() local
187 LocalPointer<UVector> lpRuleVector(new UVector(_deleteRule, nullptr, status), status); in TransliterationRuleSet()
188 if (U_FAILURE(status)) { in TransliterationRuleSet()
192 if (other.ruleVector != nullptr && U_SUCCESS(status)) { in TransliterationRuleSet()
194 for (i=0; i<len && U_SUCCESS(status); in TransliterationRuleSet()
242 addRule(TransliterationRule* adoptedRule, UErrorCode& status) addRule() argument
269 freeze(UParseError& parseError,UErrorCode& status) freeze() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_vms.c388 uint32_t status; in data_collect_method() local
393 if ((status = sys$getdviw(EFN$C_ENF, 0, &SYSDEVICE, DVI_items, in data_collect_method()
395 lib$signal(status); in data_collect_method()
398 if ((status = sys$getjpiw(EFN$C_ENF, 0, 0, JPI_items_64bit, 0, 0, 0)) in data_collect_method()
400 lib$signal(status); in data_collect_method()
403 if ((status = sys$getjpiw(EFN$C_ENF, 0, 0, JPI_items, 0, 0, 0)) in data_collect_method()
405 lib$signal(status); in data_collect_method()
408 if ((status = sys$getsyiw(EFN$C_ENF, 0, 0, SYI_items, 0, 0, 0)) in data_collect_method()
410 lib$signal(status); in data_collect_method()
417 if ((status in data_collect_method()
509 uint32_t status; get_entropy_method() local
[all...]
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_vms.c388 uint32_t status; in data_collect_method() local
393 if ((status = sys$getdviw(EFN$C_ENF, 0, &SYSDEVICE, DVI_items, in data_collect_method()
395 lib$signal(status); in data_collect_method()
398 if ((status = sys$getjpiw(EFN$C_ENF, 0, 0, JPI_items_64bit, 0, 0, 0)) in data_collect_method()
400 lib$signal(status); in data_collect_method()
403 if ((status = sys$getjpiw(EFN$C_ENF, 0, 0, JPI_items, 0, 0, 0)) in data_collect_method()
405 lib$signal(status); in data_collect_method()
408 if ((status = sys$getsyiw(EFN$C_ENF, 0, 0, SYI_items, 0, 0, 0)) in data_collect_method()
410 lib$signal(status); in data_collect_method()
417 if ((status in data_collect_method()
509 uint32_t status; get_entropy_method() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcoleitr.cpp104 int32_t CollationElementIterator::next(UErrorCode& status) in next() argument
106 if (U_FAILURE(status)) { return NULLORDER; } in next()
122 status = U_INVALID_STATE_ERROR; in next()
127 int64_t ce = iter_->nextCE(status); in next()
163 * @param status the error code status.
167 int32_t CollationElementIterator::previous(UErrorCode& status) in previous() argument
169 if (U_FAILURE(status)) { return NULLORDER; } in previous()
185 status = U_INVALID_STATE_ERROR; in previous()
189 offsets_ = new UVector32(status); in previous()
230 setOffset(int32_t newOffset, UErrorCode& status) setOffset() argument
273 setText(const UnicodeString& source, UErrorCode& status) setText() argument
300 setText(CharacterIterator& source, UErrorCode& status) setText() argument
330 CollationElementIterator( const UnicodeString &source, const RuleBasedCollator *coll, UErrorCode &status) CollationElementIterator() argument
342 CollationElementIterator( const CharacterIterator &source, const RuleBasedCollator *coll, UErrorCode &status) CollationElementIterator() argument
348 setText(const_cast<CharacterIterator &>(source), status); CollationElementIterator() local
[all...]
H A Dformatted_string_builder.cpp149 FormattedStringBuilder::insertCodePoint(int32_t index, UChar32 codePoint, Field field, UErrorCode &status) { in insertCodePoint() argument
151 int32_t position = prepareForInsert(index, count, status); in insertCodePoint()
152 if (U_FAILURE(status)) { in insertCodePoint()
167 UErrorCode &status) { in insert()
173 return insertCodePoint(index, unistr.charAt(0), field, status); in insert()
175 return insert(index, unistr, 0, unistr.length(), field, status); in insert()
181 Field field, UErrorCode &status) { in insert()
183 int32_t position = prepareForInsert(index, count, status); in insert()
184 if (U_FAILURE(status)) { in insert()
196 int32_t startOther, int32_t endOther, Field field, UErrorCode& status) { in splice()
166 insert(int32_t index, const UnicodeString &unistr, Field field, UErrorCode &status) insert() argument
180 insert(int32_t index, const UnicodeString &unistr, int32_t start, int32_t end, Field field, UErrorCode &status) insert() argument
195 splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr, int32_t startOther, int32_t endOther, Field field, UErrorCode& status) splice() argument
218 append(const FormattedStringBuilder &other, UErrorCode &status) append() argument
223 insert(int32_t index, const FormattedStringBuilder &other, UErrorCode &status) insert() argument
244 writeTerminator(UErrorCode& status) writeTerminator() argument
254 prepareForInsert(int32_t index, int32_t count, UErrorCode &status) prepareForInsert() argument
273 prepareForInsertHelper(int32_t index, int32_t count, UErrorCode &status) prepareForInsertHelper() argument
[all...]
H A Dmsgfmt.cpp346 UBool MessageFormat::allocateArgTypes(int32_t capacity, UErrorCode& status) { in allocateArgTypes() argument
347 if (U_FAILURE(status)) { in allocateArgTypes()
361 status = U_MEMORY_ALLOCATION_ERROR; in allocateArgTypes()
474 UErrorCode& status) in applyPattern()
477 applyPattern(newPattern,parseError,status); in applyPattern()
514 UErrorCode& status) { in applyPattern()
518 applyPattern(pattern, *parseError, status); in applyPattern()
552 UErrorCode& status) { in setArgStartFormat()
553 if (U_FAILURE(status)) { in setArgStartFormat()
559 equalFormatsForHash, &status); in setArgStartFormat()
473 applyPattern(const UnicodeString& newPattern, UErrorCode& status) applyPattern() argument
511 applyPattern(const UnicodeString& pattern, UMessagePatternApostropheMode aposMode, UParseError* parseError, UErrorCode& status) applyPattern() argument
550 setArgStartFormat(int32_t argStart, Format* formatter, UErrorCode& status) setArgStartFormat() argument
582 setCustomArgStartFormat(int32_t argStart, Format* formatter, UErrorCode& status) setCustomArgStartFormat() argument
624 UErrorCode status = U_ZERO_ERROR; adoptFormats() local
656 UErrorCode status = U_ZERO_ERROR; setFormats() local
686 UErrorCode status = U_ZERO_ERROR; adoptFormat() local
699 adoptFormat(const UnicodeString& formatName, Format* formatToAdopt, UErrorCode& status) adoptFormat() argument
745 UErrorCode status = U_ZERO_ERROR; setFormat() local
759 getFormat(const UnicodeString& formatName, UErrorCode& status) getFormat() argument
779 setFormat(const UnicodeString& formatName, const Format& newFormat, UErrorCode& status) setFormat() argument
854 getFormatNames(UErrorCode& status) getFormatNames() argument
1551 autoQuoteApostrophe(const UnicodeString& pattern, UErrorCode& status) autoQuoteApostrophe() argument
1584 cacheExplicitFormats(UErrorCode& status) cacheExplicitFormats() argument
1921 snext(UErrorCode& status) snext() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duvector.cpp32 UVector::UVector(UErrorCode &status) : in UVector() argument
39 _init(DEFAULT_CAPACITY, status); in UVector()
42 UVector::UVector(int32_t initialCapacity, UErrorCode &status) : in UVector() argument
49 _init(initialCapacity, status); in UVector()
52 UVector::UVector(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status) : in UVector() argument
59 _init(DEFAULT_CAPACITY, status); in UVector()
62 UVector::UVector(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status) : in UVector() argument
69 _init(initialCapacity, status); in UVector()
72 void UVector::_init(int32_t initialCapacity, UErrorCode &status) { in _init() argument
73 if (U_FAILURE(status)) { in _init()
127 addElement(void* obj, UErrorCode &status) addElement() argument
133 addElement(int32_t elem, UErrorCode &status) addElement() argument
163 insertElementAt(void* obj, int32_t index, UErrorCode &status) insertElementAt() argument
175 insertElementAt(int32_t elem, int32_t index, UErrorCode &status) insertElementAt() argument
331 ensureCapacity(int32_t minimumCapacity, UErrorCode &status) ensureCapacity() argument
368 setSize(int32_t newSize, UErrorCode &status) setSize() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatusor_test.cc15 #include "absl/status/statusor.h"
28 #include "absl/status/status.h"
46 using ::testing::status::IsOk;
47 using ::testing::status::IsOkAndHolds;
49 inline const ::absl::Status& GetStatus(const ::absl::Status& status) {
50 return status;
54 inline const ::absl::Status& GetStatus(const ::absl::StatusOr<T>& status) {
55 return status.status();
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Dutrans.h213 * @param status a pointer to the UErrorCode
220 UErrorCode* status);
227 * @param status a pointer to the UErrorCode
234 UErrorCode* status);
293 * @param status a pointer to the UErrorCode
298 UErrorCode* status);
326 * @param status a pointer to the UErrorCode
334 UErrorCode* status);
382 * @param status a pointer to the UErrorCode
391 UErrorCode* status);
[all...]
/third_party/icu/icu4c/source/common/
H A Dlocresdata.cpp154 UErrorCode *status) in _uloc_getOrientationHelper()
158 if (!U_FAILURE(*status)) { in _uloc_getOrientationHelper()
162 uloc_canonicalize(localeId, localeBuffer, sizeof(localeBuffer), status); in _uloc_getOrientationHelper()
164 if (!U_FAILURE(*status)) { in _uloc_getOrientationHelper()
173 status); in _uloc_getOrientationHelper()
175 if (!U_FAILURE(*status) && length != 0) { in _uloc_getOrientationHelper()
191 *status = U_INTERNAL_PROGRAM_ERROR; in _uloc_getOrientationHelper()
203 UErrorCode *status) in uloc_getCharacterOrientation()
205 return _uloc_getOrientationHelper(localeId, "characters", status); in uloc_getCharacterOrientation()
212 * @param status Erro
152 _uloc_getOrientationHelper(const char* localeId, const char* key, UErrorCode *status) _uloc_getOrientationHelper() argument
202 uloc_getCharacterOrientation(const char* localeId, UErrorCode *status) uloc_getCharacterOrientation() argument
216 uloc_getLineOrientation(const char* localeId, UErrorCode *status) uloc_getLineOrientation() argument
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dubrk.h239 * @param status A UErrorCode to receive any errors.
249 UErrorCode *status);
261 * @param status A UErrorCode to receive any errors.
272 UErrorCode *status);
289 * @param status Pointer to UErrorCode to receive any errors.
297 UErrorCode * status);
314 * @param status to indicate whether the operation went on smoothly or there were errors
315 * An informational status value, U_SAFECLONE_ALLOCATED_ERROR, is used
325 UErrorCode *status);
332 * @param status t
[all...]
/third_party/mbedtls/tests/src/
H A Dpsa_crypto_helpers.c107 psa_status_t mbedtls_test_record_status(psa_status_t status, in mbedtls_test_record_status() argument
120 fprintf(log, "%d:%s:%s:%d:%s\n", (int) status, func, file, line, expr); in mbedtls_test_record_status()
121 return status; in mbedtls_test_record_status()
170 psa_status_t status = psa_its_get(PSA_CRYPTO_ITS_RANDOM_SEED_UID, in mbedtls_test_inject_entropy_seed_read() local
172 if (status != 0) { in mbedtls_test_inject_entropy_seed_read()
183 psa_status_t status = psa_its_set(PSA_CRYPTO_ITS_RANDOM_SEED_UID, in mbedtls_test_inject_entropy_seed_write() local
185 if (status != 0) { in mbedtls_test_inject_entropy_seed_write()
197 psa_status_t status = mbedtls_psa_inject_entropy(buf, sizeof(buf)); in mbedtls_test_inject_entropy_restore() local
199 if (status != PSA_SUCCESS && status ! in mbedtls_test_inject_entropy_restore()
[all...]

Completed in 20 milliseconds

1...<<41424344454647484950>>...249