/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
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()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmPointerParameterTests.cpp | 50 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
|
D | vktSpvAsmVariableInitTests.cpp | 125 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/ |
D | DotPrinterTest.java | 36 String expectedOutput = "digraph {" + System.lineSeparator(); in testWithType() local 62 String expectedOutput = "digraph {" + System.lineSeparator(); in testWithoutType() local
|
/external/deqp-deps/glslang/gtests/ |
D | TestFixture.h | 448 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/ |
D | TestFixture.h | 448 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/ |
D | NalUnitUtilTest.java | 194 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/ |
D | CharsTest.java | 331 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()
|
D | SignedBytesTest.java | 164 private static void testSortDescending(byte[] input, byte[] expectedOutput) { in testSortDescending() 171 byte[] input, int fromIndex, int toIndex, byte[] expectedOutput) { in testSortDescending()
|
D | ShortsTest.java | 343 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()
|
D | IntsTest.java | 315 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()
|
D | LongsTest.java | 329 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()
|
D | FloatsTest.java | 323 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()
|
D | DoublesTest.java | 341 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()
|
D | BytesTest.java | 250 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()
|
D | BooleansTest.java | 189 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/ |
D | CharsTest.java | 331 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()
|
D | SignedBytesTest.java | 164 private static void testSortDescending(byte[] input, byte[] expectedOutput) { in testSortDescending() 171 byte[] input, int fromIndex, int toIndex, byte[] expectedOutput) { in testSortDescending()
|
D | ShortsTest.java | 343 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()
|
D | IntsTest.java | 315 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()
|
D | LongsTest.java | 329 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()
|
D | DoublesTest.java | 341 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()
|
D | FloatsTest.java | 323 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()
|
D | BytesTest.java | 250 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/ |
D | HttpPutRequestTest.java | 51 String[] expectedOutput = { in testPutRequestSendsContent() local
|