Home
last modified time | relevance | path

Searched defs:inputValue (Results 1 – 25 of 104) sorted by relevance

12345

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderAtomicCounterOpsTests.hpp53 AtomicOperation(std::string function, glw::GLuint inputValue, glw::GLuint paramValue, in AtomicOperation()
109 AtomicOperationAdd(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationAdd()
125 AtomicOperationSubtract(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationSubtract()
141 AtomicOperationMin(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationMin()
157 AtomicOperationMax(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationMax()
173 AtomicOperationAnd(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationAnd()
189 AtomicOperationOr(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationOr()
205 AtomicOperationXor(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationXor()
222 AtomicOperationExchange(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationExchange()
237 … AtomicOperationCompSwap(glw::GLuint inputValue, glw::GLuint paramValue, glw::GLuint compareValue) in AtomicOperationCompSwap()
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/vld/
H A DValidatePolymSubTypeTest.java143 final BaseValue inputValue = new GoodValue(); in testWithDefaultTypingNameAccept() local
162 final BaseValue inputValue = new GoodValue(); in testWithDefaultTypingClassAccept() local
187 final BaseValue inputValue = new GoodValue(); in testWithAnnotationNameAccept() local
206 final BaseValue inputValue = new GoodValue(); in testWithAnnotationClassAccept() local
231 final BaseValue inputValue = new GoodValue(); in testWithAnnotationMinClassNameAccept() local
250 final BaseValue inputValue = new GoodValue(); in testWithAnnotationMinClassClassAccept() local
/aosp_15_r20/external/rappor/client/javatest/com/google/rappor/
H A DEncoderTest.java664 long inputValue = 0b11111101L; in testEncoderEncodeBits_prrFlipProbability() local
707 long inputValue = 0b11111101L; in testEncoderEncodeBits_irrFlipProbability() local
768 long inputValue = 0b11111101L; in testEncoderEncodeBits_endToEnd() local
904 long inputValue = 1L << (i - 1); in testEncoderEncodeBits_32BitValuesEncodeSuccessfully() local
984 long inputValue = 1L << (i - 1); in testEncoderEncodeBits_63BitValuesEncodeSuccessfully() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DPad.cpp97 auto inputValue = input.Get(); in Pad() local
114 auto inputValue = input.Get(); in Pad() local
136 auto inputValue = input.Get(); in Pad() local
168 auto inputValue = input.Get(); in Pad() local
H A DSplitter.cpp75 float inputValue = 0.f; in Split() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderUniformIntegerFunctionTests.cpp69 …FunctionCase::UniformIntegerFunctionCase(Context &context, const char *description, int inputValue, in UniformIntegerFunctionCase()
162 …FindMSBEdgeCase(Context &context, int inputValue, glu::Precision precision, glu::ShaderType shader… in FindMSBEdgeCase()
182 …FindLSBEdgeCase(Context &context, int inputValue, glu::Precision precision, glu::ShaderType shader… in FindLSBEdgeCase()
H A Des31fShaderAtomicOpTests.cpp300 const int inputValue = in verify() local
314 const int inputValue = in verify() local
462 const int32_t inputValue = in verify() local
546 const int32_t inputValue = in verify() local
638 const uint32_t inputValue = in verify() local
713 const uint32_t inputValue = in verify() local
794 const uint32_t inputValue = in verify() local
/aosp_15_r20/external/android-nn-driver/test/
H A DLstm.hpp84 const std::vector<float>& inputValue, in LstmTestImpl()
388 const std::vector<uint8_t>& inputValue, in QuantizedLstmTestImpl()
673 std::vector<float> inputValue{2.0f, 3.0f}; in LstmNoCifgNoPeepholeNoProjection() local
869 std::vector<float> inputValue{2.0f, 3.0f}; in LstmCifgPeepholeNoProjection() local
1059 std::vector<float> inputValue{0.787926f, 0.151646f, 0.071352f, 0.118426f, 0.458058f, in LstmNoCifgPeepholeProjection() local
1779 std::vector<float> inputValue{2.0f, 3.0f, 3.0f, 4.0f}; in LstmCifgPeepholeNoProjectionBatch2() local
1972 std::vector<float> inputValue{ 0.7f, 0.8f, 0.1f, 0.2f, 0.3f, // batch 0 in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local
2174 std::vector<float> inputValue{ 0.7f, 0.8f, 0.1f, 0.2f, 0.3f, // batch 0 in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
2370 std::vector<uint8_t> inputValue{166, 179, 50, 150}; in QuantizedLstm() local
H A DUnidirectionalSequenceLstm.hpp85 const std::vector<float>& inputValue, in UnidirectionalSequenceLstmTestImpl()
375 std::vector<float> inputValue{1., 2., 3., 4., 5., 4., in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
578 std::vector<float> inputValue{1., 2., 3., 4., 5., 4., in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
783 std::vector<float> inputValue{1., 2., 3., 4., 5., 4., in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1023 std::vector<float> inputValue{1., 2., 3., 4., 5., 4., in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1238 std::vector<float> inputValue{1., 2., 3., 4., 5., 4., in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/message2/
H A DFormattedPlaceholder.java21 private final Object inputValue; field in FormattedPlaceholder
33 public FormattedPlaceholder(Object inputValue, FormattedValue formattedValue) { in FormattedPlaceholder()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/message2/
H A DFormattedPlaceholder.java19 private final Object inputValue; field in FormattedPlaceholder
31 public FormattedPlaceholder(Object inputValue, FormattedValue formattedValue) { in FormattedPlaceholder()
/aosp_15_r20/frameworks/base/core/tests/privacytests/src/android/privacy/
H A DRapporEncoderTest.java82 final long inputValue = 254L; in testRapporEncoder_IRRWithPRR() local
131 final long inputValue = 254L; in testRapporEncoder_ensureSecureEncoderIsSecure() local
/aosp_15_r20/external/android-nn-driver/test/1.3/
H A DQLstm.cpp63 const std::vector<int8_t>& inputValue, in QLstmTestImpl()
530 std::vector<int8_t> inputValue{ 90, 102, 13, 26, 38, 102, 13, 26, 51, 64}; in QLstmWithProjection() local
688 std::vector<int8_t> inputValue { 90, 102, 13, 26, 38, 102, 13, 26, 51, 64 }; in QLstmWithNoProjection() local
849 std::vector<int8_t> inputValue { 90, 102, 13, 26, 38, 102, 13, 26, 51, 64 }; in DynamicOutputQLstmWithNoProjection() local
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/waiters/
H A DJmesPathAcceptorGenerator.java70 public CodeBlock interpret(String expression, String inputValue) { in interpret()
85 private Visitor(CodeBlock.Builder codeBlock, String inputValue) { in Visitor()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dunits_test.cpp33 const double inputValue; member
276 const double inputValue; in testConverter() member
733 double inputValue; in testComplexUnitsConverterSorting() member
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dunits_test.cpp33 const double inputValue; member
273 const double inputValue; in testConverter() member
714 double inputValue; in testComplexUnitsConverterSorting() member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemStorageBufferTests.cpp794 void calculateAtomicOpData(SSBOAtomicType type, const tcu::UVec4 &inputValue, const uint32_t atomic… in calculateAtomicOpData()
935 const tcu::UVec4 &inputValue = testData[ndx].input; in createAtomicStorageBufferTests() local
956 tcu::UVec4 inputValue; in createAtomicStorageBufferTests() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/units/
H A DUnitsConverter.java140 public BigDecimal convert(BigDecimal inputValue) { in convert()
180 public BigDecimal convertInverse(BigDecimal inputValue) { in convertInverse()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/units/
H A DUnitsConverter.java136 public BigDecimal convert(BigDecimal inputValue) { in convert()
176 public BigDecimal convertInverse(BigDecimal inputValue) { in convertInverse()
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxClient/src/com/android/sdksandboxclient/
DMainActivity.java563 final EditText inputValue = new EditText(this); in onGetOrSendFileDescriptorPressed() local
841 private void onSyncKeyPressed(EditText inputKey, EditText inputValue) { in onSyncKeyPressed()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/log/table/
H A DTableChangeTest.kt355 val inputValue = "fakeValue" in constructor_columnNameNotTooLong_noReallocation() constant
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/
H A DStringResources.java16 public static String processStringResources(String inputValue) { in processStringResources()
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
H A DDisableAutofillTest.java107 final AutofillValue inputValue = input.getAutofillValue(); in testAugmentedAutofill_standardAutofillDisabledByService_otherActivity() local
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/sdkinterfaces/src/android/app/sdksandbox/interfaces/
DISdkApi.aidl21 ParcelFileDescriptor getFileDescriptor(String inputValue); in getFileDescriptor()
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
H A DDateValueSanitizerTest.java69 final AutofillValue inputValue = AutofillValue.forDate(inputDate); in testSanitize_ok() local

12345