/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | ObjectPool.java | 39 private final Class objectType; field in ObjectPool
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Executor.java | 708 Type objectType = resolveClassInfo(constPool.getFieldrefClassName(index)); in evalGetField() local 724 Type objectType = resolveClassInfo(classInfo); in evalInvokeIntfMethod() local 741 Type objectType = resolveClassInfo(constPool.getMethodrefClassName(index)); in evalInvokeMethod() local 854 Type objectType = resolveClassInfo(constPool.getFieldrefClassName(index)); in evalPutField() local
|
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
D | VerificationTypeVisitor.java | 41 …z clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType); in visitObjectType() 51 …thod method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType); in visitStackObjectType() 61 …thod method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType); in visitVariablesObjectType()
|
/external/javassist/src/main/javassist/ |
D | CtField.java | 537 public static Initializer byNew(CtClass objectType) { in byNew() 564 public static Initializer byNew(CtClass objectType, in byNew() 594 public static Initializer byNewWithParams(CtClass objectType) { in byNewWithParams() 624 public static Initializer byNewWithParams(CtClass objectType, in byNewWithParams() 984 CtClass objectType; field in CtField.NewInitializer
|
/external/mesa3d/src/mesa/main/ |
D | bufferobj.c | 1771 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectPurgeableAPPLE() 1913 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectUnpurgeableAPPLE() 2025 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, in _mesa_GetObjectParameterivAPPLE()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | bufferobj.c | 1771 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectPurgeableAPPLE() 1913 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectUnpurgeableAPPLE() 2025 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, in _mesa_GetObjectParameterivAPPLE()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | HitReactionComponent.java | 335 …public final void setSpawnOnDealHit(int hitType, GameObjectType objectType, boolean alignToVictimX, in setSpawnOnDealHit()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLPlugInElement.cpp | 477 …ObjectContentType objectType = document().frame()->loader().client()->objectContentType(url, mimeT… in shouldUsePlugin() local
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
D | Types.java | 666 void objectType () throws IOException in objectType() method in Types.methodDescriptorCompiler
|
/external/proguard/src/proguard/classfile/util/ |
D | SimplifiedVisitor.java | 606 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType() 660 …zz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) in visitStackObjectType() 715 …zz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) in visitVariablesObjectType()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8WebGLRenderingContextCustom.cpp | 264 …tObjectParameter(const v8::FunctionCallbackInfo<v8::Value>& info, ObjectType objectType, const cha… in getObjectParameter()
|
/external/proguard/src/proguard/shrink/ |
D | UsageMarker.java | 736 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType()
|
/external/proguard/src/proguard/classfile/editor/ |
D | ConstantPoolRemapper.java | 503 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType()
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
D | DexMakerTest.java | 962 TypeId<Instance> objectType = TypeId.get(Instance.class); in instanceSwapMethod() local 1045 TypeId<Static> objectType = TypeId.get(Static.class); in staticSwapMethod() local
|
/external/proguard/src/proguard/classfile/io/ |
D | ProgramClassWriter.java | 637 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType()
|
D | ProgramClassReader.java | 632 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType()
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ClassPrinter.java | 782 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType()
|
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/ |
D | qunit.js | 573 objectType: function( obj ) { method
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 762 QualType objectType = baseObjectExpr->getType(); in BuildAnonymousStructUnionMemberReference() local
|
D | SemaAccess.cpp | 1578 QualType objectType) { in isSpecialMemberAccessibleForDeletion()
|
D | SemaStmt.cpp | 1612 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand() local
|
D | SemaOverload.cpp | 10968 QualType objectType = op->getLHS()->getType(); in BuildCallToMemberFunction() local
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 2240 QualType objectType = pointerOperand->getType() in emitPointerArithmetic() local
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp_shared.h | 7162 static void APIENTRY noopGetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, GL… in noopGetObjectParameterivAPPLE() 7168 static GLenum APIENTRY noopObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in noopObjectPurgeableAPPLE() 7175 static GLenum APIENTRY noopObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in noopObjectUnpurgeableAPPLE() 19908 void APIENTRY shared_dispatch_stub_1015(GLenum objectType, GLuint name, GLenum pname, GLint *value) in shared_dispatch_stub_1015() 19915 GLenum APIENTRY shared_dispatch_stub_1016(GLenum objectType, GLuint name, GLenum option) in shared_dispatch_stub_1016() 19922 GLenum APIENTRY shared_dispatch_stub_1017(GLenum objectType, GLuint name, GLenum option) in shared_dispatch_stub_1017()
|