Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 25 of 44) 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.py32 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/
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/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/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/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/chre/build/
Dtools_config.mk25 COMMON_CXX_CFLAGS += -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/29.0/public/
Dmediaextractor.te63 # it touches (with a few exceptions) need to be passed to it via a file
/system/sepolicy/prebuilts/api/32.0/public/
Dmediaextractor.te65 # 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/prebuilts/api/33.0/public/
Dmediaextractor.te66 # it touches (with a few exceptions) need to be passed to it via a file
/system/sepolicy/public/
Dmediaextractor.te66 # 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/tools/aidl/
Dast_java.h175 std::vector<std::string> exceptions; member
296 std::vector<std::string> exceptions; member
Dgenerate_java_binder.cpp198 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()
Dast_java.cpp355 N = this->exceptions.size(); in Write()
362 to->Write("%s", this->exceptions[i].c_str()); in Write()
Daidl_checkapi.cpp327 static std::vector<HistoricalException> exceptions = { in are_compatible_parcelables() local
332 for (const HistoricalException& exception : exceptions) { in are_compatible_parcelables()
/system/logging/logcat/
Dlogcatd.rc5 # post-fs-data state because otherwise behavior is undefined. The exceptions
/system/unwinding/libbacktrace/
DAndroid.bp200 "-fcxx-exceptions"

12