Home
last modified time | relevance | path

Searched refs:inputValue (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/tests/privacytests/src/android/privacy/
H A DRapporEncoderTest.java82 final long inputValue = 254L; in testRapporEncoder_IRRWithPRR() local
97 assertEquals(expectedPrrValue, toLong(encoder1.encodeBits(toBytes(inputValue)))); in testRapporEncoder_IRRWithPRR()
125 assertEquals(expectedPrrAndIrrValue, toLong(encoder3.encodeBits(toBytes(inputValue)))); in testRapporEncoder_IRRWithPRR()
131 final long inputValue = 254L; in testRapporEncoder_ensureSecureEncoderIsSecure() local
146 assertEquals(prrValue, toLong(encoder1.encodeBits(toBytes(inputValue)))); in testRapporEncoder_ensureSecureEncoderIsSecure()
181 encoder3.encodeBits(toBytes(inputValue)))); in testRapporEncoder_ensureSecureEncoderIsSecure()
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
H A DNetworkProviderWorkerTest.java291 public void receiveNotification(boolean inputValue) { in receiveNotification() argument
292 mHasNotification = inputValue; in receiveNotification()
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DRoiPooling.cpp127 T_Input inputValue = batchBase[h * inWidth * inDepth + w * inDepth + k]; in roiPoolingNhwc() local
128 if (first || inputValue > maxValue) { in roiPoolingNhwc()
129 maxValue = inputValue; in roiPoolingNhwc()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphReader.java390 Object inputValue = getAssignmentValue(attributes); in addFilterInput() local
391 if (inputValue == null) { in addFilterInput()
399 inputValue)); in addFilterInput()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCarrierXmlParser.java343 public String getDefinitionByCompareValue(String inputValue) { in getDefinitionByCompareValue() argument
344 if (mCompareValue.equals(inputValue)) { in getDefinitionByCompareValue()