Home
last modified time | relevance | path

Searched defs:ERROR (Results 1 – 25 of 136) sorted by relevance

123456

/aosp12/system/extras/squashfs_utils/
H A Dsquashfs_utils.c31 #define ERROR(x...) fprintf(stderr, x) macro
33 #define ERROR(x...) KLOG_ERROR("squashfs_utils", x) macro
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DSetWallpaperViewModel.java38 UNKNOWN, PENDING, SUCCESS, ERROR enumConstant
/aosp12/packages/apps/Messaging/build/
H A Dcolorize_errors.py27 ERROR = re.compile(r"^Error:") variable
/aosp12/packages/services/Car/cpp/security/vehicle_binding_util/src/
H A DVehicleBindingUtil.h37 ERROR, enumerator
/aosp12/system/security/keystore2/aidl/android/security/metrics/
H A DOutcome.aidl31 ERROR = 5, enumConstant
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DVehicleOilLevel.java35 public static final int ERROR = 4; field in VehicleOilLevel
/aosp12/system/nfc/src/fuzzers/inc/android/hardware/nfc/1.1/
H A Dtypes.h16 ERROR, enumerator
/aosp12/system/tools/hidl/lint/
H A DLint.h29 enum LintLevel { WARNING = 0, ERROR = 1 }; enumerator
/aosp12/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dfiemap_status.h32 ERROR = INT32_MIN, enumerator
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dreturn.h32 ERROR = static_cast<int32_t>(FiemapStatus::ErrorCode::ERROR), enumerator
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DSidecarFragment.java149 int ERROR = 3; field
335 public static final States ERROR = States.create(State.ERROR, Substate.UNUSED); field in SidecarFragment.States
/aosp12/frameworks/base/services/core/jni/BroadcastRadio/
H A Dtypes.h33 ERROR = -0x80000000ll, // Integer.MIN_VALUE enumerator
/aosp12/packages/modules/adb/client/
H A Dline_printer.h29 enum LineType { INFO, WARNING, ERROR }; enumerator
/aosp12/system/bt/embdrv/sbc/decoder/include/
H A Doi_codec_sbc_private.h47 #define ERROR(x) \ macro
53 #define ERROR(x) macro
/aosp12/system/core/trusty/confirmationui/
H A DTrustyApp.h63 ERROR = -1, enumerator
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/helpers/
H A DPlayStatus.java32 static final byte ERROR = -1; field in PlayStatus
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaRecorderStateErrors.java28 ERROR, enumConstant
/aosp12/system/tools/aidl/
H A Ddiagnostics.h36 ERROR, enumerator
/aosp12/build/make/tools/fs_get_stats/
H A Dfs_get_stats.c11 #define ERROR(fmt,args...) \ macro
/aosp12/build/make/tools/product_config/test/com/android/build/config/
H A DTestErrors.java31 public final Category ERROR = new Category(ERROR_CODE, true, Level.ERROR, field in TestErrors
/aosp12/system/bt/gd/packet/parser/
H A Dlogging.h91 #define ERROR(...) LogMessage(false, {__VA_ARGS__}).stream() macro
/aosp12/frameworks/base/core/java/android/webkit/
H A DConsoleMessage.java36 ERROR, enumConstant
/aosp12/frameworks/av/media/libmediatranscoding/include/media/
H A DTranscodingLogger.h43 ERROR, enumerator
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
H A DUpdaterState.java32 public static final int ERROR = 1; field in UpdaterState
/aosp12/frameworks/base/services/backup/backuplib/java/com/android/server/backup/transport/
H A DTransportUtils.java77 int ERROR = Log.ERROR; field

123456