Home
last modified time | relevance | path

Searched refs:isError (Results 1 - 25 of 105) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
H A DnoImplicitReturnsInAsync2.js3 async function test3(isError: boolean = true) {
4 if (isError === true) {
10 async function test4(isError: boolean = true) {
11 if (isError === true) {
17 async function test5(isError: boolean = true): Promise<any> { //should not be error
18 if (isError === true) {
25 async function test6(isError: boolean = true): Promise<number> {
26 if (isError === true) {
32 async function test7(isError: boolean = true) {
33 if (isError
[all...]
H A DnoImplicitReturnsInAsync1.js2 async function test(isError: boolean = false) {
3 if (isError === true) {
19 function test(isError = false) {
21 if (isError === true) {
/third_party/icu/icu4c/source/samples/ustring/
H A Dustring.cpp119 UBool isError; in demo_utf_h_macros() local
138 isError=false; in demo_utf_h_macros()
140 U16_APPEND(input, i, UPRV_LENGTHOF(input), 0x0062, isError); in demo_utf_h_macros()
214 UBool isError; in demoCaseMapInC() local
229 isError=false; in demoCaseMapInC()
230 for(i=j=0; j<UPRV_LENGTHOF(buffer) && !isError; /* U16_NEXT post-increments */) { in demoCaseMapInC()
236 U16_APPEND(buffer, j, UPRV_LENGTHOF(buffer), c, isError); in demoCaseMapInC()
240 isError=false; in demoCaseMapInC()
241 for(i=j=0; j<UPRV_LENGTHOF(buffer) && !isError; /* U16_NEXT post-increments */) { in demoCaseMapInC()
247 U16_APPEND(buffer, j, UPRV_LENGTHOF(buffer), c, isError); in demoCaseMapInC()
[all...]
/third_party/skia/third_party/externals/icu/source/samples/ustring/
H A Dustring.cpp119 UBool isError; in demo_utf_h_macros() local
138 isError=false; in demo_utf_h_macros()
140 U16_APPEND(input, i, UPRV_LENGTHOF(input), 0x0062, isError); in demo_utf_h_macros()
214 UBool isError; in demoCaseMapInC() local
229 isError=false; in demoCaseMapInC()
230 for(i=j=0; j<UPRV_LENGTHOF(buffer) && !isError; /* U16_NEXT post-increments */) { in demoCaseMapInC()
236 U16_APPEND(buffer, j, UPRV_LENGTHOF(buffer), c, isError); in demoCaseMapInC()
240 isError=false; in demoCaseMapInC()
241 for(i=j=0; j<UPRV_LENGTHOF(buffer) && !isError; /* U16_NEXT post-increments */) { in demoCaseMapInC()
247 U16_APPEND(buffer, j, UPRV_LENGTHOF(buffer), c, isError); in demoCaseMapInC()
[all...]
/third_party/gptfdisk/
H A Dgdisk.cc20 int isError = 0; in main() local
55 isError = 1; in main()
62 isError = 1; in main()
67 isError = 1; in main()
70 return (isError); in main()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLanguageTag.java168 assert (!sts.isError()); in parse()
170 } else if (!itr.isDone() && !sts.isError()) { in parse()
188 if (itr.isDone() || sts.isError()) { in parseLanguage()
206 if (itr.isDone() || sts.isError()) { in parseExtlangs()
235 if (itr.isDone() || sts.isError()) { in parseScript()
253 if (itr.isDone() || sts.isError()) { in parseRegion()
271 if (itr.isDone() || sts.isError()) { in parseVariants()
299 if (itr.isDone() || sts.isError()) { in parseExtensions()
350 if (itr.isDone() || sts.isError()) { in parsePrivateuse()
H A DParseStatus.java22 public boolean isError() { in isError() method in ParseStatus
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLanguageTag.java213 assert (!sts.isError()); in parse()
215 } else if (!itr.isDone() && !sts.isError()) { in parse()
233 if (itr.isDone() || sts.isError()) { in parseLanguage()
251 if (itr.isDone() || sts.isError()) { in parseExtlangs()
280 if (itr.isDone() || sts.isError()) { in parseScript()
298 if (itr.isDone() || sts.isError()) { in parseRegion()
316 if (itr.isDone() || sts.isError()) { in parseVariants()
344 if (itr.isDone() || sts.isError()) { in parseExtensions()
395 if (itr.isDone() || sts.isError()) { in parsePrivateuse()
H A DParseStatus.java26 public boolean isError() { in isError() method in ParseStatus
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDataExtractor.cpp24 static bool isError(Error *E) { return E && *E; } in isError() function
31 if (isError(Err)) in getU()
53 if (isError(Err)) in getUs()
178 if (isError(Err)) in getULEB128()
211 if (isError(&C.Err)) in skip()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDebugReportUtil.hpp71 bool isError () const in isError() function
82 return (isError() || ((flags & otherFlags) != 0u)); in shouldBeLogged()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h29 /// An Operation can be in Error state (check with isError()). This
92 bool isError() { return Error; } in isError() function
115 Offset = Op.isError() ? Expr->Data.getData().size() : Op.EndOffset; in operator ++()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetCompoundText.java424 if (!err.isError()) { in encodeLoop()
436 if (!err.isError()) { in encodeLoop()
440 if (err.isError()) { in encodeLoop()
583 if (err.isError()) { in decodeLoop()
597 if (err.isError()) { in decodeLoop()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java400 assertFalse(result.isError()); in testBytesUsingByteBuffers()
402 assertFalse(result.isError()); in testBytesUsingByteBuffers()
408 assertFalse(result.isError()); in testBytesUsingByteBuffers()
410 assertFalse(result.isError()); in testBytesUsingByteBuffers()
/third_party/icu/icu4c/source/common/
H A Dunistr.cpp200 UBool isError = false; in UnicodeString() local
201 U16_APPEND(fUnion.fStackFields.fBuffer, i, US_STACKBUF_SIZE, ch, isError); in UnicodeString()
202 // We test isError so that the compiler does not complain that we don't. in UnicodeString()
203 // If isError then i==0 which is what we want anyway. in UnicodeString()
204 if(!isError) { in UnicodeString()
1378 UBool isError = false; in replace() local
1379 U16_APPEND(buffer, count, U16_MAX_LENGTH, srcChar, isError); in replace()
1380 // We test isError so that the compiler does not complain that we don't. in replace()
1381 // If isError (srcChar is not a valid code point) then count==0 which means in replace()
1383 return doReplace(start, _length, buffer, 0, isError in replace()
1390 UBool isError = false; append() local
1912 UBool isError = false; appendCodePoint() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dunistr.cpp200 UBool isError = false; in UnicodeString() local
201 U16_APPEND(fUnion.fStackFields.fBuffer, i, US_STACKBUF_SIZE, ch, isError); in UnicodeString()
202 // We test isError so that the compiler does not complain that we don't. in UnicodeString()
203 // If isError then i==0 which is what we want anyway. in UnicodeString()
204 if(!isError) { in UnicodeString()
1420 UBool isError = false; in replace() local
1421 U16_APPEND(buffer, count, U16_MAX_LENGTH, srcChar, isError); in replace()
1422 // We test isError so that the compiler does not complain that we don't. in replace()
1423 // If isError (srcChar is not a valid code point) then count==0 which means in replace()
1425 return doReplace(start, _length, buffer, 0, isError in replace()
1432 UBool isError = false; append() local
1954 UBool isError = false; appendCodePoint() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr.cpp200 UBool isError = FALSE; in UnicodeString() local
201 U16_APPEND(fUnion.fStackFields.fBuffer, i, US_STACKBUF_SIZE, ch, isError); in UnicodeString()
202 // We test isError so that the compiler does not complain that we don't. in UnicodeString()
203 // If isError then i==0 which is what we want anyway. in UnicodeString()
204 if(!isError) { in UnicodeString()
1377 UBool isError = FALSE; in replace() local
1378 U16_APPEND(buffer, count, U16_MAX_LENGTH, srcChar, isError); in replace()
1379 // We test isError so that the compiler does not complain that we don't. in replace()
1380 // If isError (srcChar is not a valid code point) then count==0 which means in replace()
1382 return doReplace(start, _length, buffer, 0, isError in replace()
1389 UBool isError = FALSE; append() local
1911 UBool isError = FALSE; appendCodePoint() local
[all...]
/third_party/node/lib/
H A Dutil.js166 function isError(e) { function
382 isError,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DError.h69 inline bool isError() const;
186 return err.isError(); in IsError()
H A DvalidationEGL.h170 if (ANGLE_LOCAL_VAR.isError()) \
178 if (ANGLE_LOCAL_VAR.isError()) \
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DDiagnosticsBase.cpp24 bool Diagnostics::isError(ID id) in isError() function in angle::pp::Diagnostics
H A DDiagnosticsBase.h92 bool isError(ID id);
/third_party/icu/tools/colprobe/
H A Dline.cpp370 UBool isError = false; in setTo() local
372 U16_APPEND(name, len, 25, n, isError); in setTo()
660 UBool isError = false; in swapCase() local
668 U16_APPEND(buff, j, 256, c, isError); in swapCase()
/third_party/lzma/CPP/Windows/
H A DFileDir.cpp549 bool isError = false; in RemoveDirWithSubItems() local
560 isError = true; in RemoveDirWithSubItems()
566 isError = false; in RemoveDirWithSubItems()
569 if (isError) in RemoveDirWithSubItems()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDiagnosticsBase.cpp31 bool Diagnostics::isError(ID id) in isError() function in pp::Diagnostics

Completed in 19 milliseconds

12345