Home
last modified time | relevance | path

Searched refs:problem (Results 1 – 25 of 104) sorted by relevance

12345

/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DCameraAccessException.java112 super(getDefaultMessage(problem)); in CameraAccessException()
113 mReason = problem; in CameraAccessException()
117 super(getCombinedMessage(problem, message)); in CameraAccessException()
118 mReason = problem; in CameraAccessException()
123 mReason = problem; in CameraAccessException()
127 super(getDefaultMessage(problem), cause); in CameraAccessException()
128 mReason = problem; in CameraAccessException()
135 switch (problem) { in getDefaultMessage()
156 String problemString = getProblemString(problem); in getCombinedMessage()
160 private static String getProblemString(int problem) { in getProblemString() argument
[all …]
/aosp12/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java235 problem("ACTION_UP but key was not down."); in onKeyEvent()
244 problem("Invalid action " + KeyEvent.actionToString(action) in onKeyEvent()
276 problem("ACTION_DOWN but trackball is already down."); in onTrackballEvent()
286 problem("ACTION_UP but trackball is not down."); in onTrackballEvent()
306 problem("Trackball is up but pressure is not equal to 0."); in onTrackballEvent()
309 problem("Source was not SOURCE_CLASS_TRACKBALL."); in onTrackballEvent()
383 problem("ACTION_MOVE contained " + pointerCount in onTouchEvent()
451 problem("Source was not SOURCE_CLASS_POINTER."); in onTouchEvent()
556 problem("Invalid action for generic pointer event."); in onGenericMotionEvent()
565 problem("Invalid action for generic joystick event."); in onGenericMotionEvent()
[all …]
/aosp12/system/core/diagnose_usb/
H A Ddiagnose_usb.cpp68 std::string problem(GetUdevProblem()); in UsbNoPermissionsShortHelpText() local
69 if (!problem.empty()) help_text += " (" + problem + ")"; in UsbNoPermissionsShortHelpText()
81 std::string problem(GetUdevProblem()); in UsbNoPermissionsLongHelpText() local
82 if (!problem.empty()) header += ": " + problem; in UsbNoPermissionsLongHelpText()
/aosp12/frameworks/compile/slang/tests/F_reduce_general_bad_result/
H A Dreduce_general_bad_result.rscript25 // problem is result type, not accumulator type, so outconverter can fix this
30 // problem is result type, not accumulator type, so outconverter can break this
58 // problem is result type, not accumulator type, so outconverter can fix this
65 // problem is result type, not accumulator type, so outconverter can break this
97 // problem is result type, not accumulator type, so outconverter can fix this
105 // problem is result type, not accumulator type, so outconverter can break this
132 // problem is result type, not accumulator type, so outconverter can fix this
168 // problem is result type, not accumulator type, so outconverter can fix this
185 // problem is result type, not accumulator type, so outconverter can fix this
202 // problem is result type, not accumulator type, so outconverter can fix this
[all …]
/aosp12/build/make/tools/
H A Dsoong_to_convert.py81 for (module, module_type, problem, dependencies, makefiles, installed) in reader:
83 problems[module] = problem
/aosp12/art/test/090-loop-formation/
H A Dinfo.txt1 Test loop formation heuristics and code generation. Basically the problem to
/aosp12/build/make/target/board/
H A Dgsi_system_ext_user.prop7 # TODO(b/120679683): disable RescueParty before all problem apps solved
H A Dgsi_system_ext.prop10 # TODO(b/120679683): disable RescueParty before all problem apps solved
/aosp12/system/iorap/
H A DAndroid.bp223 // Pretty print when ubsan detects a problem.
360 // Pretty print when ubsan detects a problem.
444 // Pretty print when ubsan detects a problem.
553 // Pretty print when ubsan detects a problem.
586 // Pretty print when ubsan detects a problem.
670 // Pretty print when ubsan detects a problem.
/aosp12/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
H A DProtoLogTool.kt139 val problem = ex.problems.first() regex
142 ParsingContext(fileName, problem.location.orElse(null)
/aosp12/hardware/interfaces/oemlock/1.0/
H A Dtypes.hal21 /** The operation encountered a problem. */
/aosp12/bionic/libc/kernel/android/scsi/scsi/
H A Dsg.h83 char problem; member
/aosp12/packages/apps/TV/tests/common/
H A DAndroid.bp41 // Link tv-common as shared library to avoid the problem of initialization of the constants
/aosp12/system/tools/hidl/test/vendor/1.0/
H A DIVendor.hal42 IVendor problem;
/aosp12/art/test/435-try-finally-without-catch/
H A Dinfo.txt14 This used to be a problem for a `try' block followed by a `finally'
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dhal_neverallows.te26 # This is a problem because
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dhal_neverallows.te27 # This is a problem because
/aosp12/frameworks/native/cmds/dumpstate/
H A Dbugreport-format.md55 - `title.txt`: whose value is a single-line summary of the problem.
56 - `description.txt`: whose value is a multi-line, detailed description of the problem.
/aosp12/hardware/interfaces/automotive/vehicle/2.0/
H A DIVehicleCallback.hal53 * @param areaId - bitmask that specifies in which areas the problem has
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dhal_neverallows.te33 # This is a problem because
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dhal_neverallows.te33 # This is a problem because
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dhal_neverallows.te35 # This is a problem because
/aosp12/hardware/interfaces/wifi/1.5/default/
H A DTHREADING.README24 Adding a global lock seems to be the most trivial solution to the problem.
/aosp12/art/build/
H A DAndroid.common_path.mk30 …$(error SOONG_CONFIG_art_module_source_build is neither true nor false - mk file ordering problem?)
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dhal_neverallows.te45 # This is a problem because

12345