/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | measunit.cpp | 570 MeasureUnit *MeasureUnit::createGForce(UErrorCode &status) { in createGForce() 574 MeasureUnit *MeasureUnit::createMeterPerSecondSquared(UErrorCode &status) { in createMeterPerSecondSquared() 578 MeasureUnit *MeasureUnit::createArcMinute(UErrorCode &status) { in createArcMinute() 582 MeasureUnit *MeasureUnit::createArcSecond(UErrorCode &status) { in createArcSecond() 586 MeasureUnit *MeasureUnit::createDegree(UErrorCode &status) { in createDegree() 590 MeasureUnit *MeasureUnit::createRadian(UErrorCode &status) { in createRadian() 594 MeasureUnit *MeasureUnit::createRevolutionAngle(UErrorCode &status) { in createRevolutionAngle() 598 MeasureUnit *MeasureUnit::createAcre(UErrorCode &status) { in createAcre() 602 MeasureUnit *MeasureUnit::createHectare(UErrorCode &status) { in createHectare() 606 MeasureUnit *MeasureUnit::createSquareCentimeter(UErrorCode &status) { in createSquareCentimeter() [all …]
|
D | stsearch.cpp | 56 UErrorCode &status) : in StringSearch() 88 UErrorCode &status) : in StringSearch() 113 UErrorCode &status) : in StringSearch() 145 UErrorCode status = U_ZERO_ERROR; in StringSearch() local 188 UErrorCode status = U_ZERO_ERROR; in operator =() local 223 void StringSearch::setOffset(int32_t position, UErrorCode &status) in setOffset() 234 void StringSearch::setText(const UnicodeString &text, UErrorCode &status) in setText() 242 void StringSearch::setText(CharacterIterator &text, UErrorCode &status) in setText() 256 void StringSearch::setCollator(RuleBasedCollator *coll, UErrorCode &status) in setCollator() 264 UErrorCode &status) in setPattern() [all …]
|
D | uspoof.cpp | 57 static void U_CALLCONV initializeStatics(UErrorCode &status) { in initializeStatics() 153 U_CFUNC void uspoof_internalInitStatics(UErrorCode *status) { in uspoof_internalInitStatics() 158 uspoof_open(UErrorCode *status) { in uspoof_open() 178 UErrorCode *status) { in uspoof_openFromSerialized() 225 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone() 245 UErrorCode status = U_ZERO_ERROR; in uspoof_close() local 252 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks() 270 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks() 280 UErrorCode status = U_ZERO_ERROR; in uspoof_setRestrictionLevel() local 290 UErrorCode status = U_ZERO_ERROR; in uspoof_getRestrictionLevel() local [all …]
|
D | ucsdet.cpp | 32 ucsdet_open(UErrorCode *status) in ucsdet_open() 56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText() 66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getName() 76 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getConfidence() 86 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getLanguage() 96 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_detect() 106 …tDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status) in ucsdet_setDeclaredEncoding() 117 int32_t *maxMatchesFound, UErrorCode *status) in ucsdet_detectAll() 175 UChar *buf, int32_t cap, UErrorCode *status) in ucsdet_getUChars() 185 …tDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode *status) in ucsdet_setDetectableCharset() [all …]
|
D | uregex.cpp | 87 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) { in validateRE() 113 UErrorCode *status) { in uregex_open() 190 UErrorCode *status) { in uregex_openUText() 272 UErrorCode status = U_ZERO_ERROR; in uregex_close() local 286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() 325 UErrorCode *status) { in uregex_pattern() 345 UErrorCode *status) { in uregex_patternUText() 357 uregex_flags(const URegularExpression *regexp2, UErrorCode *status) { in uregex_flags() 376 UErrorCode *status) { in uregex_setText() 409 UErrorCode *status) { in uregex_setUText() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | measunit.cpp | 590 MeasureUnit *MeasureUnit::createGForce(UErrorCode &status) { in createGForce() 598 MeasureUnit *MeasureUnit::createMeterPerSecondSquared(UErrorCode &status) { in createMeterPerSecondSquared() 606 MeasureUnit *MeasureUnit::createArcMinute(UErrorCode &status) { in createArcMinute() 614 MeasureUnit *MeasureUnit::createArcSecond(UErrorCode &status) { in createArcSecond() 622 MeasureUnit *MeasureUnit::createDegree(UErrorCode &status) { in createDegree() 630 MeasureUnit *MeasureUnit::createRadian(UErrorCode &status) { in createRadian() 638 MeasureUnit *MeasureUnit::createRevolutionAngle(UErrorCode &status) { in createRevolutionAngle() 646 MeasureUnit *MeasureUnit::createAcre(UErrorCode &status) { in createAcre() 654 MeasureUnit *MeasureUnit::createDunam(UErrorCode &status) { in createDunam() 662 MeasureUnit *MeasureUnit::createHectare(UErrorCode &status) { in createHectare() [all …]
|
D | stsearch.cpp | 56 UErrorCode &status) : in StringSearch() 88 UErrorCode &status) : in StringSearch() 113 UErrorCode &status) : in StringSearch() 145 UErrorCode status = U_ZERO_ERROR; in StringSearch() local 188 UErrorCode status = U_ZERO_ERROR; in operator =() local 223 void StringSearch::setOffset(int32_t position, UErrorCode &status) in setOffset() 234 void StringSearch::setText(const UnicodeString &text, UErrorCode &status) in setText() 242 void StringSearch::setText(CharacterIterator &text, UErrorCode &status) in setText() 256 void StringSearch::setCollator(RuleBasedCollator *coll, UErrorCode &status) in setCollator() 264 UErrorCode &status) in setPattern() [all …]
|
D | uspoof.cpp | 59 void U_CALLCONV initializeStatics(UErrorCode &status) { in initializeStatics() 159 U_CFUNC void uspoof_internalInitStatics(UErrorCode *status) { in uspoof_internalInitStatics() 164 uspoof_open(UErrorCode *status) { in uspoof_open() 184 UErrorCode *status) { in uspoof_openFromSerialized() 231 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone() 251 UErrorCode status = U_ZERO_ERROR; in uspoof_close() local 258 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks() 276 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks() 286 UErrorCode status = U_ZERO_ERROR; in uspoof_setRestrictionLevel() local 296 UErrorCode status = U_ZERO_ERROR; in uspoof_getRestrictionLevel() local [all …]
|
D | ucsdet.cpp | 32 ucsdet_open(UErrorCode *status) in ucsdet_open() 56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText() 66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getName() 76 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getConfidence() 86 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getLanguage() 96 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_detect() 106 …tDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status) in ucsdet_setDeclaredEncoding() 117 int32_t *maxMatchesFound, UErrorCode *status) in ucsdet_detectAll() 175 UChar *buf, int32_t cap, UErrorCode *status) in ucsdet_getUChars() 185 …tDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode *status) in ucsdet_setDetectableCharset() [all …]
|
D | uregex.cpp | 87 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) { in validateRE() 113 UErrorCode *status) { in uregex_open() 190 UErrorCode *status) { in uregex_openUText() 272 UErrorCode status = U_ZERO_ERROR; in uregex_close() local 286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() 325 UErrorCode *status) { in uregex_pattern() 345 UErrorCode *status) { in uregex_patternUText() 357 uregex_flags(const URegularExpression *regexp2, UErrorCode *status) { in uregex_flags() 376 UErrorCode *status) { in uregex_setText() 409 UErrorCode *status) { in uregex_setUText() [all …]
|
/third_party/icu/icu4c/source/test/perf/convperf/ |
D | convperf.cpp | 24 UErrorCode status = U_ZERO_ERROR; in main() local 37 …rterPerformanceTest::ConverterPerformanceTest(int32_t argc, const char* argv[], UErrorCode& status) in ConverterPerformanceTest() 128 UErrorCode status = U_ZERO_ERROR; in TestICU_CleanOpenAllConverters() local 137 UErrorCode status = U_ZERO_ERROR; in TestICU_OpenAllConverters() local 146 UErrorCode status = U_ZERO_ERROR; in TestICU_UTF8_FromUnicode() local 155 UErrorCode status = U_ZERO_ERROR; in TestICU_UTF8_ToUnicode() local 165 UErrorCode status = U_ZERO_ERROR; in TestWinIML2_UTF8_FromUnicode() local 174 UErrorCode status = U_ZERO_ERROR; in TestWinIML2_UTF8_ToUnicode() local 183 UErrorCode status = U_ZERO_ERROR; in TestWinANSI_UTF8_FromUnicode() local 192 UErrorCode status = U_ZERO_ERROR; in TestWinANSI_UTF8_ToUnicode() local [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | measunit.cpp | 588 MeasureUnit *MeasureUnit::createGForce(UErrorCode &status) { in createGForce() 596 MeasureUnit *MeasureUnit::createMeterPerSecondSquared(UErrorCode &status) { in createMeterPerSecondSquared() 604 MeasureUnit *MeasureUnit::createArcMinute(UErrorCode &status) { in createArcMinute() 612 MeasureUnit *MeasureUnit::createArcSecond(UErrorCode &status) { in createArcSecond() 620 MeasureUnit *MeasureUnit::createDegree(UErrorCode &status) { in createDegree() 628 MeasureUnit *MeasureUnit::createRadian(UErrorCode &status) { in createRadian() 636 MeasureUnit *MeasureUnit::createRevolutionAngle(UErrorCode &status) { in createRevolutionAngle() 644 MeasureUnit *MeasureUnit::createAcre(UErrorCode &status) { in createAcre() 652 MeasureUnit *MeasureUnit::createDunam(UErrorCode &status) { in createDunam() 660 MeasureUnit *MeasureUnit::createHectare(UErrorCode &status) { in createHectare() [all …]
|
D | stsearch.cpp | 56 UErrorCode &status) : in StringSearch() 88 UErrorCode &status) : in StringSearch() 113 UErrorCode &status) : in StringSearch() 145 UErrorCode status = U_ZERO_ERROR; in StringSearch() local 188 UErrorCode status = U_ZERO_ERROR; in operator =() local 223 void StringSearch::setOffset(int32_t position, UErrorCode &status) in setOffset() 234 void StringSearch::setText(const UnicodeString &text, UErrorCode &status) in setText() 242 void StringSearch::setText(CharacterIterator &text, UErrorCode &status) in setText() 256 void StringSearch::setCollator(RuleBasedCollator *coll, UErrorCode &status) in setCollator() 264 UErrorCode &status) in setPattern() [all …]
|
D | uspoof.cpp | 59 void U_CALLCONV initializeStatics(UErrorCode &status) { in initializeStatics() 156 U_CFUNC void uspoof_internalInitStatics(UErrorCode *status) { in uspoof_internalInitStatics() 161 uspoof_open(UErrorCode *status) { in uspoof_open() 181 UErrorCode *status) { in uspoof_openFromSerialized() 228 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone() 248 UErrorCode status = U_ZERO_ERROR; in uspoof_close() local 255 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks() 273 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks() 283 UErrorCode status = U_ZERO_ERROR; in uspoof_setRestrictionLevel() local 293 UErrorCode status = U_ZERO_ERROR; in uspoof_getRestrictionLevel() local [all …]
|
D | ucsdet.cpp | 32 ucsdet_open(UErrorCode *status) in ucsdet_open() 56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText() 66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getName() 76 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getConfidence() 86 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getLanguage() 96 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_detect() 106 …tDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status) in ucsdet_setDeclaredEncoding() 117 int32_t *maxMatchesFound, UErrorCode *status) in ucsdet_detectAll() 175 UChar *buf, int32_t cap, UErrorCode *status) in ucsdet_getUChars() 185 …tDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode *status) in ucsdet_setDetectableCharset() [all …]
|
D | uregex.cpp | 87 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) { in validateRE() 113 UErrorCode *status) { in uregex_open() 190 UErrorCode *status) { in uregex_openUText() 272 UErrorCode status = U_ZERO_ERROR; in uregex_close() local 286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() 325 UErrorCode *status) { in uregex_pattern() 345 UErrorCode *status) { in uregex_patternUText() 357 uregex_flags(const URegularExpression *regexp2, UErrorCode *status) { in uregex_flags() 376 UErrorCode *status) { in uregex_setText() 409 UErrorCode *status) { in uregex_setUText() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | measunit.cpp | 616 MeasureUnit *MeasureUnit::createGForce(UErrorCode &status) { in createGForce() 624 MeasureUnit *MeasureUnit::createMeterPerSecondSquared(UErrorCode &status) { in createMeterPerSecondSquared() 632 MeasureUnit *MeasureUnit::createArcMinute(UErrorCode &status) { in createArcMinute() 640 MeasureUnit *MeasureUnit::createArcSecond(UErrorCode &status) { in createArcSecond() 648 MeasureUnit *MeasureUnit::createDegree(UErrorCode &status) { in createDegree() 656 MeasureUnit *MeasureUnit::createRadian(UErrorCode &status) { in createRadian() 664 MeasureUnit *MeasureUnit::createRevolutionAngle(UErrorCode &status) { in createRevolutionAngle() 672 MeasureUnit *MeasureUnit::createAcre(UErrorCode &status) { in createAcre() 680 MeasureUnit *MeasureUnit::createDunam(UErrorCode &status) { in createDunam() 688 MeasureUnit *MeasureUnit::createHectare(UErrorCode &status) { in createHectare() [all …]
|
D | stsearch.cpp | 56 UErrorCode &status) : in StringSearch() 88 UErrorCode &status) : in StringSearch() 113 UErrorCode &status) : in StringSearch() 145 UErrorCode status = U_ZERO_ERROR; in StringSearch() local 188 UErrorCode status = U_ZERO_ERROR; in operator =() local 223 void StringSearch::setOffset(int32_t position, UErrorCode &status) in setOffset() 234 void StringSearch::setText(const UnicodeString &text, UErrorCode &status) in setText() 242 void StringSearch::setText(CharacterIterator &text, UErrorCode &status) in setText() 256 void StringSearch::setCollator(RuleBasedCollator *coll, UErrorCode &status) in setCollator() 264 UErrorCode &status) in setPattern() [all …]
|
D | uspoof.cpp | 59 void U_CALLCONV initializeStatics(UErrorCode &status) { in initializeStatics() 156 U_CFUNC void uspoof_internalInitStatics(UErrorCode *status) { in uspoof_internalInitStatics() 161 uspoof_open(UErrorCode *status) { in uspoof_open() 181 UErrorCode *status) { in uspoof_openFromSerialized() 228 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone() 248 UErrorCode status = U_ZERO_ERROR; in uspoof_close() local 255 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks() 273 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks() 283 UErrorCode status = U_ZERO_ERROR; in uspoof_setRestrictionLevel() local 293 UErrorCode status = U_ZERO_ERROR; in uspoof_getRestrictionLevel() local [all …]
|
D | ucsdet.cpp | 32 ucsdet_open(UErrorCode *status) in ucsdet_open() 56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText() 66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getName() 76 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getConfidence() 86 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getLanguage() 96 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_detect() 106 …tDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status) in ucsdet_setDeclaredEncoding() 117 int32_t *maxMatchesFound, UErrorCode *status) in ucsdet_detectAll() 175 UChar *buf, int32_t cap, UErrorCode *status) in ucsdet_getUChars() 185 …tDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode *status) in ucsdet_setDetectableCharset() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | itrbnfrt.cpp | 65 UErrorCode status = U_ZERO_ERROR; in TestEnglishSpelloutRT() local 83 UErrorCode status = U_ZERO_ERROR; in TestDurationsRT() local 101 UErrorCode status = U_ZERO_ERROR; in TestSpanishSpelloutRT() local 119 UErrorCode status = U_ZERO_ERROR; in TestFrenchSpelloutRT() local 137 UErrorCode status = U_ZERO_ERROR; in TestSwissFrenchSpelloutRT() local 155 UErrorCode status = U_ZERO_ERROR; in TestItalianSpelloutRT() local 173 UErrorCode status = U_ZERO_ERROR; in TestGermanSpelloutRT() local 191 UErrorCode status = U_ZERO_ERROR; in TestSwedishSpelloutRT() local 209 UErrorCode status = U_ZERO_ERROR; in TestDutchSpelloutRT() local 227 UErrorCode status = U_ZERO_ERROR; in TestJapaneseSpelloutRT() local [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
D | expect.py | 75 def check_return_code_is_zero(self, status): argument 85 def check_return_code_is_nonzero(self, status): argument 94 def check_no_output_on_stdout(self, status): argument 103 def check_no_output_on_stderr(self, status): argument 118 def check_no_generated_files(self, status): argument 248 def check_object_file_preamble(self, status): argument 263 def check_object_file_preamble(self, status): argument 278 def check_object_file_preamble(self, status): argument 297 def check_object_file_disassembly(self, status): argument 330 def check_object_file_preamble(self, status): argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
D | expect.py | 75 def check_return_code_is_zero(self, status): argument 85 def check_return_code_is_nonzero(self, status): argument 94 def check_no_output_on_stdout(self, status): argument 103 def check_no_output_on_stderr(self, status): argument 118 def check_no_generated_files(self, status): argument 248 def check_object_file_preamble(self, status): argument 263 def check_object_file_preamble(self, status): argument 278 def check_object_file_preamble(self, status): argument 297 def check_object_file_disassembly(self, status): argument 330 def check_object_file_preamble(self, status): argument [all …]
|
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_rfft_fast_init_f32.c | 54 arm_status status; in arm_rfft_32_fast_init_f32() local 84 arm_status status; in arm_rfft_64_fast_init_f32() local 114 arm_status status; in arm_rfft_128_fast_init_f32() local 144 arm_status status; in arm_rfft_256_fast_init_f32() local 174 arm_status status; in arm_rfft_512_fast_init_f32() local 203 arm_status status; in arm_rfft_1024_fast_init_f32() local 231 arm_status status; in arm_rfft_2048_fast_init_f32() local 260 arm_status status; in arm_rfft_4096_fast_init_f32() local
|
/third_party/gn/src/base/mac/ |
D | mac_logging.h | 50 #define OSSTATUS_LOG_STREAM(severity, status) \ argument 53 #define OSSTATUS_LOG(severity, status) \ argument 55 #define OSSTATUS_LOG_IF(severity, condition, status) \ argument 59 #define OSSTATUS_CHECK(condition, status) \ argument 63 #define OSSTATUS_DLOG(severity, status) \ argument 65 #define OSSTATUS_DLOG_IF(severity, condition, status) \ argument 69 #define OSSTATUS_DCHECK(condition, status) \ argument
|