Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 42) sorted by relevance

12

/system/extras/perf2cfg/tests/
Dtest_parse.py38 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/
Dcoredomain.te31 -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
Ddomain.te132 -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/
Dcoredomain.te31 -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
Ddomain.te171 -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/
DBinderUtil.h42 std::string exceptionToString(int32_t exception) { in exceptionToString() argument
43 switch (exception) { in exceptionToString()
/system/sepolicy/prebuilts/api/31.0/private/
Dcoredomain.te59 -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
Dcrash_dump.te21 # TODO(b/186868271): Remove the keystore exception soon-ish (maybe by May 14, 2021?)
Dkeystore.te34 # system property, an exception is added for init as well.
/system/sepolicy/private/
Dcoredomain.te59 -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
Dcrash_dump.te21 # TODO(b/186868271): Remove the keystore exception soon-ish (maybe by May 14, 2021?)
Dkeystore.te34 # system property, an exception is added for init as well.
/system/libhidl/transport/
DHidlBinderSupport.cpp170 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/
DAndroid.bp9 // legacy_by_exception_only (by exception only)
/system/sepolicy/public/
Dkeystore.te44 # TODO(b/186868271): Remove the crash dump exception soon-ish (maybe by May 14, 2021?)
/system/sepolicy/prebuilts/api/31.0/public/
Dkeystore.te44 # TODO(b/186868271): Remove the crash dump exception soon-ish (maybe by May 14, 2021?)
/system/ca-certificates/google/
DAndroid.bp23 // legacy_by_exception_only (by exception only)
/system/ca-certificates/
DAndroid.bp28 "legacy_by_exception_only", // by exception only
/system/ca-certificates/wfa_certs/
DAndroid.bp24 // legacy_by_exception_only (by exception only)
/system/chre/host/msm/daemon/generated/
Dchre_slpi_skel.c150 #define _CATCH(exception) exception##bail: if (exception != AEE_SUCCESS) argument
Dchre_slpi_stub.c150 #define _CATCH(exception) exception##bail: if (exception != AEE_SUCCESS) argument
/system/tools/hidl/host_utils/
DFormatter.cpp106 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/
Daidl_checkapi.cpp345 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/
DFormatter.h135 Formatter& sCatch(const std::string& exception, const std::function<void(void)>& block);
/system/chre/test/
DREADME.md12 exception on unaligned access, when the same code would run without any

12