/external/clang/test/CodeGenCXX/ |
new-array-init-exceptions.cpp | 4 struct Throws { 5 Throws(int); 6 Throws(); 7 ~Throws(); 20 new Throws[n] { 1, 2, 3 }; 36 new Throws[3] { 1, 2, 3 };
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
ByteBufferTests.cs | 49 Assert.Throws<ArgumentOutOfRangeException>(() => uut.PutByte(1, 99)); 71 Assert.Throws<ArgumentOutOfRangeException>(() => uut.PutShort(2, 99)); 81 Assert.Throws<ArgumentOutOfRangeException>(() => uut.PutShort(0, 99)); 89 Assert.Throws<ArgumentOutOfRangeException>(() => uut.PutShort(1, 99)); 113 Assert.Throws<ArgumentOutOfRangeException>(() => uut.PutInt(2, 0x0A0B0C0D)); 121 Assert.Throws<ArgumentOutOfRangeException>(() => uut.PutInt(0, 0x0A0B0C0D)); 129 Assert.Throws<ArgumentOutOfRangeException>(() => uut.PutInt(2, 0x0A0B0C0D)); 157 Assert.Throws<ArgumentOutOfRangeException>(() => uut.PutLong(2, 0x010203040A0B0C0D)); 165 Assert.Throws<ArgumentOutOfRangeException>(() => uut.PutLong(0, 0x010203040A0B0C0D)); 173 Assert.Throws<ArgumentOutOfRangeException>(() => uut.PutLong(2, 0x010203040A0B0C0D)) [all...] |
Assert.cs | 118 public static void Throws<T>(Action action) where T : Exception
|
/libcore/dalvik/src/main/java/dalvik/annotation/ |
Throws.java | 29 @interface Throws {}
|
/developers/build/prebuilts/gradle/EmojiCompat/kotlinApp/app/src/androidTest/java/com/example/android/emojicompat/ |
MainActivityTest.kt | 39 @Throws(Exception::class)
|
/developers/samples/android/views/EmojiCompat/kotlinApp/app/src/androidTest/java/com/example/android/emojicompat/ |
MainActivityTest.kt | 39 @Throws(Exception::class)
|
/external/flatbuffers/tests/ |
phpTest.php | 349 $assert->Throws(new OutOfRangeException(), function() use ($uut) { 373 $assert->Throws(new OutOfRangeException(), function() use ($uut) { 380 $assert->Throws(new OutOfRangeException(), function() use ($uut) { 387 $assert->Throws(new OutOfRangeException(), function() use ($uut) { 411 $assert->Throws(new OutOfRangeException(), function() use ($uut) { 418 $assert->Throws(new OutOfRangeException(), function() use ($uut) { 425 $assert->Throws(new OutOfRangeException(), function() use ($uut) { 446 $assert->Throws(new OutOfRangeException(), function() use ($uut) { 453 $assert->Throws(new OutOfRangeException(), function() use ($uut) { 461 $assert->Throws(new OutOfRangeException(), function() use ($uut) [all...] |
/libcore/luni/src/test/java/libcore/java/lang/reflect/parameter/ |
ParameterMetadataTestClasses$1.smali | 76 .annotation system Ldalvik/annotation/Throws; 93 .annotation system Ldalvik/annotation/Throws;
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
CodedInputStreamTest.cs | 99 var exception = Assert.Throws<InvalidProtocolBufferException>(() => input.ReadRawVarint32());
103 exception = Assert.Throws<InvalidProtocolBufferException>(() => input.ReadRawVarint64());
107 exception = Assert.Throws<InvalidProtocolBufferException>(() => CodedInputStream.ReadRawVarint32(new MemoryStream(data)));
284 Assert.Throws<InvalidProtocolBufferException>(() => input.ReadBytes());
321 Assert.Throws<InvalidProtocolBufferException>(() => TestRecursiveMessage.Parser.ParseFrom(data65));
324 Assert.Throws<InvalidProtocolBufferException>(() => TestRecursiveMessage.Parser.ParseFrom(input));
334 Assert.Throws<InvalidProtocolBufferException>(() => TestAllTypes.Parser.ParseFrom(input));
422 Assert.Throws<InvalidProtocolBufferException>(() => input.ReadTag());
498 Assert.Throws<InvalidProtocolBufferException>(input.SkipLastField);
515 Assert.Throws<InvalidProtocolBufferException>(input.SkipLastField); [all...] |
/frameworks/rs/tests/lldb/tests/harness/ |
test_base.py | 257 Throws: self.TestFail: if it cannot match one of the literals in 276 Throws: self.TestFail: if it cannot match one of the literals in
|
/external/v8/tools/ |
codemap.js | 88 * Moves a dynamic code entry. Throws an exception if there is no dynamic 102 * Discards a dynamic code entry. Throws an exception if there is no dynamic
|
/external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/ |
swap.pass.cpp | 57 template <bool Throws> void do_throw() {} 358 assert(T1::move_called == 1); // throws 385 assert(T2::move_called == 1); // throws
|
/external/doclava/res/assets/templates/ |
macros.cs | 360 if:subcount(obj.throws) ?> 362 <tr><th colspan=2>Throws</th></tr><?cs 363 each:tag=obj.throws ?>
|
/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/v8/src/debug/ |
liveedit.js | [all...] |
/libcore/ |
non_openjdk_java_files.mk | 42 dalvik/src/main/java/dalvik/annotation/Throws.java \
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0/ |
kotlin-runtime-1.0.0.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.2/ |
kotlin-runtime-1.0.2.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/ |
kotlin-runtime-1.0.5.jar | |
kotlin-runtime.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.6/ |
kotlin-runtime-1.0.6.jar | |
/prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0/ |
kotlin-runtime-1.0.0.jar | |
/external/v8/src/js/ |
i18n.js | 332 * is out of range for that property it throws RangeError. 729 * Canonicalizes the language tag, or throws in case the tag is invalid. 767 * Throws on locales that are not well formed BCP47 tags. [all...] |
/prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_check_api/2.0.18/ |
error_prone_check_api-2.0.18.jar | |
/prebuilts/tools/linux-x86_64/kythe/extractors/ |
javac_extractor.jar | |