/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/ |
D | PartialFormattingTest.java | 71 String expectedOutput = in testGetFormatReplacements0() local 94 String expectedOutput = in testGetFormatReplacements1() local 117 String expectedOutput = in expandToStatement() local 143 String expectedOutput = in expandToMethodSignature() local 171 String expectedOutput = in expandToClassSignature() local 203 String expectedOutput = in ignoreNeighbouringStatements() local 226 String expectedOutput = in insertLeadingNewlines() local 244 String expectedOutput = in insertLeadingNewlines2() local 261 String expectedOutput = in insertTrailingNewlines() local 277 String expectedOutput = in rejoinMethodSignatureLines() local [all …]
|
D | FormatterTest.java | 51 String expectedOutput = in testFormatAosp() local 95 String expectedOutput = "class Foo {\n" + " void f() {}\n" + "}\n"; in testFormatStdinStdoutWithDashFlag() local 114 String expectedOutput = "class Foo {\n" + " void f() {}\n" + "}\n"; in testFormatLengthUpToEOF() local 304 String expectedOutput = getResource(outputResourceName); in importOrdering() local
|
/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
|
/external/auto/value/src/test/java/com/google/auto/value/processor/ |
D | AutoAnnotationCompilationTest.java | 70 JavaFileObject expectedOutput = in testSimple() local 157 JavaFileObject expectedOutput = in testEmptyPackage() local 234 JavaFileObject expectedOutput = in testGwtSimple() local 339 JavaFileObject expectedOutput = in testCollectionsForArrays() local
|
D | AutoOneOfCompilationTest.java | 62 JavaFileObject expectedOutput = in success() local 253 JavaFileObject expectedOutput = in voidInstanceWithoutGenericTypeParameters() local
|
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/gwt/ |
D | GwtCompilationTest.java | 70 JavaFileObject expectedOutput = in testBasic() local 162 JavaFileObject expectedOutput = in testSuppressWarnings() local 264 JavaFileObject expectedOutput = in testBuildersAndGenerics() 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/angle/third_party/vulkan-deps/glslang/src/gtests/ |
D | TestFixture.h | 455 std::string input, expectedOutput; variable 488 std::string input, expectedOutput; variable 515 std::string input, expectedOutput; variable 549 std::string input, expectedOutput; in loadFileCompileIoMapAndCheck() local 580 std::string input, expectedOutput; variable 607 std::string expectedOutput; variable 658 std::string input, expectedOutput, expectedError; in loadFilePreprocessAndCheck() local 685 std::string input, expectedOutput; variable
|
/external/deqp-deps/glslang/gtests/ |
D | TestFixture.h | 455 std::string input, expectedOutput; variable 488 std::string input, expectedOutput; variable 515 std::string input, expectedOutput; variable 549 std::string input, expectedOutput; in loadFileCompileIoMapAndCheck() local 580 std::string input, expectedOutput; variable 607 std::string expectedOutput; variable 658 std::string input, expectedOutput, expectedError; in loadFilePreprocessAndCheck() local 685 std::string input, expectedOutput; variable
|
/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 | ShortsTest.java | 345 private static void testReverse(short[] input, short[] expectedOutput) { in testReverse() 352 short[] input, int fromIndex, int toIndex, short[] expectedOutput) { in testReverse() 375 private static void testSortDescending(short[] input, short[] expectedOutput) { in testSortDescending() 382 short[] input, int fromIndex, int toIndex, short[] 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 | IntsTest.java | 317 private static void testReverse(int[] input, int[] expectedOutput) { in testReverse() 323 private static void testReverse(int[] input, int fromIndex, int toIndex, int[] expectedOutput) { in testReverse() 346 private static void testSortDescending(int[] input, int[] expectedOutput) { in testSortDescending() 353 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 | 343 private static void testReverse(double[] input, double[] expectedOutput) { in testReverse() 350 double[] input, int fromIndex, int toIndex, double[] expectedOutput) { in testReverse() 376 private static void testSortDescending(double[] input, double[] expectedOutput) { in testSortDescending() 386 double[] input, int fromIndex, int toIndex, double[] expectedOutput) { in testSortDescending()
|
D | FloatsTest.java | 325 private static void testReverse(float[] input, float[] expectedOutput) { in testReverse() 332 float[] input, int fromIndex, int toIndex, float[] expectedOutput) { in testReverse() 357 private static void testSortDescending(float[] input, float[] expectedOutput) { in testSortDescending() 367 float[] input, int fromIndex, int toIndex, float[] expectedOutput) { in testSortDescending()
|
/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 | ShortsTest.java | 345 private static void testReverse(short[] input, short[] expectedOutput) { in testReverse() 352 short[] input, int fromIndex, int toIndex, short[] expectedOutput) { in testReverse() 375 private static void testSortDescending(short[] input, short[] expectedOutput) { in testSortDescending() 382 short[] input, int fromIndex, int toIndex, short[] 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 | IntsTest.java | 317 private static void testReverse(int[] input, int[] expectedOutput) { in testReverse() 323 private static void testReverse(int[] input, int fromIndex, int toIndex, int[] expectedOutput) { in testReverse() 346 private static void testSortDescending(int[] input, int[] expectedOutput) { in testSortDescending() 353 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 | 325 private static void testReverse(float[] input, float[] expectedOutput) { in testReverse() 332 float[] input, int fromIndex, int toIndex, float[] expectedOutput) { in testReverse() 357 private static void testSortDescending(float[] input, float[] expectedOutput) { in testSortDescending() 367 float[] input, int fromIndex, int toIndex, float[] expectedOutput) { in testSortDescending()
|
D | DoublesTest.java | 343 private static void testReverse(double[] input, double[] expectedOutput) { in testReverse() 350 double[] input, int fromIndex, int toIndex, double[] expectedOutput) { in testReverse() 376 private static void testSortDescending(double[] input, double[] expectedOutput) { in testSortDescending() 386 double[] input, int fromIndex, int toIndex, double[] expectedOutput) { in testSortDescending()
|
/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()
|