Home
last modified time | relevance | path

Searched refs:setResult (Results 1 – 25 of 2563) sorted by relevance

12345678910>>...103

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/lambdaExecution/
H A DLambdaTranslationTest1.java42 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
58 setResult(String.format("I:%d", i)); in eye()
62 setResult(String.format("i:%d", i)); in ieye()
66 setResult(String.format("d:%f", d)); in deye()
70 TBlock<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
74 TBlock<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
79 TBlock<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
84 TBlock<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
91 TBlock<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
96 TBlock<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/lambda/lambdaExecution/
H A DLambdaTranslationTest1.java42 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
58 setResult(String.format("I:%d", i)); in eye()
62 setResult(String.format("i:%d", i)); in ieye()
66 setResult(String.format("d:%f", d)); in deye()
70 TBlock<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
74 TBlock<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
79 TBlock<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
84 TBlock<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
91 TBlock<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
96 TBlock<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/lambdaExecution/
H A DLambdaTranslationTest1.java42 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
58 setResult(String.format("I:%d", i)); in eye()
62 setResult(String.format("i:%d", i)); in ieye()
66 setResult(String.format("d:%f", d)); in deye()
70 TBlock<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
74 TBlock<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
79 TBlock<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
84 TBlock<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
91 TBlock<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
96 TBlock<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/lambda/lambdaExecution/
H A DLambdaTranslationTest1.java42 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
58 setResult(String.format("I:%d", i)); in eye()
62 setResult(String.format("i:%d", i)); in ieye()
66 setResult(String.format("d:%f", d)); in deye()
70 TBlock<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
74 TBlock<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
79 TBlock<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
84 TBlock<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
91 TBlock<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
96 TBlock<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/lambda/lambdaExecution/
H A DLambdaTranslationTest1.java42 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
58 setResult(String.format("I:%d", i)); in eye()
62 setResult(String.format("i:%d", i)); in ieye()
66 setResult(String.format("d:%f", d)); in deye()
70 TBlock<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
74 TBlock<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
79 TBlock<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
84 TBlock<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
91 TBlock<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
96 TBlock<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/lambda/lambdaExecution/
H A DLambdaTranslationTest1.java42 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
58 setResult(String.format("I:%d", i)); in eye()
62 setResult(String.format("i:%d", i)); in ieye()
66 setResult(String.format("d:%f", d)); in deye()
70 TBlock<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
74 TBlock<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
79 TBlock<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
84 TBlock<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
91 TBlock<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
96 TBlock<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/lambda/lambdaExecution/
H A DLambdaTranslationTest1.java42 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
58 setResult(String.format("I:%d", i)); in eye()
62 setResult(String.format("i:%d", i)); in ieye()
66 setResult(String.format("d:%f", d)); in deye()
70 TBlock<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
74 TBlock<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
79 TBlock<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
84 TBlock<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
91 TBlock<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
96 TBlock<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/jdk/lambda/
H A DLambdaTranslationTest1.java41 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
57 setResult(String.format("I:%d", i)); in eye()
61 setResult(String.format("i:%d", i)); in ieye()
65 setResult(String.format("d:%f", d)); in deye()
69 Consumer<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
73 Consumer<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
78 Consumer<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
83 Consumer<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
90 Consumer<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
95 Consumer<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/lambda/lambdaExecution/
H A DLambdaTranslationTest1.java42 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
58 setResult(String.format("I:%d", i)); in eye()
62 setResult(String.format("i:%d", i)); in ieye()
66 setResult(String.format("d:%f", d)); in deye()
70 TBlock<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
74 TBlock<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
79 TBlock<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
84 TBlock<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
91 TBlock<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
96 TBlock<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/lambdaExecution/
H A DLambdaTranslationTest1.java44 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
60 setResult(String.format("I:%d", i)); in eye()
64 setResult(String.format("i:%d", i)); in ieye()
68 setResult(String.format("d:%f", d)); in deye()
72 TBlock<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
76 TBlock<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
81 TBlock<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
86 TBlock<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
93 TBlock<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
98 TBlock<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/jdk/lambda/
H A DLambdaTranslationTest1.java41 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
57 setResult(String.format("I:%d", i)); in eye()
61 setResult(String.format("i:%d", i)); in ieye()
65 setResult(String.format("d:%f", d)); in deye()
69 Consumer<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
73 Consumer<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
78 Consumer<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
83 Consumer<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
90 Consumer<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
95 Consumer<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/lambdaExecution/
H A DLambdaTranslationTest1.java44 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
60 setResult(String.format("I:%d", i)); in eye()
64 setResult(String.format("i:%d", i)); in ieye()
68 setResult(String.format("d:%f", d)); in deye()
72 TBlock<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
76 TBlock<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
81 TBlock<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
86 TBlock<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
93 TBlock<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
98 TBlock<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/dataengines/powermanagement/
H A Dpowermanagementjob.cpp48 setResult(true); in start()
52 setResult(false); in start()
57 setResult(true); in start()
59 setResult(false); in start()
65 setResult(true); in start()
67 setResult(false); in start()
73 setResult(true); in start()
81 setResult(true); in start()
89 setResult(true); in start()
91 setResult(false); in start()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/lambda/
H A DLambdaTranslationTest1.java41 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
57 setResult(String.format("I:%d", i)); in eye()
61 setResult(String.format("i:%d", i)); in ieye()
65 setResult(String.format("d:%f", d)); in deye()
69 Consumer<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
73 Consumer<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
78 Consumer<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
83 Consumer<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
90 Consumer<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
95 Consumer<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/lambda/
H A DLambdaTranslationTest1.java41 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
57 setResult(String.format("I:%d", i)); in eye()
61 setResult(String.format("i:%d", i)); in ieye()
65 setResult(String.format("d:%f", d)); in deye()
69 Consumer<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
73 Consumer<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
78 Consumer<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
83 Consumer<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
90 Consumer<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
95 Consumer<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/lambda/
H A DLambdaTranslationTest1.java41 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
57 setResult(String.format("I:%d", i)); in eye()
61 setResult(String.format("i:%d", i)); in ieye()
65 setResult(String.format("d:%f", d)); in deye()
69 Consumer<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
73 Consumer<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
78 Consumer<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
83 Consumer<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
90 Consumer<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
95 Consumer<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/lambda/
H A DLambdaTranslationTest1.java41 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
57 setResult(String.format("I:%d", i)); in eye()
61 setResult(String.format("i:%d", i)); in ieye()
65 setResult(String.format("d:%f", d)); in deye()
69 Consumer<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
73 Consumer<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
78 Consumer<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
83 Consumer<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
90 Consumer<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
95 Consumer<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/lambda/
H A DLambdaTranslationTest1.java41 private static void setResult(Object s) { result.set(s); } in accept()
57 setResult(String.format("I:%d", i));
61 setResult(String.format("i:%d", i));
65 setResult(String.format("d:%f", d)); in testConversion()
69 Consumer<Object> b = t -> {setResult("Sink0::" + t);};
73 Consumer<String> b1 = t -> {setResult("Sink1::" + t);};
78 Consumer<Integer> b2 = t -> {setResult("Sink2::" + t);};
83 Consumer<Integer> b3 = t -> {setResult("Sink3::" + t);};
90 Consumer<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));};
95 Consumer<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));};
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/lambda/
H A DLambdaTranslationTest1.java41 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
57 setResult(String.format("I:%d", i)); in eye()
61 setResult(String.format("i:%d", i)); in ieye()
65 setResult(String.format("d:%f", d)); in deye()
69 Consumer<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
73 Consumer<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
78 Consumer<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
83 Consumer<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
90 Consumer<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
95 Consumer<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/lambda/
H A DLambdaTranslationTest1.java41 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
57 setResult(String.format("I:%d", i)); in eye()
61 setResult(String.format("i:%d", i)); in ieye()
65 setResult(String.format("d:%f", d)); in deye()
69 Consumer<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
73 Consumer<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
78 Consumer<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
83 Consumer<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
90 Consumer<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
95 Consumer<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/lambda/
H A DLambdaTranslationTest1.java41 private static void setResult(Object s) { result.set(s); } in setResult() method in LambdaTranslationTest1
57 setResult(String.format("I:%d", i)); in eye()
61 setResult(String.format("i:%d", i)); in ieye()
65 setResult(String.format("d:%f", d)); in deye()
69 Consumer<Object> b = t -> {setResult("Sink0::" + t);}; in testLambdas()
73 Consumer<String> b1 = t -> {setResult("Sink1::" + t);}; in testLambdas()
78 Consumer<Integer> b2 = t -> {setResult("Sink2::" + t);}; in testLambdas()
83 Consumer<Integer> b3 = t -> {setResult("Sink3::" + t);}; in testLambdas()
90 Consumer<String> b4 = t -> {setResult(String.format("b4: %s .. %s", cntxt, t));}; in testLambdas()
95 Consumer<String> b5 = t -> {setResult(String.format("b5: %s .. %s", flaw, t));}; in testLambdas()
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/scripttools/debugging/
H A Dqscriptdebuggerresponse_p.h94 void setResult(const QVariant &value);
96 void setResult(int value);
97 void setResult(const QString &value);
98 void setResult(const QScriptBreakpointData &data);
99 void setResult(const QScriptBreakpointMap &breakpoints);
100 void setResult(const QScriptScriptMap &scripts);
101 void setResult(const QScriptScriptData &data);
102 void setResult(const QScriptDebuggerValue &value);
103 void setResult(const QScriptDebuggerValueList &value);
104 void setResult(const QScriptDebuggerValuePropertyList &props);
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/scripttools/debugging/
H A Dqscriptdebuggerresponse_p.h96 void setResult(const QVariant &value);
98 void setResult(int value);
99 void setResult(const QString &value);
100 void setResult(const QScriptBreakpointData &data);
101 void setResult(const QScriptBreakpointMap &breakpoints);
102 void setResult(const QScriptScriptMap &scripts);
103 void setResult(const QScriptScriptData &data);
104 void setResult(const QScriptDebuggerValue &value);
105 void setResult(const QScriptDebuggerValueList &value);
106 void setResult(const QScriptDebuggerValuePropertyList &props);
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/scripttools/debugging/
H A Dqscriptdebuggerresponse_p.h94 void setResult(const QVariant &value);
96 void setResult(int value);
97 void setResult(const QString &value);
98 void setResult(const QScriptBreakpointData &data);
99 void setResult(const QScriptBreakpointMap &breakpoints);
100 void setResult(const QScriptScriptMap &scripts);
101 void setResult(const QScriptScriptData &data);
102 void setResult(const QScriptDebuggerValue &value);
103 void setResult(const QScriptDebuggerValueList &value);
104 void setResult(const QScriptDebuggerValuePropertyList &props);
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/analysis/
H A DOperGVNValues.cpp76 Result & res = oe.getDecorator().setResult(typ); in operGVNValues()
79 setResult(res); in operGVNValues()
92 Result & res = oe.getDecorator().setResult(typ); in operGVNValues()
95 setResult(res); in operGVNValues()
109 Result & res = oe.getDecorator().setResult(typ); in operGVNValues()
112 setResult(res); in operGVNValues()
128 setResult(res); in operGVNValues()
136 setResult(res); in operGVNValues()
152 setResult(res); in operGVNValues()
170 setResult(res); in operGVNValues()
[all …]

12345678910>>...103