Home
last modified time | relevance | path

Searched defs:preview1 (Results 1 – 24 of 24) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/
H A DJavadocQuickFixTest.java136 String preview1= getPreviewContent(proposal); in testMissingParam1() local
184 String preview1= getPreviewContent(proposal); in testMissingParam2() local
229 String preview1= getPreviewContent(proposal); in testMissingParam3() local
275 String preview1= getPreviewContent(proposal); in testMissingParam4() local
315 String preview1= getPreviewContent(proposal); in testMissingParam5() local
349 String preview1= getPreviewContent(proposal); in testMissingParam6() local
390 String preview1= getPreviewContent(proposal); in testMissingReturn1() local
435 String preview1= getPreviewContent(proposal); in testMissingReturn2() local
478 String preview1= getPreviewContent(proposal); in testMissingReturn3() local
522 String preview1= getPreviewContent(proposal); in testMissingThrows() local
[all …]
H A DJavadocQuickFixTest9.java150 String preview1= getPreviewContent(proposal); in testMissingModuleComment() local
205 String preview1= getPreviewContent(proposal); in testMissingUsesTag1() local
284 String preview1= getPreviewContent(proposal); in testMissingUsesTag2() local
368 String preview1= getPreviewContent(proposal); in testMissingUsesTag3() local
448 String preview1= getPreviewContent(proposal); in testMissingProvidesTag1() local
536 String preview1= getPreviewContent(proposal); in testMissingProvidesTag2() local
616 String preview1= getPreviewContent(proposal); in testDuplicateUsesTag1() local
673 String preview1= getPreviewContent(proposal); in testDuplicateUsesTag2() local
730 String preview1= getPreviewContent(proposal); in testDuplicateProvidesTag1() local
787 String preview1= getPreviewContent(proposal); in testDuplicateProvidesTag2() local
H A DJavadocQuickFixTest14.java106 String preview1= getPreviewContent(proposal); in testMissingRecordComment() local
139 String preview1= getPreviewContent(proposal); in testMissingRecordCommentWithTypeParam() local
178 String preview1= getPreviewContent(proposal); in testMissingRecordCommentTag() local
216 String preview1= getPreviewContent(proposal); in testMissingAllRecordCommentTags() local
255 String preview1= getPreviewContent(proposal); in testMissingTypeParamTag() local
H A DTypeMismatchQuickFixTests.java123 String preview1= getPreviewContent(proposal); in testTypeMismatchInVarDecl() local
190 String preview1= getPreviewContent(proposal); in testTypeMismatchInVarDecl2() local
251 String preview1= getPreviewContent(proposal); in testTypeMismatchInVarDecl3() local
294 String preview1= getPreviewContent(proposal); in testTypeMismatchInVarDecl4() local
375 String preview1= getPreviewContent(proposal); in testTypeMismatchForInterface1() local
471 String preview1= getPreviewContent(proposal); in testTypeMismatchForInterface2() local
580 String preview1= getPreviewContent(proposal); in testTypeMismatchForInterfaceInGeneric() local
676 String preview1= getPreviewContent(proposal); in testTypeMismatchForInterfaceInGeneric2() local
796 String preview1= getPreviewContent(proposal); in testTypeMismatchForParameterizedType2() local
847 String preview1= getPreviewContent(proposal); in testTypeMismatchInFieldDecl() local
[all …]
H A DUnresolvedMethodsQuickFixTest.java576 String preview1= getPreviewContent(proposal); in testMethodInDifferentClass() local
668 String preview1= getPreviewContent(proposal); in testParameterAnonymous() local
720 String preview1= getPreviewContent(proposal); in testMethodInGenericType() local
1009 String preview1= getPreviewContent(proposal); in testMethodInGenericTypeSameCU() local
1078 String preview1= getPreviewContent(proposal); in testMethodInRawType() local
1132 String preview1= getPreviewContent(proposal); in testMethodInAnonymous1() local
1222 String preview1= getPreviewContent(proposal); in testMethodInAnonymous2() local
1260 String preview1= getPreviewContent(proposal); in testMethodInAnonymous3() local
1342 String preview1= getPreviewContent(proposal); in testMethodInAnonymous4() local
1403 String preview1= getPreviewContent(proposal); in testMethodInAnonymousGenericType() local
[all …]
H A DConvertForLoopQuickFixTest.java116 String preview1= getPreviewContent(fConvertLoopProposal); in testSimplestSmokeCase() local
151 String preview1= getPreviewContent(fConvertLoopProposal); in testNameDetectionChildren() local
186 String preview1= getPreviewContent(fConvertLoopProposal); in testNameDetectionS() local
221 String preview1= getPreviewContent(fConvertLoopProposal); in testNameDetectionlocationEntries() local
256 String preview1= getPreviewContent(fConvertLoopProposal); in testNameDetectionEntries() local
291 String preview1= getPreviewContent(fConvertLoopProposal); in testNameDetectionProxies() local
327 String preview1= getPreviewContent(fConvertLoopProposal); in testNameDetectionAllChildren() local
363 String preview1= getPreviewContent(fConvertLoopProposal); in testInferPrimitiveTypeElement() local
398 String preview1= getPreviewContent(fConvertLoopProposal); in testInferTypeElement() local
434 String preview1= getPreviewContent(fConvertLoopProposal); in testSimplestClean() local
[all …]
H A DReturnTypeQuickFixTest.java210 String preview1= getPreviewContent(proposal); in testReturnTypeMissing() local
505 String preview1= getPreviewContent(proposal); in testVoidMethodReturnsAnonymClass() local
552 String preview1= getPreviewContent(proposal); in testReturnTypeMissingWithWildcardSuper() local
600 String preview1= getPreviewContent(proposal); in testReturnTypeMissingWithWildcardExtends() local
697 String preview1= getPreviewContent(proposal); in testVoidMethodReturnsWildcardSuper() local
744 String preview1= getPreviewContent(proposal); in testVoidMethodReturnsWildcardExtends() local
791 String preview1= getPreviewContent(proposal); in testCorrectReturnStatement() local
840 String preview1= getPreviewContent(proposal); in testReturnVoid() local
878 String preview1= getPreviewContent(proposal); in testCorrectReturnStatementForArray() local
951 String preview1= getPreviewContent(proposal); in testMissingReturnStatement() local
[all …]
H A DLocalCorrectionsQuickFixTest1d7.java223 String preview1= getPreviewContent(proposal); in testUncaughtExceptionTryWithResources1() local
312 String preview1= getPreviewContent(proposal); in testUncaughtExceptionTryWithResources2() local
401 String preview1= getPreviewContent(proposal); in testUncaughtExceptionTryWithResources3() local
564 String preview1= getPreviewContent(proposal); in testUncaughtExceptionTryWithResources4() local
660 String preview1= getPreviewContent(proposal); in testUncaughtExceptionTryWithResources5() local
731 String preview1= getPreviewContent(proposal); in testUncaughtExceptionTryWithResources6() local
898 String preview1= getPreviewContent(proposal); in testUnneededCaughtException1() local
959 String preview1= getPreviewContent(proposal); in testUnneededCaughtException2() local
1025 String preview1= getPreviewContent(proposal); in testUnneededCatchBlockTryWithResources() local
H A DUnresolvedVariablesQuickFixTest.java109 String preview1= getPreviewContent(proposal); in testVarInAssignment() local
187 String preview1= getPreviewContent(proposal); in testVarAssingmentInIfBody() local
272 String preview1= getPreviewContent(proposal); in testVarAssingmentInThenBody() local
359 String preview1= getPreviewContent(proposal); in testVarInAssignmentWithGenerics() local
617 String preview1= getPreviewContent(proposal); in testVarAssingmentInIfBodyWithGenerics() local
702 String preview1= getPreviewContent(proposal); in testVarAssingmentInThenBodyWithGenerics() local
902 String preview1= getPreviewContent(proposal); in testVarInForInitializer() local
968 String preview1= getPreviewContent(proposal); in testVarInForInitializer2() local
1041 String preview1= getPreviewContent(proposal); in testVarInInitializer() local
1093 String preview1= getPreviewContent(proposal); in testVarInOtherType() local
[all …]
H A DUnnecessaryArrayCreationQuickFixTest.java104 String preview1= getPreviewContent(fRemoveArrayCreationProposal); in testMethodCase1() local
139 String preview1= getPreviewContent(fRemoveArrayCreationProposal); in testMethodCase2() local
174 String preview1= getPreviewContent(fRemoveArrayCreationProposal); in testMethodCase3() local
319 String preview1= getPreviewContent(fRemoveArrayCreationProposal); in testSuperCase1() local
368 String preview1= getPreviewContent(fRemoveArrayCreationProposal); in testSuperCase2() local
417 String preview1= getPreviewContent(fRemoveArrayCreationProposal); in testSuperCase3() local
466 String preview1= getPreviewContent(fRemoveArrayCreationProposal); in testSuperCase4() local
H A DContributedQuickFixTest.java93 String preview1= getPreviewContent(proposal); in testContributedQuickAssist1() local
127 String preview1= getPreviewContent(proposal); in testContributedQuickFix1() local
H A DLocalCorrectionsQuickFixTest.java184 String preview1= getPreviewContent(proposal); in testInheritedAccessOnStatic() local
258 String preview1= getPreviewContent(proposal); in testInheritedAccessOnStaticInGeneric() local
348 String preview1= getPreviewContent(proposal); in testThisAccessToStatic() local
398 String preview1= getPreviewContent(proposal); in testThisAccessToStaticField() local
447 String preview1= getPreviewContent(proposal); in testCastMissingInVarDecl() local
514 String preview1= getPreviewContent(proposal); in testCastMissingInVarDecl2() local
575 String preview1= getPreviewContent(proposal); in testCastMissingInVarDecl3() local
618 String preview1= getPreviewContent(proposal); in testCastMissingInVarDecl4() local
679 String preview1= getPreviewContent(proposal); in testCastMissingInFieldDecl() local
721 String preview1= getPreviewContent(proposal); in testCastMissingInAssignment() local
[all …]
H A DQuickFixTest1d8.java123 String preview1= getPreviewContent(proposal); in testUnimplementedMethods1() local
169 String preview1= getPreviewContent(proposal); in testUnimplementedMethods2() local
247 String preview1= getPreviewContent(proposal); in testUnimplementedMethods3() local
320 String preview1= getPreviewContent(proposal); in testUnimplementedMethods4() local
406 String preview1= getPreviewContent(proposal); in testUnimplementedMethods5() local
971 String preview1= getPreviewContent(proposal); in testInvalidInterfaceMethodModifier1() local
1002 String preview1= getPreviewContent(proposal); in testInvalidInterfaceMethodModifier2() local
1035 String preview1= getPreviewContent(proposal); in testAbstractInterfaceMethodWithBody1() local
1093 String preview1= getPreviewContent(proposal); in testAbstractInterfaceMethodWithBody2() local
H A DUnresolvedTypesQuickFixTest.java1145 String preview1= getPreviewContent(proposal); in testAmbiguousTypeInSuperClass() local
1197 String preview1= getPreviewContent(proposal); in testAmbiguousTypeInInterface() local
1250 String preview1= getPreviewContent(proposal); in testAmbiguousTypeInField() local
1306 String preview1= getPreviewContent(proposal); in testAmbiguousTypeInArgument() local
1365 String preview1= getPreviewContent(proposal); in testAmbiguousTypeInReturnType() local
1425 String preview1= getPreviewContent(proposal); in testAmbiguousTypeInExceptionType() local
1486 String preview1= getPreviewContent(proposal); in testAmbiguousTypeInCatchBlock() local
H A DAssistQuickFixTest.java130 String preview1= getPreviewContent(proposal); in testAssignToLocal() local
183 String preview1= getPreviewContent(proposal); in testAssignToLocal2() local
253 String preview1= getPreviewContent(proposal); in testAssignToLocal3() local
311 String preview1= getPreviewContent(proposal); in testAssignToLocal4() local
377 String preview1= getPreviewContent(proposal); in testAssignToLocal5() local
430 String preview1= getPreviewContent(proposal); in testAssignToLocal6() local
485 String preview1= getPreviewContent(proposal); in testAssignToLocal7() local
704 String preview1= getPreviewContent(proposal); in testAssignToLocal10() local
762 String preview1= getPreviewContent(proposal); in testAssignToLocal11() local
825 String preview1= getPreviewContent(proposal); in testAssignToLocal12() local
[all …]
H A DModifierCorrectionsQuickFixTest.java565 String preview1= getPreviewContent(proposal); in testInvisibleFieldRequestedInSamePackage2() local
860 String preview1= getPreviewContent(proposal); in testAbstractMethodWithBody() local
900 String preview1= getPreviewContent(proposal); in testAbstractMethodWithBody2() local
978 String preview1= getPreviewContent(proposal); in testAbstractMethodInNonAbstractClass() local
1030 String preview1= getPreviewContent(proposal); in testNativeMethodWithBody() local
1236 String preview1= getPreviewContent(proposal); in testMethodRequiresBody() local
1276 String preview1= getPreviewContent(proposal); in testMethodRequiresBody2() local
1887 String preview1= getPreviewContent(proposal); in testOverridesMoreVisibleMethod() local
1941 String preview1= getPreviewContent(proposal); in testOverridesMoreVisibleMethodInGeneric() local
H A DAssistQuickFixTest1d8.java5580 String preview1= getPreviewContent(proposal); in testSurroundWithTryWithResource() local
/dports/graphics/openexr/openexr-3.1.4/src/test/OpenEXRTest/
H A DtestPreviewImage.cpp77 PreviewImage preview1 (PREVIEW_WIDTH, PREVIEW_HEIGHT); in readWriteFiles() local
/dports/astro/siril/siril/src/gui/
H A Dregistration_preview.c221 static GtkToggleButton *preview1 = NULL; in on_toggle_preview_toggled() local
/dports/finance/skrooge/skrooge-2.26.1/plugins/generic/skg_monthly/
H A Dskgmonthlypluginwidget.cpp319 QString preview1 = QDir::tempPath() % "/" % templat % "_preview1.png"; in onPutNewHotStuff() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddecode_test.cc2153 jxl::Image3F preview1(xsize_preview, ysize_preview); in TEST() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddecode_test.cc2153 jxl::Image3F preview1(xsize_preview, ysize_preview); in TEST() local
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Ddecode_test.cc2124 jxl::Image3F preview1(xsize_preview, ysize_preview); in TEST() local
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Ddecode_test.cc1941 jxl::Image3F preview1(xsize_preview, ysize_preview); in TEST() local