/aosp_15_r20/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/ |
H A D | PartialFormattingTest.java | 70 String expectedOutput = in testGetFormatReplacements0() local 93 String expectedOutput = in testGetFormatReplacements1() local 116 String expectedOutput = in expandToStatement() local 142 String expectedOutput = in expandToMethodSignature() local 170 String expectedOutput = in expandToClassSignature() local 202 String expectedOutput = in ignoreNeighbouringStatements() local 225 String expectedOutput = in insertLeadingNewlines() local 243 String expectedOutput = in insertLeadingNewlines2() local 260 String expectedOutput = in insertTrailingNewlines() local 276 String expectedOutput = in rejoinMethodSignatureLines() local [all …]
|
/aosp_15_r20/external/android-nn-driver/test/1.1/ |
H A D | Mean.cpp | 27 const TestTensor& expectedOutput, in MeanTestImpl() 111 TestTensor expectedOutput{ armnn::TensorShape{ 2 }, { 12.0f, 13.0f } }; variable 122 TestTensor expectedOutput{ armnn::TensorShape{ 1, 1, 1, 2 }, { 2.0f, 2.0f } }; variable 136 TestTensor expectedOutput{ armnn::TensorShape{ 2 }, { 12.0f, 13.0f } }; variable 147 TestTensor expectedOutput{ armnn::TensorShape{ 1, 1, 1, 2 }, { 2.0f, 2.0f } }; variable 166 TestTensor expectedOutput{ armnn::TensorShape{ 2 }, { 12.0f, 13.0f } }; variable 177 TestTensor expectedOutput{ armnn::TensorShape{ 1, 1, 1, 2 }, { 2.0f, 2.0f } }; variable 191 TestTensor expectedOutput{ armnn::TensorShape{ 2 }, { 12.0f, 13.0f } }; variable 202 TestTensor expectedOutput{ armnn::TensorShape{ 1, 1, 1, 2 }, { 2.0f, 2.0f } }; variable 219 TestTensor expectedOutput{ armnn::TensorShape{ 2 }, { 12.0f, 13.0f } }; variable [all …]
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | BatchToSpaceNdTestImpl.hpp | 54 std::vector<T> expectedOutput = ConvertToDataType<ArmnnType>(outputData, outputTensorInfo); in BatchToSpaceNdHelper() local 121 std::vector<float> expectedOutput({ in BatchToSpaceNdNhwcTest1() local 150 std::vector<float> expectedOutput({1.0f, 2.0f, 3.0f, 4.0f}); in BatchToSpaceNdNhwcTest2() local 171 …std::vector<float> expectedOutput({1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, 8.0f, 9.0f, 10.0f, 11… in BatchToSpaceNdNhwcTest3() local 201 std::vector<float> expectedOutput({ in BatchToSpaceNdNhwcTest4() local 226 std::vector<float> expectedOutput({1, 5, 2, 6, 9, 13, 10, 14, 3, 7, 4, 8, 11, 15, 12, 16}); in BatchToSpaceNdNhwcTest5() local 250 std::vector<float> expectedOutput({1, 2, 3, 4}); in BatchToSpaceNdNhwcTest6() local 271 std::vector<float> expectedOutput({1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}); in BatchToSpaceNdNhwcTest7() local 292 std::vector<float> expectedOutput({ in BatchToSpaceNdNchwTest1() local 328 std::vector<float> expectedOutput({1.0f, 2.0f, 3.0f, 4.0f}); in BatchToSpaceNdNchwTest2() local [all …]
|
H A D | GatherTestImpl.cpp | 90 const std::vector<T> expectedOutput = std::vector<T>({ 1, 3, 2, 6 }); in Gather1dParamsTestImpl() local 127 const std::vector<T> expectedOutput = { 12, 11, in Gather1dParamsAxisTestImpl() local 164 const std::vector<T> expectedOutput = std::vector<T>({ 3, 4, 7, 8, 9, 10 }); in GatherMultiDimParamsTestImpl() local 209 const std::vector<T> expectedOutput = in GatherMultiDimParamsMultiDimIndicesTestImpl() local 271 const std::vector<T> expectedOutput = in GatherMultiDimParamsMultiDimIndicesAxis1TestImpl() local 344 const std::vector<T> expectedOutput = in GatherMultiDimParamsMultiDimIndicesAxis2TestImpl() local 395 const std::vector<T> expectedOutput = std::vector<T>({ 1._h, 3._h, 2._h, 6._h }); in Gather1dParamsTestImpl() local 423 … const std::vector<T> expectedOutput = std::vector<T>({ 3._h, 4._h, 7._h, 8._h, 9._h, 10._h }); in GatherMultiDimParamsTestImpl() local 462 const std::vector<T> expectedOutput = in GatherMultiDimParamsMultiDimIndicesTestImpl() local
|
H A D | LstmTestImpl.cpp | 33 std::vector<float>& expectedOutput, in LstmUtilsVectorBatchVectorAddTestImpl() 60 std::vector<float>& expectedOutput, in LstmUtilsZeroVectorTestImpl() 89 std::vector<float>& expectedOutput, in LstmUtilsMeanStddevNormalizationTestImpl() 117 std::vector<float>& expectedOutput, in LstmUtilsVectorBatchVectorCwiseProductTestImpl() 2445 std::vector<float> expectedOutput = {0., 0., 0., 0.}; in LstmUtilsZeroVectorTest() local 2459 std::vector<float> expectedOutput = in LstmUtilsMeanStddevNormalizationNoneZeroInputTest() local 2476 std::vector<float> expectedOutput = in LstmUtilsMeanStddevNormalizationAllZeroInputTest() local 2493 std::vector<float> expectedOutput = in LstmUtilsMeanStddevNormalizationMixedZeroInputTest() local 2531 std::vector<float> expectedOutput = in LstmUtilsVectorBatchVectorCwiseProductTest() local 2575 std::vector<float> expectedOutput = in LstmUtilsVectorBatchVectorAddTest() local [all …]
|
H A D | DepthToSpaceTestImpl.cpp | 50 …std::vector<T> expectedOutput = armnnUtils::QuantizedVector<T>(expectedOutputData, qScale, qOffset… in DepthToSpaceTestImpl() local 99 std::vector<float> expectedOutput = input; in DepthToSpaceTest1() local 143 std::vector<float> expectedOutput in DepthToSpaceTest2() local 176 std::vector<float> expectedOutput = input; in DepthToSpaceTest3() local 217 std::vector<float> expectedOutput in DepthToSpaceTest4() local
|
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/bindinggraphvalidation/ |
H A D | PackageNameCompressorTest.java | 33 String expectedOutput = "Something is wrong with Foo class!" in testSimple() local 43 String expectedOutput = "Something is wrong with baz.Foo and qux.Foo class!" in testSameSimpleNames() local 54 String expectedOutput = "Something is wrong with Foo.provideFoo()!" in testMethodNames() local 64 String expectedOutput = "Something is wrong with a.b.c.Foo, b.b.c.Foo, d.Foo class!" in testMultipleLevelsOfConflicts() local 78 String expectedOutput = "Something is wrong with Foo.Bar.Baz class!" in testInnerClassesKeepOuterClassNameToo() local 92 String expectedOutput = "Something is wrong with a.c.Foo, b.c.Foo, and c.c.Foo class!" in testThreeMultiLevelConflicts() local 125 String expectedOutput = "Something is wrong with Set, a.Foo, and b.Foo class!" in testLegendDoesNotIncludeJavaLang() local 136 String expectedOutput = "Something is wrong with Set class!"; in testOnlyExcludedPrefixesDoesNotPutInLegend() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmPointerParameterTests.cpp | 50 vector<float> expectedOutput; in addComputePointerParamToParamTest() local 148 vector<float> expectedOutput; in addComputePointerParamToGlobalTest() local 264 vector<float> expectedOutput; in addComputePointerBufferMemoryTest() local 394 vector<float> expectedOutput; in addComputePointerBufferMemoryVariablePointersTest() local 522 vector<float> expectedOutput; in addComputePointerWorkgroupMemoryVariablePointersTest() local 693 vector<float> expectedOutput; in addGraphicsPointerParamToParamTest() local 770 vector<float> expectedOutput; in addGraphicsPointerParamToGlobalTest() local 866 vector<float> expectedOutput; in addGraphicsPointerBufferMemoryTest() local 974 vector<float> expectedOutput; in addGraphicsPointerBufferMemoryVariablePointersTest() local
|
/aosp_15_r20/external/armnn/delegate/test/ |
H A D | SoftmaxTest.cpp | 23 …std::vector<float> expectedOutput = {0.00994190481, 0.0445565246, 0.0734612942, 0.329230666, 0.542… variable 31 …std::vector<float> expectedOutput = {0.0946234912, 0.148399189, 0.172415257, 0.270400971, 0.314161… variable 40 std::vector<float> expectedOutput = variable 53 std::vector<float> expectedOutput = { variable 62 std::vector<float> expectedOutput = { variable 71 std::vector<float> expectedOutput = variable
|
/aosp_15_r20/external/android-nn-driver/test/1.2/ |
H A D | Mean.cpp | 29 const TestHalfTensor& expectedOutput, in MeanTestImpl() 116 TestHalfTensor expectedOutput{ armnn::TensorShape{ 2 }, { 12.0_h, 13.0_h } }; variable 129 TestHalfTensor expectedOutput{ armnn::TensorShape{ 1, 1, 1, 2 }, { 2.0_h, 2.0_h } }; variable 152 TestHalfTensor expectedOutput{ armnn::TensorShape{ 2 }, out }; variable 167 TestHalfTensor expectedOutput{ armnn::TensorShape{ 1, 1, 1, 2 }, out }; variable 186 TestHalfTensor expectedOutput{ armnn::TensorShape{ 2 }, { 12.0_h, 13.0_h } }; variable 199 TestHalfTensor expectedOutput{ armnn::TensorShape{ 1, 1, 1, 2 }, { 2.0_h, 2.0_h } }; variable
|
/aosp_15_r20/external/armnn/src/backends/reference/test/ |
H A D | RefEndToEndTests.cpp | 406 const std::vector<uint8_t> expectedOutput({ 1, 1, 1, 1, 0, 0, 0, 0, variable 416 const std::vector<uint8_t> expectedOutput({ 0, 0, 0, 0, 1, 1, 1, 1, variable 426 const std::vector<uint8_t> expectedOutput({ 1, 1, 1, 1, 0, 0, 0, 0, variable 436 const std::vector<uint8_t> expectedOutput({ 0, 0, 0, 0, 1, 1, 1, 1, variable 446 const std::vector<uint8_t> expectedOutput({ 1, 0, 1, 1, 0, 0, variable 456 const std::vector<uint8_t> expectedOutput({ 0, 1, 0, 0, 0, 1, variable 466 const std::vector<uint8_t > expectedOutput({ 1, 0, 1, 1, 0, 0, variable 476 const std::vector<uint8_t> expectedOutput({ 0, 1, 0, 0, 0, 1, variable
|
/aosp_15_r20/external/deqp-deps/glslang/gtests/ |
D | TestFixture.h | 477 std::string input, expectedOutput; variable 511 std::string input, expectedOutput; variable 538 std::string input, expectedOutput; variable 572 std::string input, expectedOutput; in loadFileCompileIoMapAndCheck() local 603 std::string input, expectedOutput; variable 630 std::string expectedOutput; variable 681 std::string input, expectedOutput, expectedError; in loadFilePreprocessAndCheck() local 708 std::string input, expectedOutput; variable
|
/aosp_15_r20/external/angle/third_party/glslang/src/gtests/ |
H A D | TestFixture.h | 515 std::string input, expectedOutput; variable 549 std::string input, expectedOutput; variable 576 std::string input, expectedOutput; variable 610 std::string input, expectedOutput; in loadFileCompileIoMapAndCheck() local 641 std::string input, expectedOutput; variable 668 std::string expectedOutput; variable 719 std::string input, expectedOutput, expectedError; in loadFilePreprocessAndCheck() local 746 std::string input, expectedOutput; variable
|
/aosp_15_r20/external/armnn/src/backends/cl/test/ |
H A D | ClEndToEndTests.cpp | 164 const std::vector<uint8_t> expectedOutput({ 0, 0, 0, 0, 1, 1, 1, 1, variable 174 const std::vector<uint8_t> expectedOutput({ 0, 0, 0, 0, 1, 1, 1, 1, variable 184 const std::vector<uint8_t> expectedOutput({ 0, 1, 0, 0, 0, 1, variable 194 const std::vector<uint8_t> expectedOutput({ 0, 1, 0, 0, 0, 1, variable
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/primitives/ |
H A D | CharsTest.java | 374 private static void testReverse(char[] input, char[] expectedOutput) { in testReverse() 380 private static void testReverse(char[] input, int fromIndex, int toIndex, char[] expectedOutput) { in testReverse() 395 private static void testRotate(char[] input, int distance, char[] expectedOutput) { in testRotate() 402 char[] input, int distance, int fromIndex, int toIndex, char[] expectedOutput) { in testRotate() 600 private static void testSortDescending(char[] input, char[] expectedOutput) { in testSortDescending() 607 char[] input, int fromIndex, int toIndex, char[] expectedOutput) { in testSortDescending()
|
H A D | ShortsTest.java | 381 private static void testReverse(short[] input, short[] expectedOutput) { in testReverse() 388 short[] input, int fromIndex, int toIndex, short[] expectedOutput) { in testReverse() 403 private static void testRotate(short[] input, int distance, short[] expectedOutput) { in testRotate() 410 short[] input, int distance, int fromIndex, int toIndex, short[] expectedOutput) { in testRotate() 508 private static void testSortDescending(short[] input, short[] expectedOutput) { in testSortDescending() 515 short[] input, int fromIndex, int toIndex, short[] expectedOutput) { in testSortDescending()
|
H A D | IntsTest.java | 359 private static void testReverse(int[] input, int[] expectedOutput) { in testReverse() 365 private static void testReverse(int[] input, int fromIndex, int toIndex, int[] expectedOutput) { in testReverse() 380 private static void testRotate(int[] input, int distance, int[] expectedOutput) { in testRotate() 387 int[] input, int distance, int fromIndex, int toIndex, int[] expectedOutput) { in testRotate() 485 private static void testSortDescending(int[] input, int[] expectedOutput) { in testSortDescending() 492 int[] input, int fromIndex, int toIndex, int[] expectedOutput) { in testSortDescending()
|
H A D | DoublesTest.java | 379 private static void testReverse(double[] input, double[] expectedOutput) { in testReverse() 386 double[] input, int fromIndex, int toIndex, double[] expectedOutput) { in testReverse() 401 private static void testRotate(double[] input, int distance, double[] expectedOutput) { in testRotate() 408 double[] input, int distance, int fromIndex, int toIndex, double[] expectedOutput) { in testRotate() 509 private static void testSortDescending(double[] input, double[] expectedOutput) { in testSortDescending() 518 double[] input, int fromIndex, int toIndex, double[] expectedOutput) { in testSortDescending()
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/primitives/ |
H A D | CharsTest.java | 374 private static void testReverse(char[] input, char[] expectedOutput) { in testReverse() 380 private static void testReverse(char[] input, int fromIndex, int toIndex, char[] expectedOutput) { in testReverse() 395 private static void testRotate(char[] input, int distance, char[] expectedOutput) { in testRotate() 402 char[] input, int distance, int fromIndex, int toIndex, char[] expectedOutput) { in testRotate() 600 private static void testSortDescending(char[] input, char[] expectedOutput) { in testSortDescending() 607 char[] input, int fromIndex, int toIndex, char[] expectedOutput) { in testSortDescending()
|
H A D | ShortsTest.java | 381 private static void testReverse(short[] input, short[] expectedOutput) { in testReverse() 388 short[] input, int fromIndex, int toIndex, short[] expectedOutput) { in testReverse() 403 private static void testRotate(short[] input, int distance, short[] expectedOutput) { in testRotate() 410 short[] input, int distance, int fromIndex, int toIndex, short[] expectedOutput) { in testRotate() 508 private static void testSortDescending(short[] input, short[] expectedOutput) { in testSortDescending() 515 short[] input, int fromIndex, int toIndex, short[] expectedOutput) { in testSortDescending()
|
H A D | DoublesTest.java | 379 private static void testReverse(double[] input, double[] expectedOutput) { in testReverse() 386 double[] input, int fromIndex, int toIndex, double[] expectedOutput) { in testReverse() 401 private static void testRotate(double[] input, int distance, double[] expectedOutput) { in testRotate() 408 double[] input, int distance, int fromIndex, int toIndex, double[] expectedOutput) { in testRotate() 509 private static void testSortDescending(double[] input, double[] expectedOutput) { in testSortDescending() 518 double[] input, int fromIndex, int toIndex, double[] expectedOutput) { in testSortDescending()
|
/aosp_15_r20/external/armnn/src/armnn/test/optimizations/ |
H A D | ReduceMultipleAxesTests.cpp | 47 const std::vector<float>& expectedOutput, in ReduceWithMultipleAxesTest() 138 const std::vector<float> expectedOutput({666.0f, 888.0f, 1110.0f, 1332.0f}); in ReduceSumWithTwoAxesKeepDimsTest() local 170 const std::vector<float> expectedOutput({666.0f, 888.0f, 1110.0f, 1332.0f}); in ReduceSumWithTwoAxesTest() local 205 const std::vector<float> expectedOutput({110.0f, 286.0f}); in ReduceSumWithThreeAxesKeepDimsTest() local 240 const std::vector<float> expectedOutput({110.0f, 286.0f}); in ReduceSumWithThreeAxesTest() local
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
H A D | FieldMaskTest.cs | 98 public void ToString(string[] input, string expectedOutput) in ToString() 110 public void FromString(string input, string[] expectedOutput) in FromString() 132 public void FromFieldNumbers(int[] input, string[] expectedOutput) in FromFieldNumbers() 157 public void Normalize(string[] input, string expectedOutput) in Normalize()
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
H A D | FieldMaskTest.cs | 98 public void ToString(string[] input, string expectedOutput) in ToString() 110 public void FromString(string input, string[] expectedOutput) in FromString() 132 public void FromFieldNumbers(int[] input, string[] expectedOutput) in FromFieldNumbers() 157 public void Normalize(string[] input, string expectedOutput) in Normalize()
|
/aosp_15_r20/external/armnn/src/backends/neon/test/ |
H A D | NeonEndToEndTests.cpp | 98 const std::vector<uint8_t> expectedOutput({ 0, 0, 0, 0, 1, 1, 1, 1, variable 108 const std::vector<uint8_t> expectedOutput({ 0, 0, 0, 0, 1, 1, 1, 1, variable 118 const std::vector<uint8_t> expectedOutput({ 0, 1, 0, 0, 0, 1, variable 128 const std::vector<uint8_t> expectedOutput({ 0, 1, 0, 0, 0, 1, variable
|