/frameworks/base/core/java/com/android/internal/util/ |
D | ProcFileReader.java | 205 final boolean negative = mBuffer[0] == '-'; in parseAndConsumeLong() 209 for (int i = negative ? 1 : 0; i < tokenIndex; i++) { in parseAndConsumeLong() 229 return negative ? result : -result; in parseAndConsumeLong()
|
/frameworks/base/core/java/android/widget/ |
D | Chronometer.java | 294 boolean negative = false; in updateText() 297 negative = true; in updateText() 300 if (negative) { in updateText()
|
D | SlidingDrawer.java | 442 boolean negative; in onTouchEvent() 446 negative = yVelocity < 0; in onTouchEvent() 454 negative = xVelocity < 0; in onTouchEvent() 464 if (negative) { in onTouchEvent()
|
/frameworks/base/location/java/android/location/ |
D | Location.java | 255 boolean negative = false; in convert() 258 negative = true; in convert() 271 return negative ? -val : val; in convert() 289 boolean isNegative180 = negative && (deg == 180) && in convert() 311 return negative ? -val : val; in convert()
|
/frameworks/av/media/codecs/amrnb/dec/src/ |
D | dtx_dec.cpp | 871 Flag negative; in dtx_dec() local 1004 negative = 1; in dtx_dec() 1008 negative = 0; in dtx_dec() 1025 if (negative != 0) in dtx_dec()
|
/frameworks/rs/script_api/ |
D | rs_vector_math.spec | 162 For vectors of size 1, returns -1.f for negative values, 0.f for null values, and 1.f for 285 For vectors of size 1, returns -1.f for negative values, 0.f for null values, and 1.f for
|
D | rs_matrix.spec | 367 by a number. This number can be negative. 541 each component of a vector is multiplied by a number. This number can be negative.
|
/frameworks/av/media/libaaudio/tests/ |
D | test_timestamps.cpp | 302 bool negative = timestamp->timestampPosition < 0; in testTimeStamps() local 305 const char *message = negative ? " <=NEGATIVE!" in testTimeStamps()
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricPrompt.java | 421 final CharSequence negative = mPromptInfo.getNegativeButtonText(); in build() local 430 } else if (TextUtils.isEmpty(negative) && !willShowDeviceCredentialButton) { in build() 432 } else if (!TextUtils.isEmpty(negative) && willShowDeviceCredentialButton) { in build()
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLogTags.logtags | 5 # negative values alone for now.)
|
/frameworks/av/media/utils/ |
D | EventLogTags.logtags | 5 # negative values alone for now.)
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | EventLogTags.logtags | 5 # negative values alone for now.)
|
/frameworks/base/core/java/android/view/ |
D | EventLogTags.logtags | 9 # negative values alone for now.)
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/ |
D | ZoneGetter.java | 308 final boolean negative = offsetMillis < 0; in getGmtOffsetText() 310 if (negative) { in getGmtOffsetText()
|
/frameworks/base/core/proto/android/server/ |
D | jobscheduler.proto | 93 // negative. 595 // can be negative if the job is out of quota. 795 // negative if the delay is in the past. 800 // negative in certain situations. 906 // Job IDs can technically be negative. 919 // Job IDs can technically be negative. 1081 // Can be negative if the earliest runtime deadline has passed. 1083 // Can be negative if the latest runtime deadline has passed.
|
/frameworks/base/media/jni/soundpool/ |
D | Android.bp | 91 //"-Wthread-safety-negative", // experimental - looks broken in R.
|
/frameworks/av/services/mediametrics/ |
D | Android.bp | 84 //"-Wthread-safety-negative", // experimental - looks broken in R.
|
/frameworks/base/core/proto/android/server/alarm/ |
D | alarmmanagerservice.proto | 54 // Can be negative if the non-wakeup alarm time is in the past (non-wakeup 170 // negative if 'when' is in the past.
|
/frameworks/base/core/proto/android/content/ |
D | package_item_info.proto | 101 // managed external storage will be backed up; Any negative value
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 875 final boolean negative = value < 0; in append() 876 if (negative) { in append() 893 if (negative) { in append()
|
/frameworks/rs/script_api/include/ |
D | rs_time.rsh | 57 …ffect. The value is positive if it is in effect, zero if it is not, and negative if the informatio…
|
D | rs_vector_math.rsh | 203 * For vectors of size 1, returns -1.f for negative values, 0.f for null values, and 1.f for 416 * For vectors of size 1, returns -1.f for negative values, 0.f for null values, and 1.f for
|
/frameworks/proto_logging/stats/enums/os/ |
D | enums.proto | 79 // The value should be negative or zero.
|
/frameworks/proto_logging/stats/enums/telephony/ |
D | enums.proto | 69 // Do not add negative types.
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 56 + Values can be either a positive integer, a negative integer, or `c`
|