Home
last modified time | relevance | path

Searched refs:problem (Results 1 – 23 of 23) 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/base/tools/processors/unsupportedappusage/src/android/processor/unsupportedappusage/
DSignatureBuilder.java223 } catch (SignatureBuilderException problem) { in buildSignature()
224 problem.report(element); in buildSignature()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCONTRIBUTORS.txt75 * Fixed initialization ordering problem in logging code.
96 * Fixed m4/acx_pthread.m4 problem for some Linux distributions.
DCHANGES.txt738 * Fixed a missing file problem of Python C++ implementation.
848 * Fixed the friendship problem for old compilers to make the library now gcc 3
1113 parsing large string values. The underlying problem is with Java's
/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/opt/gamesdk/third_party/protobuf-3.0.0/src/
DREADME.md92 often fix the problem by invoking its configure script like:
199 re-compiling. This problem, when it occurs, will normally be detected
/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/opt/gamesdk/third_party/protobuf-3.0.0/python/
DREADME.md90 Please note that there is a known problem with some versions of
/frameworks/base/core/proto/android/telecomm/
Denums.proto123 * Disconnected because there was an error, such as a problem with the network.
/frameworks/base/libs/hwui/
DAndroid.bp26 // a problem
/frameworks/base/proto/src/
Dsystem_messages.proto54 // Notify the user of a problem with a plugin (dev devices only).
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dplugin.proto87 // problem in protoc itself -- such as the input CodeGeneratorRequest being
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md251 which isn't possible and will cause a deadlock. The BufferQueueScheduler solves this problem by
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/
Dacx_pthread.m4240 # architectures and systems. The problem is that in certain
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
DREADME.md333 unique, so there should be no problem with this, but MSVC prints warning
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/
DREADME.md133 penalty. This is not a problem if the field has no default or is an
/frameworks/opt/telephony/proto/src/
Dtelephony.proto357 // connection problem.
/frameworks/base/cmds/statsd/src/
Datoms.proto176 // Consider removing this if it becomes a problem
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt80071 Landroid/view/InputEventConsistencyVerifier;->problem(Ljava/lang/String;)V