Searched refs:exceptions (Results 1 – 25 of 40) sorted by relevance
12
/system/extras/perf2cfg/perf2cfg/ |
D | parse.py | 20 from perf2cfg import exceptions 77 raise exceptions.ParseError('Expected an address') 99 raise exceptions.ParseError('Expected a `flags` directive') 125 raise exceptions.ParseError('Expected a `name` directive') 128 raise exceptions.ParseError(
|
D | edit.py | 33 from perf2cfg import exceptions 136 except exceptions.ArchitectureError as ex: 139 except exceptions.ParseError as ex: 178 raise exceptions.ParseError( 208 raise exceptions.ParseError('Expected a `begin_cfg` directive') 251 raise exceptions.ParseError('Expected a `end_block` directive') 260 raise exceptions.ParseError( 302 raise exceptions.ArchitectureError(
|
/system/extras/perf2cfg/tests/ |
D | test_parse.py | 16 from perf2cfg import exceptions 35 with self.assertRaises(exceptions.ParseError) as ctx: 45 with self.assertRaises(exceptions.ParseError) as ctx: 59 with self.assertRaises(exceptions.ParseError) as ctx: 65 with self.assertRaises(exceptions.ParseError) as ctx:
|
/system/sepolicy/tests/ |
D | sepolicy_tests.py | 16 exceptions = [ 30 return pol.AssertPathTypesHaveAttr(partitions, exceptions, "system_file_type") 50 exceptions = [ 55 return pol.AssertPathTypesHaveAttr(partitions, exceptions, "vendor_file_type") 74 exceptions = [ 84 exceptions)
|
/system/timezone/testing/data/test1/output_data/iana/ |
D | NOTICE | 1 With a few exceptions, all files in the tz code and data (including 2 this one) are in the public domain. The exceptions are date.c,
|
/system/timezone/output_data/iana/ |
D | NOTICE | 1 With a few exceptions, all files in the tz code and data (including 2 this one) are in the public domain. The exceptions are date.c,
|
/system/timezone/input_data/iana/ |
D | NOTICE | 1 With a few exceptions, all files in the tz code and data (including 2 this one) are in the public domain. The exceptions are date.c,
|
/system/timezone/testing/data/test3/output_data/iana/ |
D | NOTICE | 1 With a few exceptions, all files in the tz code and data (including 2 this one) are in the public domain. The exceptions are date.c,
|
/system/timezone/testing/data/test2/output_data/iana/ |
D | NOTICE | 1 With a few exceptions, all files in the tz code and data (including 2 this one) are in the public domain. The exceptions are date.c,
|
/system/timezone/input_tools/iana/ |
D | NOTICE | 1 With a few exceptions, all files in the tz code and data (including 2 this one) are in the public domain. The exceptions are date.c,
|
/system/chre/build/ |
D | tools_config.mk | 25 COMMON_CXX_CFLAGS += -fno-exceptions
|
/system/bt/build/ |
D | BUILD.gn | 46 "-fno-exceptions",
|
/system/security/keystore/tests/ |
D | Makefile | 36 -Wno-deprecated-declarations -fno-exceptions -DKEYMASTER_NAME_TAGS \
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | mediaextractor.te | 68 # it touches (with a few exceptions) need to be passed to it via a file
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | mediaextractor.te | 65 # it touches (with a few exceptions) need to be passed to it via a file
|
/system/sepolicy/public/ |
D | mediaextractor.te | 65 # it touches (with a few exceptions) need to be passed to it via a file
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | mediaextractor.te | 66 # it touches (with a few exceptions) need to be passed to it via a file
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | mediaextractor.te | 63 # it touches (with a few exceptions) need to be passed to it via a file
|
/system/logging/logcat/ |
D | logcatd.rc | 5 # post-fs-data state because otherwise behavior is undefined. The exceptions
|
/system/tools/aidl/ |
D | ast_java.h | 175 std::vector<std::string> exceptions; member 299 std::vector<std::string> exceptions; member
|
D | generate_java_binder.cpp | 196 onTransact->exceptions.push_back("android.os.RemoteException"); in StubClass() 418 decl->exceptions.push_back("android.os.RemoteException"); in generate_interface_method() 561 onTransact_case->exceptions.push_back("android.os.RemoteException"); in generate_stub_case_outline() 596 proxy->exceptions.push_back("android.os.RemoteException"); in generate_proxy_method() 1015 default_method->exceptions.push_back("android.os.RemoteException"); in generate_default_impl_method()
|
D | aidl_checkapi.cpp | 340 static std::vector<HistoricalException> exceptions = { in are_compatible_parcelables() local 345 for (const HistoricalException& exception : exceptions) { in are_compatible_parcelables()
|
D | ast_java.cpp | 360 N = this->exceptions.size(); in Write() 367 to->Write("%s", this->exceptions[i].c_str()); in Write()
|
/system/unwinding/libbacktrace/ |
D | Android.bp | 189 "-fcxx-exceptions"
|
/system/chre/doc/ |
D | framework_overview.md | 195 Examples include RTTI, exceptions, overuse of dynamic memory allocation, etc.
|
12