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

1 2 3

  /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))
  /frameworks/base/core/java/android/net/
LinkQualityInfo.java 97 public void writeToParcel(Parcel dest, int flags, int objectType) {
98 dest.writeInt(objectType);
116 int objectType = in.readInt();
117 if (objectType == OBJECT_TYPE_LINK_QUALITY_INFO) {
121 } else if (objectType == OBJECT_TYPE_WIFI_LINK_QUALITY_INFO) {
123 } else if (objectType == OBJECT_TYPE_MOBILE_LINK_QUALITY_INFO) {
  /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/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInImageElement.cpp 290 ObjectContentType objectType = document()->frame()->loader()->client()->objectContentType(url, mimeType, shouldPreferPlugInsForImages());
293 useFallback = objectType == ObjectContentNone && hasFallback;
294 return objectType == ObjectContentNone || objectType == ObjectContentNetscapePlugin || objectType == ObjectContentOtherPlugin;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
bufferobj.h 153 _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);
bufferobj.c     [all...]
  /external/mesa3d/src/mesa/main/
bufferobj.h 153 _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);
bufferobj.c     [all...]
  /external/proguard/src/proguard/classfile/attribute/preverification/visitor/
VerificationTypeVisitor.java 41 public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType);
51 public void visitStackObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType);
61 public void visitVariablesObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType);
  /dalvik/vm/
Exception.h 228 extern "C" void dvmThrowArrayStoreExceptionIncompatibleElement(ClassObject* objectType, ClassObject* arrayType);
250 void dvmThrowArrayStoreExceptionIncompatibleArrayElement(s4 index, ClassObject* objectType,
Exception.cpp     [all...]
  /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/proguard/src/proguard/classfile/editor/
ConstantPoolRemapper.java 503 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)
505 objectType.u2classIndex =
506 remapConstantIndex(objectType.u2classIndex);
  /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
308 *dst++ = objectType;
  /external/emma/core/java12/com/vladium/jcd/lib/
Types.java 666 void objectType () throws IOException
695 objectType ();
  /external/replicaisland/src/com/replica/replicaisland/
HitReactionComponent.java 335 public final void setSpawnOnDealHit(int hitType, GameObjectType objectType, boolean alignToVictimX,
337 mSpawnOnDealHitObjectType = objectType;
  /external/proguard/src/proguard/classfile/util/
SimplifiedVisitor.java 606 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)
608 visitAnyVerificationType(clazz, method, codeAttribute, offset, objectType);
660 public void visitStackObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType)
662 visitObjectType(clazz, method, codeAttribute, offset, objectType);
715 public void visitVariablesObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType)
717 visitObjectType(clazz, method, codeAttribute, offset, objectType);
  /external/proguard/src/proguard/classfile/io/
ProgramClassWriter.java 637 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)
639 dataOutput.writeShort(objectType.u2classIndex);
ProgramClassReader.java 632 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)
634 objectType.u2classIndex = dataInput.readUnsignedShort();
    [all...]
  /external/proguard/src/proguard/shrink/
UsageMarker.java 736 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)
738 markConstant(clazz, objectType.u2classIndex);
  /external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
qunit.js 376 } 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(b))
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 585 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0);
588 SemaRef.LookupTemplateName(R, 0, SS, ObjectType, false, MOUS);
762 QualType objectType = baseObjectExpr->getType();
764 if (const PointerType *ptr = objectType->getAs<PointerType>()) {
766 objectType = ptr->getPointeeType();
770 baseQuals = objectType.getQualifiers();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 258 enum ObjectType {
262 static void getObjectParameter(const v8::FunctionCallbackInfo<v8::Value>& args, ObjectType objectType)
273 switch (objectType) {
  /external/proguard/src/proguard/classfile/visitor/
ClassPrinter.java 782 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)
784 ps.print("[a:" + clazz.getClassName(objectType.u2classIndex) + "]");
    [all...]

Completed in 1854 milliseconds

1 2 3