Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 25 of 40) sorted by relevance

12

/system/extras/perf2cfg/perf2cfg/
Dparse.py20 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(
Dedit.py33 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/
Dtest_parse.py16 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/
Dsepolicy_tests.py16 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/
DNOTICE1 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/
DNOTICE1 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/
DNOTICE1 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/
DNOTICE1 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/
DNOTICE1 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/
DNOTICE1 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/
Dtools_config.mk25 COMMON_CXX_CFLAGS += -fno-exceptions
/system/bt/build/
DBUILD.gn46 "-fno-exceptions",
/system/security/keystore/tests/
DMakefile36 -Wno-deprecated-declarations -fno-exceptions -DKEYMASTER_NAME_TAGS \
/system/sepolicy/prebuilts/api/28.0/public/
Dmediaextractor.te68 # it touches (with a few exceptions) need to be passed to it via a file
/system/sepolicy/prebuilts/api/31.0/public/
Dmediaextractor.te65 # it touches (with a few exceptions) need to be passed to it via a file
/system/sepolicy/public/
Dmediaextractor.te65 # it touches (with a few exceptions) need to be passed to it via a file
/system/sepolicy/prebuilts/api/30.0/public/
Dmediaextractor.te66 # it touches (with a few exceptions) need to be passed to it via a file
/system/sepolicy/prebuilts/api/29.0/public/
Dmediaextractor.te63 # it touches (with a few exceptions) need to be passed to it via a file
/system/logging/logcat/
Dlogcatd.rc5 # post-fs-data state because otherwise behavior is undefined. The exceptions
/system/tools/aidl/
Dast_java.h175 std::vector<std::string> exceptions; member
299 std::vector<std::string> exceptions; member
Dgenerate_java_binder.cpp196 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()
Daidl_checkapi.cpp340 static std::vector<HistoricalException> exceptions = { in are_compatible_parcelables() local
345 for (const HistoricalException& exception : exceptions) { in are_compatible_parcelables()
Dast_java.cpp360 N = this->exceptions.size(); in Write()
367 to->Write("%s", this->exceptions[i].c_str()); in Write()
/system/unwinding/libbacktrace/
DAndroid.bp189 "-fcxx-exceptions"
/system/chre/doc/
Dframework_overview.md195 Examples include RTTI, exceptions, overuse of dynamic memory allocation, etc.

12