Home
last modified time | relevance | path

Searched defs:expectedOutput (Results 1 – 25 of 86) sorted by relevance

1234

/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DFieldMaskTest.cs98 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()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmPointerParameterTests.cpp50 vector<float> expectedOutput; in addComputePointerParamToParamTest() local
148 vector<float> expectedOutput; in addComputePointerParamToGlobalTest() local
264 vector<float> expectedOutput; in addComputePointerBufferMemoryTest() local
398 vector<float> expectedOutput; in addComputePointerBufferMemoryVariablePointersTest() local
526 vector<float> expectedOutput; in addComputePointerWorkgroupMemoryVariablePointersTest() local
697 vector<float> expectedOutput; in addGraphicsPointerParamToParamTest() local
775 vector<float> expectedOutput; in addGraphicsPointerParamToGlobalTest() local
872 vector<float> expectedOutput; in addGraphicsPointerBufferMemoryTest() local
987 vector<float> expectedOutput; in addGraphicsPointerBufferMemoryVariablePointersTest() local
DvktSpvAsmVariableInitTests.cpp125 vector<float> expectedOutput (numFloats, 1.0f); in addComputeVariableInitPrivateTest() local
231 vector<float> expectedOutput (numFloats, 1.0f); in addGraphicsVariableInitPrivateTest() local
625 vector<float> expectedOutput (testParams[paramIdx].numComponents, 1.0f); in addGraphicsVariableInitOutputTest() local
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/
DDotPrinterTest.java36 String expectedOutput = "digraph {" + System.lineSeparator(); in testWithType() local
62 String expectedOutput = "digraph {" + System.lineSeparator(); in testWithoutType() local
/external/deqp-deps/glslang/gtests/
DTestFixture.h448 std::string input, expectedOutput; variable
481 std::string input, expectedOutput; variable
508 std::string input, expectedOutput; variable
542 std::string input, expectedOutput; in loadFileCompileIoMapAndCheck() local
573 std::string input, expectedOutput; variable
600 std::string expectedOutput; variable
651 std::string input, expectedOutput, expectedError; in loadFilePreprocessAndCheck() local
678 std::string input, expectedOutput; variable
/external/angle/third_party/glslang/src/gtests/
DTestFixture.h448 std::string input, expectedOutput; variable
481 std::string input, expectedOutput; variable
508 std::string input, expectedOutput; variable
542 std::string input, expectedOutput; in loadFileCompileIoMapAndCheck() local
573 std::string input, expectedOutput; variable
600 std::string expectedOutput; variable
651 std::string input, expectedOutput, expectedError; in loadFilePreprocessAndCheck() local
678 std::string input, expectedOutput; variable
/external/exoplayer/tree/library/common/src/test/java/com/google/android/exoplayer2/util/
DNalUnitUtilTest.java194 private static void assertUnescapeMatchesExpected(String input, String expectedOutput) { in assertUnescapeMatchesExpected()
204 private static void assertDiscardToSpsMatchesExpected(String input, String expectedOutput) { in assertDiscardToSpsMatchesExpected()
/external/guava/guava-tests/test/com/google/common/primitives/
DCharsTest.java331 private static void testReverse(char[] input, char[] expectedOutput) { in testReverse()
337 private static void testReverse(char[] input, int fromIndex, int toIndex, char[] expectedOutput) { in testReverse()
360 private static void testSortDescending(char[] input, char[] expectedOutput) { in testSortDescending()
367 char[] input, int fromIndex, int toIndex, char[] expectedOutput) { in testSortDescending()
DSignedBytesTest.java164 private static void testSortDescending(byte[] input, byte[] expectedOutput) { in testSortDescending()
171 byte[] input, int fromIndex, int toIndex, byte[] expectedOutput) { in testSortDescending()
DShortsTest.java343 private static void testReverse(short[] input, short[] expectedOutput) { in testReverse()
350 short[] input, int fromIndex, int toIndex, short[] expectedOutput) { in testReverse()
373 private static void testSortDescending(short[] input, short[] expectedOutput) { in testSortDescending()
380 short[] input, int fromIndex, int toIndex, short[] expectedOutput) { in testSortDescending()
DIntsTest.java315 private static void testReverse(int[] input, int[] expectedOutput) { in testReverse()
321 private static void testReverse(int[] input, int fromIndex, int toIndex, int[] expectedOutput) { in testReverse()
344 private static void testSortDescending(int[] input, int[] expectedOutput) { in testSortDescending()
351 int[] input, int fromIndex, int toIndex, int[] expectedOutput) { in testSortDescending()
DLongsTest.java329 private static void testReverse(long[] input, long[] expectedOutput) { in testReverse()
335 private static void testReverse(long[] input, int fromIndex, int toIndex, long[] expectedOutput) { in testReverse()
358 private static void testSortDescending(long[] input, long[] expectedOutput) { in testSortDescending()
365 long[] input, int fromIndex, int toIndex, long[] expectedOutput) { in testSortDescending()
DFloatsTest.java323 private static void testReverse(float[] input, float[] expectedOutput) { in testReverse()
330 float[] input, int fromIndex, int toIndex, float[] expectedOutput) { in testReverse()
355 private static void testSortDescending(float[] input, float[] expectedOutput) { in testSortDescending()
365 float[] input, int fromIndex, int toIndex, float[] expectedOutput) { in testSortDescending()
DDoublesTest.java341 private static void testReverse(double[] input, double[] expectedOutput) { in testReverse()
348 double[] input, int fromIndex, int toIndex, double[] expectedOutput) { in testReverse()
374 private static void testSortDescending(double[] input, double[] expectedOutput) { in testSortDescending()
384 double[] input, int fromIndex, int toIndex, double[] expectedOutput) { in testSortDescending()
DBytesTest.java250 private static void testReverse(byte[] input, byte[] expectedOutput) { in testReverse()
256 private static void testReverse(byte[] input, int fromIndex, int toIndex, byte[] expectedOutput) { in testReverse()
DBooleansTest.java189 private static void testReverse(boolean[] input, boolean[] expectedOutput) { in testReverse()
196 boolean[] input, int fromIndex, int toIndex, boolean[] expectedOutput) { in testReverse()
/external/guava/android/guava-tests/test/com/google/common/primitives/
DCharsTest.java331 private static void testReverse(char[] input, char[] expectedOutput) { in testReverse()
337 private static void testReverse(char[] input, int fromIndex, int toIndex, char[] expectedOutput) { in testReverse()
360 private static void testSortDescending(char[] input, char[] expectedOutput) { in testSortDescending()
367 char[] input, int fromIndex, int toIndex, char[] expectedOutput) { in testSortDescending()
DSignedBytesTest.java164 private static void testSortDescending(byte[] input, byte[] expectedOutput) { in testSortDescending()
171 byte[] input, int fromIndex, int toIndex, byte[] expectedOutput) { in testSortDescending()
DShortsTest.java343 private static void testReverse(short[] input, short[] expectedOutput) { in testReverse()
350 short[] input, int fromIndex, int toIndex, short[] expectedOutput) { in testReverse()
373 private static void testSortDescending(short[] input, short[] expectedOutput) { in testSortDescending()
380 short[] input, int fromIndex, int toIndex, short[] expectedOutput) { in testSortDescending()
DIntsTest.java315 private static void testReverse(int[] input, int[] expectedOutput) { in testReverse()
321 private static void testReverse(int[] input, int fromIndex, int toIndex, int[] expectedOutput) { in testReverse()
344 private static void testSortDescending(int[] input, int[] expectedOutput) { in testSortDescending()
351 int[] input, int fromIndex, int toIndex, int[] expectedOutput) { in testSortDescending()
DLongsTest.java329 private static void testReverse(long[] input, long[] expectedOutput) { in testReverse()
335 private static void testReverse(long[] input, int fromIndex, int toIndex, long[] expectedOutput) { in testReverse()
358 private static void testSortDescending(long[] input, long[] expectedOutput) { in testSortDescending()
365 long[] input, int fromIndex, int toIndex, long[] expectedOutput) { in testSortDescending()
DDoublesTest.java341 private static void testReverse(double[] input, double[] expectedOutput) { in testReverse()
348 double[] input, int fromIndex, int toIndex, double[] expectedOutput) { in testReverse()
374 private static void testSortDescending(double[] input, double[] expectedOutput) { in testSortDescending()
384 double[] input, int fromIndex, int toIndex, double[] expectedOutput) { in testSortDescending()
DFloatsTest.java323 private static void testReverse(float[] input, float[] expectedOutput) { in testReverse()
330 float[] input, int fromIndex, int toIndex, float[] expectedOutput) { in testReverse()
355 private static void testSortDescending(float[] input, float[] expectedOutput) { in testSortDescending()
365 float[] input, int fromIndex, int toIndex, float[] expectedOutput) { in testSortDescending()
DBytesTest.java250 private static void testReverse(byte[] input, byte[] expectedOutput) { in testReverse()
256 private static void testReverse(byte[] input, int fromIndex, int toIndex, byte[] expectedOutput) { in testReverse()
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DHttpPutRequestTest.java51 String[] expectedOutput = { in testPutRequestSendsContent() local

1234