Home
last modified time | relevance | path

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

1234

/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
DPartialFormattingTest.java71 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 …]
DFormatterTest.java51 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/
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
/external/auto/value/src/test/java/com/google/auto/value/processor/
DAutoAnnotationCompilationTest.java70 JavaFileObject expectedOutput = in testSimple() local
157 JavaFileObject expectedOutput = in testEmptyPackage() local
234 JavaFileObject expectedOutput = in testGwtSimple() local
339 JavaFileObject expectedOutput = in testCollectionsForArrays() local
DAutoOneOfCompilationTest.java62 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/
DGwtCompilationTest.java70 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/
DDotPrinterTest.java36 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/
DTestFixture.h455 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/
DTestFixture.h455 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/
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()
DShortsTest.java345 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()
DSignedBytesTest.java164 private static void testSortDescending(byte[] input, byte[] expectedOutput) { in testSortDescending()
171 byte[] input, int fromIndex, int toIndex, byte[] expectedOutput) { in testSortDescending()
DIntsTest.java317 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()
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.java343 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()
DFloatsTest.java325 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/
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()
DShortsTest.java345 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()
DSignedBytesTest.java164 private static void testSortDescending(byte[] input, byte[] expectedOutput) { in testSortDescending()
171 byte[] input, int fromIndex, int toIndex, byte[] expectedOutput) { in testSortDescending()
DIntsTest.java317 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()
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.java325 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()
DDoublesTest.java343 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/
DNalUnitUtilTest.java194 private static void assertUnescapeMatchesExpected(String input, String expectedOutput) { in assertUnescapeMatchesExpected()
204 private static void assertDiscardToSpsMatchesExpected(String input, String expectedOutput) { in assertDiscardToSpsMatchesExpected()

1234