Home
last modified time | relevance | path

Searched defs:mapError (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/services/Telephony/testapps/TestSatelliteApp/src/com/android/phone/testapps/satellitetestapp/
DSatelliteErrorUtils.java56 public static String mapError(int error) { in mapError() method in SatelliteErrorUtils
/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/
Doption.go17 mapError // Error out const
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/reflectlite/
Dset_test.go58 type mapError map[string]string type
/aosp_15_r20/external/clang/unittests/libclang/
H A DLibclangTest.cpp54 void mapError(const char *VPath, const char *RPath, CXErrorCode ExpErr) { in mapError() function