Home
last modified time | relevance | path

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

12345678910>>...160

/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/libdaemon/libdaemon/
Ddfork.c597 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 …]
Ddfork.h135 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/
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/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_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/libxml2/test/relaxng/
DtutorA.rng117 <element name="except"> element
236 <ref name="except-name-class"/>
240 <ref name="except-name-class"/>
249 <define name="except-name-class">
253 <element name="except"> element
288 <except>
291 </except>
301 <except>
303 </except>
D565219.rng5 <except>
8 </except>
Dtutor11_2.rng6 <except>
9 </except>
/external/python/cpython3/Doc/library/
Dasyncio-exceptions.rst31 accidentally suppressed by an overly broad ``try..except`` block::
35 except Exception:
36 # The cancellation is broken because the *except* block
44 except asyncio.CancelledError:
46 except Exception:
/external/skia/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/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/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeSchedule3.td32 // pipeline stages except the execute stage, which takes three cycles. The
45 // stages except the execute stage, which takes 34 cycles. The two
59 // except the execute stage, which takes two cycles. The two source operands
102 // except the memory access stage, which takes two cycles. The source
113 // the pipeline stages except the execute stage, which takes six cycles. The
126 // each of the pipeline stages except the execute stage, which takes 30
139 // to execute in each of the pipeline stages except the execute stage,
151 // to execute in each of the pipeline stages except the execute stage,
163 // each of the pipeline stages except the execute stage, which takes 29
175 // in each of the pipeline stages except the execute stage, which takes three
[all …]
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DCOFFAsmParser.cpp121 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
261 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local
262 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler()
266 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler()
275 getStreamer().EmitWin64EHHandler(handler, unwind, except); in ParseSEHDirectiveHandler()
418 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept() argument
429 except = true; in ParseAtUnwindOrAtExcept()
/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 …]
/external/clang/test/CodeGenCXX/
Dwindows-itanium-exceptions.cpp5 void except() { in except() function
10 try { except(); } catch (...) { } in attempt()
/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/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/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
DAbstractCheckedFutureTest.java41 Exception except, CountDownLatch waitOn); in createCheckedFuture() argument
60 Exception except, CountDownLatch waitOn) { in createListenableFuture() argument
61 return createCheckedFuture(value, except, waitOn); in createListenableFuture()
/external/grpc-grpc-java/testing/src/main/resources/certs/
DREADME12 When prompted for certificate information, everything is default except the
33 When prompted for certificate information, everything is default except the
47 When prompted for certificate information, everything is default except the
61 When prompted for certificate information, everything is default except the
/external/selinux/libsemanage/src/
Dexception.sh1 function except() { function
17 for i in `awk '/extern int/ { print $6 }' temp.aux`; do except $i ; done

12345678910>>...160