Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 3345) sorted by relevance

12345678910>>...134

/external/icu/icu4c/source/i18n/
Dmeasunit.cpp570 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 …]
Dstsearch.cpp56 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 …]
Duspoof.cpp57 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 …]
Ducsdet.cpp32 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 …]
Duregex.cpp87 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 …]
Dsearch.cpp52 UErrorCode &status) in setAttribute()
125 UErrorCode &status) in setBreakIterator()
152 void SearchIterator::setText(const UnicodeString &text, UErrorCode &status) in setText()
166 void SearchIterator::setText(CharacterIterator &text, UErrorCode &status) in setText()
200 int32_t SearchIterator::first(UErrorCode &status) in first()
210 UErrorCode &status) in following()
219 int32_t SearchIterator::last(UErrorCode &status) in last()
229 UErrorCode &status) in preceding()
238 int32_t SearchIterator::next(UErrorCode &status) in next()
283 int32_t SearchIterator::previous(UErrorCode &status) in previous()
[all …]
Dnumber_utils.cpp53 UErrorCode& status) { in getPatternForStyle()
101 DecNum::DecNum(const DecNum& other, UErrorCode& status) in DecNum()
120 void DecNum::setTo(StringPiece str, UErrorCode& status) { in setTo()
127 void DecNum::setTo(const char* str, UErrorCode& status) { in setTo()
131 void DecNum::setTo(double d, UErrorCode& status) { in setTo()
163 void DecNum::_setTo(const char* str, int32_t maxDigits, UErrorCode& status) { in _setTo()
192 …um::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& status) { in setTo()
231 void DecNum::multiplyBy(const DecNum& rhs, UErrorCode& status) { in multiplyBy()
238 void DecNum::divideBy(const DecNum& rhs, UErrorCode& status) { in divideBy()
/external/icu/icu4c/source/test/perf/convperf/
Dconvperf.cpp24 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 …]
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.i36 tensorflow::Status status = tensorflow::Env::Default()->FileExists(filename); in FileExists() local
44 tensorflow::Status status = in FileExists() local
52 tensorflow::Status status = tensorflow::Env::Default()->DeleteFile(filename); in DeleteFile() local
60 tensorflow::Status status = ReadFileToString(tensorflow::Env::Default(), in ReadFileToString() local
70 tensorflow::Status status = WriteStringToFile(tensorflow::Env::Default(), in WriteStringToFile() local
79 tensorflow::Status status = tensorflow::Env::Default()->GetChildren( in GetChildren() local
90 tensorflow::Status status = tensorflow::Env::Default()->GetMatchingPaths( in GetMatchingFiles() local
99 tensorflow::Status status = tensorflow::Env::Default()->CreateDir(dirname); in CreateDir() local
106 tensorflow::Status status = tensorflow::Env::Default()->RecursivelyCreateDir( in RecursivelyCreateDir() local
120 tensorflow::Status status = in CopyFile() local
[all …]
/external/icu/icu4c/source/test/intltest/
Ditrbnfrt.cpp65 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 …]
Dicusvtst.cpp55 UErrorCode status = U_ZERO_ERROR; in LKFSubclass() local
120 …ory* createSimpleFactory(UObject* obj, const UnicodeString& id, UBool visible, UErrorCode& status) in createSimpleFactory()
335 UErrorCode status = U_ZERO_ERROR; in testAPI_One() local
339 UErrorCode status = U_ZERO_ERROR; in testAPI_One() local
351 UErrorCode status = U_ZERO_ERROR; in testAPI_One() local
359 UErrorCode status = U_ZERO_ERROR; in testAPI_One() local
381 UErrorCode status = U_ZERO_ERROR; in testAPI_One() local
396 UErrorCode status = U_ZERO_ERROR; in testAPI_One() local
406 UErrorCode status = U_ZERO_ERROR; in testAPI_One() local
413 UErrorCode status = U_ZERO_ERROR; in testAPI_One() local
[all …]
Dnumfmtdatadriventest.cpp27 strToDigitList(const UnicodeString& str, DecimalQuantity& digitList, UErrorCode& status) { in strToDigitList()
51 UErrorCode& status) { in format()
61 format(const DecimalFormat& fmt, T value, UnicodeString& appendTo, UErrorCode& status) { in format()
84 UErrorCode status = U_ZERO_ERROR; in adjustDecimalFormat() local
132 UErrorCode status = U_ZERO_ERROR; in adjustDecimalFormat() local
167 UErrorCode status = U_ZERO_ERROR; in adjustDecimalFormat() local
182 UErrorCode status = U_ZERO_ERROR; in adjustDecimalFormat() local
195 newDecimalFormat(const Locale& locale, const UnicodeString& pattern, UErrorCode& status) { in newDecimalFormat()
217 static DecimalFormat* newDecimalFormat(const NumberFormatTestTuple& tuple, UErrorCode& status) { in newDecimalFormat()
228 … UnicodeString& appendErrorMessage, UErrorCode& status) { in isFormatPass()
[all …]
Dnumberformat2test.cpp394 UErrorCode status = U_ZERO_ERROR; in TestQuantize() local
807 UErrorCode status = U_ZERO_ERROR; in TestDigitFormatterDefaultCtor() local
822 UErrorCode status = U_ZERO_ERROR; in TestDigitFormatterMonetary() local
863 UErrorCode status = U_ZERO_ERROR; in TestDigitFormatter() local
1053 UErrorCode status = U_ZERO_ERROR; in TestSciFormatterDefaultCtor() local
1088 UErrorCode status = U_ZERO_ERROR; in TestSciFormatter() local
1130 UErrorCode status = U_ZERO_ERROR; in TestValueFormatterIsFastFormattable() local
1295 UErrorCode status = U_ZERO_ERROR; in TestPluralAffix() local
1407 UErrorCode status = U_ZERO_ERROR; in TestCurrencyAffixInfo() local
1483 UErrorCode status = U_ZERO_ERROR; in TestAffixPatternDoubleQuote() local
[all …]
Dmeasfmttest.cpp178 UErrorCode status = U_ZERO_ERROR; in TestCompatible53() local
230 UErrorCode status = U_ZERO_ERROR; in TestCompatible54() local
357 UErrorCode status = U_ZERO_ERROR; in TestCompatible55() local
485 UErrorCode status = U_ZERO_ERROR; in TestCompatible56() local
620 UErrorCode status = U_ZERO_ERROR; in TestCompatible57() local
760 UErrorCode status = U_ZERO_ERROR; in TestCompatible58() local
904 UErrorCode status = U_ZERO_ERROR; in TestCompatible59() local
1048 UErrorCode status = U_ZERO_ERROR; in TestCompatible63() local
1193 UErrorCode status = U_ZERO_ERROR; in TestBasic() local
1227 UErrorCode status = U_ZERO_ERROR; in TestGetAvailable() local
[all …]
Dregcoll.cpp25 UErrorCode status = U_ZERO_ERROR; in CollationRegressionTest() local
52 UErrorCode status = U_ZERO_ERROR; in Test4048446() local
89 UErrorCode status = U_ZERO_ERROR; in Test4051866() local
149 UErrorCode status = U_ZERO_ERROR; in Test4054238() local
186 UErrorCode status = U_ZERO_ERROR; in Test4054734() local
203 UErrorCode status = U_ZERO_ERROR; in Test4054736() local
229 UErrorCode status = U_ZERO_ERROR; in Test4058613() local
270 UErrorCode status = U_ZERO_ERROR; in Test4059820() local
298 UErrorCode status = U_ZERO_ERROR; in Test4060154() local
369 UErrorCode status = U_ZERO_ERROR; in Test4062418() local
[all …]
Ditrbnf.cpp112 UErrorCode status = U_ZERO_ERROR; in TestHebrewFraction() local
156 UErrorCode status = U_ZERO_ERROR; in TestAPI() local
375 UErrorCode status = U_ZERO_ERROR; in TestMultiplePluralRules() local
474 UErrorCode status = U_ZERO_ERROR; in TestFractionalRuleSet() local
1142 UErrorCode status = U_ZERO_ERROR; in TestEnglishSpellout() local
1194 UErrorCode status = U_ZERO_ERROR; in TestOrdinalAbbreviations() local
1230 UErrorCode status = U_ZERO_ERROR; in TestDurations() local
1269 UErrorCode status = U_ZERO_ERROR; in TestSpanishSpellout() local
1309 UErrorCode status = U_ZERO_ERROR; in TestFrenchSpellout() local
1394 UErrorCode status = U_ZERO_ERROR; in TestSwissFrenchSpellout() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/tools/
Dexpect.py70 def check_return_code_is_zero(self, status): argument
80 def check_no_output_on_stdout(self, status): argument
89 def check_no_output_on_stderr(self, status): argument
104 def check_no_generated_files(self, status): argument
232 def check_object_file_preamble(self, status): argument
247 def check_object_file_preamble(self, status): argument
266 def check_object_file_disassembly(self, status): argument
299 def check_object_file_preamble(self, status): argument
313 def check_file(self, status): argument
350 def check_assembly_file_preamble(self, status): argument
[all …]
/external/deqp-deps/SPIRV-Tools/test/tools/
Dexpect.py70 def check_return_code_is_zero(self, status): argument
80 def check_no_output_on_stdout(self, status): argument
89 def check_no_output_on_stderr(self, status): argument
104 def check_no_generated_files(self, status): argument
232 def check_object_file_preamble(self, status): argument
247 def check_object_file_preamble(self, status): argument
266 def check_object_file_disassembly(self, status): argument
299 def check_object_file_preamble(self, status): argument
313 def check_file(self, status): argument
350 def check_assembly_file_preamble(self, status): argument
[all …]
/external/tensorflow/tensorflow/go/
Dstatus.go28 type status struct { struct
29 c *C.TF_Status
38 func (s *status) finalizer() {
42 func (s *status) Code() code {
46 func (s *status) String() string {
51 func (s *status) Err() error {
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier_test.cc82 auto status = verifier().Run(module.get()).status(); in TEST_F() local
101 auto status = verifier().Run(module.get()).status(); in TEST_F() local
124 auto status = verifier().Run(module.get()).status(); in TEST_F() local
171 auto status = verifier().Run(module.get()).status(); in TEST_F() local
200 auto status = verifier().Run(module.get()).status(); in TEST_F() local
219 auto status = verifier().Run(module.get()).status(); in TEST_F() local
237 auto status = verifier().Run(module.get()).status(); in TEST_F() local
256 auto status = verifier().Run(module.get()).status(); in TEST_F() local
275 auto status = verifier().Run(module.get()).status(); in TEST_F() local
292 auto status = verifier().Run(module.get()).status(); in TEST_F() local
[all …]
/external/icu/icu4c/source/tools/genrb/
Dustr.c41 ustr_initChars(struct UString *s, const char* source, int32_t length, UErrorCode *status) in ustr_initChars()
84 UErrorCode *status) in ustr_cpy()
105 UErrorCode *status) in ustr_setlen()
123 UErrorCode *status) in ustr_cat()
132 UErrorCode *status) in ustr_ncat()
152 UErrorCode *status) in ustr_ucat()
169 ustr_u32cat(struct UString *dst, UChar32 c, UErrorCode *status){ in ustr_u32cat()
184 UErrorCode *status) in ustr_uscat()
205 UErrorCode *status) in ustr_resize()
/external/tensorflow/tensorflow/c/eager/
Dc_api_test_util.cc28 TF_Status* status = TF_NewStatus(); in TestScalarTensorHandle() local
40 TF_Status* status = TF_NewStatus(); in TestScalarTensorHandle() local
52 TF_Status* status = TF_NewStatus(); in TestScalarTensorHandle() local
66 TF_Status* status = TF_NewStatus(); in DoubleTestMatrixTensorHandle() local
80 TF_Status* status = TF_NewStatus(); in TestMatrixTensorHandle() local
94 TF_Status* status = TF_NewStatus(); in DoubleTestMatrixTensorHandle3X2() local
108 TF_Status* status = TF_NewStatus(); in TestMatrixTensorHandle3X2() local
117 TF_Status* status = TF_NewStatus(); in MatMulOp() local
132 TF_Status* status = TF_NewStatus(); in ShapeOp() local
150 TF_Status* status = TF_NewStatus(); in TestAxisTensorHandle() local
[all …]
/external/ltp/lib/
Dtst_status.c26 const char *exited(int status) in exited()
33 const char *signaled(int status) in signaled()
40 const char *invalid(int status) in invalid()
47 const char *tst_strstatus(int status) in tst_strstatus()
/external/grpc-grpc/src/csharp/Grpc.Core/
DRpcException.cs29 private readonly Status status; field in Grpc.Core.RpcException
36 public RpcException(Status status) : this(status, Metadata.Empty, status.ToString()) in RpcException()
45 public RpcException(Status status, string message) : this(status, Metadata.Empty, message) in RpcException()
54 … public RpcException(Status status, Metadata trailers) : this(status, trailers, status.ToString()) in RpcException()
64 public RpcException(Status status, Metadata trailers, string message) : base(message) in RpcException()
/external/tensorflow/tensorflow/c/
Denv.cc28 void TF_CreateDir(const char* dirname, TF_Status* status) { in TF_CreateDir()
34 void TF_DeleteDir(const char* dirname, TF_Status* status) { in TF_DeleteDir()
41 int64_t* undeleted_dir_count, TF_Status* status) { in TF_DeleteRecursively()
52 TF_Status* status) { in TF_FileStat()
66 TF_Status* status) { in TF_NewWritableFile()
78 void TF_CloseWritableFile(TF_WritableFileHandle* handle, TF_Status* status) { in TF_CloseWritableFile()
85 void TF_SyncWritableFile(TF_WritableFileHandle* handle, TF_Status* status) { in TF_SyncWritableFile()
91 void TF_FlushWritableFile(TF_WritableFileHandle* handle, TF_Status* status) { in TF_FlushWritableFile()
98 size_t length, TF_Status* status) { in TF_AppendWritableFile()
105 void TF_DeleteFile(const char* filename, TF_Status* status) { in TF_DeleteFile()
[all …]

12345678910>>...134