Home
last modified time | relevance | path

Searched defs:Throws (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/aosp_15_r20/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Derase_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() function
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
H A Derase_iter_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() argument
24 Throws(int v) : v_(v) {} in Throws() function
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector/vector.modifiers/
H A Derase_iter.pass.cpp23 struct Throws { struct
24 Throws() : v_(0) {} in Throws() argument
25 Throws(int v) : v_(v) {} in Throws() function
26 Throws(const Throws& rhs) : v_(rhs.v_) { in Throws() argument
30 Throws(Throws&& rhs) : v_(rhs.v_) { in Throws() function
34 Throws& operator=(const Throws& rhs) { in operator =() argument
38 Throws& operator=(Throws&& rhs) { in operator =() argument
43 static bool sThrows; argument
46 bool Throws::sThrows = false; argument
H A Derase_iter_iter.pass.cpp23 struct Throws { struct
24 Throws() : v_(0) {} in Throws() function
25 Throws(int v) : v_(v) {} in Throws() argument
26 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
27 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
28 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
29 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
31 static bool sThrows; argument
34 bool Throws::sThrows = false; argument
/aosp_15_r20/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Derase_iter.pass.cpp24 struct Throws { struct
25 Throws() : v_(0) {} in Throws() function
26 Throws(int v) : v_(v) {} in Throws() argument
27 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
28 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
29 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
33 static bool sThrows; argument
36 bool Throws::sThrows = false; argument
H A Derase_iter_iter.pass.cpp26 struct Throws { struct
27 Throws() : v_(0) {} in Throws() argument
28 Throws(int v) : v_(v) {} in Throws() argument
29 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
30 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
31 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
32 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
35 static bool sThrows; argument
38 bool Throws::sThrows = false; argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/deque/deque.modifiers/
H A Derase_iter.pass.cpp24 struct Throws { struct
25 Throws() : v_(0) {} in Throws() function
26 Throws(int v) : v_(v) {} in Throws() function
27 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
28 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
29 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
33 static bool sThrows; argument
36 bool Throws::sThrows = false; argument
H A Derase_iter_iter.pass.cpp26 struct Throws { struct
27 Throws() : v_(0) {} in Throws() argument
28 Throws(int v) : v_(v) {} in Throws() argument
29 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
30 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
31 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
32 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
35 static bool sThrows; argument
38 bool Throws::sThrows = false; argument
/aosp_15_r20/external/dokka/core/testdata/format/
H A DcodeBlock.kt13 class Throws class
/aosp_15_r20/libcore/dalvik/src/main/java/dalvik/annotation/
H A DThrows.java29 @interface Throws {} annotation
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dnew-array-init-exceptions.cpp4 struct Throws { struct
/aosp_15_r20/external/flatbuffers/tests/
H A DphpUnionVectorTest.php34 public function Throws($class, Callable $callback) { function in Assert
H A DphpTest.php621 public function Throws($class, Callable $callback) { function in Assert
/aosp_15_r20/external/doclava/doclet_adapter/src/test/resources/sample-project/com/example/classes/
H A DTags.java34 public static class Throws { class in Tags
/aosp_15_r20/external/javapoet/src/test/java/com/squareup/javapoet/
H A DMethodSpecTest.java121 interface Throws<R extends RuntimeException> { interface in MethodSpecTest
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/
H A Dexception_safety_testing_test.cc48 TEST(ThrowingValueTest, Throws) { in TEST() argument
/aosp_15_r20/external/abseil-cpp/absl/base/
H A Dexception_safety_testing_test.cc48 TEST(ThrowingValueTest, Throws) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc48 TEST(ThrowingValueTest, Throws) { in TEST() argument
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/
H A Dexception_safety_testing_test.cc48 TEST(ThrowingValueTest, Throws) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/
H A Dexception_safety_testing_test.cc48 TEST(ThrowingValueTest, Throws) { in TEST() argument
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/
H A Dexception_safety_testing_test.cc48 TEST(ThrowingValueTest, Throws) { in TEST() argument
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/
H A Dexception_safety_testing_test.cc48 TEST(ThrowingValueTest, Throws) { in TEST() argument
/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp2817 Throws = 1 << 4 enumerator
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-libart-for-host.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/compat/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/art/1/java/
Dcore-libart.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/compat/ android/ ...

12345678910>>...20