Searched refs:exceptions (Results 1 – 25 of 44) 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 | 32 exceptions = [ 46 return pol.AssertPathTypesHaveAttr(partitions, exceptions, "system_file_type") 76 exceptions = [ 81 return pol.AssertPathTypesHaveAttr(partitions, exceptions, "vendor_file_type") 100 exceptions = [ 110 exceptions)
|
/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/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/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/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/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/chre/build/ |
D | tools_config.mk | 25 COMMON_CXX_CFLAGS += -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/29.0/public/ |
D | mediaextractor.te | 63 # it touches (with a few exceptions) need to be passed to it via a file
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | mediaextractor.te | 65 # 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/prebuilts/api/33.0/public/ |
D | mediaextractor.te | 66 # it touches (with a few exceptions) need to be passed to it via a file
|
/system/sepolicy/public/ |
D | mediaextractor.te | 66 # 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/tools/aidl/ |
D | ast_java.h | 175 std::vector<std::string> exceptions; member 296 std::vector<std::string> exceptions; member
|
D | generate_java_binder.cpp | 198 onTransact->exceptions.push_back("android.os.RemoteException"); in StubClass() 427 decl->exceptions.push_back("android.os.RemoteException"); in GenerateInterfaceMethod() 678 onTransact_case->exceptions.push_back("android.os.RemoteException"); in GenerateStubCaseOutline() 716 proxy->exceptions.push_back("android.os.RemoteException"); in GenerateProxyMethod() 1167 default_method->exceptions.push_back("android.os.RemoteException"); in GenerateDefaultImplMethod() 1237 delegator_method->exceptions.push_back("android.os.RemoteException"); in GenerateDelegatorMethod()
|
D | ast_java.cpp | 355 N = this->exceptions.size(); in Write() 362 to->Write("%s", this->exceptions[i].c_str()); in Write()
|
D | aidl_checkapi.cpp | 327 static std::vector<HistoricalException> exceptions = { in are_compatible_parcelables() local 332 for (const HistoricalException& exception : exceptions) { in are_compatible_parcelables()
|
/system/logging/logcat/ |
D | logcatd.rc | 5 # post-fs-data state because otherwise behavior is undefined. The exceptions
|
/system/unwinding/libbacktrace/ |
D | Android.bp | 200 "-fcxx-exceptions"
|
12