HomeSort by relevance Sort by last modified time
    Searched defs:objectType (Results 1 - 25 of 258) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectPool.java 39 private final Class objectType;
52 objectType = type;
65 objectType = ObjectFactory.findProviderClass(
85 objectType = type;
95 objectType = null;
136 return objectType.newInstance();
165 // if (objectType.isInstance(obj))
  /external/deqp/external/vulkancts/framework/vulkan/
vkDebugReportUtil.hpp 38 VkDebugReportObjectTypeEXT objectType;
47 , objectType ((VkDebugReportObjectTypeEXT)0)
61 , objectType (objectType_)
  /frameworks/base/libs/hwui/
GpuMemoryTracker.h 43 GpuObjectType objectType() { return mType; }
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliClassTest.java 140 PsiClassType objectType = factory.createTypeByFQClassName("java.lang.Object", file.getResolveScope());
141 PsiClass objectClass = objectType.resolve();
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ConfigurationAnnotations.java 165 TypeMirror objectType = elements.getTypeElement(Object.class.getCanonicalName()).asType();
181 addIncludesFromSuperclasses(types, moduleElement, moduleDependenciesBuilder, objectType);
225 ImmutableSet.Builder<TypeElement> builder, TypeMirror objectType) {
228 while (!types.isSameType(objectType, superclass)
ModuleValidator.java 237 TypeMirror objectType = elements.getTypeElement(Object.class.getCanonicalName()).asType();
240 while (!types.isSameType(currentClass.getSuperclass(), objectType)) {
  /external/vulkan-validation-layers/layers/
threading.h 63 VkDebugReportObjectTypeEXT objectType;
80 skipCall |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, objectType, (uint64_t)(object),
107 skipCall |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, objectType, (uint64_t)(object),
160 skipCall |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, objectType, (uint64_t)(object),
195 objectType = type;
  /frameworks/av/media/libstagefright/rtsp/
APacketSource.cpp 263 unsigned long objectType;
264 if (GetAttribute(params, "objectType", &val)) {
267 objectType = strtoul(s, &end, 10);
270 objectType = 0x40; // Audio ISO/IEC 14496-3
306 *dst++ = objectType;
  /external/emma/core/java12/com/vladium/jcd/lib/
Types.java 666 void objectType () throws IOException
695 objectType ();
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 708 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));
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 616 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0);
619 SemaRef.LookupTemplateName(R, nullptr, SS, ObjectType, false, MOUS);
807 QualType objectType = baseObjectExpr->getType();
809 if (const PointerType *ptr = objectType->getAs<PointerType>()) {
811 objectType = ptr->getPointeeType();
815 baseQuals = objectType.getQualifiers();
    [all...]
SemaStmt.cpp     [all...]
  /external/javassist/src/main/javassist/
CtField.java 535 * @param objectType the class instantiated for the initial value.
537 public static Initializer byNew(CtClass objectType) {
539 i.objectType = objectType;
560 * @param objectType the class instantiated for the initial value.
564 public static Initializer byNew(CtClass objectType,
567 i.objectType = objectType;
589 * @param objectType the class instantiated for the initial value.
594 public static Initializer byNewWithParams(CtClass objectType) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_datamerger_imp.cpp 66 XFA_OBJECTTYPE objectType = pChildNode->GetObjectType();
67 switch (objectType) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java     [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vds.h 843 VDS_NOTIFICATION_TARGET_TYPE objectType;
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/dagger/dagger-compiler/1.2.2/
dagger-compiler-1.2.2.jar 
  /external/dagger2/lib/
auto-common-1.0-20151022.071545-39.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/auto-common/0.4/
auto-common-0.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 

Completed in 6700 milliseconds

1 2 3 4 5 6 7 8 91011