Home
last modified time | relevance | path

Searched refs:except (Results 1 – 25 of 6675) sorted by relevance

12345678910>>...267

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
DCatchClause.java39 private MultiTypeParameter except; field in CatchClause
46 public CatchClause(final MultiTypeParameter except, final BlockStmt catchBlock) { in CatchClause() argument
47 setExcept(except); in CatchClause()
76 return except; in getExcept()
84 public void setExcept(final MultiTypeParameter except) { in setExcept() argument
85 this.except = except; in setExcept()
86 setAsParentNodeOf(this.except); in setExcept()
/external/llvm-project/clang/test/Parser/
Dfp-floatcontrol-syntax.cpp16 #pragma float_control(except, on, push) // expected-error {{can only appear at file scope or … in check_stack()
17 #pragma float_control(except, on, push, junk) // expected-error {{float_control is malformed}} in check_stack()
39 #pragma float_control(except, on) // OK
41 #pragma float_control(except, on)
50 #pragma float_control(except, on) in main()
/external/ltp/testcases/kernel/mem/mtest06/
Dshmat1.c115 unsigned long except; /* exception type. */ in sig_handler() local
127 except = scp->trapno; in sig_handler()
131 switch (except) { in sig_handler()
134 "Exception - invalid TSS, exception #[%ld]\n", except); in sig_handler()
139 except); in sig_handler()
144 except); in sig_handler()
149 except); in sig_handler()
153 "Exception - page fault, exception #[%ld]\n", except); in sig_handler()
159 except); in sig_handler()
/external/python/cpython3/Doc/tutorial/
Derrors.rst92 ... except ValueError:
99 :keyword:`except` keywords) is executed.
101 * If no exception occurs, the *except clause* is skipped and execution of the
106 :keyword:`except` keyword, the except clause is executed, and then execution
109 * If an exception occurs which does not match the exception named in the except
114 A :keyword:`try` statement may have more than one except clause, to specify
117 in other handlers of the same :keyword:`!try` statement. An except clause may
120 ... except (RuntimeError, TypeError, NameError):
123 A class in an :keyword:`except` clause is compatible with an exception if it is
125 except clause listing a derived class is not compatible with a base class). For
[all …]
/external/python/cpython2/Doc/tutorial/
Derrors.rst92 ... except ValueError:
99 :keyword:`except` keywords) is executed.
101 * If no exception occurs, the *except clause* is skipped and execution of the
106 :keyword:`except` keyword, the except clause is executed, and then execution
109 * If an exception occurs which does not match the exception named in the except
114 A :keyword:`try` statement may have more than one except clause, to specify
117 in other handlers of the same :keyword:`try` statement. An except clause may
120 ... except (RuntimeError, TypeError, NameError):
124 ``except ValueError, e:`` was the syntax used for what is normally
125 written as ``except ValueError as e:`` in modern Python (described
[all …]
/external/icu/icu4c/source/test/testdata/
Dnumberpermutationtest.txt928 compact-short percent sign-accounting-except-zero
942 compact-short currency/EUR sign-accounting-except-zero
956 compact-short measure-unit/length-furlong sign-accounting-except-zero
970 scientific/+ee/sign-always percent sign-accounting-except-zero
984 scientific/+ee/sign-always currency/EUR sign-accounting-except-zero
998 scientific/+ee/sign-always measure-unit/length-furlong sign-accounting-except-zero
1600 compact-short unit-width-narrow sign-accounting-except-zero
1614 compact-short unit-width-full-name sign-accounting-except-zero
1628 scientific/+ee/sign-always unit-width-narrow sign-accounting-except-zero
1642 scientific/+ee/sign-always unit-width-full-name sign-accounting-except-zero
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
Dnumberpermutationtest.txt928 compact-short percent sign-accounting-except-zero
942 compact-short currency/EUR sign-accounting-except-zero
956 compact-short measure-unit/length-furlong sign-accounting-except-zero
970 scientific/+ee/sign-always percent sign-accounting-except-zero
984 scientific/+ee/sign-always currency/EUR sign-accounting-except-zero
998 scientific/+ee/sign-always measure-unit/length-furlong sign-accounting-except-zero
1600 compact-short unit-width-narrow sign-accounting-except-zero
1614 compact-short unit-width-full-name sign-accounting-except-zero
1628 scientific/+ee/sign-always unit-width-narrow sign-accounting-except-zero
1642 scientific/+ee/sign-always unit-width-full-name sign-accounting-except-zero
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dnumberpermutationtest.txt928 compact-short percent sign-accounting-except-zero
942 compact-short currency/EUR sign-accounting-except-zero
956 compact-short measure-unit/length-furlong sign-accounting-except-zero
970 scientific/+ee/sign-always percent sign-accounting-except-zero
984 scientific/+ee/sign-always currency/EUR sign-accounting-except-zero
998 scientific/+ee/sign-always measure-unit/length-furlong sign-accounting-except-zero
1600 compact-short unit-width-narrow sign-accounting-except-zero
1614 compact-short unit-width-full-name sign-accounting-except-zero
1628 scientific/+ee/sign-always unit-width-narrow sign-accounting-except-zero
1642 scientific/+ee/sign-always unit-width-full-name sign-accounting-except-zero
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/expected_output/
Dcom_github_javaparser_ast_stmt_CatchClause.txt6 Line 47) setExcept(except) ==> void
19 Line 76) except ==> com.github.javaparser.ast.body.MultiTypeParameter
22 Line 85) this.except = except ==> com.github.javaparser.ast.body.MultiTypeParameter
23 Line 86) setAsParentNodeOf(this.except) ==> void
/external/llvm-project/clang/test/CodeGen/
Dfp-floatcontrol-pragma.cpp70 #pragma float_control(except, on) in fff()
81 #pragma float_control(except, off) in fff()
129 #pragma float_control(except, on) in add()
168 #pragma float_control(except, on, push)
200 #pragma float_control(except, on, push)
224 #pragma float_control( except, on) in try_lam()
Dfp-floatcontrol-stack.cpp29 #pragma float_control(except, on)
65 #pragma float_control(except, off)
211 #pragma float_control(except, on)
235 #pragma float_control(except, off)
Dpragma-fenv_access.c13 #pragma float_control(except, off) in func_02()
31 #pragma float_control(except, off) in func_04()
47 #pragma float_control(except, off) in func_06()
Dfp-floatcontrol-class.cpp7 #pragma float_control(except, on)
14 #pragma float_control(except, off)
/external/scapy/scapy/contrib/
Dlldp.uts57 except IndexError:
71 except LLDPInvalidLengthField:
79 except LLDPInvalidLengthField:
87 except LLDPInvalidLengthField:
99 except LLDPInvalidFrameStructure:
107 except LLDPInvalidFrameStructure:
115 except LLDPInvalidFrameStructure:
124 except LLDPInvalidFrameStructure:
139 except LLDPInvalidLengthField:
147 except LLDPInvalidLengthField:
[all …]
/external/libxml2/test/relaxng/
DtutorA.rng117 <element name="except">
236 <ref name="except-name-class"/>
240 <ref name="except-name-class"/>
249 <define name="except-name-class">
253 <element name="except">
288 <except>
291 </except>
301 <except>
303 </except>
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
DTestUtil.kt141 var except = false in verifyExceptions() variable
144 !except && line.startsWith("\tat") -> except = true in verifyExceptions()
145except && !line.startsWith("\t") && !line.startsWith("Caused by: ") -> except = false in verifyExceptions()
147 if (!except) add(line) in verifyExceptions()
/external/rust/crates/ring/src/arithmetic/
Dbigint_elem_exp_consttime_tests.txt46 # Control: No relationship between A and M except that A < M and they're the
54 # Same as above except A was negative.
68 # Same inputs as above except A was negative. Note that A mod M with a "correct
88 # Control: No relationship between A and M except that A < M and they're the
96 # Same as above except A was negative.
110 # Same inputs as above except A was negative. Note that A mod M with a "correct
/external/skqp/tools/skqp/src/
Dskqp_main.cpp107 std::string except; in main() local
109 std::tie(outcome, except) = skqp.evaluateGM(backend, gmFactory); in main()
110 if (!except.empty()) { in main()
111 out << "ERROR: " << testName << " (" << except << ")\n"; in main()
/external/llvm-project/llvm/test/MC/AsmParser/
Ddirective_seh.s38 .seh_handler __C_specific_handler, @except
39 # CHECK: .seh_handler __C_specific_handler, @except
92 .seh_handler __C_specific_handler, @except
93 # CHECK: .seh_handler __C_specific_handler, @except
/external/skia/tools/skqp/src/
Dskqp_main.cpp122 std::string except; in main() local
124 std::tie(outcome, except) = skqp.evaluateGM(backend, gmFactory); in main()
125 if (!except.empty()) { in main()
126 out << "ERROR: " << testName << " (" << except << ")\n"; in main()
/external/clang/test/CodeGenCXX/
Dwindows-itanium-exceptions.cpp5 void except() { in except() function
10 try { except(); } catch (...) { } in attempt()
/external/llvm-project/clang/test/CodeGenCXX/
Dwindows-itanium-exceptions.cpp5 void except() { in except() function
10 try { except(); } catch (...) { } in attempt()
/external/antlr/runtime/Ruby/lib/antlr3/
Ddfa.rb303 except = NoViableAlternative.new( description, @decision_number, state, input )
304 error( except )
305 raise( except )
308 def error( except ) argument
/external/grpc-grpc/src/core/tsi/test_creds/
DREADME12 When prompted for certificate information, everything is default except the
33 When prompted for certificate information, everything is default except the
46 When prompted for certificate information, everything is default except the
59 When prompted for certificate information, everything is default except the
/external/python/cpython2/Doc/howto/
Ddoanddont.rst143 except:
146 Python has the ``except:`` clause, which catches all exceptions. Since *every*
147 error in Python raises an exception, using ``except:`` can make many
155 except:
158 The second line triggers a :exc:`NameError`, which is caught by the except
167 except IOError:
173 .. index:: bare except, except; bare
175 Because ``except:`` catches *all* exceptions, including :exc:`SystemExit`,
177 should not normally be caught by user code), using a bare ``except:`` is almost
183 use a bare ``except:`` and manually re-raise the exceptions you don't want
[all …]

12345678910>>...267