/frameworks/layoutlib/create/.settings/ |
D | org.eclipse.jdt.core.prefs | 14 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/ |
D | org.eclipse.jdt.core.prefs | 14 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/ |
D | CameraAccessException.java | 111 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/ |
D | InputEventConsistencyVerifier.java | 224 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/ |
D | SignatureBuilder.java | 223 } catch (SignatureBuilderException problem) { in buildSignature() 224 problem.report(element); in buildSignature()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CONTRIBUTORS.txt | 75 * Fixed initialization ordering problem in logging code. 96 * Fixed m4/acx_pthread.m4 problem for some Linux distributions.
|
D | CHANGES.txt | 738 * 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/ |
D | bugreport-format.md | 55 - `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/ |
D | README.md | 92 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/ |
D | package.proto | 63 // Messages from the settings problem file
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 73 greatly exceeds 60ms then there is a problem with the accelerometer or the
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/ |
D | README.md | 90 Please note that there is a known problem with some versions of
|
/frameworks/base/core/proto/android/telecomm/ |
D | enums.proto | 123 * Disconnected because there was an error, such as a problem with the network.
|
/frameworks/base/libs/hwui/ |
D | Android.bp | 26 // a problem
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 54 // 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/ |
D | plugin.proto | 87 // problem in protoc itself -- such as the input CodeGeneratorRequest being
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | README.md | 251 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/ |
D | acx_pthread.m4 | 240 # architectures and systems. The problem is that in certain
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | README.md | 333 unique, so there should be no problem with this, but MSVC prints warning
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/ |
D | README.md | 133 penalty. This is not a problem if the field has no default or is an
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 357 // connection problem.
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 176 // Consider removing this if it becomes a problem
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 80071 Landroid/view/InputEventConsistencyVerifier;->problem(Ljava/lang/String;)V
|