Home
last modified time | relevance | path

Searched refs:typeSpecifier (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DNil.java88 public LispObject typep(LispObject typeSpecifier) in typep() argument
90 if (typeSpecifier == Symbol.NULL) in typep()
92 if (typeSpecifier == Symbol.LIST) in typep()
94 if (typeSpecifier == Symbol.SEQUENCE) in typep()
96 if (typeSpecifier == Symbol.SYMBOL) in typep()
98 if (typeSpecifier == Symbol.BOOLEAN) in typep()
100 if (typeSpecifier == BuiltInClass.NULL) in typep()
102 if (typeSpecifier == BuiltInClass.LIST) in typep()
104 if (typeSpecifier == BuiltInClass.SEQUENCE) in typep()
106 if (typeSpecifier == BuiltInClass.SYMBOL) in typep()
[all …]
H A DStackFrame.java42 public LispObject typep(LispObject typeSpecifier) in typep() argument
45 if (typeSpecifier == Symbol.STACK_FRAME) in typep()
47 if (typeSpecifier == BuiltInClass.STACK_FRAME) in typep()
49 return super.typep(typeSpecifier); in typep()
H A DWeakReference.java62 public LispObject typep(LispObject typeSpecifier) { in typep() argument
63 if (typeSpecifier == Symbol.WEAK_REFERENCE) { in typep()
66 if (typeSpecifier == BuiltInClass.WEAK_REFERENCE) { in typep()
69 return super.typep(typeSpecifier); in typep()
H A DCons.java94 public LispObject typep(LispObject typeSpecifier) in typep() argument
96 if (typeSpecifier instanceof Symbol) in typep()
98 if (typeSpecifier == Symbol.LIST) in typep()
100 if (typeSpecifier == Symbol.CONS) in typep()
102 if (typeSpecifier == Symbol.SEQUENCE) in typep()
104 if (typeSpecifier == T) in typep()
107 else if (typeSpecifier instanceof LispClass) in typep()
109 if (typeSpecifier == BuiltInClass.LIST) in typep()
111 if (typeSpecifier == BuiltInClass.CONS) in typep()
113 if (typeSpecifier == BuiltInClass.SEQUENCE) in typep()
[all …]
H A DURLStream.java101 public LispObject typep(LispObject typeSpecifier) in typep() argument
103 if (typeSpecifier == Symbol.URL_STREAM) in typep()
105 if (typeSpecifier == BuiltInClass.URL_STREAM) in typep()
107 return super.typep(typeSpecifier); in typep()
H A DJarStream.java102 public LispObject typep(LispObject typeSpecifier) in typep() argument
104 if (typeSpecifier == Symbol.JAR_STREAM) in typep()
106 if (typeSpecifier == BuiltInClass.JAR_STREAM) in typep()
108 return super.typep(typeSpecifier); in typep()
H A DLispStackFrame.java91 public LispObject typep(LispObject typeSpecifier) in typep() argument
94 if (typeSpecifier == Symbol.LISP_STACK_FRAME) in typep()
96 if (typeSpecifier == BuiltInClass.LISP_STACK_FRAME) in typep()
98 return super.typep(typeSpecifier); in typep()
H A DJavaStackFrame.java67 public LispObject typep(LispObject typeSpecifier) in typep() argument
70 if (typeSpecifier == Symbol.JAVA_STACK_FRAME) in typep()
72 if (typeSpecifier == BuiltInClass.JAVA_STACK_FRAME) in typep()
74 return super.typep(typeSpecifier); in typep()
H A DSynonymStream.java97 public LispObject typep(LispObject typeSpecifier) in typep() argument
99 if (typeSpecifier == Symbol.SYNONYM_STREAM) in typep()
101 if (typeSpecifier == BuiltInClass.SYNONYM_STREAM) in typep()
103 return super.typep(typeSpecifier); in typep()
H A DConcatenatedStream.java90 public LispObject typep(LispObject typeSpecifier) in typep() argument
92 if (typeSpecifier == Symbol.CONCATENATED_STREAM) in typep()
94 if (typeSpecifier == BuiltInClass.CONCATENATED_STREAM) in typep()
96 return super.typep(typeSpecifier); in typep()
H A DBroadcastStream.java78 public LispObject typep(LispObject typeSpecifier) in typep() argument
80 if (typeSpecifier == Symbol.BROADCAST_STREAM) in typep()
82 if (typeSpecifier == BuiltInClass.BROADCAST_STREAM) in typep()
84 return super.typep(typeSpecifier); in typep()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/compiler/translator/
H A DParseContext.cpp1643 checkPrecisionSpecified(typeSpecifier->getLine(), typeSpecifier->precision, in addFullySpecifiedType()
1680 if (typeSpecifier.array) in addFullySpecifiedType()
1687 (typeSpecifier.getBasicType() == EbtBool || typeSpecifier.getBasicType() == EbtInt)) in addFullySpecifiedType()
1694 (typeSpecifier.getBasicType() == EbtBool || typeSpecifier.getBasicType() == EbtInt)) in addFullySpecifiedType()
3384 TPublicType *typeSpecifier, in addStructDeclaratorListWithQualifiers() argument
3403 checkPrecisionSpecified(typeSpecifier.getLine(), typeSpecifier.precision, in addStructDeclaratorList()
3406 checkIsNonVoid(typeSpecifier.getLine(), (*fieldList)[0]->name(), typeSpecifier.getBasicType()); in addStructDeclaratorList()
3408 checkWorkGroupSizeIsNotSpecified(typeSpecifier.getLine(), typeSpecifier.layoutQualifier); in addStructDeclaratorList()
3428 checkIsValidTypeForArray(typeSpecifier.getLine(), typeSpecifier); in addStructDeclaratorList()
3430 if (typeSpecifier.array) in addStructDeclaratorList()
[all …]
/dports/audio/csound/csound-6.15.0/Engine/
H A Dsymbtab.c287 char typeSpecifier[2]; in parse_opcode_args() local
294 typeSpecifier[1] = '\0'; in parse_opcode_args()
333 typeSpecifier[0] = *in_arg; in parse_opcode_args()
336 csoundGetTypeWithVarTypeName(csound->typePool, typeSpecifier); in parse_opcode_args()
355 typeSpecifier[0] = c; in parse_opcode_args()
357 csoundGetTypeWithVarTypeName(csound->typePool, typeSpecifier); in parse_opcode_args()
387 typeSpecifier[0] = *out_arg; in parse_opcode_args()
390 csoundGetTypeWithVarTypeName(csound->typePool, typeSpecifier); in parse_opcode_args()
408 typeSpecifier[0] = c; in parse_opcode_args()
410 csoundGetTypeWithVarTypeName(csound->typePool, typeSpecifier); in parse_opcode_args()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/imageio/plugins/wbmp/
H A DWbmpBigDestinationTest.java75 ImageTypeSpecifier typeSpecifier = null; in main() local
78 typeSpecifier = (ImageTypeSpecifier) specifiers.next(); in main()
81 BufferedImage dst = typeSpecifier.createBufferedImage(200, 200); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/imageio/plugins/bmp/
H A DBmpBigDestinationTest.java75 ImageTypeSpecifier typeSpecifier = null; in main() local
78 typeSpecifier = (ImageTypeSpecifier) specifiers.next(); in main()
81 BufferedImage dst = typeSpecifier.createBufferedImage(200, 200); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/imageio/plugins/wbmp/
H A DWbmpBigDestinationTest.java75 ImageTypeSpecifier typeSpecifier = null; in main() local
78 typeSpecifier = (ImageTypeSpecifier) specifiers.next(); in main()
81 BufferedImage dst = typeSpecifier.createBufferedImage(200, 200); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/imageio/plugins/bmp/
H A DBmpBigDestinationTest.java75 ImageTypeSpecifier typeSpecifier = null; in main() local
78 typeSpecifier = (ImageTypeSpecifier) specifiers.next(); in main()
81 BufferedImage dst = typeSpecifier.createBufferedImage(200, 200); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/imageio/plugins/bmp/
H A DBmpBigDestinationTest.java75 ImageTypeSpecifier typeSpecifier = null; in main() local
78 typeSpecifier = (ImageTypeSpecifier) specifiers.next(); in main()
81 BufferedImage dst = typeSpecifier.createBufferedImage(200, 200); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/imageio/plugins/wbmp/
H A DWbmpBigDestinationTest.java75 ImageTypeSpecifier typeSpecifier = null; in main() local
78 typeSpecifier = (ImageTypeSpecifier) specifiers.next(); in main()
81 BufferedImage dst = typeSpecifier.createBufferedImage(200, 200); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/imageio/plugins/wbmp/
H A DWbmpBigDestinationTest.java75 ImageTypeSpecifier typeSpecifier = null; in main() local
78 typeSpecifier = (ImageTypeSpecifier) specifiers.next(); in main()
81 BufferedImage dst = typeSpecifier.createBufferedImage(200, 200); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/imageio/plugins/bmp/
H A DBmpBigDestinationTest.java75 ImageTypeSpecifier typeSpecifier = null; in main() local
78 typeSpecifier = (ImageTypeSpecifier) specifiers.next(); in main()
81 BufferedImage dst = typeSpecifier.createBufferedImage(200, 200); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/imageio/plugins/wbmp/
H A DWbmpBigDestinationTest.java75 ImageTypeSpecifier typeSpecifier = null; in main() local
78 typeSpecifier = (ImageTypeSpecifier) specifiers.next(); in main()
81 BufferedImage dst = typeSpecifier.createBufferedImage(200, 200); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/imageio/plugins/wbmp/
H A DWbmpBigDestinationTest.java75 ImageTypeSpecifier typeSpecifier = null; in main() local
78 typeSpecifier = (ImageTypeSpecifier) specifiers.next(); in main()
81 BufferedImage dst = typeSpecifier.createBufferedImage(200, 200); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/imageio/plugins/bmp/
H A DBmpBigDestinationTest.java75 ImageTypeSpecifier typeSpecifier = null; in main() local
78 typeSpecifier = (ImageTypeSpecifier) specifiers.next(); in main()
81 BufferedImage dst = typeSpecifier.createBufferedImage(200, 200); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/imageio/plugins/wbmp/
H A DWbmpBigDestinationTest.java75 ImageTypeSpecifier typeSpecifier = null; in main() local
78 typeSpecifier = (ImageTypeSpecifier) specifiers.next(); in main()
81 BufferedImage dst = typeSpecifier.createBufferedImage(200, 200); in main()

123456789