/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/ |
D | CatchClause.java | 39 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/libdaemon/libdaemon/ |
D | dfork.c | 597 int daemon_unblock_sigs(int except, ...) { in daemon_unblock_sigs() argument 603 va_start(ap, except); in daemon_unblock_sigs() 605 if (except >= 1) in daemon_unblock_sigs() 614 va_start(ap, except); in daemon_unblock_sigs() 617 if (except >= 1) { in daemon_unblock_sigs() 619 p[i++] = except; in daemon_unblock_sigs() 637 int daemon_unblock_sigsv(const int except[]) { in daemon_unblock_sigsv() argument 644 for (i = 0; except[i] > 0; i++) in daemon_unblock_sigsv() 645 if (sigaddset(&ss, except[i]) < 0) in daemon_unblock_sigsv() 651 int daemon_reset_sigs(int except, ...) { in daemon_reset_sigs() argument [all …]
|
D | dfork.h | 135 int daemon_unblock_sigs(int except, ...); 141 int daemon_unblock_sigsv(const int except[]); 153 int daemon_reset_sigs(int except, ...); 159 int daemon_reset_sigsv(const int except[]);
|
/external/ltp/testcases/kernel/mem/mtest06/ |
D | shmat1.c | 115 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/ |
D | errors.rst | 92 ... 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/ |
D | errors.rst | 92 ... 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/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/expected_output/ |
D | com_github_javaparser_ast_stmt_CatchClause.txt | 6 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/icu/icu4c/source/test/testdata/ |
D | numberpermutationtest.txt | 928 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/ |
D | numberpermutationtest.txt | 928 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/ |
D | numberpermutationtest.txt | 928 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/scapy/scapy/contrib/ |
D | lldp.uts | 57 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/ |
D | tutorA.rng | 117 <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>
|
D | 565219.rng | 5 <except> 8 </except>
|
D | tutor11_2.rng | 6 <except> 9 </except>
|
D | tutor11_4.rng | 5 <except> 7 </except>
|
/external/skqp/tools/skqp/src/ |
D | skqp_main.cpp | 107 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/skia/tools/skqp/src/ |
D | skqp_main.cpp | 107 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/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/test/ |
D | TestUtil.kt | 187 var except = false in verifyExceptions() variable 190 !except && line.startsWith("\tat") -> except = true in verifyExceptions() 191 … except && !line.startsWith("\t") && !line.startsWith("Caused by: ") -> except = false in verifyExceptions() 193 if (!except) add(line) in verifyExceptions()
|
/external/clang/test/CodeGenCXX/ |
D | windows-itanium-exceptions.cpp | 5 void except() { in except() function 10 try { except(); } catch (...) { } in attempt()
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | dfa.rb | 303 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/ |
D | README | 12 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/ |
D | doanddont.rst | 143 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/ |
D | README-3.3 | 27 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/selinux/libsemanage/src/ |
D | exception.sh | 1 function except() { function 17 for i in `awk '/extern int/ { print $6 }' temp.aux`; do except $i ; done
|
/external/selinux/libselinux/src/ |
D | exception.sh | 1 function except() { function 23 for i in `awk '/<stdin>.*extern int/ { print $6 }' temp.aux`; do except $i ; done
|