Searched defs:isPrimitive (Results 1 - 18 of 18) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DTypeExtensions.cs89 public static bool isPrimitive( this Type type ) method in class:Antlr.Runtime.JavaExtensions.TypeExtensions
/external/javassist/src/main/javassist/
H A DCtPrimitiveType.java49 public boolean isPrimitive() { return true; } method in class:CtPrimitiveType
H A DCtClass.java308 public boolean isPrimitive() { return false; } method in class:CtClass
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DTypeUtils.java97 if (isPrimitive(type)) {
299 public static boolean isPrimitive(Type type) { method in class:TypeUtils
/external/doclava/src/com/google/doclava/
H A DTypeInfo.java28 public TypeInfo(boolean isPrimitive, String dimension, String simpleTypeName, argument
30 mIsPrimitive = isPrimitive;
105 mIsPrimitive = other.isPrimitive();
128 public boolean isPrimitive() { method in class:TypeInfo
263 } else if (!isPrimitive() && mClass != null) {
H A DClassInfo.java96 boolean isPrimitive) {
103 isIncluded, qualifiedTypeName, isPrimitive, null);
115 boolean isIncluded, String qualifiedTypeName, boolean isPrimitive, ArrayList<AnnotationInstanceInfo> annotations) {
135 mIsPrimitive = isPrimitive;
505 public boolean isPrimitive() { method in class:ClassInfo
1166 if (!this.isPrimitive() && this.isIncluded() && this.checkLevel()) {
91 ClassInfo(ClassDoc cl, String rawCommentText, SourcePositionInfo position, boolean isPublic, boolean isProtected, boolean isPackagePrivate, boolean isPrivate, boolean isStatic, boolean isInterface, boolean isAbstract, boolean isOrdinaryClass, boolean isException, boolean isError, boolean isEnum, boolean isAnnotation, boolean isFinal, boolean isIncluded, String name, String qualifiedName, String qualifiedTypeName, boolean isPrimitive) argument
111 initialize(String rawCommentText, SourcePositionInfo position, boolean isPublic, boolean isProtected, boolean isPackagePrivate, boolean isPrivate, boolean isStatic, boolean isInterface, boolean isAbstract, boolean isOrdinaryClass, boolean isException, boolean isError, boolean isEnum, boolean isAnnotation, boolean isFinal, boolean isIncluded, String qualifiedTypeName, boolean isPrimitive, ArrayList<AnnotationInstanceInfo> annotations) argument
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DType.java683 public boolean isPrimitive() { method in class:Type
/external/guava/guava/src/com/google/common/reflect/
H A DTypeToken.java439 public final boolean isPrimitive() { method in class:TypeToken
440 return (runtimeType instanceof Class) && ((Class<?>) runtimeType).isPrimitive();
450 if (isPrimitive()) {
/external/v8/src/
H A Dd8.js1318 } else if (value.isPrimitive()) {
1806 ProtocolValue.prototype.isPrimitive = function() {
H A Dmirror-debugger.js511 ValueMirror.prototype.isPrimitive = function() {
/external/vogar/lib/
H A Dgson-1.7.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1219 milliseconds