/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDebugReportUtil.cpp | 49 const char* getShortObjectTypeName (VkDebugReportObjectTypeEXT objectType) in getShortObjectTypeName() 89 …Format::Enum<VkDebugReportObjectTypeEXT> shortObjectTypeStr (VkDebugReportObjectTypeEXT objectType) in shortObjectTypeStr() 114 VkDebugReportObjectTypeEXT objectType, in debugReportCallback()
|
D | vkDebugReportUtil.hpp | 38 VkDebugReportObjectTypeEXT objectType; member
|
D | vkInstanceDriverImpl.inl | 245 …ageEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, d…
|
/external/mesa3d/src/mesa/main/ |
D | objectpurge.c | 136 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectPurgeableAPPLE() 278 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) in _mesa_ObjectUnpurgeableAPPLE() 390 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, in _mesa_GetObjectParameterivAPPLE()
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | ConfigurationAnnotations.java | 165 TypeMirror objectType = elements.getTypeElement(Object.class.getCanonicalName()).asType(); in getTransitiveModules() local 225 ImmutableSet.Builder<TypeElement> builder, TypeMirror objectType) { in addIncludesFromSuperclasses()
|
D | ModuleValidator.java | 237 TypeMirror objectType = elements.getTypeElement(Object.class.getCanonicalName()).asType(); in validateProvidesOverrides() local
|
/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/pdfium/xfa/fxfa/parser/ |
D | cxfa_object.cpp | 15 XFA_ObjectType objectType, in CXFA_Object()
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
D | SmaliClassTest.java | 140 …PsiClassType objectType = factory.createTypeByFQClassName("java.lang.Object", file.getResolveScope… in testIsInheritor() 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/vulkan-validation-layers/layers/ |
D | vk_layer_logging.h | 109 … VkDebugReportObjectTypeEXT objectType, uint64_t srcObject, size_t location, int32_t msgCode, in debug_report_log_msg() 334 …g_msg(const debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType, in log_msg()
|
D | threading.h | 74 VkDebugReportObjectTypeEXT objectType; variable
|
/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/replicaisland/src/com/replica/replicaisland/ |
D | HitReactionComponent.java | 335 …public final void setSpawnOnDealHit(int hitType, GameObjectType objectType, boolean alignToVictimX, in setSpawnOnDealHit()
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
D | Types.java | 666 void objectType () throws IOException in objectType() method in Types.methodDescriptorCompiler
|
/external/vulkan-validation-layers/loader/ |
D | debug_report.c | 115 VkDebugReportObjectTypeEXT objectType,
|
/external/r8/src/main/java/com/android/tools/r8/graph/ |
D | DexType.java | 386 DexType objectType = dexItemFactory.objectType; in validateLevelsAreCorrect() local
|
D | DexItemFactory.java | 127 public DexType objectType = createType(objectDescriptor); field in DexItemFactory
|
/external/proguard/src/proguard/classfile/editor/ |
D | ConstantPoolShrinker.java | 412 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType()
|
D | ConstantPoolRemapper.java | 559 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType()
|
/external/mesa3d/src/egl/main/ |
D | eglapi.c | 254 _eglSetFuncName(const char *funcName, _EGLDisplay *disp, EGLenum objectType, _EGLResource *object) in _eglSetFuncName() 276 #define _EGL_FUNC_START(disp, objectType, object, ret) \ argument 2167 eglLabelObjectKHR(EGLDisplay dpy, EGLenum objectType, EGLObjectKHR object, in eglLabelObjectKHR()
|
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework.py | 620 def __init__ (self, type, name, objectType, iface, arguments): argument
|
/external/proguard/src/proguard/classfile/util/ |
D | SimplifiedVisitor.java | 712 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType() 766 …zz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) in visitStackObjectType() 821 …zz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) in visitVariablesObjectType()
|
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
D | DexMakerTest.java | 1009 TypeId<Instance> objectType = TypeId.get(Instance.class); in instanceSwapMethod() local 1093 TypeId<Static> objectType = TypeId.get(Static.class); in staticSwapMethod() local
|