/aosp_15_r20/external/fmtlib/ |
H A D | Android.bp | 5 // Added automatically by a large-scale-change that took the approach of 19 // large-scale-change included anything that looked like it might be a license 23 // See: http://go/android-license-faq 28 "SPDX-license-identifier-BSD", 29 "SPDX-license-identifier-CC0-1.0", 30 "SPDX-license-identifier-MIT", 31 "SPDX-license-identifier-PSF-2.0", 41 name: "fmtlib-non-test-defaults", 43 "-fno-exceptions", 44 // If built without exceptions, libfmt uses assert. [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostreams.base/ios/iostate.flags/ |
H A D | exceptions_iostate.pass.cpp | 1 //===----------------------------------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 // iostate exceptions() const; 27 assert(ios.exceptions() == std::ios::goodbit); in main() 28 ios.exceptions(std::ios::eofbit); in main() 29 assert(ios.exceptions() == std::ios::eofbit); in main() 33 ios.exceptions(std::ios::badbit); in main() 39 assert(ios.exceptions() == std::ios::badbit); in main() [all …]
|
H A D | exceptions.pass.cpp | 1 //===----------------------------------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 // iostate exceptions() const; 27 assert(ios.exceptions() == std::ios::goodbit); in main() 32 assert(ios.exceptions() == std::ios::goodbit); in main()
|
/aosp_15_r20/art/test/421-exceptions/ |
H A D | Android.bp | 1 // Generated by `regen-test-files`. Do not edit manually. 3 // Build rules for ART run-test `421-exceptions`. 6 // See: http://go/android-license-faq 7 // A large-scale-change added 'default_applicable_licenses' to import 10 // SPDX-license-identifier-Apache-2.0 16 name: "art-run-test-421-exceptions", 17 defaults: ["art-run-test-defaults"], 18 test_config_template: ":art-run-test-target-template", 21 ":art-run-test-421-exceptions-expected-stdout", 22 ":art-run-test-421-exceptions-expected-stderr", [all …]
|
/aosp_15_r20/art/test/081-hot-exceptions/ |
H A D | Android.bp | 1 // Generated by `regen-test-files`. Do not edit manually. 3 // Build rules for ART run-test `081-hot-exceptions`. 6 // See: http://go/android-license-faq 7 // A large-scale-change added 'default_applicable_licenses' to import 10 // SPDX-license-identifier-Apache-2.0 16 name: "art-run-test-081-hot-exceptions", 17 defaults: ["art-run-test-defaults"], 18 test_config_template: ":art-run-test-target-template", 21 ":art-run-test-081-hot-exceptions-expected-stdout", 22 ":art-run-test-081-hot-exceptions-expected-stderr", [all …]
|
/aosp_15_r20/external/libultrahdr/tests/data/ |
H A D | LICENSE | 1 Valid-License-Identifier: CC-BY-4.0 2 SPDX-URL: https://spdx.org/licenses/CC-BY-4.0 3 Usage-Guide: 6 with a GPL2 compatible license using "OR", as CC-BY-4.0 texts processed by 10 the following SPDX tag/value pair into a comment according to the 12 SPDX-License-Identifier: CC-BY-4.0 13 License-Text: 21 Creative Commons public licenses does not create a lawyer-client or 23 information available on an "as-is" basis. Creative Commons gives no 47 material not subject to the license. This includes other CC- [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__utility/ |
D | exception_guard.h | 1 //===----------------------------------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 37 // __exception_guard is a no-op in -fno-exceptions mode to produce better code-gen. This means 39 // code with exceptions disabled, so even if we wanted to provide the strong exception guarantees 41 // -fexceptions > -fno-exceptions > -fexceptions code, since the exception can't be caught where 42 // exceptions are disabled. While -fexceptions > -fno-exceptions is quite common 43 // (e.g. libc++.dylib > -fno-exceptions), having another layer with exceptions enabled seems a lot 44 // less common, especially one that tries to catch an exception through -fno-exceptions code. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__utility/ |
D | exception_guard.h | 1 //===----------------------------------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 37 // __exception_guard is a no-op in -fno-exceptions mode to produce better code-gen. This means 39 // code with exceptions disabled, so even if we wanted to provide the strong exception guarantees 41 // -fexceptions > -fno-exceptions > -fexceptions code, since the exception can't be caught where 42 // exceptions are disabled. While -fexceptions > -fno-exceptions is quite common 43 // (e.g. libc++.dylib > -fno-exceptions), having another layer with exceptions enabled seems a lot 44 // less common, especially one that tries to catch an exception through -fno-exceptions code. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__utility/ |
D | exception_guard.h | 1 //===----------------------------------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 37 // __exception_guard is a no-op in -fno-exceptions mode to produce better code-gen. This means 39 // code with exceptions disabled, so even if we wanted to provide the strong exception guarantees 41 // -fexceptions > -fno-exceptions > -fexceptions code, since the exception can't be caught where 42 // exceptions are disabled. While -fexceptions > -fno-exceptions is quite common 43 // (e.g. libc++.dylib > -fno-exceptions), having another layer with exceptions enabled seems a lot 44 // less common, especially one that tries to catch an exception through -fno-exceptions code. [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__utility/ |
H A D | exception_guard.h | 1 //===----------------------------------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 37 // __exception_guard is a no-op in -fno-exceptions mode to produce better code-gen. This means 39 // code with exceptions disabled, so even if we wanted to provide the strong exception guarantees 41 // -fexceptions > -fno-exceptions > -fexceptions code, since the exception can't be caught where 42 // exceptions are disabled. While -fexceptions > -fno-exceptions is quite common 43 // (e.g. libc++.dylib > -fno-exceptions), having another layer with exceptions enabled seems a lot 44 // less common, especially one that tries to catch an exception through -fno-exceptions code. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__utility/ |
D | exception_guard.h | 1 //===----------------------------------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 37 // __exception_guard is a no-op in -fno-exceptions mode to produce better code-gen. This means 39 // code with exceptions disabled, so even if we wanted to provide the strong exception guarantees 41 // -fexceptions > -fno-exceptions > -fexceptions code, since the exception can't be caught where 42 // exceptions are disabled. While -fexceptions > -fno-exceptions is quite common 43 // (e.g. libc++.dylib > -fno-exceptions), having another layer with exceptions enabled seems a lot 44 // less common, especially one that tries to catch an exception through -fno-exceptions code. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__utility/ |
D | exception_guard.h | 1 //===----------------------------------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 37 // __exception_guard is a no-op in -fno-exceptions mode to produce better code-gen. This means 39 // code with exceptions disabled, so even if we wanted to provide the strong exception guarantees 41 // -fexceptions > -fno-exceptions > -fexceptions code, since the exception can't be caught where 42 // exceptions are disabled. While -fexceptions > -fno-exceptions is quite common 43 // (e.g. libc++.dylib > -fno-exceptions), having another layer with exceptions enabled seems a lot 44 // less common, especially one that tries to catch an exception through -fno-exceptions code. [all …]
|
/aosp_15_r20/external/llvm-libc/test/src/fenv/ |
H A D | enabled_exceptions_test.cpp | 1 //===-- Unittests for feraiseexcept with exceptions enabled ---------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 31 // Few Arm HW implementations do not trap exceptions. We skip this test in TEST_F() 34 // Whether HW supports trapping exceptions or not is deduced by enabling an in TEST_F() 37 // trapping exceptions. in TEST_F() 53 // Raising all exceptions except |e| should not call the in TEST_F() 55 // so we verify that. Since other exceptions like FE_DIVBYZERO in TEST_F()
|
H A D | feholdexcept_test.cpp | 1 //===-- Unittests for feholdexcept with exceptions enabled ----------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 25 // Few Arm HW implementations do not trap exceptions. We skip this test in TEST_F() 28 // Whether HW supports trapping exceptions or not is deduced by enabling an in TEST_F() 31 // trapping exceptions. in TEST_F()
|
/aosp_15_r20/external/mesa3d/src/nouveau/nil/ |
H A D | nil_format_table_gen.py | 2 # SPDX-License-Identifier: MIT 14 * SPDX-License-Identifier: MIT 57 * SPDX-License-Identifier: MIT 184 assert False, self.pipe + ': Failed to find non-constant component' 203 parser.add_argument('--csv', action='store', help='The CSV file to parse.') 204 parser.add_argument('--out-c', required=True, help='Output C file.') 205 parser.add_argument('--out-h', required=True, help='Output H file.') 211 with open(args.out_h, 'w', encoding='utf-8') as f: 214 with open(args.out_c, 'w', encoding='utf-8') as f: 223 from mako import exceptions [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/language.support/support.dynamic/ |
H A D | assert.nothrow_new_not_overridden_fno_exceptions.pass.cpp | 1 //===----------------------------------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 // has not been overridden, and the library is compiled with -fno-exceptions. 20 // REQUIRES: has-unix-headers 23 // We only know how to diagnose this on platforms that use the ELF or Mach-O object file formats. 24 // XFAIL: target={{.+}}-windows-{{.+}} 27 // compiled with -fno-exceptions, so if the library was built with support 28 // for exceptions but we run the test suite without exceptions, this will [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/test.support/ |
H A D | test_macros_header.no_exceptions.verify.cpp | 1 //===----------------------------------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Make sure the TEST_HAS_NO_EXCEPTIONS macro is defined when exceptions are 12 // REQUIRES: no-exceptions 21 try { (void)0; } catch (...) { } // expected-error {{exceptions disabled}} in f()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/ |
H A D | generate_std_clang_module_header.py | 1 # ===----------------------------------------------------------------------===## 3 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 # ===----------------------------------------------------------------------===## 23 // -*- C++ -*- 24 //===----------------------------------------------------------------------===// 26 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 28 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 30 //===----------------------------------------------------------------------===// 38 // other words, it's to facilitate `@import std;` in Objective-C++ and `import std` [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/input.output/iostreams.base/ios/iostate.flags/ |
H A D | clear.abort.pass.cpp | 1 //===----------------------------------------------------------------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 // Make sure that we abort() when exceptions are disabled and the exception 18 // REQUIRES: no-exceptions 39 ios.exceptions(std::ios::badbit); in main()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/ |
D | stdexcept | 1 // -*- C++ -*- 2 //===----------------------------------------------------------------------===// 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 218 …_LIBCPP_VERBOSE_ABORT("logic_error was thrown in -fno-exceptions mode with message \"%s\"", __msg); 226 …_LIBCPP_VERBOSE_ABORT("domain_error was thrown in -fno-exceptions mode with message \"%s\"", __msg… 234 …_LIBCPP_VERBOSE_ABORT("invalid_argument was thrown in -fno-exceptions mode with message \"%s\"", _… 242 …_LIBCPP_VERBOSE_ABORT("length_error was thrown in -fno-exceptions mode with message \"%s\"", __msg… 250 …_LIBCPP_VERBOSE_ABORT("out_of_range was thrown in -fno-exceptions mode with message \"%s\"", __msg… [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/ |
D | stdexcept | 1 // -*- C++ -*- 2 //===----------------------------------------------------------------------===// 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 218 …_LIBCPP_VERBOSE_ABORT("logic_error was thrown in -fno-exceptions mode with message \"%s\"", __msg); 226 …_LIBCPP_VERBOSE_ABORT("domain_error was thrown in -fno-exceptions mode with message \"%s\"", __msg… 234 …_LIBCPP_VERBOSE_ABORT("invalid_argument was thrown in -fno-exceptions mode with message \"%s\"", _… 242 …_LIBCPP_VERBOSE_ABORT("length_error was thrown in -fno-exceptions mode with message \"%s\"", __msg… 250 …_LIBCPP_VERBOSE_ABORT("out_of_range was thrown in -fno-exceptions mode with message \"%s\"", __msg… [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/ |
D | stdexcept | 1 // -*- C++ -*- 2 //===----------------------------------------------------------------------===// 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 219 …_LIBCPP_VERBOSE_ABORT("logic_error was thrown in -fno-exceptions mode with message \"%s\"", __msg); 227 …_LIBCPP_VERBOSE_ABORT("domain_error was thrown in -fno-exceptions mode with message \"%s\"", __msg… 235 …_LIBCPP_VERBOSE_ABORT("invalid_argument was thrown in -fno-exceptions mode with message \"%s\"", _… 243 …_LIBCPP_VERBOSE_ABORT("length_error was thrown in -fno-exceptions mode with message \"%s\"", __msg… 251 …_LIBCPP_VERBOSE_ABORT("out_of_range was thrown in -fno-exceptions mode with message \"%s\"", __msg… [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/ |
H A D | stdexcept | 1 // -*- C++ -*- 2 //===----------------------------------------------------------------------===// 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 218 …_LIBCPP_VERBOSE_ABORT("logic_error was thrown in -fno-exceptions mode with message \"%s\"", __msg); 226 …_LIBCPP_VERBOSE_ABORT("domain_error was thrown in -fno-exceptions mode with message \"%s\"", __msg… 234 …_LIBCPP_VERBOSE_ABORT("invalid_argument was thrown in -fno-exceptions mode with message \"%s\"", _… 242 …_LIBCPP_VERBOSE_ABORT("length_error was thrown in -fno-exceptions mode with message \"%s\"", __msg… 250 …_LIBCPP_VERBOSE_ABORT("out_of_range was thrown in -fno-exceptions mode with message \"%s\"", __msg… [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/ |
D | stdexcept | 1 // -*- C++ -*- 2 //===----------------------------------------------------------------------===// 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 218 …_LIBCPP_VERBOSE_ABORT("logic_error was thrown in -fno-exceptions mode with message \"%s\"", __msg); 226 …_LIBCPP_VERBOSE_ABORT("domain_error was thrown in -fno-exceptions mode with message \"%s\"", __msg… 234 …_LIBCPP_VERBOSE_ABORT("invalid_argument was thrown in -fno-exceptions mode with message \"%s\"", _… 242 …_LIBCPP_VERBOSE_ABORT("length_error was thrown in -fno-exceptions mode with message \"%s\"", __msg… 250 …_LIBCPP_VERBOSE_ABORT("out_of_range was thrown in -fno-exceptions mode with message \"%s\"", __msg… [all …]
|
/aosp_15_r20/external/mesa3d/src/nouveau/headers/ |
H A D | lib_rs_gen.py | 4 # SPDX-License-Identifier: MIT 19 // SPDX-License-Identifier: MIT 37 pub mod ${path[-1]} { 60 fn to_bits(self) -> u32; 67 fn addr(i: usize) -> u16; 69 fn to_bits(self) -> u32; 93 parser.add_argument('--out-rs', required=True, help='Output Rust file.') 110 with open(args.out_rs, 'w', encoding='utf-8') as f: 123 from mako import exceptions 124 print(exceptions.text_error_template().render(), file=sys.stderr)
|