/packages/apps/DeskClock/src/com/android/deskclock/uidata/ |
D | FormattedStringModel.kt | 100 fun getFormattedNumber(negative: Boolean, value: Int, length: Int): String { in getFormattedNumber() 104 val lengthCacheKey = if (negative) -length else length in getFormattedNumber() 114 val sign = if (negative) "−" else "" in getFormattedNumber()
|
D | FormattedStringModel.java | 105 String getFormattedNumber(boolean negative, int value, int length) { in getFormattedNumber() argument 111 final int lengthCacheKey = negative ? -length : length; in getFormattedNumber() 121 final String sign = negative ? "−" : ""; in getFormattedNumber()
|
D | UiDataModel.java | 152 public String getFormattedNumber(boolean negative, int value, int length) { in getFormattedNumber() argument 154 return mFormattedStringModel.getFormattedNumber(negative, value, length); in getFormattedNumber()
|
D | UiDataModel.kt | 131 fun getFormattedNumber(negative: Boolean, value: Int, length: Int): String { in getFormattedNumber() 133 return mFormattedStringModel.getFormattedNumber(negative, value, length) in getFormattedNumber()
|
/packages/modules/ExtServices/src/android/ext/services/resolver/ |
D | LRResolverRankerService.java | 95 final ArrayMap<String, Float> negative = getFeatures(targets.get(i)); in onTrainRankingModel() local 98 update(negative, negativeProbability, false); in onTrainRankingModel()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/ |
D | AutofillPickerFragment.java | 218 final Button negative = dialog.getButton(AlertDialog.BUTTON_NEGATIVE); in displayAlert() local 219 negative.requestFocus(); in displayAlert()
|
/packages/services/Telecomm/proto/ |
D | telecom.proto | 104 // If the event is the first, this will be negative. 132 // If the event is the first, this will be negative.
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ImageFilterNegative.java | 18 representation.setTextId(R.string.negative); in getDefaultRepresentation()
|
/packages/apps/Gallery2/jni/ |
D | Android.bp | 46 "filters/negative.c",
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | hr_wordlist.combined.gz | 1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ... |
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |
D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |