HomeSort by relevance Sort by last modified time
    Searched refs:throws (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/clang/test/Profile/
cxx-throws.cpp 9 // RUN: llvm-profdata merge %S/Inputs/cxx-throws.proftext -o %t.profdata
20 void throws() { function
88 throws();
  /art/runtime/native/
java_lang_reflect_Proxy.cc 33 jobject loader, jobjectArray methods, jobjectArray throws) {
37 soa, name, interfaces, loader, methods, throws));
  /external/proguard/examples/dictionaries/
keywords.txt 42 throws
  /art/test/670-bitstring-type-check/
build 55 public static void main(String[] args) throws Exception {
78 public static void testInstanceOf() throws Exception {
131 public static void testCheckCast() throws Exception {
198 public static Object createInstance(String className) throws Exception {
202 public static void assertTrue(boolean value) throws Exception {
208 public static void assertFalse(boolean value) throws Exception {
  /external/antlr/runtime/Ruby/test/functional/lexer/
filter-mode.rb 78 public static void main(String[] args) throws Exception {
130 ('throws' WS QID WS? (',' WS? QID WS?)*)? '{'
212 public static void main(String[] args) throws Exception {
  /external/catch2/include/internal/
catch_test_case_info.h 33 Throws = 1 << 4,
47 bool throws() const;
catch_test_case_registry_impl.cpp 40 return testSpec.matches( testCase ) && ( config.allowThrows() || !testCase.throws() );
catch_test_case_info.cpp 27 else if( tag == "!throws" )
28 return TestCaseInfo::Throws;
124 bool TestCaseInfo::throws() const { function in class:Catch::TestCaseInfo
125 return ( properties & Throws ) != 0;
  /external/catch2/projects/SelfTest/UsageTests/
Matchers.tests.cpp 59 void throws(int i) { function in namespace:__anon15685::MatchersTests
304 TEST_CASE("Exception matchers that succeed", "[matchers][exceptions][!throws]") {
305 CHECK_THROWS_MATCHES(throws(1), SpecialException, ExceptionMatcher{1});
306 REQUIRE_THROWS_MATCHES(throws(2), SpecialException, ExceptionMatcher{2});
309 TEST_CASE("Exception matchers that fail", "[matchers][exceptions][!throws][.failing]") {
319 CHECK_THROWS_MATCHES(throws(3), SpecialException, ExceptionMatcher{1});
320 REQUIRE_THROWS_MATCHES(throws(4), SpecialException, ExceptionMatcher{1});
  /external/protobuf/js/binary/
reader.js 262 * Throws an error if we encountered a deprecated START_GROUP/END_GROUP field.
603 * Reads a signed 32-bit integer field from the binary stream, or throws an
616 * Reads a signed 32-bit integer field from the binary stream, or throws an
632 * Reads a signed 64-bit integer field from the binary stream, or throws an
645 * Reads a signed 64-bit integer field from the binary stream, or throws an
661 * Reads an unsigned 32-bit integer field from the binary stream, or throws an
674 * Reads an unsigned 32-bit integer field from the binary stream, or throws an
690 * Reads an unsigned 64-bit integer field from the binary stream, or throws an
703 * Reads an unsigned 64-bit integer field from the binary stream, or throws an
720 * or throws an error if the next field in the stream is not of the correc
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.Core.Tests/
MarshallingErrorsTest.cs 50 // Google.Protobuf throws exception inherited from IOException
60 // Google.Protobuf throws exception inherited from IOException
86 var ex = Assert.Throws<RpcException>(() => Calls.BlockingUnaryCall(helper.CreateUnaryCall(), "REQUEST"));
112 var ex = Assert.Throws<RpcException>(() => Calls.BlockingUnaryCall(helper.CreateUnaryCall(), "UNPARSEABLE_VALUE"));
113 // Spec doesn't define the behavior. With the current implementation server handler throws exception which results in StatusCode.Unknown.
143 Assert.Throws<IOException>(() => Calls.BlockingUnaryCall(helper.CreateUnaryCall(), "UNSERIALIZABLE_VALUE"));
  /art/compiler/optimizing/
dead_code_elimination.cc 149 static bool RemoveNonNullControlDependences(HBasicBlock* block, HBasicBlock* throws) {
157 // throws
164 // throws
167 if (throws == ifs->IfTrueSuccessor() && cond->IsEqual()) {
169 } else if (throws == ifs->IfFalseSuccessor() && cond->IsNotEqual()) {
190 user_block != throws &&
212 // | foo() // always throws
  /external/clang/test/SemaCXX/
exceptions.cpp 30 void throws() { function
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
UnimplementedCallInvoker.cs 27 /// Call invoker that throws <c>NotImplementedException</c> for all requests.
  /external/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp 112 template <typename T> void f2(T) noexcept(T::throws); // expected-note {{candidate}}
  /external/nist-pkits/
extract-pkits-tests.pl 77 public void test${sectionName}_${testName}() throws Exception {
  /external/opencensus-java/
CHANGELOG.md 46 - `Duration.create` now throws an `IllegalArgumentException` instead of
48 - `Timestamp.create` now throws an `IllegalArgumentException` instead of
  /external/junit-params/
RELEASES.md 46 public Date convert(Object param) throws ConversionFailedException {
  /external/grpc-grpc/src/csharp/Grpc.Core/
ClientBase.cs 34 /// throws <c>NotImplementedException</c> upon invocation of any RPC.
94 /// throws <c>NotImplementedException</c> upon invocation of any RPC.
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
MetadataCredentialsTest.cs 148 var ex = Assert.Throws<RpcException>(() => client.UnaryCall(new SimpleRequest { }));
149 // StatusCode.Unknown as the server-side handler throws an exception after not receiving the authorization header.
156 var authInterceptorExceptionMessage = "Auth interceptor throws";
165 var ex = Assert.Throws<RpcException>(() => client.UnaryCall(new SimpleRequest { }));
  /external/python/cpython3/Lib/urllib/
parse.py 664 max_num_fields: int. If set, then throws a ValueError if there
702 max_num_fields: int. If set, then throws a ValueError
    [all...]
  /external/skia/modules/canvaskit/htmlcanvas/
path2d.js 96 // This throws off points being in/out of the arc.
  /external/skqp/experimental/canvaskit/htmlcanvas/
path2d.js 96 // This throws off points being in/out of the arc.
  /external/capstone/bindings/vb6/
mMisc.bas 151 i = UBound(ary) '<- throws error if not initalized
214 x = UBound(bAry) '<-throws Error If Not initalized
  /build/make/tools/droiddoc/templates-pdk/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
8 kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ",md="java",nd="break continue do else for if return while case done elif esac eval fi function in local set then until ",

Completed in 974 milliseconds

1 2 3