Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 25 of 44) sorted by relevance

12

/packages/apps/DeskClock/src/com/android/deskclock/uidata/
DFormattedStringModel.kt100 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()
DUiDataModel.kt131 fun getFormattedNumber(negative: Boolean, value: Int, length: Int): String { in getFormattedNumber()
133 return mFormattedStringModel.getFormattedNumber(negative, value, length) in getFormattedNumber()
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/storage/
Dentity_metadata.proto30 // Non-negative fractions of a second at nanosecond resolution. Negative
31 // second values with fractions must still have non-negative nanos values
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkRanker.java133 @NonNull final List<T> positive, @NonNull final List<T> negative) { in partitionInto() argument
135 negative.clear(); in partitionInto()
140 negative.add(item); in partitionInto()
/packages/modules/ExtServices/java/src/android/ext/services/resolver/
DLRResolverRankerService.java106 final ArrayMap<String, Float> negative = getFeatures(targets.get(i)); in onTrainRankingModel() local
109 update(negative, negativeProbability, false); in onTrainRankingModel()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
DAutofillPickerFragment.java218 final Button negative = dialog.getButton(AlertDialog.BUTTON_NEGATIVE); in displayAlert() local
219 negative.requestFocus(); in displayAlert()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterNegative.java18 representation.setTextId(R.string.negative); in getDefaultRepresentation()
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_interop_tests/
Ddefault_config.json81 // Non-negative integer that controls the minimum delay in minutes to deliver
85 // Non-negative integer that controls the span in minutes to deliver an
/packages/modules/Permission/tests/cts/permission/
DREADME15 In the permissions test cases, we just test the negative cases. These tests are to test the behavio…
/packages/apps/Gallery2/jni/
DAndroid.bp50 "filters/negative.c",
/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/occupantconnection/
DPermissionActivity.java70 Button negativeButton = findViewById(R.id.negative); in onResume()
/packages/services/Telecomm/proto/
Dtelecom.proto104 // If the event is the first, this will be negative.
132 // If the event is the first, this will be negative.
/packages/modules/AdServices/adservices/flags/
Dadservices_flags.aconfig50 description: "Enabled negative filtering feature with signed contextual ads"
/packages/modules/Bluetooth/tools/rootcanal/rust/test/SP/
DBV-14bis-C.in1 // Passkey entry responder, negative reply on responding side:
DBV-15bis-C.in1 // Passkey entry initiator, negative reply on responding side:
/packages/modules/Bluetooth/system/stack/mmc/
DREADME.md38 data length on success, and negative error number otherwise.
/packages/modules/NeuralNetworks/tools/api/
DREADME.md65 *count* space characters. *count* must be a non-negative integer.
182 with *count* space characters. *count* must be a non-negative integer.
Dtypes.spec3793 * number of selected bounding boxes for each image. Set to a negative
4049 * zero; if you specify a negative dimension index, it is counted backward
4802 * Computes numerical negative value element-wise.
/packages/modules/NeuralNetworks/tools/test_generator/
DREADME.md161 The target axis can also be negative to test the negative indexing
406 ### Creating negative tests
/packages/services/Car/car_product/car_ui_portrait/bootanimation/
DREADME53 + Values can be either a positive integer, a negative integer, or `c`
/packages/modules/Wifi/service/proto/src/
Dscorecard.proto107 // Compact signed encoding used here, because rssi values are negative.
/packages/services/Car/tests/BugReportApp/libs/
Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
/packages/apps/Car/DebuggingRestrictionController/libs/
Djackson-core-2.11.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
Dokio-1.15.0.jar ... data int pos int limit long value int seen boolean negative boolean done long overflowZone long overflowDigit public long readHexadecimalUnsignedLong ( ...
/packages/modules/AdServices/adservices/service-core/proto/
Dbidding_auction_servers.proto155 // negative indicates that the ad cannot win the auction. The winner of the

12