Home
last modified time | relevance | path

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

12345678910>>...377

/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/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
107 continues after the try/except block.
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 not in other handlers of the same :keyword:`!try` statement. An *except clause*
120 ... except (RuntimeError, TypeError, NameError):
123 A class in an :keyword:`except` clause is compatible with an exception if it is
[all …]
/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/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/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/cronet/third_party/icu/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/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/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/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/autotest/client/cros/cellular/
Dscpi_shell18 except ValueError:
34 except EOFError:
43 except Exception:
51 except Exception as e:
56 except cellular_system_error:
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
DTestUtil.kt136 var except = false in verifyExceptions() variable
139 !except && line.startsWith("\tat") -> except = true in verifyExceptions()
140except && !line.startsWith("\t") && !line.startsWith("Caused by: ") -> except = false in verifyExceptions()
142 if (!except) add(line) in verifyExceptions()
/external/cronet/third_party/libxml/fuzz/seed_corpus/
Dfbff3217c31fb539f0569beb0d664343ede5cc40117 <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/libxml2/test/relaxng/
Dambig_name-class.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>
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>
D565219.rng5 <except>
8 </except>
/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/clang/test/CodeGenCXX/
Dwindows-itanium-exceptions.cpp5 void except() { in except() function
10 try { except(); } catch (...) { } in attempt()
/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/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/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 …]
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.327 Similar to existing exclude files except with wildcards. Exclude
46 except those with "data" in the name.
73 except those with "data" in the name.
78 card pattern matching, except patterns are considered to be regular
117 Enabled by default. Similar to existing extract files except with
136 except those with "data" in the name.
141 card pattern matching, except patterns are considered to be regular
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pyx.pxi4 # you may not use this file except in compliance with the License.
105 except IOError as io_error:
134 except IOError as io_error:
153 except AttributeError:
170 except IOError as io_error:
198 except IOError as io_error:
255 except gevent_socket.gaierror as e:
260 except IOError as io_error:
282 except IOError as io_error:
316 except IOError as io_error:
[all …]
/external/open-dice/toolchains/
DBUILD.gn4 # use this file except in compliance with the License. You may obtain a copy of
58 # Forward everything except the defaults scope from that toolchain.
77 # Forward everything except the defaults scope from that toolchain.
97 # Forward everything except the defaults scope from that toolchain.
/external/rust/crates/grpcio-sys/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
72 When prompted for certificate information, everything is default except the
85 When prompted for certificate information, everything is default except the

12345678910>>...377