Home
last modified time | relevance | path

Searched refs:EXCEPTION (Results 1 - 25 of 31) sorted by relevance

12

/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dkeywords.py43 EXCEPTION = set('try catch throw'.split()) variable
46 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
/third_party/curl/tests/
H A Ddictserver.py172 EXCEPTION = 2 variable in ScriptRC
191 rc = ScriptRC.EXCEPTION
H A Dnegtelnetserver.py356 EXCEPTION = 2 variable in ScriptRC
375 rc = ScriptRC.EXCEPTION
H A Dsmbserver.py375 EXCEPTION = 2 variable in ScriptRC
448 rc = ScriptRC.EXCEPTION
/third_party/ltp/testcases/kdump/lib/lkdtm/
H A Dlkdtm.c42 * It can be one of PANIC, BUG, EXCEPTION, LOOP, OVERFLOW
86 EXCEPTION, enumerator
105 "EXCEPTION",
262 case EXCEPTION: in lkdtm_handler()
263 printk(KERN_INFO "lkdtm : EXCEPTION\n"); in lkdtm_handler()
/third_party/node/deps/v8/src/json/
H A Djson-stringifier.cc34 enum Result { UNCHANGED, SUCCESS, EXCEPTION }; enumerator
235 DCHECK(result == EXCEPTION); in Stringify()
382 return EXCEPTION; in StackPush()
397 return EXCEPTION; in StackPush()
525 return EXCEPTION; in IsException()
536 isolate_, object, ApplyToJsonFunction(object, key), EXCEPTION);
542 EXCEPTION);
559 return EXCEPTION;
612 isolate_, value, Object::ToString(isolate_, object), EXCEPTION); in SerializeJSPrimitiveWrapper()
617 isolate_, value, Object::ToNumber(isolate_, object), EXCEPTION); in SerializeJSPrimitiveWrapper()
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.cc311 return EXCEPTION; in CheckStackGuardState()
332 return_value = EXCEPTION; in CheckStackGuardState()
336 if (result.IsException(isolate)) return_value = EXCEPTION; in CheckStackGuardState()
449 if (result == EXCEPTION && !isolate->has_pending_exception()) { in Execute()
H A Dregexp-interpreter.h22 EXCEPTION = RegExp::kInternalRegExpException, enumerator
28 // EXCEPTION is returned.
33 // In case a StackOverflow occurs, EXCEPTION is returned. The caller is
H A Dregexp-interpreter.cc216 return IrregexpInterpreter::EXCEPTION; in ThrowStackOverflow()
219 // Only throws if called from the runtime, otherwise just returns the EXCEPTION
226 return IrregexpInterpreter::EXCEPTION; in MaybeThrowStackOverflow()
270 return IrregexpInterpreter::EXCEPTION; in HandleInterrupts()
292 return IrregexpInterpreter::EXCEPTION; in HandleInterrupts()
H A Dregexp-macro-assembler.h276 // EXCEPTION: Something failed during execution. If no exception has been
287 EXCEPTION = RegExp::kInternalRegExpException, enumerator
H A Dregexp.cc678 DCHECK(res != NativeRegExpMacroAssembler::EXCEPTION || in IrregexpExecRaw()
684 STATIC_ASSERT(static_cast<int>(NativeRegExpMacroAssembler::EXCEPTION) == in IrregexpExecRaw()
704 DCHECK_IMPLIES(result == IrregexpInterpreter::EXCEPTION, in IrregexpExecRaw()
709 case IrregexpInterpreter::EXCEPTION: in IrregexpExecRaw()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckTags.java219 static final int EXCEPTION = 12; field in CheckTags
442 case EXCEPTION: in doTags()
H A DGatherAPIData.java573 case EXCEPTION: in tagStatus()
631 private static final int EXCEPTION = 12; field in GatherAPIData
H A DGatherAPIDataOld.java435 case EXCEPTION: in tagStatus()
493 private static final int EXCEPTION = 12; field in GatherAPIDataOld
H A DCheckAPI.java1004 case EXCEPTION: in tagStatus()
1036 private static final int EXCEPTION = 12; field in CheckAPI
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java1847 private static IOException EXCEPTION = null; field in SpoofChecker.SpoofData.DefaultData
1855 EXCEPTION = e;
1864 if (DefaultData.EXCEPTION != null) { in getDefault()
1866 "Could not load default confusables data: " + DefaultData.EXCEPTION.getMessage(), in getDefault()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSpoofChecker.java1774 private static IOException EXCEPTION = null; field in SpoofChecker.SpoofData.DefaultData
1782 EXCEPTION = e;
1791 if (DefaultData.EXCEPTION != null) { in getDefault()
1793 "Could not load default confusables data: " + DefaultData.EXCEPTION.getMessage(), in getDefault()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCaseProps.java119 return (props&EXCEPTION)!=0; in propsHasException()
1601 private static final int EXCEPTION= 8; field in UCaseProps
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUCaseProps.java123 return (props&EXCEPTION)!=0; in propsHasException()
1586 private static final int EXCEPTION= 8; field in UCaseProps
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc876 __ Mov(w0, EXCEPTION); in GetCode()
1181 __ Mov(w0, EXCEPTION); in GetCode()
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc750 __ mov(r0, Operand(EXCEPTION)); in GetCode()
980 // Exit with Result EXCEPTION(-1) to signal thrown exception. in GetCode()
981 __ mov(r0, Operand(EXCEPTION)); in GetCode()
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc765 __ li(v0, Operand(EXCEPTION)); in GetCode()
995 // Exit with Result EXCEPTION(-1) to signal thrown exception. in GetCode()
996 __ li(v0, Operand(EXCEPTION)); in GetCode()
/third_party/node/deps/v8/src/regexp/loong64/
H A Dregexp-macro-assembler-loong64.cc717 __ li(a0, Operand(EXCEPTION)); in GetCode()
949 // Exit with Result EXCEPTION(-1) to signal thrown exception. in GetCode()
950 __ li(a0, Operand(EXCEPTION)); in GetCode()
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc728 __ li(v0, Operand(EXCEPTION)); in GetCode()
957 // Exit with Result EXCEPTION(-1) to signal thrown exception. in GetCode()
958 __ li(v0, Operand(EXCEPTION)); in GetCode()
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc791 __ mov(eax, EXCEPTION); in GetCode()
1034 // Exit with Result EXCEPTION(-1) to signal thrown exception. in GetCode()
1035 __ mov(eax, EXCEPTION); in GetCode()

Completed in 38 milliseconds

12