HomeSort by relevance Sort by last modified time
    Searched defs:Throws (Results 1 - 25 of 50) sorted by null

1 2

  /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 };
  /libcore/dalvik/src/main/java/dalvik/annotation/
Throws.java 25 * A system annotation used to provide the {@code Throws} attribute.
29 @interface Throws {}
  /external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
erase_iter.pass.cpp 22 struct Throws {
23 Throws() : v_(0) {}
24 Throws(int v) : v_(v) {}
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; }
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; }
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; }
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this;
    [all...]
erase_iter_iter.pass.cpp 22 struct Throws {
23 Throws() : v_(0) {}
24 Throws(int v) : v_(v) {}
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; }
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; }
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; }
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this;
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.modifiers/
erase_iter.pass.cpp 22 struct Throws {
23 Throws() : v_(0) {}
24 Throws(int v) : v_(v) {}
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; }
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; }
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; }
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this;
    [all...]
erase_iter_iter.pass.cpp 22 struct Throws {
23 Throws() : v_(0) {}
24 Throws(int v) : v_(v) {}
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; }
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; }
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; }
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this;
    [all...]
  /external/flatbuffers/tests/
phpUnionVectorTest.php 34 public function Throws($class, Callable $callback) {
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...]
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime-1.0.5.jar 
  /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/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.1.51/
kotlin-runtime-1.1.51.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 
  /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/common/m2/repository/com/google/errorprone/error_prone_check_api/2.1.2/
error_prone_check_api-2.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_check_api/2.2.0/
error_prone_check_api-2.2.0.jar 
  /external/kotlinc/lib/
kotlin-runtime.jar 
kotlin-stdlib.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.2-4/
kotlin-stdlib-1.1.2-4.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/
kotlin-stdlib-1.1.3-2.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
kotlin-stdlib-1.2.20.jar 

Completed in 359 milliseconds

1 2