Searched defs:type (Results 1 - 25 of 2317) sorted by relevance

1234567891011>>

/openjdk10/nashorn/test/script/basic/
H A DJDK-8013444.js32 var type = typeof JSON.parse('{}',function(){}) variable
/openjdk10/nashorn/test/script/nosecurity/
H A DJDK-8184241.js32 var type = Java.type("jdk.nashorn.test.models.JDK_8184241Test"); variable
/openjdk10/hotspot/src/share/vm/metaprogramming/
H A DremovePointer.hpp34 template <typename T> struct RemovePointer: AllStatic { typedef T type; }; typedef in struct:RemovePointer
36 template <typename T> struct RemovePointer<T*>: AllStatic { typedef T type; }; typedef in struct:RemovePointer
37 template <typename T> struct RemovePointer<T* const>: AllStatic { typedef T type; }; typedef in struct:RemovePointer
38 template <typename T> struct RemovePointer<T* volatile>: AllStatic { typedef T type; }; typedef in struct:RemovePointer
39 template <typename T> struct RemovePointer<T* const volatile>: AllStatic { typedef T type; }; typedef in struct:RemovePointer
[all...]
H A DremoveCV.hpp32 typedef T type; typedef in struct:RemoveCV
37 typedef T type; typedef in struct:RemoveCV
42 typedef T type; typedef in struct:RemoveCV
47 typedef T type; typedef in struct:RemoveCV
H A DremoveReference.hpp34 template <typename T> struct RemoveReference: AllStatic { typedef T type; }; typedef in struct:RemoveReference
36 template <typename T> struct RemoveReference<T&>: AllStatic { typedef T type; }; typedef in struct:RemoveReference
H A DenableIf.hpp44 typedef T type; typedef in struct:EnableIf
H A Dconditional.hpp35 typedef TrueType type; typedef in struct:Conditional
40 typedef FalseType type; typedef in struct:Conditional
H A Ddecay.hpp38 typedef typename RemoveCV<typename RemoveReference<T>::type>::type type; typedef in struct:Decay
/openjdk10/langtools/src/java.compiler/share/classes/javax/lang/model/type/
H A Dpackage-info.java
H A DMirroredTypeException.java48 private transient TypeMirror type; // cannot be serialized field in class:MirroredTypeException
55 public MirroredTypeException(TypeMirror type) { argument
[all...]
H A DUnknownTypeException.java47 private transient TypeMirror type; field in class:UnknownTypeException
[all...]
H A DNoType.java
H A DErrorType.java
H A DNullType.java
H A DPrimitiveType.java
H A DReferenceType.java
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DIDLTypeOperations.java57 org.omg.CORBA.TypeCode type (); method in interface:IDLTypeOperations
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DvmPSOperations.hpp36 virtual VMOp_Type type() const { function in class:VM_ParallelGCFailedAllocation
45 virtual VMOp_Type type() const { return VMOp_ParallelGCSystemGC; } function in class:VM_ParallelGCSystemGC
/openjdk10/jdk/src/java.desktop/share/native/libmlib_image/
H A Dmlib_c_ImageConvVersion.c49 mlib_ImageConvVersion(mlib_s32 m, mlib_s32 n, mlib_s32 scale, mlib_type type) argument
/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DSocketOption.java58 Class<T> type(); method in interface:SocketOption
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/jdi/
H A DValue.java196 Type type(); method in interface:Value
/openjdk10/jdk/test/java/beans/PropertyEditor/
H A DTest6397609.java53 private static boolean isEditorExist(Class type) { argument
/openjdk10/jdk/test/java/beans/Introspector/4750368/
H A DTest4750368.java48 private static int getLength(Class type) throws IntrospectionException { argument
/openjdk10/jdk/test/javax/swing/JCheckBox/4449413/
H A Dbug4449413.java92 static AbstractButton createButton(int enabled, int type) { argument
/openjdk10/langtools/test/tools/javac/classfiles/attributes/innerclasses/
H A DInnerClassesInInnerClassTestBase.java42 getAdditionalFlags( Map<String, Set<String>> class2Flags, ClassType type, Modifier...flags) argument

Completed in 102 milliseconds

1234567891011>>