/system/extras/perf2cfg/tests/ |
D | test_parse.py | 38 self.assertEqual(str(ctx.exception), 'Expected an address') 48 self.assertEqual(str(ctx.exception), 'Expected a `flags` directive') 62 self.assertEqual(str(ctx.exception), 'Expected a `name` directive') 68 self.assertEqual(str(ctx.exception),
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | coredomain.te | 31 -rs # spawned by appdomain, so carryover the exception above 47 -rs # spawned by appdomain, so carryover the exception above 62 -rs # spawned by appdomain, so carryover the exception above 79 -rs # spawned by appdomain, so carryover the exception above
|
D | domain.te | 132 -rs # spawned by appdomain, so carryover the exception above 144 -rs # spawned by appdomain, so carryover the exception above 153 -rs # spawned by appdomain, so carryover the exception above
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | coredomain.te | 31 -rs # spawned by appdomain, so carryover the exception above 48 -rs # spawned by appdomain, so carryover the exception above 66 -rs # spawned by appdomain, so carryover the exception above 86 -rs # spawned by appdomain, so carryover the exception above
|
D | domain.te | 171 -rs # spawned by appdomain, so carryover the exception above 184 -rs # spawned by appdomain, so carryover the exception above 193 -rs # spawned by appdomain, so carryover the exception above
|
/system/netd/include/binder_utils/ |
D | BinderUtil.h | 42 std::string exceptionToString(int32_t exception) { in exceptionToString() argument 43 switch (exception) { in exceptionToString()
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | coredomain.te | 59 -rs # spawned by appdomain, so carryover the exception above 77 -rs # spawned by appdomain, so carryover the exception above 95 -rs # spawned by appdomain, so carryover the exception above 115 -rs # spawned by appdomain, so carryover the exception above
|
D | crash_dump.te | 21 # TODO(b/186868271): Remove the keystore exception soon-ish (maybe by May 14, 2021?)
|
D | keystore.te | 34 # system property, an exception is added for init as well.
|
/system/sepolicy/private/ |
D | coredomain.te | 59 -rs # spawned by appdomain, so carryover the exception above 77 -rs # spawned by appdomain, so carryover the exception above 95 -rs # spawned by appdomain, so carryover the exception above 115 -rs # spawned by appdomain, so carryover the exception above
|
D | crash_dump.te | 21 # TODO(b/186868271): Remove the keystore exception soon-ish (maybe by May 14, 2021?)
|
D | keystore.te | 34 # system property, an exception is added for init as well.
|
/system/libhidl/transport/ |
D | HidlBinderSupport.cpp | 170 int32_t exception; in readFromParcel() local 171 status_t status = parcel.readInt32(&exception); in readFromParcel() 177 if (exception == Status::EX_NONE) { in readFromParcel() 190 s->setException(exception, String8(message)); in readFromParcel()
|
/system/ca-certificates/soong/ |
D | Android.bp | 9 // legacy_by_exception_only (by exception only)
|
/system/sepolicy/public/ |
D | keystore.te | 44 # TODO(b/186868271): Remove the crash dump exception soon-ish (maybe by May 14, 2021?)
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | keystore.te | 44 # TODO(b/186868271): Remove the crash dump exception soon-ish (maybe by May 14, 2021?)
|
/system/ca-certificates/google/ |
D | Android.bp | 23 // legacy_by_exception_only (by exception only)
|
/system/ca-certificates/ |
D | Android.bp | 28 "legacy_by_exception_only", // by exception only
|
/system/ca-certificates/wfa_certs/ |
D | Android.bp | 24 // legacy_by_exception_only (by exception only)
|
/system/chre/host/msm/daemon/generated/ |
D | chre_slpi_skel.c | 150 #define _CATCH(exception) exception##bail: if (exception != AEE_SUCCESS) argument
|
D | chre_slpi_stub.c | 150 #define _CATCH(exception) exception##bail: if (exception != AEE_SUCCESS) argument
|
/system/tools/hidl/host_utils/ |
D | Formatter.cpp | 106 Formatter& Formatter::sCatch(const std::string& exception, const std::function<void(void)>& block) { in sCatch() argument 107 (*this) << " catch (" << exception << ") "; in sCatch()
|
/system/tools/aidl/ |
D | aidl_checkapi.cpp | 345 for (const HistoricalException& exception : exceptions) { in are_compatible_parcelables() local 346 if (older.GetCanonicalName() == exception.canonical && in are_compatible_parcelables() 347 new_field->GetName() == exception.field) { in are_compatible_parcelables()
|
/system/tools/hidl/host_utils/include/hidl-util/ |
D | Formatter.h | 135 Formatter& sCatch(const std::string& exception, const std::function<void(void)>& block);
|
/system/chre/test/ |
D | README.md | 12 exception on unaligned access, when the same code would run without any
|