Searched refs:objectType (Results 1 - 25 of 38) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DObjectPool.java39 private final Class objectType; field in class:ObjectPool
52 objectType = type;
65 objectType = ObjectFactory.findProviderClass(
85 objectType = type;
95 objectType = null;
136 return objectType.newInstance();
165 // if (objectType.isInstance(obj))
/external/javassist/src/main/javassist/
H A DCtField.java535 * @param objectType the class instantiated for the initial value.
537 public static Initializer byNew(CtClass objectType) { argument
539 i.objectType = objectType;
560 * @param objectType the class instantiated for the initial value.
564 public static Initializer byNew(CtClass objectType, argument
567 i.objectType = objectType;
589 * @param objectType the class instantiated for the initial value.
594 public static Initializer byNewWithParams(CtClass objectType) { argument
624 byNewWithParams(CtClass objectType, String[] stringParams) argument
984 CtClass objectType; field in class:CtField.NewInitializer
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dbufferobj.h153 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
156 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
159 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, GLint* params);
H A Dbufferobj.c1771 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
1796 switch (objectType) {
1809 name, objectType);
1913 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
1936 switch (objectType) {
1946 name, objectType);
2025 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, argument
2036 switch (objectType) {
2049 name, objectType);
/external/mesa3d/src/mesa/main/
H A Dbufferobj.h153 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
156 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
159 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, GLint* params);
H A Dbufferobj.c1771 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
1796 switch (objectType) {
1809 name, objectType);
1913 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) argument
1936 switch (objectType) {
1946 name, objectType);
2025 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, argument
2036 switch (objectType) {
2049 name, objectType);
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DVerificationTypeVisitor.java41 public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType); argument
51 public void visitStackObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType); argument
61 public void visitVariablesObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType); argument
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLPlugInElement.cpp477 ObjectContentType objectType = document().frame()->loader().client()->objectContentType(url, mimeType, shouldPreferPlugInsForImages()); local
480 useFallback = objectType == ObjectContentNone && hasFallback;
481 return objectType == ObjectContentNone || objectType == ObjectContentNetscapePlugin || objectType == ObjectContentOtherPlugin;
/external/javassist/src/main/javassist/bytecode/analysis/
H A DExecutor.java708 Type objectType = resolveClassInfo(constPool.getFieldrefClassName(index));
709 verifyAssignable(objectType, simplePop(frame));
724 Type objectType = resolveClassInfo(classInfo);
725 verifyAssignable(objectType, simplePop(frame));
741 Type objectType = resolveClassInfo(constPool.getMethodrefClassName(index));
742 verifyAssignable(objectType, simplePop(frame));
854 Type objectType = resolveClassInfo(constPool.getFieldrefClassName(index));
855 verifyAssignable(objectType, simplePop(frame));
/external/proguard/src/proguard/classfile/editor/
H A DConstantPoolRemapper.java503 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
505 objectType.u2classIndex =
506 remapConstantIndex(objectType.u2classIndex);
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java666 void objectType () throws IOException method in class:Types.methodDescriptorCompiler
695 objectType ();
/external/replicaisland/src/com/replica/replicaisland/
H A DHitReactionComponent.java335 public final void setSpawnOnDealHit(int hitType, GameObjectType objectType, boolean alignToVictimX, argument
337 mSpawnOnDealHitObjectType = objectType;
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java606 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
608 visitAnyVerificationType(clazz, method, codeAttribute, offset, objectType);
660 public void visitStackObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) argument
662 visitObjectType(clazz, method, codeAttribute, offset, objectType);
715 public void visitVariablesObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) argument
717 visitObjectType(clazz, method, codeAttribute, offset, objectType);
/external/proguard/src/proguard/classfile/io/
H A DProgramClassWriter.java637 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
639 dataOutput.writeShort(objectType.u2classIndex);
H A DProgramClassReader.java632 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
634 objectType.u2classIndex = dataInput.readUnsignedShort();
/external/proguard/src/proguard/shrink/
H A DUsageMarker.java736 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
738 markConstant(clazz, objectType.u2classIndex);
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
H A Dqunit.js376 } else if (QUnit.objectType(expected) === "regexp") {
570 return QUnit.objectType( obj ) == type;
573 objectType: function( obj ) {
966 var prop = QUnit.objectType(o);
968 if (QUnit.objectType(callbacks[prop]) === "function") {
1002 return QUnit.objectType(b) === "date" && a.valueOf() === b.valueOf();
1006 return QUnit.objectType(b) === "regexp" &&
1027 if ( ! (QUnit.objectType(b) === "array")) {
1105 } else if (a === null || b === null || typeof a === "undefined" || typeof b === "undefined" || QUnit.objectType(a) !== QUnit.objectType(
[all...]
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java962 TypeId<Instance> objectType = TypeId.get(Instance.class);
963 FieldId<Instance, V> fieldId = objectType.getField(valueType, fieldName);
964 MethodId<?, V> methodId = GENERATED.getMethod(valueType, "call", objectType, valueType);
966 Local<Instance> localInstance = code.getParameter(0, objectType);
1045 TypeId<Static> objectType = TypeId.get(Static.class);
1046 FieldId<Static, V> fieldId = objectType.getField(valueType, fieldName);
/external/clang/lib/Sema/
H A DSemaExprMember.cpp762 QualType objectType = baseObjectExpr->getType(); local
764 if (const PointerType *ptr = objectType->getAs<PointerType>()) {
766 objectType = ptr->getPointeeType();
770 baseQuals = objectType.getQualifiers();
H A DSemaAccess.cpp1578 QualType objectType) {
1583 DeclAccessPair::make(decl, access), objectType);
1576 isSpecialMemberAccessibleForDeletion(CXXMethodDecl *decl, AccessSpecifier access, QualType objectType) argument
H A DSemaStmt.cpp1612 const ObjCObjectType *objectType = pointerType->getObjectType(); local
1613 ObjCInterfaceDecl *iface = objectType->getInterface();
1618 RequireCompleteType(forLoc, QualType(objectType, 0),
1625 } else if (iface || !objectType->qual_empty()) {
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8WebGLRenderingContextCustom.cpp264 static void getObjectParameter(const v8::FunctionCallbackInfo<v8::Value>& info, ObjectType objectType, const char* method) argument
275 switch (objectType) {
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java782 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
784 ps.print("[a:" + clazz.getClassName(objectType.u2classIndex) + "]");
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h1000 void (GLAPIENTRYP GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint * value); /* 956 */
1001 GLenum (GLAPIENTRYP ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 957 */
1002 GLenum (GLAPIENTRYP ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 958 */
H A Dglapitemp.h7922 KEYWORD1 void KEYWORD2 NAME(GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint * value) argument
7924 (void) objectType; (void) name; (void) pname; (void) value;
7925 DISPATCH(GetObjectParameterivAPPLE, (objectType, name, pname, value), (F, "glGetObjectParameterivAPPLE(0x%x, %d, 0x%x, %p);\n", objectType, name, pname, (const void *) value));
7928 KEYWORD1 GLenum KEYWORD2 NAME(ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option) argument
7930 (void) objectType; (void) name; (void) option;
7931 RETURN_DISPATCH(ObjectPurgeableAPPLE, (objectType, name, option), (F, "glObjectPurgeableAPPLE(0x%x, %d, 0x%x);\n", objectType, name, option));
7934 KEYWORD1 GLenum KEYWORD2 NAME(ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option) argument
7936 (void) objectType; (voi
[all...]

Completed in 732 milliseconds

12