Home
last modified time | relevance | path

Searched refs:equals (Results 1 – 25 of 13171) sorted by relevance

12345678910>>...527

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestDtdData.java462 …|| (elementName.equals("parseLenients") && (attribute.equals("scope") || attribute.equals("level")… in isDistinguishingOld()
468 …|| (elementName.equals("compoundUnitPattern1") && (attribute.equals("case") || attribute.equals("g… in isDistinguishingOld()
484 …|| (attribute.equals("type") && !elementName.equals("calendarSystem") && !elementName.equals("mapZ… in isDistinguishingOld()
491 …&& (attribute.equals("type") || attribute.equals("elements") || attribute.equals("attributes") || … in isDistinguishingOld()
517 … && (attribute.equals("category") || attribute.equals("usage") || attribute.equals("scope")) in isDistinguishingOld()
574 …&& (attribute.equals("inLanguage") || attribute.equals("inScript") || attribute.equals("inTerritor… in isDistinguishingOld()
577 …|| (elementName.equals("transform") && (attribute.equals("source") || attribute.equals("target") |… in isDistinguishingOld()
583 …|| (elementName.equals("convertUnit") && (attribute.equals("source") || attribute.equals("target")… in isDistinguishingOld()
588 …|| elementName.equals("deriveComponent") && (attribute.equals("feature") || attribute.equals("stru… in isDistinguishingOld()
590 …|| elementName.equals("deriveCompound") && (attribute.equals("feature")|| attribute.equals("struct… in isDistinguishingOld()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/
H A DPrimitiveTypeConverter.java35 if ( Byte.class.equals(fromType) && toType.equals(byte.class) ) in cast()
38 if ( Byte.class.equals(fromType) && toType.equals(short.class) ) in cast()
41 if ( Byte.class.equals(fromType) && toType.equals(char.class) ) in cast()
44 if ( Byte.class.equals(fromType) && toType.equals(int.class) ) in cast()
47 if ( Byte.class.equals(fromType) && toType.equals(long.class) ) in cast()
50 if ( Byte.class.equals(fromType) && toType.equals(float.class) ) in cast()
53 if ( Byte.class.equals(fromType) && toType.equals(double.class) ) in cast()
56 if ( Short.class.equals(fromType) && toType.equals(byte.class) ) in cast()
62 if ( Short.class.equals(fromType) && toType.equals(char.class) ) in cast()
65 if ( Short.class.equals(fromType) && toType.equals(int.class) ) in cast()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/
H A DPrimitiveTypeConverter.java35 if ( Byte.class.equals(fromType) && toType.equals(byte.class) ) in cast()
38 if ( Byte.class.equals(fromType) && toType.equals(short.class) ) in cast()
41 if ( Byte.class.equals(fromType) && toType.equals(char.class) ) in cast()
44 if ( Byte.class.equals(fromType) && toType.equals(int.class) ) in cast()
47 if ( Byte.class.equals(fromType) && toType.equals(long.class) ) in cast()
50 if ( Byte.class.equals(fromType) && toType.equals(float.class) ) in cast()
53 if ( Byte.class.equals(fromType) && toType.equals(double.class) ) in cast()
56 if ( Short.class.equals(fromType) && toType.equals(byte.class) ) in cast()
62 if ( Short.class.equals(fromType) && toType.equals(char.class) ) in cast()
65 if ( Short.class.equals(fromType) && toType.equals(int.class) ) in cast()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/
H A DPrimitiveTypeConverter.java35 if ( Byte.class.equals(fromType) && toType.equals(byte.class) ) in cast()
38 if ( Byte.class.equals(fromType) && toType.equals(short.class) ) in cast()
41 if ( Byte.class.equals(fromType) && toType.equals(char.class) ) in cast()
44 if ( Byte.class.equals(fromType) && toType.equals(int.class) ) in cast()
47 if ( Byte.class.equals(fromType) && toType.equals(long.class) ) in cast()
50 if ( Byte.class.equals(fromType) && toType.equals(float.class) ) in cast()
53 if ( Byte.class.equals(fromType) && toType.equals(double.class) ) in cast()
56 if ( Short.class.equals(fromType) && toType.equals(byte.class) ) in cast()
62 if ( Short.class.equals(fromType) && toType.equals(char.class) ) in cast()
65 if ( Short.class.equals(fromType) && toType.equals(int.class) ) in cast()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/
H A DPrimitiveTypeConverter.java35 if ( Byte.class.equals(fromType) && toType.equals(byte.class) ) in cast()
38 if ( Byte.class.equals(fromType) && toType.equals(short.class) ) in cast()
41 if ( Byte.class.equals(fromType) && toType.equals(char.class) ) in cast()
44 if ( Byte.class.equals(fromType) && toType.equals(int.class) ) in cast()
47 if ( Byte.class.equals(fromType) && toType.equals(long.class) ) in cast()
50 if ( Byte.class.equals(fromType) && toType.equals(float.class) ) in cast()
53 if ( Byte.class.equals(fromType) && toType.equals(double.class) ) in cast()
56 if ( Short.class.equals(fromType) && toType.equals(byte.class) ) in cast()
62 if ( Short.class.equals(fromType) && toType.equals(char.class) ) in cast()
65 if ( Short.class.equals(fromType) && toType.equals(int.class) ) in cast()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/
H A DPrimitiveTypeConverter.java35 if ( Byte.class.equals(fromType) && toType.equals(byte.class) ) in cast()
38 if ( Byte.class.equals(fromType) && toType.equals(short.class) ) in cast()
41 if ( Byte.class.equals(fromType) && toType.equals(char.class) ) in cast()
44 if ( Byte.class.equals(fromType) && toType.equals(int.class) ) in cast()
47 if ( Byte.class.equals(fromType) && toType.equals(long.class) ) in cast()
50 if ( Byte.class.equals(fromType) && toType.equals(float.class) ) in cast()
53 if ( Byte.class.equals(fromType) && toType.equals(double.class) ) in cast()
56 if ( Short.class.equals(fromType) && toType.equals(byte.class) ) in cast()
62 if ( Short.class.equals(fromType) && toType.equals(char.class) ) in cast()
65 if ( Short.class.equals(fromType) && toType.equals(int.class) ) in cast()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/
H A DPrimitiveTypeConverter.java35 if ( Byte.class.equals(fromType) && toType.equals(byte.class) ) in cast()
38 if ( Byte.class.equals(fromType) && toType.equals(short.class) ) in cast()
41 if ( Byte.class.equals(fromType) && toType.equals(char.class) ) in cast()
44 if ( Byte.class.equals(fromType) && toType.equals(int.class) ) in cast()
47 if ( Byte.class.equals(fromType) && toType.equals(long.class) ) in cast()
50 if ( Byte.class.equals(fromType) && toType.equals(float.class) ) in cast()
53 if ( Byte.class.equals(fromType) && toType.equals(double.class) ) in cast()
56 if ( Short.class.equals(fromType) && toType.equals(byte.class) ) in cast()
62 if ( Short.class.equals(fromType) && toType.equals(char.class) ) in cast()
65 if ( Short.class.equals(fromType) && toType.equals(int.class) ) in cast()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/
H A DPrimitiveTypeConverter.java35 if ( Byte.class.equals(fromType) && toType.equals(byte.class) ) in cast()
38 if ( Byte.class.equals(fromType) && toType.equals(short.class) ) in cast()
41 if ( Byte.class.equals(fromType) && toType.equals(char.class) ) in cast()
44 if ( Byte.class.equals(fromType) && toType.equals(int.class) ) in cast()
47 if ( Byte.class.equals(fromType) && toType.equals(long.class) ) in cast()
50 if ( Byte.class.equals(fromType) && toType.equals(float.class) ) in cast()
53 if ( Byte.class.equals(fromType) && toType.equals(double.class) ) in cast()
56 if ( Short.class.equals(fromType) && toType.equals(byte.class) ) in cast()
62 if ( Short.class.equals(fromType) && toType.equals(char.class) ) in cast()
65 if ( Short.class.equals(fromType) && toType.equals(int.class) ) in cast()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/
H A DPrimitiveTypeConverter.java35 if ( Byte.class.equals(fromType) && toType.equals(byte.class) ) in cast()
38 if ( Byte.class.equals(fromType) && toType.equals(short.class) ) in cast()
41 if ( Byte.class.equals(fromType) && toType.equals(char.class) ) in cast()
44 if ( Byte.class.equals(fromType) && toType.equals(int.class) ) in cast()
47 if ( Byte.class.equals(fromType) && toType.equals(long.class) ) in cast()
50 if ( Byte.class.equals(fromType) && toType.equals(float.class) ) in cast()
53 if ( Byte.class.equals(fromType) && toType.equals(double.class) ) in cast()
56 if ( Short.class.equals(fromType) && toType.equals(byte.class) ) in cast()
62 if ( Short.class.equals(fromType) && toType.equals(char.class) ) in cast()
65 if ( Short.class.equals(fromType) && toType.equals(int.class) ) in cast()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dparticle.java136equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation")) || (($__uri.equals("h… in enterElement()
169equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("all")) || ($__uri.equals("http://ww… in enterElement()
272equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("simpleType")) || ($__uri.equals("ht… in enterElement()
295equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation")) || ((($ai = $runtime.… in enterElement()
508 if(($__uri.equals("") && $__local.equals("ref"))) { in enterAttribute()
512equals("") && $__local.equals("default")) || (($__uri.equals("") && $__local.equals("fixed")) || (… in enterAttribute()
547equals("") && $__local.equals("maxOccurs")) || (($__uri.equals("") && $__local.equals("minOccurs")… in enterAttribute()
565 …(($__uri.equals("") && $__local.equals("maxOccurs")) || (($__uri.equals("") && $__local.equals("re… in enterAttribute()
576 …if((($__uri.equals("") && $__local.equals("namespace")) || ($__uri.equals("") && $__local.equals("… in enterAttribute()
587equals("") && $__local.equals("maxOccurs")) || (($__uri.equals("") && $__local.equals("default")) … in enterAttribute()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dparticle.java136equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation")) || (($__uri.equals("h… in enterElement()
169equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("all")) || ($__uri.equals("http://ww… in enterElement()
272equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("simpleType")) || ($__uri.equals("ht… in enterElement()
295equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation")) || ((($ai = $runtime.… in enterElement()
508 if(($__uri.equals("") && $__local.equals("ref"))) { in enterAttribute()
512equals("") && $__local.equals("default")) || (($__uri.equals("") && $__local.equals("fixed")) || (… in enterAttribute()
547equals("") && $__local.equals("maxOccurs")) || (($__uri.equals("") && $__local.equals("minOccurs")… in enterAttribute()
565 …(($__uri.equals("") && $__local.equals("maxOccurs")) || (($__uri.equals("") && $__local.equals("re… in enterAttribute()
576 …if((($__uri.equals("") && $__local.equals("namespace")) || ($__uri.equals("") && $__local.equals("… in enterAttribute()
587equals("") && $__local.equals("maxOccurs")) || (($__uri.equals("") && $__local.equals("default")) … in enterAttribute()
[all …]
/dports/science/devisor/devisor2.1/devisor2/grid/options/
H A DAccelerators.java34 if (modifier.equals ("CTRL")) in getAccelerator()
36 if (modifier.equals ("ALT")) in getAccelerator()
38 if (modifier.equals ("SHIFT")) in getAccelerator()
40 if (modifier.equals ("NONE")) in getAccelerator()
225 if (modifier.equals("CTRL") & !(key.equals("NONE"))) return true; in isCorrectAccelerator()
227 if (modifier.equals("SHIFT") & !(key.equals("NONE"))) return true; in isCorrectAccelerator()
229 if (modifier.equals("NONE")) in isCorrectAccelerator()
253 if (modifier.equals("ALT")) in isCorrectAccelerator()
274 if (key.equals ("1")) return true; in isCorrectAccelerator()
275 if (key.equals ("2")) return true; in isCorrectAccelerator()
[all …]
/dports/www/R-cran-selectr/selectr/tests/testthat/
H A Dtest-translation.R9 expect_that(xpath("*"), equals("*"))
10 expect_that(xpath("e"), equals("e"))
11 expect_that(xpath("*|e"), equals("e"))
12 expect_that(xpath("e|f"), equals("e:f"))
13 expect_that(xpath("e[foo]"), equals("e[(@foo)]"))
70 equals("e[(not(parent::*))]"))
72 equals("e[(0)]")) #never matches
80 equals("e[(@id = 'myid')]"))
86 equals("e/descendant::f"))
88 equals("e/f"))
[all …]
H A Dtest-select-XML.R73 expect_that(tail(all_ids, 1), equals('foobar-span'))
76 expect_that(pcss('div div'), equals('li-div'))
78 expect_that(pcss('a[name]'), equals('name-anchor'))
83 expect_that(pcss('a[href*=""]'), equals(NULL))
86 expect_that(pcss('a[href^=""]'), equals(NULL))
88 expect_that(pcss('a[href$=""]'), equals(NULL))
95 expect_that(pcss('*[lang|="e"]'), equals(NULL))
99 expect_that(pcss('li:nth-child(-n)'), equals(NULL))
114 expect_that(pcss('ol:nth-child(1)'), equals(NULL))
135 expect_that(pcss('div > div'), equals(NULL))
[all …]
H A Dtest-select-xml2.R73 expect_that(tail(all_ids, 1), equals('foobar-span'))
76 expect_that(pcss('div div'), equals('li-div'))
78 expect_that(pcss('a[name]'), equals('name-anchor'))
83 expect_that(pcss('a[href*=""]'), equals(NULL))
86 expect_that(pcss('a[href^=""]'), equals(NULL))
88 expect_that(pcss('a[href$=""]'), equals(NULL))
95 expect_that(pcss('*[lang|="e"]'), equals(NULL))
99 expect_that(pcss('li:nth-child(-n)'), equals(NULL))
114 expect_that(pcss('ol:nth-child(1)'), equals(NULL))
135 expect_that(pcss('div > div'), equals(NULL))
[all …]
H A Dtest-shakespeare-XML.R221 expect_that(count('*'), equals(246))
231 expect_that(count('div > div'), equals(242))
232 expect_that(count('div + div'), equals(190))
233 expect_that(count('div ~ div'), equals(190))
234 expect_that(count('body'), equals(1))
235 expect_that(count('body div'), equals(243))
236 expect_that(count('div'), equals(243))
237 expect_that(count('div div'), equals(242))
241 expect_that(count('.dialog'), equals(51))
242 expect_that(count('div.dialog'), equals(51))
[all …]
H A Dtest-shakespeare-xml2.R222 expect_that(count('*'), equals(246))
232 expect_that(count('div > div'), equals(242))
233 expect_that(count('div + div'), equals(190))
234 expect_that(count('div ~ div'), equals(190))
235 expect_that(count('body'), equals(1))
236 expect_that(count('body div'), equals(243))
237 expect_that(count('div'), equals(243))
238 expect_that(count('div div'), equals(242))
242 expect_that(count('.dialog'), equals(51))
243 expect_that(count('div.dialog'), equals(51))
[all …]
/dports/audio/jid3lib/jid3lib-0.5.4/test/org/farng/mp3/object/
H A DAbstractMP3ObjectTest.java62 assertFalse(mp3Object.equals(null)); in testEquals()
100 assertFalse(mp3Object.equals(null)); in testEquals()
138 assertFalse(mp3Object.equals(null)); in testEquals()
176 assertFalse(mp3Object.equals(null)); in testEquals()
214 assertFalse(mp3Object.equals(null)); in testEquals()
252 assertFalse(mp3Object.equals(null)); in testEquals()
290 assertFalse(mp3Object.equals(null)); in testEquals()
328 assertFalse(mp3Object.equals(null)); in testEquals()
366 assertFalse(mp3Object.equals(null)); in testEquals()
404 assertFalse(mp3Object.equals(null)); in testEquals()
[all …]
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/destinations/
H A DRtfDestinationDocument.java290 if(ctrlWordData.ctrlWord.equals("f")) {} in handleControlWord()
294 if(ctrlWordData.ctrlWord.equals("cb")) {} in handleControlWord()
295 if(ctrlWordData.ctrlWord.equals("cf")) {} in handleControlWord()
297 if(ctrlWordData.ctrlWord.equals("clcbpat")) {} in handleControlWord()
298 if(ctrlWordData.ctrlWord.equals("clcbpatraw")) {} in handleControlWord()
299 if(ctrlWordData.ctrlWord.equals("clcfpat")) {} in handleControlWord()
300 if(ctrlWordData.ctrlWord.equals("clcfpatraw")) {} in handleControlWord()
302 if(ctrlWordData.ctrlWord.equals("trcfpat")) {} in handleControlWord()
303 if(ctrlWordData.ctrlWord.equals("trcbpat")) {} in handleControlWord()
305 if(ctrlWordData.ctrlWord.equals("brdrcf")) {} in handleControlWord()
[all …]
/dports/www/phalcon/cphalcon-3.4.5/tests/unit/Annotations/
H A DReaderTest.php90 expect($parsing['class'][0]['name'])->equals('Simple');
94 expect($parsing['class'][1]['name'])->equals('SingleParam');
100 expect($parsing['class'][2]['name'])->equals('MultipleParams');
113 expect($parsing['class'][3]['name'])->equals('Params');
123 expect($parsing['class'][4]['name'])->equals('HashParams');
136 expect($parsing['class'][5]['name'])->equals('NamedParams');
139 expect($parsing['class'][5]['arguments'][0]['name'])->equals('first');
148 expect($parsing['class'][6]['arguments'][0]['name'])->equals('first');
154 expect($parsing['class'][7]['name'])->equals('AlternativeHashParams');
167 expect($parsing['class'][8]['name'])->equals('RecursiveHash');
[all …]
/dports/biology/bbmap/bbmap/current/shared/
H A DParser.java238 }else if(a.equals("optitrim") || a.equals("otf") || a.equals("otm")){ in parseQTrim()
407 if(a.equals("in") || a.equals("input") || a.equals("in1") || a.equals("input1")){
411 }else if(a.equals("out") || a.equals("output") || a.equals("out1") || a.equals("output1")){
441 …if(a.equals("idfilter") || a.equals("identityfilter") || a.equals("minidfilter") || a.equals("mini…
691 …}else if(a.equals("callsub") || a.equals("callsubs") || a.equals("callsnp") || a.equals("callsnps"… in parseCommonStatic()
750 }else if(a.equals("ascii") || a.equals("asciioffset") || a.equals("quality") || a.equals("qual")){ in parseQuality()
758 }else if(a.equals("asciiin") || a.equals("qualityin") || a.equals("qualin") || a.equals("qin")){ in parseQuality()
766 …}else if(a.equals("asciiout") || a.equals("qualityout") || a.equals("qualout") || a.equals("qout")… in parseQuality()
984 if(a.equals("samversion") || a.equals("samv") || a.equals("sam")){ in parseSam()
1180 if(arg.equals("-ea") || arg.equals("-da") || arg.equals("ea") || arg.equals("da")){ in isJavaFlag()
[all …]
/dports/textproc/xom/XOM/src/nu/xom/integrationtests/
H A DOASISXSLTTest.java139 if ("yes".equals(indent)) { in indentYes()
210 else if (id.equals("axes_axes62")) { in testOASISXalanConformanceSuite()
240 if ("principal".equals(role)) { in testOASISXalanConformanceSuite()
448 if ("principal".equals(role)) { in testOASISMicrosoftConformanceSuite()
461 if ("BVTs_bvt002".equals(id) || "BVTs_bvt077".equals(id)) { in testOASISMicrosoftConformanceSuite()
473 else if ("BVTs_bvt020".equals(id) || "BVTs_bvt022".equals(id) in testOASISMicrosoftConformanceSuite()
474 || "BVTs_bvt024".equals(id) || "BVTs_bvt058".equals(id)) { in testOASISMicrosoftConformanceSuite()
527 else if ("BVTs_bvt052".equals(id) || "Keys_PerfRepro2".equals(id)) { in testOASISMicrosoftConformanceSuite()
546 else if ("BVTs_bvt033".equals(id) || "BVTs_bvt034".equals(id)) { in testOASISMicrosoftConformanceSuite()
550 else if ("Text__78274".equals(id) || "Text__78276".equals(id)) { in testOASISMicrosoftConformanceSuite()
[all …]
/dports/devel/umlgraph/UMLGraph-R5_7_2/src/main/java/org/umlgraph/doclet/
H A DOptions.java231 option.equals("-all") || in optionLength()
265 option.equals("-hide") || in optionLength()
268 option.equals("-d") || in optionLength()
269 option.equals("-view") || in optionLength()
276 option.equals("-link")) in optionLength()
279 option.equals("-linkoffline")) in optionLength()
292 if(opt[0].equals("-qualify")) { in setOption()
332 } else if(opt[0].equals("-all")) { in setOption()
449 } else if (opt[0].equals("-d")) { in setOption()
451 } else if (opt[0].equals("-!d")) { in setOption()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/tool/
H A DOptions.java117 …if ("vars".equals(token) || "lines".equals(token) || "source".equals(token)) {//$NON-NLS-1$//$NON-… in processOptions()
155 || token.equals("boxing")//$NON-NLS-1$ in processOptions()
161 || token.equals("dep-ann")//$NON-NLS-1$ in processOptions()
173 || token.equals("hiding")//$NON-NLS-1$ in processOptions()
185 || token.equals("nls")//$NON-NLS-1$ in processOptions()
188 || token.equals("null")//$NON-NLS-1$ in processOptions()
194 || token.equals("raw")//$NON-NLS-1$ in processOptions()
196 || token.equals("serial")//$NON-NLS-1$ in processOptions()
200 || token.equals("super")//$NON-NLS-1$ in processOptions()
211 || token.equals("unsafe")//$NON-NLS-1$ in processOptions()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/
H A DASTType.java39 if (str.equals("void")) name = "V"; in from()
53 } else if (str.equals("String")){ in from()
55 } else if (str.equals("Class")){ in from()
57 } else if (str.equals("Object")){ in from()
70 public boolean equals(Object obj) { in equals() method in ASTType
85 if (name.equals("V")) return "void"; in getName()
86 if (name.equals("I")) return "int"; in getName()
88 if (name.equals("J")) return "long"; in getName()
90 if (name.equals("C")) return "char"; in getName()
91 if (name.equals("B")) return "byte"; in getName()
[all …]

12345678910>>...527