Home
last modified time | relevance | path

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

/frameworks/layoutlib/create/.settings/
Dorg.eclipse.jdt.core.prefs14 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
15 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
16 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
17 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
18 org.eclipse.jdt.core.compiler.problem.deadCode=warning
19 org.eclipse.jdt.core.compiler.problem.deprecation=warning
20 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
21 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
22 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
23 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
[all …]
/frameworks/layoutlib/bridge/.settings/
Dorg.eclipse.jdt.core.prefs14 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
15 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
16 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
17 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
18 org.eclipse.jdt.core.compiler.problem.deadCode=warning
19 org.eclipse.jdt.core.compiler.problem.deprecation=warning
20 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
21 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
22 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
23 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
[all …]
/frameworks/base/core/java/android/hardware/camera2/
DCameraAccessException.java111 public CameraAccessException(@AccessError int problem) { in CameraAccessException() argument
112 super(getDefaultMessage(problem)); in CameraAccessException()
113 mReason = problem; in CameraAccessException()
116 public CameraAccessException(@AccessError int problem, String message) { in CameraAccessException() argument
117 super(getCombinedMessage(problem, message)); in CameraAccessException()
118 mReason = problem; in CameraAccessException()
121 public CameraAccessException(@AccessError int problem, String message, Throwable cause) { in CameraAccessException() argument
122 super(getCombinedMessage(problem, message), cause); in CameraAccessException()
123 mReason = problem; in CameraAccessException()
126 public CameraAccessException(@AccessError int problem, Throwable cause) { in CameraAccessException() argument
[all …]
/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java224 problem("ACTION_DOWN but key is already down and this event " in onKeyEvent()
235 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()
298 problem("Invalid action " + MotionEvent.actionToString(action) in onTrackballEvent()
304 problem("Trackball is down but pressure is not greater than 0."); 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()
352 problem("Touch event stream contains events from multiple sources: " in onTouchEvent()
[all …]
/frameworks/compile/slang/tests/F_reduce_general_bad_result/
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
139 // problem is result type, not accumulator type, so outconverter can break this
168 // problem is result type, not accumulator type, so outconverter can fix this
175 // problem is result type, not accumulator type, so outconverter can break this
[all …]
/frameworks/native/cmds/dumpstate/
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.
/frameworks/base/core/proto/android/service/
Dpackage.proto63 // Messages from the settings problem file
/frameworks/base/tools/orientationplot/
DREADME.txt73 greatly exceeds 60ms then there is a problem with the accelerometer or the
/frameworks/base/libs/hwui/
DAndroid.bp26 // a problem
/frameworks/base/core/proto/android/telecomm/
Denums.proto141 * Disconnected because there was an error, such as a problem with the network.
/frameworks/base/proto/src/
Dsystem_messages.proto54 // Notify the user of a problem with a plugin (dev devices only).
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md251 which isn't possible and will cause a deadlock. The BufferQueueScheduler solves this problem by
/frameworks/opt/telephony/proto/src/
Dtelephony.proto442 // connection problem.
/frameworks/base/cmds/statsd/src/
Datoms.proto181 // Consider removing this if it becomes a problem
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt74737 Landroid/view/InputEventConsistencyVerifier;->problem(Ljava/lang/String;)V