Searched defs:type (Results 126 - 150 of 3757) sorted by relevance

1234567891011>>

/external/objenesis/main/src/org/objenesis/instantiator/sun/
H A DSun13InstantiatorBase.java49 protected final Class type; field in class:Sun13InstantiatorBase
51 public Sun13InstantiatorBase(Class type) { argument
52 this.type = type;
H A DSun13SerializationInstantiator.java32 public Sun13SerializationInstantiator(Class type) { argument
33 super(type);
34 this.superType = SerializationInstantiatorHelper.getNonSerializableSuperClass(type);
39 return allocateNewObjectMethod.invoke(null, new Object[] {type, superType});
H A DSunReflectionFactoryInstantiator.java36 public SunReflectionFactoryInstantiator(Class type) { argument
39 type, javaLangObjectConstructor);
H A DSunReflectionFactorySerializationInstantiator.java39 public SunReflectionFactorySerializationInstantiator(Class type) { argument
40 Class nonSerializableAncestor = SerializationInstantiatorHelper.getNonSerializableSuperClass(type);
48 throw new ObjenesisException(new NotSerializableException(type+" has no suitable superclass constructor"));
52 type, nonSerializableAncestorConstructor);
/external/openssh/
H A Dmsg.c45 ssh_msg_send(int fd, u_char type, struct sshbuf *m) argument
50 debug3("ssh_msg_send: type %u", (unsigned int)type & 0xff);
53 buf[4] = type; /* 1st byte of payload is mesg-type */
/external/pcre/dist/
H A Dpcre_newline.c67 type the newline type
76 PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, argument
92 if (type == NLTYPE_ANYCRLF) switch(c)
142 type the newline type
151 PRIV(was_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr, argument
169 if (type == NLTYPE_ANYCRLF) switch(c)
/external/proguard/src/proguard/evaluation/value/
H A DDetailedValueFactory.java36 public ReferenceValue createArrayReferenceValue(String type, argument
40 return type == null ?
42 new DetailedArrayReferenceValue(ClassConstants.TYPE_ARRAY + type,
/external/replicaisland/src/com/replica/replicaisland/
H A DGameComponentPool.java22 public GameComponentPool(Class<?> type) { argument
24 objectClass = type;
28 public GameComponentPool(Class<?> type, int size) { argument
30 objectClass = type;
/external/skia/src/animator/
H A DSkSnapshot.h26 int /*SkImageEncoder::Type*/ type; member in class:SkSnapshot
/external/skia/src/gpu/gl/debug/
H A DGrShaderObj.h24 void setType(GrGLenum type) { fType = type; } argument
/external/skia/src/pdf/
H A DSkPDFResourceDict.cpp39 SkPDFResourceDict::SkPDFResourceType type) {
40 SkASSERT(type >= 0);
41 SkASSERT(type < SkPDFResourceDict::kResourceTypeCount);
43 return resource_type_prefixes[type];
47 SkPDFResourceDict::SkPDFResourceType type) {
48 SkASSERT(type >= 0);
49 SkASSERT(type < SK_ARRAY_COUNT(resource_type_names));
51 return resource_type_names[type];
55 SkPDFResourceDict::SkPDFResourceType type, int key) {
57 keyString.printf("%c%d", get_resource_type_prefix(type), ke
38 get_resource_type_prefix( SkPDFResourceDict::SkPDFResourceType type) argument
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/util/
H A DTypeProtoUtils.java60 @Nullable private TypeProto type = getSuperclassAsTypeProto(typeProto);
63 return type != null;
67 TypeProto type = this.type;
68 if (type == null) {
72 this.type = getSuperclassAsTypeProto(type);
73 return type;
85 public static TypeProto getSuperclassAsTypeProto(@Nonnull TypeProto type) { argument
87 String next = type
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DTypeUtils.java39 public static boolean isWideType(@Nonnull String type) { argument
40 char c = type.charAt(0);
44 public static boolean isWideType(@Nonnull TypeReference type) { argument
45 return isWideType(type.getType());
48 public static boolean isPrimitiveType(String type) { argument
49 return type.length() == 1;
/external/tcpdump/
H A Dprint-carp.c9 * - print version, type string and packet length
53 int version, type; local
58 type = bp[0] & 0x0f;
59 if (type == 1)
66 if (version != 2 || type != 1)
/external/toybox/lib/
H A Dnet.c3 int xsocket(int domain, int type, int protocol) argument
5 int fd = socket(domain, type, protocol);
7 if (fd < 0) perror_exit("socket %x %x", type, protocol);
/external/v8/src/compiler/
H A Dmachine-type.cc5 #include "src/compiler/machine-type.h"
13 if (type & bit) { \
20 OStream& operator<<(OStream& os, const MachineType& type) { argument
/external/v8/test/mjsunit/
H A Dkeyed-call-generic.js52 Number.prototype.type = TypeOfThis;
53 String.prototype.type = TypeOfThis;
54 Boolean.prototype.type = TypeOfThis;
63 testOne(1, 'type', 'object');
64 testOne(2.3, 'type', 'object');
65 testOne('x', 'type', 'object');
66 testOne(true, 'type', 'object');
67 testOne(false, 'type', 'object');
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as84 /** The token type for the current token */
85 public var type:int; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCommonToken.h34 NSInteger type; variable
51 @property (assign, getter=getType, setter=setType:) NSInteger type; variable
H A DANTLRRecognizerSharedState.h47 NSUInteger type; variable
60 @property (getter=getType,setter=setType:) NSUInteger type; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCommonToken.h34 NSInteger type; variable
51 @property (assign, getter=getType, setter=setType:) NSInteger type; variable
H A DANTLRRecognizerSharedState.h47 NSUInteger type; variable
60 @property (getter=getType,setter=setType:) NSUInteger type; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCommonToken.h34 NSInteger type; variable
51 @property (assign, getter=getType, setter=setType:) NSInteger type; variable
H A DANTLRRecognizerSharedState.h47 NSUInteger type; variable
60 @property (getter=getType,setter=setType:) NSUInteger type; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRecognizerSharedState.h48 NSUInteger type; variable
61 @property (getter=type,setter=setType:) NSUInteger type; variable
79 - (NSUInteger)type;

Completed in 965 milliseconds

1234567891011>>